Login
📚 Differential Equations for Engineers
Chapters ▾
⇩ Download ▾

7.2 Series Solutions of Linear Second Order ODEs

Suppose we have a linear second order homogeneous ODE of the form

p ( x ) y + q ( x ) y + r ( x ) y = 0

(7.2.1)

Suppose that p(x), q(x), and r(x) are polynomials. We will try a solution of the form

y = k = 0 a k ( x x o ) 2

and solve for the ak to try to obtain a solution defined in some interval around xo.

Handling singular points is harder than ordinary points and so we now focus only on ordinary points.

Sometimes a solution may turn out to be a polynomial.

Function graph showing y = 1 - 4*x^2 + (4/3)*x^4 and y = 1 - n*x^2 - n*(2-n)/6*x^4 - n*(2-n)*(4-n)/90*x^6 - n*(2-n)*(4-n)*(6-n)/2520*x^8 - n*(2-n)*(4-n)*(6-n)*(8-n)/113400*x^10. Adjustable parameter: Hermite order n (n) = 4. Viewing window: x from -4.47 to 4.47, y from -2.76 to 2.76.
The even series solution y₁ of Hermite's equation y″ − 2xy′ + 2ny = 0, carried out to x¹⁰, with the book's own n = 4 answer 1 − 4x² + (4/3)x⁴ dashed underneath it. Drag n: on every even integer the recurrence factor (2k − 2n) kills the tail and the curve snaps exactly onto a polynomial — at n = 4 it lands on the dashed reference and hides it — while at n = 3.5 nothing terminates and the two come apart.

Footnotes

[1] Named after the English mathematician Sir George Biddell Airy (1801 – 1892).

[2] Named after the French mathematician Charles Hermite (1822–1901).

Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.