System of ODE - comparison with paper

dimandr
Messages
2
Reaction score
0
I have the following system of differential equations, for the functions ##A(r)## and ##B(r)##:

##A'-\frac{m}{r}A=(\epsilon+1)B##

and

##-B' -\frac{m+1}{r}B=(\epsilon-1)A##

##m## and ##\epsilon## are constants, with ##\epsilon<1##. The functions ##A## and ##B## are the two components of a spinor.
By solving the first equation for ##B##, and substituting in the other one, we get a second-order differential for ##A##.Its solutions are modified Bessel functions, and due to the boundary conditions that I have, only those of the first kind are admissable solutions. Having solved for ##A##, going back to the first equation, we can find ##B##. Consequently, ##B=\frac{1}{\epsilon+1}...##. However, in a paper I am studying, the solution to this system is given by ##A=(\epsilon-1)(I_{m})## and ##B=I_{m+1}##. I understand the modified Bessel function part, but the prefactors seem odd to me. Even if we start by solving for ##B## instead of ##A## in the beginning, still ##A## ought to be equal to ##\frac{1}{\epsilon-1} *...## as is given by the second equation. Does anyone have any idea how to reach this result?
 
Physics news on Phys.org
The equation I get for B is <br /> r^2B&#039;&#039; + (1 + \epsilon m)rB&#039; - ((m+1)^2 - \epsilon m(m+1) + (1 - \epsilon^2)r^2)B = 0<br /> which is not the modified Bessel equation <br /> r^2I_\alpha&#039;&#039; + rI_\alpha&#039; - (r^2 + \alpha^2)I_\alpha = 0<br /> except when \epsilon = 0, and if \epsilon = 0 then A = I_m.

I agree that if you substitute B = I_{m+1} into <br /> B&#039; + \frac{m+1}r B = (1 - \epsilon) A then you obtain I_m = (1 - \epsilon)A, so either the paper contains an error or you have misread it.
 
pasmith said:
The equation I get for B is <br /> r^2B&#039;&#039; + (1 + \epsilon m)rB&#039; - ((m+1)^2 - \epsilon m(m+1) + (1 - \epsilon^2)r^2)B = 0<br /> which is not the modified Bessel equation <br /> r^2I_\alpha&#039;&#039; + rI_\alpha&#039; - (r^2 + \alpha^2)I_\alpha = 0<br /> except when \epsilon = 0, and if \epsilon = 0 then A = I_m.

I agree that if you substitute B = I_{m+1} into <br /> B&#039; + \frac{m+1}r B = (1 - \epsilon) A then you obtain I_m = (1 - \epsilon)A, so either the paper contains an error or you have misread it.
How exactly did you derive this equation for ##B##?

From the first equation, you have that: ##B=\frac{1}{\epsilon+1}(A'-\frac{m}{r}A)##. When you substitute this expression into the second equation, you get:

## -(A''+\frac{m}{r^2}A-\frac{m}{r}A') -\frac{m+1}{r}(A'-\frac{m}{r}A)=(\epsilon+1)(\epsilon-1)A##.

Each term in parenthesis in the left-hand side, corresponds to each term of the left-hand side of the second equation, namely ##B'## and ##B##. Doing all the necessary calculations, you end up with this equation for the component #A#:

## A'' +\frac{1}{r}A' -\frac{m^2}{r^2}A=(1-\epsilon^2) A ## which is indeed the modified Bessel equation.

If you begin by solving the second equation for ##A## and then substitute back in the first one, you get a second-order differential equation for ##B## which is again modified Bessel equation, but of order ##m+1##. However you decide to solve it, you first have to solve either one of these two differential equations and then use the first or the second equation to solve for the other component, since ##A## and ##B## are coupled.
 
I appear to have made an error in obtaining the equation for B; it should be <br /> r^2B&#039;&#039; + rB&#039; - \left( (m + 1)^2 + (1 - \epsilon^2)r^2\right)B = 0 and now changing variables to x = (1 - \epsilon^2)^{1/2}r indeed recovers the modified Bessel equation so that B(r) = I_{m+1}((1 - \epsilon^2)^{1/2}r).

It then follows that A(r) = \frac{1}{1 - \epsilon} I_m((1 - \epsilon^2)^{1/2}r).
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top