Example 4. Use
Frobenius series to solve the D. E.
.
A solution is known to be the celebrated Bessel
function
.
Solution 4.
Determine the nature of the singularity at
.
Construct the Indicial Equation.
![[Graphics:../Images/FrobeniusSeriesMod_gr_336.gif]](../Images/FrobeniusSeriesMod_gr_336.gif)
Find the Roots of the Indicial Equation.
![[Graphics:../Images/FrobeniusSeriesMod_gr_338.gif]](../Images/FrobeniusSeriesMod_gr_338.gif)
Form the first Frobenius solution corresponding to the
root
.
Form the set of equations to solve and do it.
The first Frobenius solution is:
This first Frobenius series solution is a Bessel
Function of the First Kind, and it is defined at the
origin
.
The second solution to the differential equation is a Bessel Function of the Second Kind. It is not a simple Frobenius series and will be discussed in another module.
At this time we could plot the series approximations and the analytic solutions. To see the difference in the graphs we will reduce the number of terms in the series.
The recursive formula for the
coefficients.
If we look at the series in more depth we will be able to obtain the
analytic solutions as infinite sums. First find the
recursive formula for the coefficients of
. If
you try this be sure to use the " :=
" replacement delayed structure to avoid an infinite
recursion. Also, include the semicolon at the end of the
lines.
![[Graphics:../Images/FrobeniusSeriesMod_gr_365.gif]](../Images/FrobeniusSeriesMod_gr_365.gif)
If you can't get the above computation to work, then just type in the recursive formula.
Now look at each series individually. The first
Frobenius series corresponding to
is:
The coefficient
can
be expressed in closed form
.
The the first Frobenius series solution is twice the Bessel
function
.
The first Frobenius series solution agrees with the series expansion of Mathematica's function BesselJ[1,x].
(c) John H. Mathews 2004