Power Series: The Essentials

// Your cheat sheet for the most important formulas and concepts. No fluff.

Core Concepts

The Ratio Test: Your Main Tool

Use the Ratio Test to find the radius. The series converges if L < 1.

L = limn→∞ |
an+1 an
|

Three Possible Outcomes:

  1. If L = 0, the series converges for all x. Then R = ∞.
  2. If L = ∞, the series converges only at its center, x = a. Then R = 0.
  3. If L = K |x - a|, then the radius is R = 1/K.

Taylor & Maclaurin Series

The formula for representing a function as a power series.

Essential Maclaurin Series to Memorize

Function Series Expansion Interval
11 - x
1 + x + x2 + x3 + ... (-1, 1)
ex 1 + x + x2/2! + x3/3! + ... (-∞, ∞)
sin(x) x - x3/3! + x5/5! - ... (-∞, ∞)
cos(x) 1 - x2/2! + x4/4! - ... (-∞, ∞)
ln(1 + x) x - x2/2 + x3/3 - ... (-1, 1]
arctan(x) x - x3/3 + x5/5 - ... [-1, 1]

Key Rules of Thumb ("Tricks")