- Home
- /
- Math
- /
- Introduction to Calculus
- /
- Power Series
Power Series
Also known as: power series expansion
Grade 9-12
View on concept mapDefinition
💡 Intuition
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.
🎯 Core Idea
Every power series has a radius of convergence R: it converges absolutely for |x-c| < R and diverges for |x-c| > R. At the endpoints x = c \pm R, convergence must be checked individually. Within its interval, a power series can be differentiated and integrated term by term.
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. ✗
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|.
Notation
R = radius of convergence. Interval of convergence = (c-R, c+R), with endpoints checked separately.
🌟 Why It 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.
💭 Hint When Stuck
Apply the ratio test to |a_(n+1)(x-c)^(n+1) / (a_n(x-c)^n)| and solve for which x-values make the limit less than 1.
Formal View
Related Concepts
🚧 Common Stuck Point
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!
⚠️ Common 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).
Go Deeper
Worked Examples
Step-by-step solved problems
Practice Problems
Test your understanding
Formula Explained
Notation, derivation, and common mistakes
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|.
Frequently Asked Questions
What is Power Series in Math?
Why is Power Series important?
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 usually 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 Power Series?
Before studying Power Series, you should understand: convergence divergence, taylor series, sigma notation.
Prerequisites
Cross-Subject Connections
How Power Series Connects to Other Ideas
To understand power series, you should first be comfortable with convergence divergence, taylor series and sigma notation.