Solution of Parametric Bessel's equation.

  • Thread starter Thread starter yungman
  • Start date Start date
  • Tags Tags
    Parametric
yungman
Messages
5,741
Reaction score
294
Problem to solve: x^{2}y''+xy'+(\lambda^{2}x^{2}-\frac{1}{4})=0 subject to y(0)=finite,y(\pi)=0
Let t=\lambda x which give t^{2}\frac{d^{2}y}{dt^{2}}+t\frac{dy}{dt}+(t^{2}-\frac{1}{2})y=0

With that first linear independent solution is J_{\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)] and second independent solution is J_{-\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)]

Since these two are linear independent solution, I should be able to write the general solution of y:

y=C_{1}J_{\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)] + C_{2}J_{-\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)]

But the book claimed the solution of y:y=C_{1}J_{\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)] + C_{2}Y_{-\frac{1}{2}}[\sqrt{\frac{2}{\pi\lambda x}}sin(\lambda x)]

Question is why do I have to use Y in the second solution instead of both J to solve the boundary value problem? I always learn that if you get the two independent solution, that would be the answers!
 
Last edited:
Physics news on Phys.org
I forgot to mention, I understand J_{-p} is independent only if p is not an integer, you have to use Bessel function of second kind...Y as the second linearly independent solution. In that case, you are stuck with Y.

But in here, you don't need to. I guess my ultimate question is why people even use Y when p is not an integer to make their life more complicated!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top