Series Solutions and Special Functions/Euler Equations, Regular Singular Points, and Frobenius

Lesson 4.21,801 words

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.

Solutions of an Euler equation near the singular point: positive exponents vanish at the origin, negative exponents blow up, is constant, and the repeated-root companion leaves the origin with unbounded slope.

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

Classifying a point of : check , then the two weighted limits. Regular singular points admit Frobenius series; irregular ones are outside the scope of these methods.

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

Structure of a Frobenius solution: the factor carries all the singular behavior at the origin, and the power-series factor is analytic with ; the indicial equation selects the admissible exponents .

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.
Algorithm:Frobenius(P,Q,R)\textsc{Frobenius}(P, Q, R) — series solution at a regular singular point x=0x = 0
  1. 1
    compute p0=limx0xQ(x)/P(x)p_0 = \lim_{x \to 0} x\,Q(x)/P(x) and q0=limx0x2R(x)/P(x)q_0 = \lim_{x \to 0} x^2 R(x)/P(x)
  2. 2
    solve the indicial equation F(r)=r(r1)+p0r+q0=0F(r) = r(r-1) + p_0 r + q_0 = 0 for r1r2r_1 \ge r_2
  3. 3
    substitute y=n0anxr+ny = \sum_{n \ge 0} a_n x^{r+n} with a0=1a_0 = 1 into the equation
  4. 4
    for each n1n \ge 1 do
  5. 5
    read the recurrence F(r+n)an=k=0n1ak((r+k)pnk+qnk)F(r+n)\,a_n = -\sum_{k=0}^{n-1} a_k ((r+k)\,p_{n-k} + q_{n-k})
  6. 6
    set r=r1r = r_1 and solve the recurrence to obtain y1(x)=xr1(1+n1an(r1)xn)y_1(x) = x^{r_1}(1 + \sum_{n \ge 1} a_n(r_1)\,x^n)
  7. 7
    if r1r2r_1 - r_2 is not an integer then
  8. 8
    set r=r2r = r_2 and repeat to obtain y2y_2
  9. 9
    else
  10. 10
    obtain y2y_2 in the logarithmic form of the three-case theorem
  11. 11
    return y=c1y1+c2y2y = c_1 y_1 + c_2 y_2

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

The gap between the indicial roots picks the case. Complex roots never collide, equal roots always force a logarithm, and an integer gap may or may not, depending on whether the recurrence survives the division by .

Working notes on the cases:

SituationSecond solutionHow 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
complextwo (complex) Frobenius seriesroots 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:

FunctionHypergeometric 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

  1. 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
  2. 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).
  3. 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.
  4. Boyce, §5.5 — the Frobenius ansatz as Euler solutions times power series, and the worked solution of ; Simmons, §29–30. 2
  5. 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
  6. 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.
  7. 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 ╌╌