4.6.17 · D4Ordinary Differential Equations

Exercises — Power series solutions — ordinary points

1,866 words8 min readBack to topic

Before we begin, one shared picture of what "power series solution" even means — a curve rebuilt from an infinite polynomial, coefficient by coefficient:

Figure — Power series solutions — ordinary points

Level 1 — Recognition

Exercise 1.1

For each ODE, put it in standard form and state whether is an ordinary point or a singular point.

(a) (b) (c)

Recall Solution 1.1

WHAT we do: divide by whatever multiplies , then read off and and ask "does each have a convergent power series (is it analytic) at ?" A ratio of polynomials is analytic wherever its denominator is non-zero. That is the whole test.

(a) Already standard: , . Both are polynomials — analytic everywhere. So is an ordinary point. ✔ (This is the Hermite-type shape.)

(b) Divide by : Denominator only at . At the denominator is , so both are analytic there. is an ordinary point; are singular.

(c) Divide by : blows up at (division by zero). So is a singular point — the power-series-at-ordinary-point method does not apply; you'd need Singular points and Frobenius method.


Level 2 — Application

Exercise 2.1

Find the recurrence relation for (the Airy equation) about , and compute in terms of .

Recall Solution 2.1

Step 1 (assume). , so .

Step 2 (substitute). The term multiplies each by , giving :

Step 3 (re-index to a common power ). Why? We can only add coefficients of the same power. In the first sum let (so , and ). In the second let (so , and ):

Step 4 (handle the odd-man-out ). The second sum starts at , so appears only in the first: For , set the coefficient of to zero:

Step 5 (crank).

So . The pattern that follows: every third coefficient starting at vanishes (), and the solution splits into an -branch and an -branch, exactly as Fuchs promises.


Level 3 — Analysis

Exercise 3.1

Solve the Hermite-type equation about . Show that one of the two independent solutions is a polynomial, and identify it.

Recall Solution 3.1

Substitute . Here , so (the cancels the back up to ):

Re-index only the first sum (); the other two already carry (rename , and note at is so we can start all at ):

Combine the terms (they share ): . Set coefficient to zero:

Key observation: the numerator is zero at . So:

  • .
  • , and every higher even term is .

The even branch terminates: This is (up to scaling) the Hermite polynomial : indeed . See Hermite and Airy equations.

Odd branch does not terminate (numerator never hits for odd ):


Level 4 — Synthesis

Exercise 4.1

Solve the initial value problem about . Find the recurrence, apply the initial conditions to pin down , and write the first four non-zero terms of the solution.

Recall Solution 4.1

Why the initial data pins the constants: in a power series , plugging gives , and differentiating then setting gives . So the two free constants are the two pieces of initial data:

Recurrence. With replaced by : , so Re-index the first (), rename the rest (, the starts are absorbed since at is just ): Combine: , so (One factor cancels — a small gift.)

Crank with . Since , every odd coefficient is (each odd term traces back to ).

First four non-zero terms:

Bonus recognition: the pattern gives Check: ✔, ✔, ✔. A closed form fell out — a nice reward.


Level 5 — Mastery

Exercise 5.1

Consider .

(a) Show is an ordinary point and state, from Fuchs' theorem, a guaranteed lower bound for the radius of convergence of the series solution. (b) Derive the recurrence about . (c) Show that one solution is the exact polynomial , and find for the second (even) solution starting from .

Recall Solution 5.1

(a) Ordinary point + radius. Standard form: divide by , The denominator only at (complex). At it equals , so both are analytic — is an ordinary point.

By Fuchs' theorem, the radius of convergence is at least the distance from to the nearest singularity. The singularities sit at , each a distance away. So Why the imaginary singularities count: analyticity and radius of convergence live in the complex plane; a real series still "feels" the nearest complex singularity. See Taylor series and analyticity.

Figure — Power series solutions — ordinary points

(b) Recurrence. Substitute . The pieces: Only the (bare) sum needs re-indexing (); the rest carry already: Combine the terms: . So (The common factor cancels.)

(c) The polynomial solution. The numerator is zero at . Starting the odd branch from : so all higher odd terms vanish. The entire odd branch is just Taking gives the exact solution . (Quick sanity check: , and ✔.)

Even branch with :

So the second solution begins (In fact — its binomial series matches term for term, and its radius of convergence is exactly , meeting the Fuchs bound with equality.)


Wrap-up recall

Recall One-line takeaways

Ordinary point test uses which coefficients? ::: from the standard form — both must be analytic at . How do initial conditions fix ? ::: , . What caps the radius of convergence? ::: The distance to the nearest singular point, measured in the complex plane (Fuchs). When does a series branch terminate into a polynomial? ::: When the recurrence's numerator hits zero at some index, killing that coefficient and all that follow it in the branch.