BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusMastering Series Solutions of Differential Equations
Study Guide845 words

Mastering Series Solutions of Differential Equations

Series Solutions of Differential Equations

Series Solutions of Differential Equations

When elementary methods (like separation of variables or undetermined coefficients) fail, power series provide a powerful tool to approximate or exactly represent solutions to complex differential equations.

Learning Objectives

After studying this guide, you should be able to:

  • Assume a power series solution for a first or second-order differential equation.
  • Differentiate power series term-by-term and substitute them into differential equations.
  • Shift indices of summation to combine multiple series into a single expression.
  • Derive and solve a recurrence relation for the coefficients ana_nan​.
  • Identify the radius of convergence for the resulting series solution.

Key Terms & Glossary

  • Power Series: An infinite series of the form ∑n=0∞an(x−x0)n\sum_{n=0}^{\infty} a_n (x-x_0)^n∑n=0∞​an​(x−x0​)n. Example: The Taylor series for exe^xex is ∑xnn!\sum \frac{x^n}{n!}∑n!xn​.
  • Ordinary Point: A point x0x_0x0​ where the coefficient functions of a differential equation are analytic (can be represented by a power series). Example: In y′′+xy′+y=0y'' + xy' + y = 0y′′+xy′+y=0, x=0x=0x=0 is an ordinary point.
  • Singular Point: A point where the coefficient functions fail to be analytic. Example: x=0x=0x=0 is a singular point for x2y′′+y=0x^2 y'' + y = 0x2y′′+y=0.
  • Recurrence Relation: An algebraic equation that expresses each coefficient ana_nan​ in terms of preceding coefficients. Example: an+2=−an(n+1)(n+2)a_{n+2} = \frac{-a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)−an​​.

The "Big Idea"

The core strategy of series solutions is to transform a Calculus problem (finding an unknown function yyy) into an Algebra problem (finding an infinite sequence of constants ana_nan​). By assuming yyy is a polynomial with infinite terms, we can solve for those terms one by one, often revealing a pattern that matches a known function or provides a highly accurate numerical approximation.

Formula / Concept Box

ConceptMathematical Representation
Assumed Solutiony(x)=∑n=0∞anxny(x) = \sum_{n=0}^{\infty} a_n x^ny(x)=∑n=0∞​an​xn
First Derivativey′(x)=∑n=1∞nanxn−1y'(x) = \sum_{n=1}^{\infty} n a_n x^{n-1}y′(x)=∑n=1∞​nan​xn−1
Second Derivativey′′(x)=∑n=2∞n(n−1)anxn−2y''(x) = \sum_{n=2}^{\infty} n(n-1) a_n x^{n-2}y′′(x)=∑n=2∞​n(n−1)an​xn−2
Index Shift Rule∑n=k∞f(n)xn−c=∑n=k−c∞f(n+c)xn\sum_{n=k}^{\infty} f(n) x^{n-c} = \sum_{n=k-c}^{\infty} f(n+c) x^n∑n=k∞​f(n)xn−c=∑n=k−c∞​f(n+c)xn

Hierarchical Outline

  1. Setup and Assumption
    • Identify the differential equation and check for ordinary points.
    • Assume y=∑anxny = \sum a_n x^ny=∑an​xn.
  2. Substitution and Differentiation
    • Calculate y′y'y′ and y′′y''y′′ using power series notation.
    • Plug these series into the original DE.
  3. Algebraic Manipulation
    • Distribute any xxx terms into the series.
    • Shift indices so that every term has the same power of xxx (usually xnx^nxn).
    • Adjust the starting index of sums to match.
  4. Solving the Recurrence
    • Set the sum of coefficients for each power of xxx to zero.
    • Solve for the highest index coefficient (an+ka_{n+k}an+k​) in terms of lower ones.
    • Find the general pattern for ana_nan​.

Visual Anchors

The Series Solution Process

Loading Diagram...
Figure 1 — Mermaid diagram

Approximation Accuracy

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term-by-term Differentiation: The process of differentiating a series as if it were a polynomial.
    • Example: If y=a0+a1x+a2x2y = a_0 + a_1x + a_2x^2y=a0​+a1​x+a2​x2, then y′=a1+2a2xy' = a_1 + 2a_2xy′=a1​+2a2​x.
  • Identity Property of Power Series: If ∑cnxn=0\sum c_n x^n = 0∑cn​xn=0 for all xxx in an interval, then every cnc_ncn​ must be 0.
    • Example: If (2a2+a0)+(6a3+a1)x=0(2a_2 + a_0) + (6a_3 + a_1)x = 0(2a2​+a0​)+(6a3​+a1​)x=0, then a2=−a0/2a_2 = -a_0/2a2​=−a0​/2 and a3=−a1/6a_3 = -a_1/6a3​=−a1​/6.

Worked Examples

Solving y′−y=0y' - y = 0y′−y=0 using Power Series

  1. Assume: y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn and y′=∑n=1∞nanxn−1y' = \sum_{n=1}^{\infty} n a_n x^{n-1}y′=∑n=1∞​nan​xn−1.
  2. Substitute: ∑n=1∞nanxn−1−∑n=0∞anxn=0\sum_{n=1}^{\infty} n a_n x^{n-1} - \sum_{n=0}^{\infty} a_n x^n = 0∑n=1∞​nan​xn−1−∑n=0∞​an​xn=0.
  3. Shift Index: Let k=n−1k = n-1k=n−1 in the first sum. Then n=k+1n = k+1n=k+1.
    • ∑k=0∞(k+1)ak+1xk−∑n=0∞anxn=0\sum_{k=0}^{\infty} (k+1) a_{k+1} x^k - \sum_{n=0}^{\infty} a_n x^n = 0∑k=0∞​(k+1)ak+1​xk−∑n=0∞​an​xn=0.
  4. Combine: ∑n=0∞[(n+1)an+1−an]xn=0\sum_{n=0}^{\infty} [(n+1) a_{n+1} - a_n] x^n = 0∑n=0∞​[(n+1)an+1​−an​]xn=0.
  5. Recurrence: (n+1)an+1−an=0  ⟹  an+1=ann+1(n+1) a_{n+1} - a_n = 0 \implies a_{n+1} = \frac{a_n}{n+1}(n+1)an+1​−an​=0⟹an+1​=n+1an​​.
  6. Pattern: a1=a0a_1 = a_0a1​=a0​, a2=a1/2=a0/2!a_2 = a_1/2 = a_0/2!a2​=a1​/2=a0​/2!, a3=a2/3=a0/3!a_3 = a_2/3 = a_0/3!a3​=a2​/3=a0​/3!.
  7. Result: y=a0∑xnn!=a0exy = a_0 \sum \frac{x^n}{n!} = a_0 e^xy=a0​∑n!xn​=a0​ex.

Checkpoint Questions

  1. Why must we shift indices before combining two power series in a differential equation?
  2. What is the difference between an ordinary point and a singular point in the context of series solutions?
  3. If a recurrence relation is an+2=−an(n+1)(n+2)a_{n+2} = \frac{-a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)−an​​, what is a4a_4a4​ in terms of a0a_0a0​?

[!TIP] When shifting indices, always check your first few terms manually (n=0,1,2n=0, 1, 2n=0,1,2) to ensure the series still generates the same values after the shift.

▶Click to expand: Solution to Checkpoint #3

a2=−a0(1)(2)=−a02!a_2 = \frac{-a_0}{(1)(2)} = -\frac{a_0}{2!}a2​=(1)(2)−a0​​=−2!a0​​
a4=−a2(3)(4)=a02!⋅3⋅4=a04!a_4 = \frac{-a_2}{(3)(4)} = \frac{a_0}{2! \cdot 3 \cdot 4} = \frac{a_0}{4!}a4​=(3)(4)−a2​​=2!⋅3⋅4a0​​=4!a0​​

All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Start: DE at Ordinary Point connects to Assume y = Σ a_n x^n. B connects to Differentiate to find y' and y'. C connects to Substitute series into DE. D connects to Shift Indices to match x^n. E connects to Extract Recurrence Relation. F connects to Solve for a_n and find Pattern. G connects to Final Series Solution.