At a point where the coefficients blow up, an ordinary power series may fail entirely. The method of Frobenius rescues the situation by allowing an extra factor in front of the series, with possibly fractional, negative, or complex. The exponent is found from a quadratic called the indicial equation, and the relationship between its two roots determines everything that follows.
Quick Reference
| Item | Statement |
|---|---|
| Regular singular form | y'' + \dfrac{P(x)}{x-x_0}y' + \dfrac{Q(x)}{\left(x-x_0\right)^{2}}y = 0 with , analytic near |
| Indicial equation | , with and |
| Frobenius series | , |
| Case 1: not an integer | Two Frobenius series, one for each root |
| Case 2: an integer, | One Frobenius series for ; the second may need a logarithm |
| Equal roots | The logarithm term is definitely present, |
| Complex roots | Take real and imaginary parts of |
| Radius | Both series converge for ; the equation holds for |
| Point at infinity | Substitute and classify |
When Power Series Fail
When dealing with
y'' + P(x)y' + Q(x)y = 0 ,if either or is not analytic near , then power series solutions valid near may or may not exist.
Show that x^{2}y'' - 2y = 0 has no solution of the form with other than the trivial one.
Solution
Substituting ,
where the and terms of the first sum are absent but vanishes there anyway, so the single formula covers all .
Setting each coefficient to zero requires for every . Now vanishes only at among non-negative integers. So for every , leaving only .
Only one solution of power series type exists, not the two that a second-order equation needs. The missing one is , which no ordinary power series can represent. Allowing the exponent is exactly what Frobenius does.
Regular Singular Points
Consider a differential equation of the form
y'' + \frac{P(x)}{x-x_0}y' + \frac{Q(x)}{\left(x-x_0\right)^{2}}y = 0 .If and have power series expansions in some open interval , we say that is a regular singular point.
In words: the coefficient of y' may blow up no worse than , and the coefficient of no worse than . A singular point that fails this test is called irregular, and the Frobenius method does not apply there.
Classify for each equation.
- x^{2}y'' + xy' + \left(x^{2}-\nu^{2}\right)y = 0
- x^{3}y'' + y = 0
- 2xy'' + y' + y = 0
Solution
- Dividing by gives y'' + \dfrac{1}{x}y' + \dfrac{x^{2}-\nu^{2}}{x^{2}}y = 0. Here and , both analytic, so is a regular singular point. This is Bessel's equation.
- Dividing by gives y'' + \dfrac{1}{x^{3}}y = 0. Writing this as requires , which is not analytic at . So is an irregular singular point, and Frobenius does not apply.
- Dividing by gives y'' + \dfrac{1}{2x}y' + \dfrac{1}{2x}y = 0. Here and, writing the last coefficient as , we get . Both are analytic, so is a regular singular point.
The Indicial Equation
Substituting the trial form into the equation and looking at the lowest power of produces a quadratic condition on .
The indicial equation is
where and are the constant terms in the power series expansions of and .
Note the resemblance to the Cauchy-Euler characteristic equation of Section 4.5. That is no accident: keeping only the constant terms and replaces the equation near by the Cauchy-Euler equation it most resembles, and the leading behavior is inherited from that approximation.
The Frobenius Theorem
Let the indicial equation have roots and .
1. If is not an integer, the differential equation has two linearly independent solutions
and
Both series converge on , and the differential equation is satisfied for .
2. If is an integer, with , then one solution is
and the other independent solution has the form
If the constant is nonzero. If , may or may not be zero. As in case 1, both series converge on and the equation holds for .
The equation is satisfied for , with the center itself excluded. That is unavoidable: at a singular point the equation is not even well defined in standard form, and the solutions may be unbounded there.
Complex roots. If and with , then two linearly independent real solutions are the real and imaginary parts of
This works exactly as in Section 4.5, where expanded into and .
A Complete Worked Example
Solve 2xy'' + y' + y = 0 near the regular singular point .
Solution
Step 1: check the point and find the indicial roots. From the classification example above, and . The indicial equation is
so and . Their difference is , not an integer, so case 1 applies and two clean Frobenius series exist.
Step 2: substitute the general Frobenius form. Let
so
\begin{aligned} y' &= \sum_{k=0}^{\infty}(k+r)a_kx^{k+r-1}\\ y'' &= \sum_{k=0}^{\infty}(k+r)(k+r-1)a_kx^{k+r-2} . \end{aligned}Then
2xy'' = \sum_{k=0}^{\infty}2(k+r)(k+r-1)a_kx^{k+r-1},y' = \sum_{k=0}^{\infty}(k+r)a_kx^{k+r-1} ,while must be shifted to match the power: putting gives
Step 3: collect coefficients. The coefficient of , from , is
which reproduces the indicial equation once is assumed. This is why is normalized to : if it were allowed to vanish, the indicial equation would carry no information.
For , the coefficient of gives
and factoring out of the bracket,
Step 4: the first root, . Here , so
With ,
Therefore
Step 5: the second root, . Here , so
With ,
Therefore
Step 6: the general solution.
The half-power in is what an ordinary power series could never have produced, and it also shows why the solution is defined only for unless absolute values are used.
Further Examples
The worked example above was case 1, the simplest scenario. The next three examples show the other outcomes: equal roots, an integer difference with no logarithm, and complex roots.
Solve xy'' + y' - y = 0 near .
Solution
Step 1: indicial roots. Dividing by gives y'' + \dfrac{1}{x}y' - \dfrac{1}{x}y = 0, so and . Then , , and the indicial equation is
The roots are equal, . By the theorem, the second solution must contain a logarithm.
Step 2: recurrence. With , the terms xy'' and y' combine because :
xy'' + y' = \sum_{k=0}^{\infty}(k+r)^{2}a_kx^{k+r-1} ,The term gives , the indicial equation. For ,
Step 3: the first solution. With and ,
so
Step 4: the logarithmic solution. Take and try
Write L[y] = xy'' + y' - y. A short computation gives
L\left[y_1\ln x\right] = 2y_1' ,because every term containing collects into , and the terms cancel. So the series part must satisfy
\sum_{k=1}^{\infty}\left(k^{2}b_k - b_{k-1}\right)x^{k-1} = -2y_1' .Since 2y_1' = \sum_{k\ge1}\dfrac{2k}{(k!)^{2}}x^{k-1}, matching coefficients gives
Then
and
The general solution is for . Notice that as , which is why the singular point itself is excluded.
Solve xy'' + 2y' + xy = 0 near .
Solution
Step 1: indicial roots. Dividing by , and , so and . The indicial equation is
with and . The difference is , so case 2 applies and a logarithm may be needed.
Step 2: recurrence. Since ,
xy'' + 2y' = \sum_{k=0}^{\infty}(k+r)(k+r+1)a_kx^{k+r-1} ,Collecting powers,
\begin{aligned} k = 0:&\quad r(r+1)a_0 = 0 ,\\ k = 1:&\quad (r+1)(r+2)a_1 = 0 ,\\ k \geq 2:&\quad (k+r)(k+r+1)a_k = -a_{k-2} . \end{aligned}Step 3: start with the smaller root, . The condition becomes , so is free. This is exactly the step at which case 2 can break down, and here it does not. For ,
Taking , gives , , and
Taking , gives , , and
Step 4: conclusion. The smaller root alone produced both solutions, so and no logarithm appears. The larger root simply reproduces . When the roots differ by an integer it pays to try the smaller root first: if the recurrence survives, it delivers everything at once.
Find two real solutions of x^{2}y'' + xy' + (1+x)y = 0 near .
Solution
Step 1: indicial roots. Here and , so , , and
The roots are , complex with and .
Step 2: recurrence. Substituting ,
x^{2}y'' + xy' + y = \sum_{k=0}^{\infty}\left[(k+r)^{2} + 1\right]a_kx^{k+r} ,so for
Step 3: use . Since ,
With ,
Step 4: separate real and imaginary parts. For , . So
Keeping terms through , the real and imaginary parts are
The root gives the complex conjugate of and nothing new. Both solutions oscillate infinitely often as , just like the Cauchy-Euler solutions and that they refine.
Singularities Off the Real Line
For the equation
y'' + \frac{1}{1+x^{2}}y' + \frac{2}{1+x^{2}}y = 0 ,since for every real value of , one might think this equation has no singular points at all. However, we must consider the singularities at in the complex plane. Since the distance from to is , the series about converges for and possibly for .
This is the same warning that appeared in Section 6.2, and it explains an otherwise mysterious phenomenon. The function is perfectly smooth on the whole real line, yet its Maclaurin series diverges for . The obstruction is invisible from the real axis and located at .
The Point at Infinity as a Regular Singular Point
The behavior of solutions for large is often the question of real interest, and it can be studied by transporting infinity to the origin.
The transformation
carries the point at infinity to the origin. After rewriting the equation in the variable , the criteria for an ordinary point, a regular singular point, and an irregular singular point can be applied directly at , and the classification obtained there is by definition the classification of the original equation "at infinity".
Under this change of variable the derivatives transform as
which follow from the chain rule with .
Classify the point at infinity for the Cauchy-Euler equation x^{2}y'' + 3xy' + y = 0.
Solution
Substituting and the derivative formulas,
that is,
Dividing by gives , in which and are analytic. So is a regular singular point, meaning the original equation has a regular singular point at infinity.
That the transformed equation is again of Cauchy-Euler type is no coincidence: the equidimensional structure is preserved by .
Classify the point at infinity for y'' + y = 0.
Solution
Substituting the derivative formulas,
Dividing by ,
The coefficient of is fine, with . But matching to the pattern forces , which is not analytic at . So infinity is an irregular singular point.
This agrees with what we know. The solutions and oscillate forever as , and no expression of the form can do that. Even the simplest constant-coefficient equation is beyond the reach of Frobenius at infinity.
Exercises
Find and solve the indicial equation for x^{2}y'' + xy' + \left(x^{2}-\tfrac{1}{4}\right)y = 0 at , and state which case of the theorem applies.
Solution
Dividing by , and , so and . The indicial equation is
with roots . Their difference is , an integer, so case 2 applies and a logarithm may be required.
In fact this is Bessel's equation of order , whose solutions are and as found in Section 4.1. No logarithm appears, illustrating that can be zero when the roots are distinct.
Classify for x^{4}y'' + 2x^{2}y' + y = 0.
Solution
Dividing by gives y'' + \dfrac{2}{x^{2}}y' + \dfrac{1}{x^{4}}y = 0. Matching the pattern requires , which is not analytic at . So is an irregular singular point and the Frobenius method does not apply.
Write down the indicial equation for the general Cauchy-Euler equation ax^{2}y'' + bxy' + cy = 0 and compare it with Section 4.5.
Solution
Dividing by , we get and , both constant. So and , and the indicial equation is
exactly the Cauchy-Euler characteristic equation.
The three Frobenius cases match the three Cauchy-Euler cases term for term: distinct roots give and , equal roots force a logarithm, and complex roots give and . A Cauchy-Euler equation is the special case where the Frobenius series terminates after its first term.
For xy'' - y = 0, find the indicial roots, show that the smaller root does not produce a Frobenius series, and find the series for the larger root.
Solution
Dividing by gives and , so and the indicial equation is , with and . The difference is : case 2.
Substituting ,
xy'' = \sum_{k=0}^{\infty}(k+r)(k+r-1)a_kx^{k+r-1} ,so for
Smaller root . At the recurrence reads , which is impossible. The series breaks down at exactly the step , so the second solution must contain a logarithm: . Contrast this with xy'' + 2y' + xy = 0 above, where the same step gave instead.
Larger root . Now , so
and
Show that is a regular singular point of Legendre's equation
\left(1-x^{2}\right)y'' - 2xy' + \nu(\nu+1)y = 0 ,find the indicial roots there, and describe the two solutions near .
Solution
Since , dividing by gives
y'' + \frac{2x}{(x-1)(x+1)}y' - \frac{\nu(\nu+1)}{(x-1)(x+1)}y = 0 .Matching the pattern and ,
Both are analytic at , where the denominator is , so is a regular singular point. Here and , so the indicial equation is
The roots are equal, . One solution is an ordinary power series in , bounded at . The other necessarily contains and is unbounded there. By the symmetry , the same holds at .
This is why, in Section 6.2, only one Legendre solution could be bounded on all of : the polynomial . The companion functions carry the logarithm.
Classify the point at infinity for Bessel's equation x^{2}y'' + xy' + \left(x^{2}-\nu^{2}\right)y = 0.
Solution
With ,
which simplifies to
Dividing by ,
Then is fine, but is not analytic at . Infinity is an irregular singular point.
The culprit is the term , the same term that made y'' + y = 0 irregular at infinity in the example above. Bessel functions oscillate for large , roughly like , and such behavior cannot come from a Frobenius series in .
For x^{2}y'' + 3xy' + (2+x)y = 0, find the indicial roots at and state the form of two real solutions, including the first correction term.
Solution
Here and , so , , and
giving , so and .
Substituting , the non-shifted terms produce and the term produces , so
With the denominator simplifies to , exactly as in the complex-roots example, so .
Since , the two real solutions are
Both are unbounded and oscillate infinitely often as , because .
Frequently Asked Questions
What is a regular singular point?
A singular point where the blow-up is mild enough to be controlled: writing the equation as y'' + \dfrac{P(x)}{x-x_0}y' + \dfrac{Q(x)}{(x-x_0)^{2}}y = 0, both and must be analytic at . Equivalently, and are analytic, where the subscript denotes the standard-form coefficients.
Where does the indicial equation come from?
From the coefficient of the lowest power of after substituting . That coefficient is , and since by normalization, the bracket must vanish. Only the constant terms and of and enter, because higher terms contribute to higher powers.
Why does the case an integer cause trouble?
Because the recurrence for the smaller root eventually divides by , and when that factor can vanish, making the recurrence unsolvable at that step. The logarithm term is what repairs the breakdown. Sometimes the numerator happens to vanish too, in which case and no logarithm is needed.
Why set ?
Because the indicial equation is derived by dividing out , so it must be nonzero, and scaling a solution by a constant changes nothing. Setting is the simplest normalization. If your recurrence forces , you have made an error, most likely by starting the series at the wrong power.
What if the point is irregular?
Frobenius offers no guarantee, and typically no Frobenius series solution exists. The equation x^{3}y'' + y = 0 is a standard example. Such equations require asymptotic methods, which describe the behavior of solutions near the singularity without producing a convergent series.
Why do the solutions use rather than ?
Because may be fractional or irrational, and a negative base raised to such a power is not real. The absolute value keeps the expression real on both sides of the singularity. In practice one usually works on and drops the bars.
How is Frobenius related to the Cauchy-Euler equation?
The indicial equation is the Cauchy-Euler characteristic equation of the "leading" equation obtained by replacing and with their constant terms. Frobenius says the true solutions behave near like the Cauchy-Euler solutions of that approximation, corrected by a convergent power series. The three cases correspond exactly.