Transforming a DE into Bessel's Equation

  • Context: Graduate 
  • Thread starter Thread starter vertices
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 7K views
vertices
Messages
62
Reaction score
0
I am trying to understand why the General solution to this DE:

[tex]x\frac{d^2y}{dx^2} +y=0[/tex] (1)

is:

[tex]y(x)=x^{\frac{1}{2}}\left(AJ_1(2x^{\frac{1}{2}})+BY_1(2x^{\frac{1}{2}})\right)[/tex] (*)

This is part of a physics problem - the solutions (as in 'answers') don't offer any explanation - they simply say:

[tex]y'' + \frac{1-2a}{x}y' + \left((bcx^{c-1})^2+ \frac{a^2 - p^2 c^2}{x^2}\right)y=0[/tex] (2)

where

[tex]y=x^aZ_p(bx^c)[/tex] (3)

Z_p satisfies the Bessel Eqn of order p.

If we equate the coefficients of (2) with the original DE (1), this gives us the solution (*).

I really can't see where (2) has come from. I've tried substituting in (3) into the original DE and get a horribly complicated expression which doesn't look anything like (2) - also I can't understand why 'p', the order of the Bessel's Equation, enters the DE (2).

Any help would be much appreciated.

thanks.
 
Physics news on Phys.org
I would suggest trying to solve your DE directly. x = 0 is a regular singular point, so you would look for a solution of the form

[tex]y = \sum_0^\infty a_nx^{n+r}[/tex]

Plug that in the equation using usual series methods. You should get an indicial equation of (r)(r-1)= 0. The roots differ by an integer so you can get one solution using r = 1. If you work it out you should get

[tex]a_n = \frac{(-1)^n a_0}{(n+1)!n!}[/tex]

giving a solution

[tex]y(x) = \sum_0^\infty \frac{(-1)^na_0}{(n+1)!n!}\ x^{n+1}[/tex]

Remembering that

[tex]J_1(x)= \sum_0^\infty \frac{(-1)^n}{n!\Gamma(n+2)}\left(\frac x 2\right)^{2n+1}[/tex]

Using this you should be able to calculate

[tex]\sqrt xJ_1(2\sqrt x)[/tex]

and get the series for y(x) above. You will have to review how to get the second solution when the indicial roots differ by an integer, but this should get you started.
 
Last edited:
Thanks LCKurtz -

Can I ask a stupid question though (my maths knowledge is very superficial): if we know that J1(x) is a solution to a DE, isn't it always the case that Y1(x) must also be part of the general solution (as it is linearly independent to to J1)?

Also can you offer any insight on why the original DE can be transformed(?) into this DE:

[tex]y'' + \frac{1-2a}{x}y' + \left((bcx^{c-1})^2+ \frac{a^2 - p^2 c^2}{x^2}\right)y=0[/tex]

where

[tex]y=x^aJ_p(bx^c)[/tex]
 
vertices said:
I am trying to understand why the General solution to this DE:

[tex]x\frac{d^2y}{dx^2} +y=0[/tex] (1)

is:

[tex]y(x)=x^{\frac{1}{2}}\left(AJ_1(2x^{\frac{1}{2}})+BY_1(2x^{\frac{1}{2}})\right)[/tex] (*)

Hi. You know about Mathworld? Google it and then do a Bessel equation search and scroll down to the Bowman forumulation of Bessel's equation. The one with all the parameters. Now substitute your equation into that one. I get [itex]\alpha=1/2, n=1, \gamma=1/2, \beta=\pm 2[/itex] then substitute those into the solution given to arrive at

[tex]y(x)=x^{\frac{1}{2}}\left(AJ_1(2x^{\frac{1}{2}})+BY_1(2x^{\frac{1}{2}})\right)[/tex]

I'm not too sure about the [itex]\pm \beta[/itex] part though.