Power Series Formula
The Formula
Radius of convergence: R = \frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}} or use the ratio test: R = \lim_{n \to \infty} \left|\frac{a_n}{a_{n+1}}\right|.
When to use: A power series is an 'infinite polynomial' centered at c. For each value of x, you get a number series that may or may not converge. The set of x-values where it converges forms an interval centered at c, and within that interval, the power series behaves like a well-defined function.
Quick Example
At x = 0.5: 1 + 0.5 + 0.25 + 0.125 + \cdots = 2 = \frac{1}{1-0.5}. ✓
At x = 2: 1 + 2 + 4 + 8 + \cdots diverges. ✗
Notation
What This Formula Means
A power series is an 'infinite polynomial' centered at c. For each value of x, you get a number series that may or may not converge. The set of x-values where it converges forms an interval centered at c, and within that interval, the power series behaves like a well-defined function.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Apply the ratio test: compute \left|\frac{a_{n+1}}{a_n}\right| where a_n = \frac{x^n}{n+1}.
- 2 Simplify the ratio: \left|\frac{x^{n+1}}{n+2} \cdot \frac{n+1}{x^n}\right| = |x|\cdot\frac{n+1}{n+2} \xrightarrow{n\to\infty} |x|
- 3 The series converges when L = |x| < 1, so the radius of convergence is R = 1.
Answer
Example 2
hardCommon Mistakes
- Forgetting to check the endpoints of the interval of convergence: the ratio/root test is inconclusive at x = c \pm R, so you must substitute these values and test each one separately.
- Assuming the radius of convergence is infinite: \sum \frac{x^n}{n!} converges for all x (R = \infty), but \sum n! \, x^n converges only at x = 0 (R = 0). Most power series have finite, nonzero R.
- Differentiating or integrating without adjusting the radius: term-by-term differentiation and integration preserve the radius of convergence (but may change endpoint behavior).
Why This Formula Matters
Power series are the backbone of mathematical analysis. Taylor series are a special case. Power series represent solutions to DEs (Bessel functions, Airy functions), define special functions, and enable term-by-term operations that simplify complex calculations.
Frequently Asked Questions
What is the Power Series formula?
How do you use the Power Series formula?
A power series is an 'infinite polynomial' centered at c. For each value of x, you get a number series that may or may not converge. The set of x-values where it converges forms an interval centered at c, and within that interval, the power series behaves like a well-defined function.
What do the symbols mean in the Power Series formula?
R = radius of convergence. Interval of convergence = (c-R, c+R), with endpoints checked separately.
Why is the Power Series formula important in Math?
Power series are the backbone of mathematical analysis. Taylor series are a special case. Power series represent solutions to DEs (Bessel functions, Airy functions), define special functions, and enable term-by-term operations that simplify complex calculations.
What do students get wrong about Power Series?
Finding the radius of convergence is usually straightforward (ratio or root test), but checking the endpoints requires separate analysis—often using alternating series test or p-series comparison. Don't forget the endpoints!
What should I learn before the Power Series formula?
Before studying the Power Series formula, you should understand: convergence divergence, taylor series, sigma notation.