- 857
- 361
I have derived these pair of coupled diff equations for U_1 (r) and U_2 (r):
r^2 \dfrac{d^2 U_1 (r)}{dr^2} + r \dfrac{d U_1 (r)}{dr} + r^2 U_2(r) = 0
and r^2 \dfrac{d^2 U_2 (r)}{dr^2} + r \dfrac{d U_2 (r)}{dr} - r^2 U_1(r) = 0
Or written in matrix form
(r^2 \dfrac{d^2}{dr^2} + r \dfrac{d}{dr}) \begin{pmatrix} U_1(r) \\ U_2(r) \end{pmatrix} + r^2 \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} U_1(r) \\ U_2(r) \end{pmatrix} = 0I've tried a couple of things to try to solve them but didn't work. Any tips appreciated! Probably going to involve zeroth-order Bessel / modified Bessel functions? Thanks.
r^2 \dfrac{d^2 U_1 (r)}{dr^2} + r \dfrac{d U_1 (r)}{dr} + r^2 U_2(r) = 0
and r^2 \dfrac{d^2 U_2 (r)}{dr^2} + r \dfrac{d U_2 (r)}{dr} - r^2 U_1(r) = 0
Or written in matrix form
(r^2 \dfrac{d^2}{dr^2} + r \dfrac{d}{dr}) \begin{pmatrix} U_1(r) \\ U_2(r) \end{pmatrix} + r^2 \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} U_1(r) \\ U_2(r) \end{pmatrix} = 0I've tried a couple of things to try to solve them but didn't work. Any tips appreciated! Probably going to involve zeroth-order Bessel / modified Bessel functions? Thanks.