Solving Bessel Equation: Indicial Equation & Frobenius Solution

Click For Summary
SUMMARY

The discussion focuses on solving the Bessel equation, specifically when p=0, represented as x²y'' + xy' + x²y = 0. The participant successfully identifies that the indicial equation has a single root, α=0, and attempts to derive the Frobenius solution. However, they struggle to match their derived series solution, a_{2k} = \frac{(-1)^k}{(2k)!}a_0, with the expected form, y = \sum \frac{(-1)^n}{2^{2n}(n!)^2}x^{2n}. Key corrections are suggested regarding the limits of summation and the formulation of the series.

PREREQUISITES
  • Understanding of Bessel equations and their properties
  • Familiarity with the Frobenius method for solving differential equations
  • Knowledge of series expansions and convergence
  • Basic calculus, including differentiation and summation techniques
NEXT STEPS
  • Study the derivation of the Frobenius series solution for Bessel equations
  • Learn about the properties of regular singular points in differential equations
  • Explore the concept of indicial equations and their significance in differential equations
  • Investigate the relationship between series solutions and special functions, particularly Bessel functions
USEFUL FOR

Mathematicians, physicists, and engineering students who are solving differential equations, particularly those involving Bessel functions and series solutions.

Telemachus
Messages
820
Reaction score
30
Hi there. Well, I'm stuck with this problem, which says:
When p=0 the Bessel equation is: [tex]x^2y''+xy'+x^2y=0[/tex]

Show that its indicial equation only has one root and find the Frobenius solution correspondingly. (Answer: [tex]y=\sum \frac{(-1)^n}{ 2^{2n}(n!)^2 }x^{2n}[/tex]

Well, this is what I did:

At first I normalized the equation:
[tex]y''+\frac{y'}{x}+y=0[/tex]
Then
[tex]P(x)=\frac{1}{ x} \rightarrow xP(x)=1[/tex]
[tex]Q(x)=1 \rightarrow x^2Q(x)=x^2[/tex]
So x=0 is regular singular point.Then the indicial equation is: [tex]\alpha(\alpha-1)+p_0\alpha+q_0=0 \rightarrow \alpha^2-alpha+\alpha=0 \rightarrow \alpha=0[/tex]

[tex]y=\sum_{n = 0}^\infty a_n x^n \rightarrow y'=\sum_{n = 1}^\infty a_n n x^{n-1} \rightarrow y''=\sum_{n = 2}^\infty a_n n(n-1) x^{n-2}[/tex]

Then
[tex]x^2y''+xy'+x^2y=\sum_{n = 2}^\infty a_n n(n-1) x^n+ \sum_{n = 1}^\infty a_n n x^n+\sum_{n = 0}^\infty a_n x^{n+2} = \sum_{n = 2}^\infty a_n n(n-1) x^n+ \sum_{n = 1}^\infty a_n n x^n+\sum_{n = 0}^\infty a_{n-2}x^n[/tex]

So from here I took
[tex]a_n n(n-1)+a_{n-2}=0[/tex]

[tex]a_n=\frac{-a_{n-2}}{n(n-1)},n=2k \rightarrow a_{2k}=\frac{-a_{2k-2}}{2k(2k-1)}[/tex]

Then I've made some iterations, but I can't find the form that the problem gives as the answer, some of the iterations:

[tex]a_2=\frac{-a_0}{2 },a_4=\frac{a_0}{4.3.2 },a_6=\frac{-a_0}{6.5.4.3.2 }[/tex]

So the answer I seem to get is [tex]a_{2k}=\frac{(-1)^k}{(2k)!}a_0[/tex]

But I should get [tex]\sum \frac{(-1)^n}{ 2^{2n}(n!)^2 }a_0[/tex] or something like that, which is how the answer the problem gives looks like.

I'm probably doing something wrong, but I couldn't figure it out what it is.

Bye there, thanks for helping!
 
Physics news on Phys.org
Telemachus said:
Hi there. Well, I'm stuck with this problem, which says:
When p=0 the Bessel equation is: [tex]x^2y''+xy'+x^2y=0[/tex]

Show that its indicial equation only has one root and find the Frobenius solution correspondingly. (Answer: [tex]y=\sum \frac{(-1)^n}{ 2^{2n}(n!)^2 }x^{2n}[/tex]

Well, this is what I did:

At first I normalized the equation:
[tex]y''+\frac{y'}{x}+y=0[/tex]
Then
[tex]P(x)=\frac{1}{ x} \rightarrow xP(x)=1[/tex]
[tex]Q(x)=1 \rightarrow x^2Q(x)=x^2[/tex]
So x=0 is regular singular point.


Then the indicial equation is: [tex]\alpha(\alpha-1)+p_0\alpha+q_0=0 \rightarrow \alpha^2-alpha+\alpha=0 \rightarrow \alpha=0[/tex]

[tex]y=\sum_{n = 0}^\infty a_n x^n \rightarrow y'=\sum_{n = 1}^\infty a_n n x^{n-1} \rightarrow y''=\sum_{n = 2}^\infty a_n n(n-1) x^{n-2}[/tex]

Then
[tex]x^2y''+xy'+x^2y=\sum_{n = 2}^\infty a_n n(n-1) x^n+ \sum_{n = 1}^\infty a_n n x^n+\sum_{n = 0}^\infty a_n x^{n+2} = \sum_{n = 2}^\infty a_n n(n-1) x^n+ \sum_{n = 1}^\infty a_n n x^n+\sum_{n = 0}^\infty a_{n-2}x^n[/tex]
You have not changed the lower limits when you changed n in each sum.
In the last sum you have [itex]a_nx^{n+ 2}[/itex] with n going from 0 to infinity. If your new "n" is the old n+ 2, then you have [itex]a_{n- 2}x^n[/itex] with n going from 2 to infinity. Also, the first sum should have [itex]x^{n-2}[/itex] but you have written [itex]x^n[/itex]. If you let the new n be the old n-2, then the term in the first sum is [itex]a_{n+2}(n+2)(n+1)x^n[/itex] with the sum going from 0 to infinity. Finally, in the middle sum you have, again, [itex]x^n[/itex] when it should be [itex]x^{n-1}[/itex]. If you let the new n be the old n-1 then you should have [itex]a_{n+1}(n+1)x^n[/itex]
That is, you should have
[tex]\sum_{n = 0}^\infty a_{n+2} (n+2)(n+1) x^n+ \sum_{n = 1}^\infty a_{n+1} (n+1) x^n+\sum_{n = 2}^\infty a_{n-2}x^n[/tex]

So from here I took
[tex]a_n n(n-1)+a_{n-2}=0[/tex]

[tex]a_n=\frac{-a_{n-2}}{n(n-1)},n=2k \rightarrow a_{2k}=\frac{-a_{2k-2}}{2k(2k-1)}[/tex]

Then I've made some iterations, but I can't find the form that the problem gives as the answer, some of the iterations:

[tex]a_2=\frac{-a_0}{2 },a_4=\frac{a_0}{4.3.2 },a_6=\frac{-a_0}{6.5.4.3.2 }[/tex]

So the answer I seem to get is [tex]a_{2k}=\frac{(-1)^k}{(2k)!}a_0[/tex]

But I should get [tex]\sum \frac{(-1)^n}{ 2^{2n}(n!)^2 }a_0[/tex] or something like that, which is how the answer the problem gives looks like.

I'm probably doing something wrong, but I couldn't figure it out what it is.

Bye there, thanks for helping!
 
Last edited by a moderator:
Thanks HallsOfIvy.
 

Similar threads

Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K