Power Series: The Essentials
// Your cheat sheet for the most important formulas and concepts. No fluff.
Core Concepts
- General Form: A power series is centered at a.
∑ cn(x - a)n
- Radius of Convergence (R): The distance from the center that the series converges.
- Interval of Convergence (I.O.C.): The full range of x values where the series converges.
- Most Important Rule: You must ALWAYS TEST THE ENDPOINTS of the interval.
The Ratio Test: Your Main Tool
Use the Ratio Test to find the radius. The series converges if L < 1.
Three Possible Outcomes:
- If L = 0, the series converges for all x. Then R = ∞.
- If L = ∞, the series converges only at its center, x = a. Then R = 0.
- 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.
- Taylor Series centered at a:
- Maclaurin Series is a Taylor Series centered at a = 0.
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")
- The center (a) comes from the (x - a)n term.
- The radius (R) comes from the other exponential parts (like kn).
- Polynomial parts like nk do not affect the radius.
- If you see n! in the denominator, the radius is almost always R = ∞.
- If you see n! in the numerator, the radius is almost always R = 0.