➗Calculus II
Key Concepts of Power Series
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Power series let you transform complicated functions into infinite polynomials that you can differentiate, integrate, and manipulate with ease. In Calculus II, you're expected to determine where a series converges, how to represent functions as series, and why term-by-term operations work. These concepts connect directly to approximation theory, differential equations, and the fundamental relationship between discrete sums and continuous functions.
When you see a power series problem, immediately think about convergence behavior, the relationship between a function and its series representation, and how operations like differentiation and integration affect the series.
Foundational Structure
Power series have a specific anatomy that determines everything else: their convergence, their usefulness, and how you manipulate them. You need to understand the basic form before tackling applications.
Definition of a Power Series
A power series is an infinite sum of the form:
Here are the coefficients and is the center. Each term is a polynomial-like piece built on powers of , and the whole series expresses a function as this infinite sum.
The series will converge for some values of and diverge for others. Figuring out that domain is a huge part of working with power series.
Geometric Series
The geometric series is the simplest power series:
- Convergence condition: converges only when , diverges when
- Closed-form sum:
This formula shows up constantly. For example, for . Many series manipulation problems start by recognizing a geometric series hiding inside a more complex expression.
Compare: General power series vs. geometric series: both are infinite sums with increasing powers, but geometric series have a constant ratio between consecutive terms while general power series have variable coefficients. If a problem asks you to find a closed form, check first whether it's geometric.
Convergence Analysis
The central question for any power series is where does it converge? This determines the domain where your series actually represents a meaningful function.
Radius of Convergence
The radius of convergence tells you how far from the center the series converges. In practice, you'll almost always find using the Ratio or Root Test (see below) rather than the formal definition.
- The series converges absolutely when
- The series diverges when
- Special cases: means convergence only at ; means convergence for all
Interval of Convergence
The interval of convergence includes every value where the series converges. Typically this looks like , but the endpoints need separate attention.
- The Ratio/Root Test is inconclusive at , so you must plug in and and test each one individually.
- Use parentheses for excluded endpoints and brackets for included ones. For instance, means the left endpoint converges but the right one diverges.
Convergence Tests for Power Series
Here's how to find and handle endpoints:
-
Apply the Ratio Test. Compute . The series converges absolutely when , which gives . This test works especially well when coefficients involve factorials (e.g., ).
-
Or apply the Root Test. Compute . This handles expressions like or more cleanly than the Ratio Test.
-
Test the endpoints. Once you have , substitute each endpoint into the series and use whichever test fits: the alternating series test, the -series test, direct comparison, or limit comparison.
Compare: Ratio Test vs. Root Test: both find the radius of convergence, but the Root Test is cleaner for coefficients with th powers (like ), while the Ratio Test is better for factorials (like ). If one is inconclusive, try the other.
Function Representation
Power series aren't just abstract objects. They represent real functions. Taylor and Maclaurin series formalize how to build a power series from any sufficiently smooth function.
Taylor Series
The Taylor series of centered at is:
Each coefficient is determined by the th derivative of evaluated at the center. To build a Taylor series:
- Compute successive derivatives
- Divide each by
- Multiply by and sum
Truncating after a finite number of terms gives a Taylor polynomial, which approximates near . More terms means better accuracy in that neighborhood.
Maclaurin Series
A Maclaurin series is just a Taylor series centered at :
You should memorize these standard Maclaurin series:
- (converges for all )
- (converges for all )
- (converges for all )
- (converges for )
- (converges for )
These are building blocks. Many exam problems ask you to modify one of these (by substitution, differentiation, or integration) rather than build a series from scratch.
Representation of Functions as Power Series
Exponential, trigonometric, logarithmic, and rational functions can all be expressed as power series. The practical payoff: once a function is in series form, you can apply polynomial techniques to integrate or differentiate it. This is especially useful for functions like that have no elementary antiderivative. Power series solutions also come up when standard methods for differential equations fail.
Compare: Taylor series vs. Maclaurin series: they're the same concept, just centered differently. Maclaurin () is simpler to compute, but Taylor (general ) gives better approximations when you're working near a point other than zero. For instance, approximating near calls for a Taylor series centered at .
Operations on Power Series
One of the most useful features of power series is that you can differentiate and integrate them term by term, as long as you stay within the interval of convergence.
Differentiation of Power Series
Taking the derivative term by term:
Notice the index shifts to (the constant term drops out). The radius of convergence stays the same, though endpoint behavior may change. For example, a series that converges at an endpoint might diverge there after differentiation.
This is how you'd derive the series for : differentiate the geometric series to get .
Integration of Power Series
Integrating term by term:
Again, the radius of convergence is preserved, though endpoints may now converge where they didn't before. Don't forget the constant of integration .
This is how you'd find the series for : integrate term by term to get , then use the initial condition to find .
Compare: Differentiation vs. integration of power series: both preserve the radius of convergence, but differentiation can lose convergence at endpoints while integration can gain it. Differentiation shifts the index down (starting at ) and integration shifts it up (adding to the exponent). Exam problems often ask you to derive one series from another using these operations.
Quick Reference Table
| Concept | Key Details |
|---|---|
| Basic structure | ; geometric series as simplest case |
| Radius of convergence | Found via Ratio or Root Test; defines $$ |
| Interval of convergence | plus endpoint checks |
| Taylor series | |
| Maclaurin series | Taylor series at ; memorize |
| Term-by-term differentiation | Preserves ; index starts at |
| Term-by-term integration | Preserves ; don't forget |
Self-Check Questions
-
What is the relationship between the radius of convergence and the interval of convergence, and why must you test endpoints separately?
-
Compare Taylor series and Maclaurin series. When would you choose one over the other for approximating a function?
-
If you differentiate a power series, what happens to its radius of convergence? What about its interval of convergence (including endpoints)?
-
Which convergence test would you use for a series with coefficients involving factorials versus one with coefficients involving th powers?
-
Starting from the Maclaurin series for , how would you derive the series for and for using term-by-term operations?