Derivative of a Power Series — Formula & Examples
Derivative of a Power Series
The derivative of a function defined by a power series can be found by differentiating the series term-by-term.

See also
Integral of a power series, convergent series, divergent series, differentiable
Key Formula
If f(x)=n=0∑∞an(x−c)n,then f′(x)=n=1∑∞nan(x−c)n−1
Where:
- f(x) = The function defined by the power series
- an = The coefficient of the nth term
- c = The center of the power series
- x = The variable
- n = The index of summation, starting from 1 (since the n=0 constant term vanishes)
Worked Example
Problem: Find the derivative of the power series f(x) = ∑ (from n=0 to ∞) xⁿ/n!, which represents eˣ.
Step 1: Write out the power series explicitly.
f(x)=n=0∑∞n!xn=1+x+2!x2+3!x3+⋯
Step 2: Differentiate each term using the power rule. The constant term 1 drops away, and each xⁿ becomes nxⁿ⁻¹.
f′(x)=n=1∑∞n!nxn−1
Step 3: Simplify by canceling n with n! to get (n−1)!.
f′(x)=n=1∑∞(n−1)!xn−1
Step 4: Re-index by letting m = n − 1, so the sum starts at m = 0.
f′(x)=m=0∑∞m!xm=ex
Answer: f'(x) = eˣ, confirming the well-known result that the derivative of eˣ is itself.
Another Example
This example uses a series with non-trivial coefficients (n+1) rather than simple factorials, and shows how term-by-term differentiation of a known series can generate the series for a more complex closed-form function.
Problem: Find the derivative of f(x) = ∑ (from n=0 to ∞) (n+1)x^n centered at c = 0.
Step 1: Recognize what function this series represents. Recall that 1/(1−x)² = ∑ (n+1)xⁿ for |x| < 1. So f(x) = 1/(1−x)².
f(x)=n=0∑∞(n+1)xn=1+2x+3x2+4x3+⋯
Step 2: Differentiate term-by-term. Apply the rule: bring down the exponent n and reduce the power by 1.
f′(x)=n=1∑∞n(n+1)xn−1
Step 3: Write out a few terms to see the pattern.
f′(x)=2+6x+12x2+20x3+⋯
Step 4: This equals 2/(1−x)³, which you can verify by differentiating f(x) = (1−x)⁻² directly using the chain rule.
f′(x)=(1−x)32
Answer: f'(x) = ∑ (from n=1 to ∞) n(n+1)xⁿ⁻¹ = 2/(1−x)³, valid for |x| < 1.
Frequently Asked Questions
Does the radius of convergence change when you differentiate a power series?
No. A power series and its term-by-term derivative always have the same radius of convergence R. However, convergence behavior at the endpoints x = c ± R can change. A series that converges at an endpoint may have a derivative series that diverges there, or vice versa.
Can you differentiate a power series more than once?
Yes. A power series is infinitely differentiable inside its interval of convergence. You can differentiate term-by-term repeatedly to find f''(x), f'''(x), and so on, each time producing a new power series with the same radius of convergence.
Why does the summation index start at n = 1 after differentiating?
The n = 0 term of the original series is just the constant a₀, and the derivative of a constant is zero. So that term disappears, and the first nonzero term in the derivative series corresponds to n = 1.
Derivative of a Power Series vs. Integral of a Power Series
| Derivative of a Power Series | Integral of a Power Series | |
|---|---|---|
| Operation | Differentiate each term: aₙxⁿ → n·aₙxⁿ⁻¹ | Integrate each term: aₙxⁿ → aₙxⁿ⁺¹/(n+1) |
| Index shift | Summation starts at n = 1 (constant term drops out) | Summation keeps n = 0; a constant of integration C is added |
| Radius of convergence | Same as original series | Same as original series |
| Endpoint behavior | May lose convergence at endpoints | May gain convergence at endpoints |
| Effect on coefficients | Multiplies aₙ by n (amplifies higher-order terms) | Divides aₙ by (n+1) (dampens higher-order terms) |
Why It Matters
Term-by-term differentiation of power series is essential in solving differential equations, particularly in the Frobenius method and when finding series solutions near ordinary or singular points. It also lets you derive new series from known ones — for example, differentiating the geometric series 1/(1−x) yields 1/(1−x)², giving you its power series without computing coefficients from scratch. In physics and engineering, this technique is used constantly when working with Taylor and Maclaurin series to approximate derivatives of complicated functions.
Common Mistakes
Mistake: Forgetting to change the starting index from n = 0 to n = 1 after differentiating.
Correction: The n = 0 term is a constant and its derivative is zero, so the differentiated series must begin at n = 1. Leaving the index at n = 0 can introduce a spurious term or cause an undefined expression like 0 · x⁻¹.
Mistake: Assuming the interval of convergence (including endpoints) is identical for the original and differentiated series.
Correction: The radius of convergence stays the same, but endpoint behavior can differ. Always recheck convergence at x = c + R and x = c − R separately after differentiating.
Related Terms
- Power Series — The series being differentiated
- Derivative — The core operation applied term-by-term
- Differentiation — The process used on each term
- Integral of a Power Series — The inverse operation: integrating term-by-term
- Series — General concept of summing infinitely many terms
- Convergent Series — Convergence determines where differentiation is valid
- Divergent Series — Differentiation not valid outside radius of convergence
- Function — A power series defines a function within its interval
