Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Power series solutions help solve differential equations when elementary formulas are unavailable or when solutions must be studied near a specific point. This cheat sheet covers how to assume a series form, substitute it into a differential equation, align powers, and solve for coefficients. It is especially useful for second order linear equations with variable coefficients.

Students need it to organize the algebra and recognize when ordinary power series or Frobenius methods apply.

The core idea is to write the unknown solution as y=n=0an(xx0)ny=\sum_{n=0}^{\infty}a_n(x-x_0)^n and determine the coefficients ana_n. At an ordinary point, substitution usually produces a recurrence relation connecting later coefficients to earlier ones. Near a regular singular point, the Frobenius form y=n=0an(xx0)n+ry=\sum_{n=0}^{\infty}a_n(x-x_0)^{n+r} introduces an exponent rr found from the indicial equation.

The final solution is a series whose interval of validity is controlled by convergence and the nearest singular point.

Key Facts

  • A power series solution about x0x_0 has the form y=n=0an(xx0)ny=\sum_{n=0}^{\infty}a_n(x-x_0)^n.
  • Termwise differentiation is valid inside the radius of convergence, so y=n=1nan(xx0)n1y'=\sum_{n=1}^{\infty}n a_n(x-x_0)^{n-1} and y=n=2n(n1)an(xx0)n2y''=\sum_{n=2}^{\infty}n(n-1)a_n(x-x_0)^{n-2}.
  • An ordinary point for P(x)y+Q(x)y+R(x)y=0P(x)y''+Q(x)y'+R(x)y=0 satisfies P(x0)0P(x_0)\neq 0 and the functions Q(x)P(x)\frac{Q(x)}{P(x)} and R(x)P(x)\frac{R(x)}{P(x)} are analytic at x0x_0.
  • After substitution, rewrite every sum using the same power, usually (xx0)n(x-x_0)^n, then set each coefficient equal to 00.
  • A recurrence relation expresses coefficients such as an+2a_{n+2} in terms of earlier coefficients, often leaving a0a_0 and a1a_1 free for a second order equation.
  • For a regular singular point, use the Frobenius form y=n=0an(xx0)n+ry=\sum_{n=0}^{\infty}a_n(x-x_0)^{n+r} with a00a_0\neq 0.
  • The indicial equation comes from the lowest power of (xx0)(x-x_0) after substituting the Frobenius series, and its roots determine possible values of rr.
  • The radius of convergence is limited by the distance from x0x_0 to the nearest singular point of the differential equation coefficients.

Vocabulary

Power series solution
A solution written as an infinite polynomial y=n=0an(xx0)ny=\sum_{n=0}^{\infty}a_n(x-x_0)^n with coefficients chosen to satisfy a differential equation.
Ordinary point
A point x0x_0 where the differential equation can be divided into standard form and all coefficient functions are analytic.
Singular point
A point where the leading coefficient is 00 or where the standard form coefficient functions fail to be analytic.
Regular singular point
A singular point x0x_0 where (xx0)Q(x)P(x)(x-x_0)\frac{Q(x)}{P(x)} and (xx0)2R(x)P(x)(x-x_0)^2\frac{R(x)}{P(x)} are analytic.
Recurrence relation
An equation that defines later series coefficients in terms of earlier coefficients, such as an+2=an(n+2)(n+1)a_{n+2}=\frac{a_n}{(n+2)(n+1)}.
Indicial equation
The algebraic equation for the Frobenius exponent rr obtained from the lowest power term after substitution.

Common Mistakes to Avoid

  • Forgetting to shift indices, which leaves sums written with different powers of (xx0)(x-x_0). Coefficients can only be compared after all sums use the same power.
  • Dropping the first few terms during reindexing, which changes the recurrence relation. Always check whether terms with n=0n=0 or n=1n=1 must be handled separately.
  • Assuming every singular point allows an ordinary power series, which is wrong because ordinary series require analytic coefficients in standard form. Use the Frobenius method at regular singular points.
  • Treating a0a_0 and a1a_1 as both arbitrary in every problem, which may be false for first order equations or Frobenius cases. The recurrence and indicial equation determine how many free constants remain.
  • Ignoring convergence after finding coefficients, which gives an incomplete solution. The series is valid only within its radius of convergence and may require endpoint analysis.

Practice Questions

  1. 1 Find the recurrence relation for a power series solution about x0=0x_0=0 of y+xy=0y''+xy=0.
  2. 2 For (1x2)y2xy+6y=0(1-x^2)y''-2xy'+6y=0, identify the ordinary points and singular points, then state the maximum possible radius of convergence for a series centered at x0=0x_0=0.
  3. 3 Use y=n=0anxny=\sum_{n=0}^{\infty}a_nx^n to find the first four nonzero terms of the solution to yy=0y'-y=0 with y(0)=1y(0)=1.
  4. 4 Explain why a Frobenius series y=n=0anxn+ry=\sum_{n=0}^{\infty}a_nx^{n+r} may be needed near x=0x=0 when x2y+xy+(x2ν2)y=0x^2y''+xy'+(x^2-\nu^2)y=0.