Euler Equations, Regular Singular Points, and Frobenius
The Euler equation x^2 y'' + a x y' + b y = 0 is solved outright by y = x^r, and its three root cases fix the behavior at any regular singular point. The Frobenius method multiplies x^r by a power series; the indicial equation chooses the exponents, and equal or integer-separated roots force a logarithm in the second solution.
╌╌╌╌
The power-series method solves near any point where . At a singular point the analyticity of the solutions fails: fractional powers, negative powers, and logarithms appear, and no Taylor series can represent them. Three objects replace the ordinary-point machinery. The Euler equation is the one singular equation solvable in closed form, and its solutions exhibit every behavior a mild singularity produces. The classification of singular points into regular (Euler-like, tractable) and irregular (deferred to advanced texts) separates the cases the elementary theory reaches. The method of Frobenius handles the regular case: the solution is an Euler solution times a convergent power series, and the algebra reduces to a quadratic (the indicial equation) plus a recurrence.
The Euler equation
Each term balances: against two derivatives, against one. A power is therefore reproduced up to a constant,
so solves the equation exactly when is a root of the quadratic
The parallel with the characteristic equation is exact — the substitution converts one problem into the other — and the same three cases appear, with replaced by .1
- Real distinct roots . Then and have Wronskian , so for
- Repeated root . Then , and differentiating the identity with respect to produces the second solution:
- Complex roots . Define ; Euler's formula turns into , and the real and imaginary parts give
For the same formulas hold with replaced by (substitute and check that the equation is unchanged); they are then valid on any interval not containing the origin.1
The behavior near the singular point is read directly off the exponents: as when , blows up when , and the logarithmic and oscillatory factors modify this at the margins.
Regular versus irregular singular points
Return to the general equation with a singular point at . Whether Euler-style methods extend depends on how fast and blow up there. The usable notion of a weak
singularity is calibrated against the Euler equation itself, where and .
The conditions say the singularity of is no worse than and that of no worse than — the profile of an Euler equation. Singular points cannot be ignored in practice: solutions concentrate their interesting behavior there, and geometric features of a physical problem (corners, edges, the axis of a cylinder) land on them. The classification is a two-limit computation:2
Worked classifications:
- Legendre's equation : singular points . At , both finite, so is regular (and likewise, by symmetry).
- : singular points and . At both limits are : regular. At , which does not exist: irregular.
- Bessel's equation : at , and , both finite, so the origin is a regular singular point, treated in full for Bessel's equation.
Non-polynomial coefficients are handled by the analyticity form of the definition: for , expanding about shows is analytic there, so is a regular singular point. The point at infinity is classified the same way after the substitution ; equations whose every singular point, including , is regular are the Fuchsian equations, and the hypergeometric equation below is the fundamental example.3
The method of Frobenius
Let be a regular singular point (translate to the origin if necessary). By definition, and are analytic:
Multiplying the equation by puts it in the standard form
If every with were zero this would be the Euler equation ; in general the higher coefficients perturb the Euler equation without changing the character of its solutions near . That suggests the ansatz — an Euler solution times a power series:4
Substituting the series and collecting powers of gives
where . Setting each coefficient to zero yields the two moving parts of the method.
- The indicial equation. Since , the lowest power forces the same quadratic the associated Euler equation would produce. Its roots (real case) are the exponents at the singularity; they control the qualitative behavior of every solution near and require only two limits to compute: and .
- The recurrence. For , determining each from its predecessors, provided the divisor is never zero. For (the larger root) this is automatic: lies to the right of both roots of . For the divisor vanishes exactly when , i.e. when the roots differ by the positive integer — the source of all the case analysis below.
- 1compute and
- 2solve the indicial equation for
- 3substitute with into the equation
- 4for each do
- 5read the recurrence
- 6set and solve the recurrence to obtain
- 7if is not an integer then
- 8set and repeat to obtain
- 9else
- 10obtain in the logarithmic form of the three-case theorem
- 11return
A complete run of the method, with two independent series:
The exponents were available after two limits and a quadratic, before any series work; they alone often settle whether a bounded solution exists and how fast the unbounded one grows.
The three cases
The gap determines how the second solution is found. The full statement:5
Working notes on the cases:
| Situation | Second solution | How it is computed |
|---|---|---|
| second Frobenius series at | run the same recurrence with | |
| logarithm, always | , i.e. coefficients ; or substitute the log form directly; or reduction of order | |
| logarithm iff the recurrence at fails at | try the plain series at first: if is determinable, and no log appears | |
| complex | two (complex) Frobenius series | roots can never be equal or differ by an integer; take real and imaginary parts |
The equal-root mechanism is the Euler one again: with , the operator identity still holds after one differentiation in , so is a second solution, and differentiating is what produces the .5 Bessel's equation realizes all three exceptional outcomes concretely: order gives equal roots, order an integer gap with no logarithm, and order an integer gap with a logarithm.
A practical point: when are polynomials it is usually easier to substitute the Frobenius series into the original equation directly than to first expand and as power series.
The hypergeometric equation
One equation is both the standard exercise in these techniques and the source of most of the special functions in this module.
The singular points are , , and (after the substitution ) the point at infinity; all three are regular, and this three-regular-singular-point profile characterizes the equation up to changes of variable.7 At : and , so , , and the indicial equation has exponents and . At the exponents are and ; at they are and — the six exponents are pure parameter arithmetic.
For the exponent (assume is not zero or a negative integer), the recurrence collapses to
and with the solution is the hypergeometric series
convergent for (the distance to the singular point , as the general theory predicts), and a polynomial if or is zero or a negative integer. When is not a positive integer, the other exponent gives the second solution via the substitution , which reproduces the hypergeometric equation with shifted parameters; the general solution near is
The name records that is the geometric series, and with suitable parameters specializes to much of elementary analysis:
| Function | Hypergeometric form |
|---|---|
Legendre's equation is also hypergeometric in disguise: the substitution moves its singular points to and identifies the bounded solutions as , which is how the Legendre polynomials are constructed. Gauss's 1812 study of this series was the first rigorous convergence analysis of an infinite series, and the equation stays central because so many of the special functions of analysis are hypergeometric specializations.7
Footnotes
- Boyce, Elementary Differential Equations and Boundary Value Problems, §5.4 — the Euler equation: the three root cases, the derivation of the solution, the complex-power definition , and the extension to . ↩ ↩2 ↩3
- Boyce, §5.4 — regular and irregular singular points: the limit conditions, why singular points cannot be ignored, and the Legendre/irregular worked classifications (Examples 4–6). ↩
- Simmons, Differential Equations with Applications and Historical Notes, §32 — the point at infinity via ; Boyce, §5.4, Problem 32. Fuchs's name for the all-regular class is noted in Boyce §5.3. ↩
- Boyce, §5.5 — the Frobenius ansatz as Euler solutions times power series, and the worked solution of ; Simmons, §29–30. ↩ ↩2
- Boyce, §5.6, Theorem 5.6.1 — the general recurrence, the indicial equation, the three cases for the second solution, and the computational routes ( coefficients, direct substitution of the log form, or reduction of order). ↩ ↩2
- Boyce, §5.6, Problem 11 — : the regular singular point at , exponents and , and the larger-root series; the smaller root's recurrence breaks, forcing the logarithmic second solution. ↩
- Simmons, §31 — Gauss's hypergeometric equation: exponents at , , , the hypergeometric series and its convergence, the second solution, and the special-case identities; Boyce, §5.6, Problem 14. ↩ ↩2
╌╌ END ╌╌