Derivation of Bessel's Equation
📂Mathematical PhysicsDerivation of Bessel's Equation
Definition
The differential equation below is called the νth order Bessel’s equation.
x2y′′+xy′+(x2−ν2)y=x(xy′)′+(x2−ν2)y=y′′+x1y′+(1−x2ν2)y= 0 0 0
Description
The solution to the Bessel’s equation is called the Bessel function.
Bessel functions are often seen in physics, engineering, and more, especially in problems involving cylindrical symmetry. For this reason, Bessel functions are also known as cylinder functions, though this term is less commonly used.
Derivation
In two-dimensional polar coordinates, the wave equation is given as follows.
∂t2∂2u=c2(∂r2∂2u+r1∂r∂u+r21∂θ2∂2u)
c is a constant. Let’s assume that the solution u to the above equation is a function that can be separated into variables.
u(t,r,θ)=T(t)R(r)Θ(θ)
Substituting (1) gives
T′′RΘ=c2(TR′′Θ+r1TR′Θ+r21TRΘ′′)
Dividing both sides by c2TRΘ gives
c2TT′′=RR′′+rRR′+r2ΘΘ′′
The left-hand side is a function solely of t, and the right-hand side is a function of r and θ, thus both sides of the equation must be constant. If the left-hand side were not constant with respect to t, changing the value of t would change the left-hand side without altering the right, breaking the equality. Therefore, for all t, r, and θ, both sides must be constant. Let’s call this constant −μ2. Then,
c2TT′′=RR′′+rRR′+r2ΘΘ′′=−μ2
First, let’s examine the equation for r and θ.
RR′′+rRR′+r2ΘΘ′′=−μ2
Multiply both sides by r2 and separate the equation into terms for r and θ,
Rr2R′′+RrR′+r2μ2=−ΘΘ′′
Both sides of the equation, for reasons mentioned earlier, must also be constant. Let’s call this constant ν2. Then, we get the following equation.
−ΘΘ′′=ν2⟹Θ′′=−ν2Θ
Returning to (2) and organizing the equation for t yields
T′′=−c2μ2T
Substituting (3) and (4) into (2) and organizing appropriately gives the following.
⟹⟹c2T−c2μ2T=RR′′+rRR′+r2Θ−ν2ΘR1R′′+rR1R′+(μ2−r2ν2)=0r2R′′(r)+rR′(r)+(μ2r2−ν2)R(r)=0
Now, let’s introduce a substitution μr=x. And then let it be as follows.
R(r)=f(μr)=f(x),R′(r)=μf′(μr)=μf′(x),R′′(r)=μ2f′′(μr)=μ2f′′(x)
Substituting these equations into the ones we obtained earlier gives
⟹μ2x2μ2f′′(x)+μxμf(x)+(x2−ν2)f(x)x2f′′(x)+xf(x)+(x2−ν2)f(x)=0=0
The above equation is known as the νth order Bessel’s equation. It is commonly found in the following form.
x2y′′+xy′+(x2−ν2)yx(xy′)′+(x2ν2)y=0=0
The first solution to this equation is as follows, and it is called the first kind Bessel function.
Jν(x)=n=0∑∞Γ(n+1)Γ(n+ν+1)(−1)n(2x)2n+ν
The second solution is as follows, and it is called the second kind Bessel function.
Nν(x)=Yν(x)=sin(νπ)cos(νπ)Jν(x)−J−ν(x)
Therefore, the general solution to the Bessel’s equation is as follows.
y(x)=AJν(x)+BNν(x)
In this case, A and B are constants.