Power series solution method for differential equations

From Calculus

Description of the method

This method aims to find power series for the solution functions to a differential equation. The general idea is as follows:

  1. Assume that the solution function has a power series that converges to it. It is typically helpful to write the power series as an exponential generating function, i.e., in the form .
  2. Compute the power series for the derivatives of the function, and then plug in the differential equation to obtain a recurrence relation between the s.
  3. Solve this recurrence relation. In general, we expect that all the coefficients are determined by the first few, where the number of initial coefficients that we are free to specify equals the order of the differential equation. For an initial value problem, these first few coefficients can be determined.

Examples

Consider the differential equation where the independent variable is and the dependent variable is :

Suppose has a power series:

It is easy to see that:

The equation means that these power series are equal coefficient-wise, so we get:

We thus see that can be varied freely, and once these are determined, all the coefficients are determined. Explicitly, we have , separately , and separately . Thus, the power series can be written as:

Comparison with the other method for solving this differential equation: Fill this in later