Andromeda
Note

Power-Series Solutions

Definition

A power-series solution expresses the solution to a differential equation as an infinite series: y(x)=n=0cnxny(x) = \sum_{n=0}^\infty c_nx^n

  • How to read: “The solution function y of x is equal to the sum from n equals zero to infinity of the coefficient c n times x raised to the nth power.”
  • Meaning: Solution as an infinite power series—coefficients cnc_n are found by substituting into the ODE. This technique is used when coefficients are non-constant and the equation cannot be solved by elementary methods.

Why It Matters

The “Special Functions” that run the world (Bessel, Legendre) are just power series. If we couldn’t solve differential equations with series, we’d be blind to the behavior of atoms and the distribution of heat. It is the ultimate “First Principles” tool for extracting logic from equations that have no “simple” answer.

Core Concepts

  • Ordinary Point: A point x0x_0 where the coefficient of yy'' is non-zero. A power series solution centered at an ordinary point always exists.
  • Recurrence Relation: The algebraic formula derived by substituting the series into the ODE, relating cnc_n to preceding coefficients (e.g., cn+2c_{n+2} in terms of cnc_n).
  • Radius of Convergence: The distance to the nearest singular point in the complex plane determines where the series solution is valid.
  • Basis Construction: c0c_0 and c1c_1 are usually left as arbitrary constants, yielding two linearly independent series solutions.

Connected Concepts