The Power Series Method
Write , substitute into the equation, shift indices so all powers align, and set each coefficient to zero — a RECURRENCE for the . For : , giving — the series discovers on its own.
The Airy-type equation has no closed-form solution, but its recurrence generates the answer to any accuracy: with , the series starts . Series ARE the solution.
, : the recurrence gives — matching the separable-method answer, coefficient for coefficient.
Most differential equations of physics — Airy (optics near caustics), Bessel (drumheads), Hermite (quantum oscillators) — have NO elementary solutions. Series are not a fallback; they are how these functions are DEFINED, tabulated, and computed inside every scientific library you have ever called.
For , , find and . Work: matching gives plus the extra : ; so ; so . Series: (indeed the exact solution is — expand it and check both coefficients ✓).
Proofs & Why It Matters
A power series that sums to zero on an interval has ALL coefficients zero (differentiate repeatedly and evaluate at the center: ).
So when substituting into an equation produces , each must individually vanish — turning the differential equation into an exact recurrence, not an approximation.
Substitute: . Shift the left index and match coefficients of : . With , induction gives : , and .
The series — the definition of — emerges with no prior knowledge of exponentials.
Going Deeper: Explanations & Worked Problems
Write and differentiate term by term: , .
Substitute into the equation; now every sum must be re-indexed so all run over the SAME power — the shift turns into , and multiplying by shifts the other way. Collect the coefficient of each and set it to zero (legal because a power series vanishing identically has all coefficients zero — the proof slide): out drops a RECURRENCE expressing high coefficients in terms of low ones. Initial conditions seed it: , . Then compute coefficients one at a time, as many as accuracy demands. The equation is never "solved" in closed form — and never needs to be.
Solve , , , by series.
Step 1 — substitute: .
Step 2 — shift the left index by : .
Step 3 — equate the coefficient of every : .
Step 4 — seed and run: , ; then ; (all odd coefficients inherit ); ; .
Step 5 — recognize: — the series method has DERIVED the cosine series from the oscillator equation, not assumed it.
Begin , , .
Step 1 — substitute and align powers: the left side is ; the right side .
Step 2 — match: for : , so ; for : .
Step 3 — run it: ; ; ; .
Step 4 — the solution so far: , with nonzero coefficients only at powers — a three-step lattice the recurrence forces. No elementary function has this series; the series itself is the honest, computable answer, good to any accuracy on any bounded interval.