Power series are one of the most powerful tools in Calculus II because they let you transform complicated functions into infinite polynomials that you can differentiate, integrate, and manipulate with ease. You're being tested on your ability 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.
Don't just memorize formulas—understand the underlying logic. When you see a power series problem, you should immediately think about convergence behavior, the relationship between a function and its series representation, and how operations like differentiation and integration affect the series. Master these conceptual categories, and you'll handle any power series question the exam throws at you.
Foundational Structure
Power series have a specific anatomy that determines everything else—their convergence, their usefulness, and how you manipulate them. Understanding the basic form is essential before tackling applications.
Definition of a Power Series
General form∑n=0∞an(x−c)n—where an are coefficients and c is the center point
Function representation—expresses a function as an infinite sum of polynomial terms built on powers of (x−c)
Conditional convergence—the series converges for some x values and diverges for others, which is why determining the domain is critical
Geometric Series
Simplest power series form∑n=0∞arn—where a is the first term and r is the common ratio
Convergence condition—converges only when ∣r∣<1, diverges when ∣r∣≥1
Closed-form sum1−ra—this formula appears constantly in series manipulation problems and provides a template for more complex series
Compare: General power series vs. geometric series—both are infinite sums of terms with increasing powers, but geometric series have constant ratios between terms while general power series have variable coefficients. If an FRQ asks you to find a closed form, check first if 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
Definition—the value R that defines how far from center c the series converges, found using R=limsupn→∞∣an∣1/n1
Convergence rule—series converges when ∣x−c∣<R and diverges when ∣x−c∣>R
Special cases—R=0 means convergence only at the center; R=∞ means convergence everywhere
Interval of Convergence
Beyond the radius—the interval includes all x values where the series converges, typically (c−R,c+R)
Endpoint testing required—the radius tells you the interior, but you must test x=c−R and x=c+R separately using other convergence tests
Notation matters—use parentheses for excluded endpoints, brackets for included ones (e.g., [c−R,c+R))
Convergence Tests for Power Series
Ratio Test—evaluate limn→∞anan+1; if less than 1, the series converges absolutely
Root Test—evaluate limn→∞n∣an∣; particularly useful when coefficients involve nth powers
Endpoint tests—once you find R, apply alternating series test, p-series test, or comparison tests at the boundary points
Compare: Ratio Test vs. Root Test—both determine the radius of convergence, but the Root Test handles expressions like nn or an more cleanly, while the Ratio Test works better with factorials. Know when to use each.
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
Definition—represents a function as f(x)=∑n=0∞n!f(n)(c)(x−c)n using derivatives at center c
Coefficient formula—each coefficient an=n!f(n)(c) encodes the function's behavior through its derivatives
Approximation power—truncating the series gives polynomial approximations; more terms means better accuracy near c
Maclaurin Series
Special case—a Taylor series centered at c=0, giving f(x)=∑n=0∞n!f(n)(0)xn
Common series to memorize—ex, sinx, cosx, 1−x1, and ln(1+x) all have standard Maclaurin forms
Computational efficiency—functions evaluated at zero often simplify dramatically, making Maclaurin series the go-to choice when possible
Representation of Functions as Power Series
Wide applicability—exponential, trigonometric, logarithmic, and rational functions can all be expressed as power series
Problem-solving strategy—convert difficult functions to series form, then use polynomial techniques for integration or differentiation
Differential equations—power series solutions work when standard methods fail, making this representation essential for advanced applications
Compare: Taylor series vs. Maclaurin series—they're the same concept, just centered differently. Maclaurin (c=0) is simpler to compute but Taylor (general c) gives better approximations when you're working near a point other than zero.
Operations on Power Series
One of the most powerful 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
Term-by-term rule—the derivative of ∑n=0∞an(x−c)n is ∑n=1∞nan(x−c)n−1
Radius preserved—differentiation doesn't change the radius of convergence (though endpoint behavior may change)
Application—use this to find series representations of derivatives or to verify that a series satisfies a differential equation
Integration of Power Series
Term-by-term rule—the integral of ∑n=0∞an(x−c)n is ∑n=0∞n+1an(x−c)n+1+C
Radius preserved—like differentiation, integration maintains the same radius of convergence
Application—this lets you find antiderivatives of functions that have no elementary closed form, like e−x2
Compare: Differentiation vs. integration of power series—both preserve the radius of convergence, but differentiation shifts the index down (starting sum at n=1) while integration shifts it up and adds a constant. FRQs often ask you to derive one series from another using these operations.
Quick Reference Table
Concept
Best Examples
Basic structure
Definition of power series, geometric series
Finding where series converge
Radius of convergence, interval of convergence
Testing convergence
Ratio Test, Root Test, endpoint tests
Building series from functions
Taylor series, Maclaurin series
Standard series to memorize
ex, sinx, cosx, 1−x1, ln(1+x)
Manipulating series
Differentiation, integration (term-by-term)
Applications
Function approximation, solving differential equations
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 and contrast 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?
Which convergence test would you use for a series with coefficients involving factorials versus one with coefficients involving nth powers?
Given the Maclaurin series for 1−x1, how would you derive the series for (1−x)21 and for ln(1−x) using term-by-term operations?