Integral of a Power Series
Integral of a Power Series
The indefinite integral of a function defined by a power series can be found by integrating the series term-by-term.

See also
Derivative of a power series, convergent series, divergent series
Key Formula
∫n=0∑∞an(x−c)ndx=C+n=0∑∞n+1an(x−c)n+1
Where:
- an = The coefficient of the nth term in the original power series
- x = The variable of integration
- c = The center of the power series
- n = The index of summation, starting at 0
- C = The constant of integration
Worked Example
Problem: Find the integral of the power series f(x)=∑n=0∞xn=1+x+x2+x3+⋯ (the geometric series, valid for ∣x∣<1).
Step 1: Write out the term-by-term integration rule. Each term xn integrates to n+1xn+1.
∫n=0∑∞xndx=C+n=0∑∞n+1xn+1
Step 2: Expand the first few terms to see the pattern clearly.
=C+x+2x2+3x3+4x4+⋯
Step 3: Re-index by letting m=n+1, so the sum runs from m=1 to ∞.
=C+m=1∑∞mxm
Step 4: Recognize this as a known series. Since f(x)=1−x1, its integral is −ln∣1−x∣+C. Indeed, ∑m=1∞mxm=−ln(1−x) for ∣x∣<1.
∫1−x1dx=−ln(1−x)+C
Answer: ∫n=0∑∞xndx=C−ln(1−x)=C+n=1∑∞nxn, valid for ∣x∣<1.
Another Example
This example shows how to use the initial condition (evaluating at x = 0) to determine the constant of integration, and it produces a well-known series that students are often asked to derive.
Problem: Find a power series representation for ln(1+x) by integrating the power series for 1+x1.
Step 1: Start with the geometric series with −x substituted for x.
1+x1=n=0∑∞(−1)nxn=1−x+x2−x3+⋯,∣x∣<1
Step 2: Integrate both sides term by term.
∫1+x1dx=C+n=0∑∞n+1(−1)nxn+1
Step 3: The left side integrates to ln(1+x)+C. Find C by setting x=0: ln(1)=0 and every term of the series equals 0, so C=0.
ln(1+0)=0⟹C=0
Step 4: Write the final series.
ln(1+x)=n=0∑∞n+1(−1)nxn+1=x−2x2+3x3−4x4+⋯
Answer: ln(1+x)=n=0∑∞n+1(−1)nxn+1, valid for ∣x∣<1 (and also at x=1).
Frequently Asked Questions
Does the radius of convergence change when you integrate a power series?
No. When you integrate a power series term by term, the resulting series has the same radius of convergence as the original. However, convergence at the endpoints of the interval may change. For instance, a series that diverges at an endpoint might converge there after integration, because the coefficients become smaller (divided by n+1).
Why can you integrate a power series term by term?
A theorem from analysis guarantees that a power series converges uniformly on any closed subinterval strictly inside its interval of convergence. Uniform convergence allows you to swap the integral and the infinite sum. This is not true for all infinite series of functions, but it always holds for power series within their radius of convergence.
How do you find the constant of integration when integrating a power series?
You determine the constant C by substituting a specific value of x (usually x=c, the center) into both sides. At the center, every term of the power series is zero, so C equals the value of the antiderivative at that point. For example, if the antiderivative is ln(1+x), then setting x=0 gives C=ln(1)=0.
Integral of a Power Series vs. Derivative of a Power Series
| Integral of a Power Series | Derivative of a Power Series | |
|---|---|---|
| Operation | Integrate each term: anxn→n+1anxn+1 | Differentiate each term: anxn→n⋅anxn−1 |
| Effect on coefficients | Divides the coefficient by n+1 (makes terms smaller) | Multiplies the coefficient by n (makes terms larger) |
| Constant term | Adds a constant of integration C | The constant term a0 disappears |
| Radius of convergence | Same as the original series | Same as the original series |
| Endpoint convergence | May improve (series may converge at endpoints where original did not) | May worsen (series may diverge at endpoints where original converged) |
Why It Matters
Term-by-term integration of power series is one of the main tools for building new series from known ones in Calculus II and beyond. It lets you derive the series for ln(1+x), arctan(x), and many other functions that are difficult to expand directly using Taylor's formula. This technique also appears in differential equations, where integrating a series solution produces the general solution with an arbitrary constant.
Common Mistakes
Mistake: Forgetting the constant of integration C.
Correction: An indefinite integral always includes +C. When building a specific function (like ln(1+x)), you must determine C by evaluating at a known point, typically the center of the series.
Mistake: Assuming endpoint convergence stays the same after integration.
Correction: The radius of convergence is preserved, but behavior at the endpoints can change. After integration the coefficients shrink by a factor of n+11, which can turn a divergent endpoint into a convergent one. Always recheck endpoints separately.
Related Terms
- Power Series — The type of series being integrated
- Derivative of a Power Series — The reverse operation, differentiating term by term
- Indefinite Integral — The general antiderivative operation applied here
- Integration — The broader concept encompassing this technique
- Convergent Series — Convergence must hold for term-by-term integration
- Series — General concept of summing infinitely many terms
- Function — Power series define functions that are integrated
- Term — Each individual piece integrated separately
