26.1 Frobenius Method 609
For almost all applications encountered in physics (certainly in this book),
p
0
, p
1
,andp
2
are polynomials.
4
The first step in the implementation of the
Frobenius method is to assume an infinite power series for y. It is common
to choose the point of expansion to be x =0. Ifp
2
(0) = 0, only nonnegative
powers of x need be considered.
5
If p
2
(0) = 0, the DE loses its character of
being “second order” and the solutions we are seeking may not be defined
there. In such a case, we have two choices:
1. choose a different point of expansion x
0
=0sothatp
2
(x
0
) =0;or
2. allow nonpositive powers of x in the expansion of y.
The first choice is rarely used. It turns out that the most economic—but
general—way of incorporating the second choice is to write the solution as
y = x
r
∞
n=0
a
n
x
n
=
∞
n=0
a
n
x
n+r
= a
0
x
r
+ a
1
x
r+1
+ a
2
x
r+2
+ a
3
x
r+3
+ ··· ,
(26.8)
where r is a real number (not necessarily a positive integer) to be determined
by the DE.
6
It is customary to choose a
0
= 1 because any constant multiple
of a solution is also a solution; so, if a
0
= 1, we simply multiply the series by
1/a
0
to make it so.
7
Since a power series is uniformly convergent—within its
radius of convergence—it can be differentiated term by term. So, we have
dy
dx
=
∞
n=0
a
n
(n + r)x
n+r−1
= ra
0
x
r−1
+(r +1)a
1
x
r
+ ··· ,
d
2
y
dx
2
=
∞
n=0
a
n
(n + r)(n + r −1)x
n+r−1
(26.9)
= r(r − 1)a
0
x
r−2
+(r +1)ra
1
x
r−1
+(r +2)(r +1)a
2
x
r
+ ··· .
We now substitute Equations (26.8) and (26.9) in the DE (26.7), multiply
out the polynomials into the series, collect all distinct powers of x together,
and set the coefficient of each term equal to zero. We thus obtain a set of
equations whose solution determines r and the a
n
’s. The equation arising form
the lowest power of x involves only r and is called the indicial equation.
indicial equation
This is usually a quadratic equation in r which can be solved to obtain the
4
The DE may not emerge in the form given here out of, say, the separation of variables,
but can be cast in that form. The most complicated form of the coefficients of the derivatives
in a DE are typically rational functions (ratios of two polynomials). Therefore, multiplying
the DE by the product of all three denominators will cast the DE in the form given in
(26.7).
5
For a thorough discussion of the Frobenius method, including motivation and proofs for
the claims cited here, consult Hassani, S. Mathematical Physics: A Modern Introduction
to Its Foundations, Springer-Verlag, 1999, Chapter 14.
6
As Problem 26.2 indicates, one can start with a solution of the form (26.8) even when
p
2
(0) = 0. The differential equation will then force r to be zero.
7
The choice a
0
= 1 is convenient only when p
2
(0) = 0. If p
2
(0) = 0, we need not
restrict a
0
.