Series Solution of the Bessel Equation: Bessel Functions of the First Kind
📂Odinary Differential EquationsSeries Solution of the Bessel Equation: Bessel Functions of the First Kind
Definition
For ν∈R, a differential equation of the following form is called a ν order Bessel equation.
orx2y′′+xy′+(x2−ν2)yy′′+x1y′+(1−x2ν2)y=0=0
Explanation
The Bessel equation emerges when solving the wave equation in spherical coordinates. The coefficients are not constant but depend on the independent variable x. Since, at x=0, the following equation is satisfied, x=0 is a regular singular point.
x→0limxx2x=1<∞,x→0limx2x2x2−ν2=−ν2<∞
Therefore, the solution can be found using the Frobenius method, and the series solution is as follows.
Jν(x)J−ν(x)=n=0∑∞Γ(n+1)Γ(n+ν+1)(−1)n(2x)2n+ν=n=0∑∞Γ(n+1)Γ(n−ν+1)(−1)n(2x)2n−ν
This is called the Bessel function of the first kind of order nu. Here, Γ(x) is the gamma function. By looking at the order of both series, we can see that they are linearly independent. Therefore, the general solution to the ν order Bessel equation is as follows.
y(x)=AJν(x)+BJ−ν(x)
However, this only applies when ν is not an integer. If ν is an integer, since Jν and J−ν are not independent, we need to find the second solution, also known as the Neumann function.
Solution
Let’s assume the solution to the Bessel equation is the following power series.
y=n=0∑∞anxn+r=xr(a0+a1x+a2x2+⋯)=a0xr+a1xr+1+a2xr+2+⋯
First, let’s slightly modify the form of the Bessel equation. Since x(xy′)′=x2y′′+xy′, the Bessel equation can be expressed as follows.
x(xy′)+(x2−ν2)y=0
To substitute into the Bessel equation, let’s find x(xy′)′,x2y from (1), as follows.
y′xy′(xy′)′x(xy′)′=ra0xr−1+(r+1)a1xr+(r+2)a2xr+1+⋯=ra0xr+(r+1)a1xr+1+(r+2)a2xr+2+⋯=r2a0xr−1+(r+1)2a1xr+(r+2)2a2xr+1+⋯=r2a0xr+(r+1)2a1xr+1+(r+2)2a2xr+2+⋯=n=0∑∞an(r+n)2xn+r
Substituting this into the Bessel equation yields the following.
⟹(r2a0xr+(r+1)2a1xr+1+(r+2)2a2xr+2+⋯)+(x2−ν2)(a0xr+a1xr+1+a2xr+2+⋯)(r2a0xr+(r+1)2a1xr+1+(r+2)2a2xr+2+⋯)+(a0xr+2+a1xr+3+a2xr+4+⋯)+(−ν2a0xr−ν2a1xr+1−ν2a2xr+2+⋯)
Rearranging this to match the order of x,
a0(r2−ν2)xr+a1((r+1)2−ν2)xr+1+(a2(r+2)2−a2ν2+a0)xr+2+⋯+(an(r+n)2−anν2+an−2)xn+r+⋯=0
For the equation to always hold for any x, all coefficients must be 0. Let’s examine the first term.
a0(r2−ν2)=0
Since a0=0, we have r=±ν. Now, let’s look at the second term.
a1((r+1)2−ν2)=0
Given the condition that r=±ν, the expression inside the parentheses can never be 0. Therefore, a1=0. From the third term onwards, the coefficient is generally expressed as follows.
an(r+n)2−anν2+an−2=0
Arranging this,
an=(r+n)2−ν2−an−2
Combining the previously obtained a1=0 with the above condition, one can see that for all odd n, an=0 applies. Therefore, we only need to derive when n is even.
Case 1. r=ν
In this case, (2) is
an=n2+2nν−an−2=n(n+2ν)−an−2
Since we are only interested in when n is even, let’s denote n as 2n. Then,
a2n=2n(2n+2ν)−a2n−2=22n(n+ν)−a2n−2
Now, starting from a2, we can derive as follows.
a2a4a6⋮a2n=22⋅1(ν+1)−a0=22⋅2(ν+2)−a2=24⋅2⋅1(ν+1)(ν+2)a0=22⋅3(ν+3)−a4=26⋅3⋅2⋅1(ν+1)(ν+2)(ν+3)−a0=22nn!(ν+1)(ν+2)⋯(ν+n)(−1)na0
Using the gamma function simplifies the expression. The gamma function has the following properties.
Γ(ν+1)=νΓ(ν)⟹ν1=Γ(ν+1)Γ(ν)
Using this, we obtain the following.
⟹⟹⟹⟹ν+11(ν+1)(ν+2)1(ν+1)(ν+2)(ν+3)1(ν+1)⋯(ν+n)1=Γ(ν+2)Γ(ν+1)=(ν+2)Γ(ν+2)Γ(ν+1)=Γ(ν+3)Γ(ν+1)=(ν+3)Γ(ν+3)Γ(ν+1)=Γ(ν+4)Γ(ν+1)⋮=Γ(ν+n+1)Γ(ν+1)
Substituting this back into the coefficients we derived earlier, and expressing the factorial as a gamma function, each coefficient becomes as follows.
a2a4a6⋮a2n=221!Γ(ν+2)−a0Γ(ν+1)=242!Γ(ν+3)a0Γ(ν+1)=263!Γ(ν+4)−a0Γ(ν+1)=22nΓ(n+1)Γ(ν+n+1)(−1)nΓ(ν+1)a0
Substituting this into (1),
y=n=0∑∞a2nx2n+ν=n=0∑∞22nΓ(n+1)Γ(ν+n+1)(−1)na0Γ(ν+1)x2n+ν
Arranging the form,
y=n=0∑∞Γ(n+1)Γ(n+ν+1)(−1)n2νa0Γ(ν+1)(2x)2n+ν
If we let a0=2νΓ(ν+1)1,
Jν(x)=n=0∑∞Γ(n+1)Γ(n+ν+1)(−1)n(2x)2n+ν
This is referred to as the Bessel function of the first kind of order ν.
Case 2. r=−ν
This case is simply the result of Case 1. with ν changed to −ν. The solution process is completely the same, so we will only list the key results without detailed calculation steps and explanations.
an=n(n−2ν)−an−2
a2n=22n(n−ν)−a2n−2=22nn!(1−ν)(2−ν)⋯(n−ν)(1−)na0
(1−ν)(2−ν)⋯(n−ν)1=Γ(n−ν+1)Γ(1−ν)
a2n=22nΓ(n+1)Γ(n−ν+1)(−1)nΓ(1−ν)
y=n=0∑∞a2nx2n−ν=n=0∑∞22nΓ(n+1)Γ(n−ν+1)(−1)na0Γ(1−ν)x2n−ν=n=0∑∞Γ(n+1)Γ(n−ν+1)(−1)n2−νa0Γ(1−ν)(2x)2n−ν
a0=Γ(1−ν)2ν
J−ν(x)=n=0∑∞Γ(n+1)Γ(n−ν+1)(−1)n(2x)2n−ν
■