Solving a problem I found this system of equations:
$$ (\partial _t ^2 + \partial _x ^2 + \partial_y ^2 + \partial_z ^2)a_1(\vec{x},t) - 4gB(x\partial_y - y\partial_x)a_{\color{Red}2}(\vec{x},t) - 4g^2B^2(x^2 + y^2)a_1 - \lambda a_1 = 0 $$
$$ (\partial _t ^2 + \partial _x ^2 + \partial_y ^2 + \partial_z ^2)a_2(\vec{x},t) + 4gB(x\partial_y - y\partial_x)a_{\color{Red}1}(\vec{x},t) - 4g^2B^2(x^2 + y^2)a_2 - \lambda a_2 = 0 $$
taking into account that $g,B,\lambda=$ constants,
Any ideas to separate these equations in terms of $a_1$ and $a_2$?
Thanks a lot!
I found a way to decouple the equation, but I don't know if it is the only way or the most efficient way. Anyway, at least it helps the purpose.
The process for decoupling the equations consists of considering eigenfunctions of the form $ a^\pm = a^1 \pm ia^2$, where $i$ is the complex imaginary number. This is achieved after multiplying the second of the equations shown by the factor $ i $. Then add the first and second, then subtract the first and second (remember that this second is multiplied by $ i $).
Finally you will have: \begin{split} (\partial^2 _0 - \vec{\nabla}^2)a^+ &+ 4igB(x\partial_y - y\partial_x)a^+ -4g^{2}B^{2}(x^2 + y^2)a^+ -\lambda\; a^+ (\vec{x},t)=0 \\ (\partial^2 _0 - \vec{\nabla}^2)a^{-} &- 4igB(x\partial_y - y\partial_x)a^{-} -4g^{2}B^{2}(x^2 + y^2)a^{-} -\lambda\; a^{-}(\vec{x},t)=0 \\ \end{split}
I hope this can be of use.