What is the Proof for the Bessel Differential Equation Solution?

Click For Summary

Homework Help Overview

The discussion revolves around proving that the Bessel function of order zero, \( J_0(x) \), satisfies the Bessel differential equation. The original poster presents a series representation of \( J_0(x) \) and attempts to show that it fulfills the equation \( x^2 J_0^{\prime \prime}(x) + x J_0^{\prime}(x) + x^2 J_0(x) = 0 \).

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the series representation of \( J_0(x) \) and its derivatives, questioning the accuracy of their calculations and the implications of changing indices in series. Some suggest using the initial value problem approach to find coefficients in a series solution.

Discussion Status

There is an ongoing examination of the calculations presented by the original poster, with various participants providing insights and corrections regarding series manipulations and differentiation. Some participants express uncertainty about specific steps and seek clarification on the proper handling of indices and coefficients.

Contextual Notes

Participants note that the problem is constrained by specific instructions from a textbook, which emphasizes the need to use the given series representation of \( J_0(x) \) as a basis for the proof. There is also mention of potential discrepancies in the results obtained using computational tools.

DivGradCurl
Messages
364
Reaction score
0
I'm supposed to show that

[tex]J_0 (x) = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n} x^{2n}}{2^{2n} \left( n! \right) ^2 }[/tex]

satisfies the differential equation

[tex]x^2 J_0 ^{\prime \prime} (x) + x J_0 ^{\prime} (x) + x^2 J_0 (x) = 0[/tex]


Here's what I've got:

[tex]x^2 J_0 ^{\prime \prime} (x) = x^2 \sum _{n=2} ^{\infty} \frac{\left( -1 \right)^{n} \left( 2n \right) \left( 2n-1 \right) x^{2n-2}}{2^{2n} \left( n! \right) ^2 } = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n+2} \left( 2n+4 \right) \left( 2n+3 \right) x^{2n+4}}{2^{2n+4}\left[ \left( n+2 \right) ! \right] ^2 } = \frac{x^2}{2} - x^2 J_0 (x) + x J_1 (x)[/tex]

[tex]x J_0 ^{\prime} (x) = x \sum _{n=1} ^{\infty} \frac{\left( -1 \right)^{n} \left( 2n \right) x^{2n-1}}{2^{2n}\left( n! \right) ^2} = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n+1} \left( 2n+2 \right) x^{2n+2}}{2^{2n+4}\left[ \left( n+1 \right) ! \right] ^2 } = - x J_1 (x)[/tex]

[tex]x^2 J_0 (x) = x^2 \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n} x^{2n}}{2^{2n} \left( n! \right) ^2 } = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n} x^{2n+2}}{2^{2n} \left( n! \right) ^2 } = x^2 J_0 (x)[/tex]

Then, I get

[tex]x^2 J_0 ^{\prime \prime} (x) + x J_0 ^{\prime} (x) + x^2 J_0 (x) = \frac{x^2}{2} - x^2 J_0 (x) + x J_1 (x) - x J_1 (x) + x^2 J_0 (x) = \frac{x^2}{2}[/tex]

which is not correct, except for when [tex]x=0[/tex]. Can anyone help me find where I made a mistake?

Thank you very much.
 
Physics news on Phys.org
This is most easily done the other way around (it's easier to find the correct coefficients in a series solution):
Consider the initial value problem:
[tex]x^{2}J_{0}''(x)+xJ_{0}'(x)+x^{2}J_{0}(x)=0,J_{0}(0)=1,J_{0}'(0)=0[/tex]
Assume a series solution:
[tex]J_{0}(x)=\sum_{n=0}^{\infty}a_{n}x^{n}[/tex]
Then,
[tex]x^{2}J_{0}''(x)=\sum_{n=2}^{\infty}n(n-1)a_{n}x^{n}[/tex]
[tex]xJ_{0}'(x)=\sum_{n=1}^{\infty}na_{n}x^{n}[/tex]
[tex]x^{2}J_{0}(x)=\sum_{n=2}^{\infty}a_{n-2}x^{n}[/tex]
Or:
[tex]a_{1}x+\sum_{n=2}^{\infty}(n^{2}a_{n}+a_{n-2})x^{n}=0[/tex]
for all x.
Hence, all odd "a"'s must be zero, while we must have for the even powers:
[tex]a_{2m}=-\frac{1}{(2m)^{2}}a_{2(m-1)}[/tex]
This can be rewritten in the form you seek..
 
Last edited:
If

[tex]J_0 (x) = \sum _{n=0} ^{\infty} a_n x^n[/tex]

then

[tex]x^2 J_0 (x) = \sum _{n=2} ^{\infty} a_{n-2} x^n[/tex]

[tex]x J_0 ^{\prime} (x) = \sum _{n=2} ^{\infty} \left( n-1 \right) a_{n-1} x^{n-1} = \sum _{n=2} ^{\infty} \left( n a_{n-1} x^{n-1} \right) - \sum _{n=2} ^{\infty} \left( a_{n-1} x^{n-1} \right)[/tex]

[tex]x^2 J_0 ^{\prime \prime} (x) = \sum _{n=2} ^{\infty} n \left( n-1 \right) a_{n-1} x^{n} = \sum _{n=2} ^{\infty} \left( n^2 a_n x^n \right) - \sum _{n=2} ^{\infty} \left( n a_n x^n \right)[/tex]

and so

[tex]\sum _{n=2} ^{\infty} \left[ \left( n^2 a_n - n a_n + a_{n-2} \right) x^{n} + \left( n a_n - a_{n-1} \right) x^{n-1} \right] = 0[/tex]

I now see that the [tex]a_n[/tex]'s should all be zero, although I cannot obtain

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

from what I've written based on your input. Furthermore, I don't see how you get

[tex]a_{2m}=-\frac{1}{(2m)^{2}}a_{2(m-1)}[/tex]

Also, it's not clear how I can work my way back from there.

To be honest, I really need to present a solution in the original form, because the directions from the book are specific about using the bessel function of order zero as the basis to obtain the proof. Thanks, anyway. :smile:
 
Do NOT change the index on your first derivative series!

Secondly, J0 is DEFINED to be the solution of the initial value problem.
 
I'm sorry. I see my remark is not clear enough. Well, my book says "show that J_0 (the Bessel function of order 0 given in Example 4) satisfies the differential equation"

[tex]x^2 J_0 ^{\prime \prime} (x) + x J_0 ^{\prime} (x) + x^2 J_0 (x) = 0[/tex]

So, the kind of answer expected is to follow from the definition provided by example 4, namely

[tex]J_0 (x) = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n} x^{2n}}{2^{2n} \left( n! \right) ^2 }[/tex]

which, of course, could alternatively be written as

[tex]J_{0}(x)=\sum_{n=0}^{\infty}a_{n}x^{n}[/tex]

However, we do run into a problem, since it does not provide the solution the way requested... do you know what I mean?
 
Last edited:
Well, if you find that the solution of the initial value problem coincides with the expression for J0, then you've given a fully valid proof.

Secondly, I'll continue:
If
[tex]a_{2m}=-\frac{a_{2m-1}}{(2m)^{2}}=\frac{a_{2(m-1)}}{2^{2}m^{2}}[/tex]
Then, by induction, you may prove that:
[tex]a_{2m}=\frac{(-1)^{m}}{2^{2m}(m!)^{2}}=-\frac{1}{2^{2}m^{2}}\frac{(-1)^{m-1}}{2^{2(m-1)}((m-1)!)^{2}}=-\frac{a_{2m-1}}{(2m)^{2}}[/tex]
 
What really puzzles me from my work is that the part I did myself was checked n times... and later I get to results such as

[tex]x^2 J_0 ^{\prime \prime} (x) = \frac{x^2}{2} - x^2 J_0 (x) + x J_1 (x)[/tex]

and

[tex]x J_0 ^{\prime} (x) = - x J_1 (x)[/tex]

with the aid of Mathematica.

So, chances are... there is some mistake I made, and that ultimately gave Mathematica the wrong series. So, my question is: where is the mistake up there?
 
What I'm trying to say is that although math gives the freedom to find the same solution through geometry and algebra, let's say, there is also the need to be consistent with the conditions you are given by the problem, as I explained you earlier. Please, don't get me wrong by saying this. I really need your help, but we do need to speak the same language.
 
What I can say is that there is something wrong with

[tex]x^2 J_0 ^{\prime \prime} (x) = \frac{x^2}{2} - x^2 J_0 (x) + x J_1 (x)[/tex]

the [tex]\frac{x^2}{2}[/tex] should not be there.

So, something must be wrong with

[tex]x^2 J_0 ^{\prime \prime} (x) = x^2 \sum _{n=2} ^{\infty} \frac{\left( -1 \right)^{n} \left( 2n \right) \left( 2n-1 \right) x^{2n-2}}{2^{2n} \left( n! \right) ^2 } = \sum _{n=0} ^{\infty} \frac{\left( -1 \right)^{n+2} \left( 2n+4 \right) \left( 2n+3 \right) x^{2n+4}}{2^{2n+4}\left[ \left( n+2 \right) ! \right] ^2 }[/tex]

which I cannot find myself.
 
  • #10
Your basic problem is that you don't use the same coefficients for x.
One place you use (2n+4) as your power, other places (2n+2).
This will most often result in miscalculations.
You need to bring the powers in x to the same power, otherwise you'll get a mess out of it.
 
  • #11
Let:
[tex]J_{0}(x)=\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2n}}{2^{2n}(n!)^{2}}[/tex]
Then:
[tex]x^{2}J_{0}(x)=\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{2(n+1)}}{2^{2n}(n!)^{2}}=-\sum_{n=1}^{\infty}\frac{(-1)^{n}x^{2n}}{2^{2(n-1)}((n-1)!)^{2}}[/tex]
[tex]xJ_{0}'(x)=\sum_{n=1}^{\infty}\frac{2n(-1)^{n}x^{2n}}{2^{2n}(n!)^{2}}[/tex]
[tex]x^{2}J_{0}''(x)=\sum_{n=1}^{\infty}\frac{2n(2n-1)(-1)^{n}x^{2n}}{2^{2n}(n!)^{2}}[/tex]
Hence:
[tex]xJ_{0}'(x)+x^{2}J_{0}''(x)=\sum_{n=1}^{\infty}\frac{(-1)^{n}x^{2n}}{2^{2(n-1)}((n-1)!)^{2}}[/tex]
That is:
[tex]xJ_{0}'(x)+x^{2}J_{0}''(x)+x^{2}J_{0}(x)=0[/tex]
 
Last edited:
  • #12
There is just one thing I cannot understand. When you differentiate the second time, doesn't the index change from [tex]n=1[/tex] to [tex]n=2[/tex], making it slightly different:

[tex]x^2 J^{\prime \prime} _0 (x) = \sum _{n=2} ^{\infty} \frac{\left( 2n \right) \left( 2n -1 \right) \left( -1 \right) ^n x^{2n}}{2^{2n} \left( n ! \right) ^2}[/tex]

If so, wouldn't you need to change its index back to [tex]n=1[/tex]? I hope my guess is wrong, because I can see the cancellations you get otherwise.

Thanks.
 
Last edited:
  • #13
Let's take it once more:
[tex]J_{0}'(x)=\sum_{n=1}^{\infty}\frac{(-1)^{n}2nx^{2n-1}}{2^{2n}(n!)^{2}}[/tex]
Your lowest power in "x" is therefor [tex]x^{1}[/tex]
Hence, when you differentiate that one you're left with a non-zero constant:
[tex]J_{0}''(x)=\sum_{n=1}^{\infty}\frac{(-1)^{n}2n(2n-1)x^{2n-2}}{2^{2n}(n!)^{2}}[/tex]
This is a perfectly acceptable representation of the series.

Note that your own flawed series representation of [tex]x^{2}J_{0}''(x)[/tex] starts at [tex]x^{4}[/tex]
and not at [tex]x^{2}[/tex] as it should.
This is probably the reason why you got a wrong result earlier.
 
Last edited:
  • #14
I get your point. Now it's perfectly clear to me.

Thank you very much.
 

Similar threads

Replies
49
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
8
Views
2K
Replies
5
Views
2K
Replies
64
Views
7K
Replies
28
Views
2K
Replies
3
Views
3K