Power series let you represent functions as infinite sums of polynomial-like terms. This is one of the most powerful tools in Calculus II because it connects infinite series to actual functions you can differentiate, integrate, and use to approximate values.
Power Series
Construction of power series
A power series is an infinite series of the form:
where are the coefficients, is the center, and is the variable. Think of it as an "infinite polynomial" built around the point .
Two important special cases:
- Maclaurin series: a power series centered at . For example, .
- Taylor series: a power series centered at any point , with the general form . Every Maclaurin series is a Taylor series, just one where .
You can generate new power series from known ones by substituting expressions for the variable. For example, if you know the Maclaurin series for , you can find the series for by replacing every with :
Radius of convergence calculation
A power series won't converge for every value of . The radius of convergence tells you how far from the center the series converges.
The most common way to find is the Ratio Test:
- Compute , where is the coefficient of .
- The radius of convergence is .
- If , then (the series converges for all ).
- If , then (the series converges only at ).
The interval of convergence is the set of all -values where the series converges. Finding it requires two steps:
-
Use the radius to get the open interval .
-
Check the endpoints and individually, since the Ratio Test is inconclusive there. You'll need other tests (like the Alternating Series Test or -series comparison) at the endpoints.
Example: For , the Ratio Test gives , so the open interval is . At , you get the harmonic series , which diverges. At , you get the alternating harmonic series , which converges. So the interval of convergence is .

Functions as power series representations
The Taylor series expansion lets you write a function as a power series:
You compute the derivatives of at the center , plug them in as coefficients, and get a series that equals within the interval of convergence.
Why this matters:
- Approximating function values: Truncate the series after a few terms to estimate values near the center. For instance, using the first few terms of the Maclaurin series for , you can approximate
- Solving differential equations: Some differential equations (like ) don't have solutions in terms of elementary functions, but you can find power series solutions.
- Defining functions precisely: The series is the definition of in a rigorous sense.
Functions as Power Series

Functions as power series representations
Several standard power series show up constantly. Memorize these:
- Geometric series: for
- Exponential series: for all
- Binomial series: for , where
You can build many other series from these using substitution. For example, replacing with in the geometric series gives:
Operations on power series work much like operations on polynomials, but with infinitely many terms:
- Addition/subtraction: Add or subtract corresponding coefficients. For , just add the two known series term by term.
- Multiplication: Multiply series and collect like powers of . This is called the Cauchy product.
- Term-by-term differentiation: If , then . The radius of convergence stays the same (though endpoint behavior may change).
- Term-by-term integration: . Again, the radius of convergence is preserved.
These operations are especially useful for:
- Evaluating tricky limits: Expand the functions as series and simplify. For example, : replace with , subtract 1, divide by , and you get .
- Approximating integrals: If a function has no elementary antiderivative (like ), you can integrate its power series term by term to get a series for the integral, then sum enough terms for the accuracy you need.
Convergence and Divergence of Power Series
Every power series falls into one of three convergence cases:
- Converges only at (radius )
- Converges for all (radius )
- Converges on some finite interval around (radius )
Two types of convergence to distinguish:
- Absolute convergence: The series converges. Inside the open interval , a power series always converges absolutely.
- Conditional convergence: The series converges, but the series of absolute values diverges. This can only happen at the endpoints of the interval of convergence.
Outside the radius of convergence, the series always diverges.
Analytic Functions and Laurent Series
An analytic function is one that equals its own Taylor series in some neighborhood of each point in its domain. Within the radius of convergence, every power series defines an analytic function. A key property: if two power series centered at the same point converge to the same function, their coefficients must be identical. This uniqueness is what makes power series representations so useful.
Laurent series generalize power series by allowing negative powers of :
These are primarily a topic in complex analysis, but the basic idea is that Laurent series can represent functions near points where the function blows up (singularities), which ordinary Taylor series can't handle. If you encounter Laurent series in Calc II, it's likely just as a preview of what's ahead.