Differentiation and Integration of Power Series
students, imagine having a function written not as a single formula, but as an infinite sum that behaves like a super-detailed version of the function 📘. In Calculus 2, power series let us write functions in a form that is often easier to work with near a certain point. Two of the most useful ideas are differentiating and integrating these series term by term. These tools let us create new series from old ones, find antiderivatives, and understand functions more deeply.
What a Power Series Is and Why It Matters
A power series centered at a number $a$ has the form
$$\sum_{n=0}^{\infty} c_n (x-a)^n$$
where $c_n$ is a sequence of coefficients. The center $a$ tells us where the series is built around, and the coefficients $c_n$ decide the shape of the function.
Power series are important because they can represent functions like $e^x$, $\sin x$, $\cos x$, and $\ln(1+x)$ on suitable intervals. For example, the geometric series
$$\sum_{n=0}^{\infty} x^n = \frac{1}{1-x}$$
works when $|x|<1$. This is a power series that represents a function exactly on its interval of convergence.
The big idea is this: if a power series converges inside its radius of convergence, then it can be manipulated much like a polynomial, including differentiation and integration term by term. That is a major reason power series are so powerful ✨.
Differentiating a Power Series Term by Term
Suppose we have the power series
$$f(x)=\sum_{n=0}^{\infty} c_n (x-a)^n$$
and suppose it converges for $|x-a|<R$. Inside that interval, we may differentiate term by term:
$$f'(x)=\sum_{n=1}^{\infty} n c_n (x-a)^{n-1}$$
Notice what happened: the exponent dropped by $1$, and the coefficient gained a factor of $n$. The $n=0$ term disappears because the derivative of a constant is $0$.
This rule is similar to differentiating a polynomial, except here there are infinitely many terms. The important fact from Calculus 2 is that this works on the interval where the original series converges. In fact, the differentiated series has the same radius of convergence $R$ as the original series. The endpoints still need to be checked separately.
Example: Differentiate a Geometric Series
Start with
$$\frac{1}{1-x}=\sum_{n=0}^{\infty} x^n \quad \text{for } |x|<1.$$
Differentiate both sides:
$$\frac{1}{(1-x)^2}=\sum_{n=1}^{\infty} n x^{n-1} \quad \text{for } |x|<1.$$
This is a powerful result because a difficult rational function is turned into an infinite series. If we want the powers of $x$ to match more neatly, we can reindex:
$$\frac{1}{(1-x)^2}=\sum_{n=0}^{\infty} (n+1)x^n.$$
That reindexed form is often easier to use in later calculations.
Why Differentiation Works
The reason term-by-term differentiation is allowed is that power series are very well behaved inside their radius of convergence. Within $|x-a|<R$, the series converges absolutely and uniformly on smaller closed intervals, which is enough to justify differentiating each term. For a Calculus 2 course, the main takeaway is practical: inside the interval of convergence, differentiation preserves the series representation.
That means if a function is represented by a power series, then its derivative can often be found by simply differentiating the series instead of using a complicated formula. This is especially useful for generating new series from known ones.
Integrating a Power Series Term by Term
Integration works in a very similar way. If
$$f(x)=\sum_{n=0}^{\infty} c_n (x-a)^n$$
converges for $|x-a|<R$, then we may integrate term by term:
$$\int f(x)\,dx = C + \sum_{n=0}^{\infty} \frac{c_n}{n+1}(x-a)^{n+1}$$
or, for a definite integral,
$$\int \left(\sum_{n=0}^{\infty} c_n (x-a)^n\right)dx = \sum_{n=0}^{\infty} \frac{c_n}{n+1}(x-a)^{n+1} + C.$$
Again, the radius of convergence stays the same, but endpoint behavior must be checked separately. Integration is often used to create new series that are harder to obtain directly.
Example: Integrate a Geometric Series to Get a Logarithm
Start with
$$\sum_{n=0}^{\infty} x^n = \frac{1}{1-x} \quad \text{for } |x|<1.$$
Integrate both sides from $0$ to $x$:
$$\int_0^x \sum_{n=0}^{\infty} t^n\,dt = \int_0^x \frac{1}{1-t}\,dt.$$
This gives
$$\sum_{n=0}^{\infty} \frac{x^{n+1}}{n+1} = -\ln(1-x), \quad |x|<1.$$
So we get the power series
$$-\ln(1-x)=\sum_{n=1}^{\infty} \frac{x^n}{n}, \quad |x|<1.$$
This is a classic example of building a new function from an old series. It also shows how power series can represent functions beyond polynomials, including logarithmic functions 📈.
How Differentiation and Integration Help Build New Series
One of the most useful skills in Calculus 2 is turning a known series into another one. Differentiation and integration are the main tools for this.
For example, if you know the series for
$$\frac{1}{1-x},$$
you can differentiate it to get a series for
$$\frac{1}{(1-x)^2},$$
and integrate it to get a series for
$$-\ln(1-x).$$
From there, you can substitute expressions like $x^2$, $-x$, or $\frac{x}{2}$ into the series to create more examples. For instance, replacing $x$ with $x^2$ in the geometric series gives
$$\frac{1}{1-x^2}=\sum_{n=0}^{\infty} x^{2n} \quad \text{for } |x|<1.$$
Then differentiating or integrating that new series can produce even more useful formulas.
This process is especially important when the goal is to represent a function as a series. Often, the fastest route is not to start from scratch, but to begin with a known power series and apply calculus operations to it.
Interval and Radius of Convergence Still Matter
When you differentiate or integrate a power series, the radius of convergence stays the same, but the endpoints can change behavior. That is why the interval of convergence must always be checked again.
Suppose a series converges on $(-R,R)$. After differentiating or integrating term by term, the resulting series also converges for $|x-a|<R$. However, the series may converge or diverge at $x=a-R$ and $x=a+R$ differently than the original.
For example, the series
$$\sum_{n=1}^{\infty} \frac{x^n}{n}$$
converges for $-1\le x<1$. If we differentiate term by term, we get
$$\sum_{n=1}^{\infty} x^{n-1} = \frac{1}{1-x},$$
which converges only for $|x|<1$. The endpoint $x=-1$ no longer works for the differentiated series.
This means students should always separate two questions:
- What is the radius of convergence?
- What happens at the endpoints?
That careful habit prevents mistakes and is a key part of power series work.
Real-World Style Reasoning and Applications
Power series are used in science and engineering because they turn complicated functions into infinite polynomials that are easier to approximate and analyze. If a calculator or computer needs a fast approximation of a function near a point, a power series can be very useful.
For example, near $x=0$, the function $\ln(1+x)$ can be approximated by
$$\ln(1+x)=x-\frac{x^2}{2}+\frac{x^3}{3}-\cdots$$
for $-1<x\le 1$ with endpoint behavior checked carefully. If you only use the first few terms, you already get a decent approximation for small $x$. Differentiating or integrating this series gives related formulas without starting over.
This is also useful in physics when analyzing motion, growth, or wave behavior near an equilibrium point. The power series acts like a local model of the function, and calculus helps refine that model.
Conclusion
Differentiation and integration of power series are major tools in Calculus 2 because they let students move between functions and their series representations in a systematic way. Inside the interval of convergence, a power series can be differentiated and integrated term by term, just like a polynomial. The radius of convergence remains the same, but endpoints must be checked separately. These operations help generate new series, find function representations, and simplify difficult expressions. In the bigger picture of Power Series, differentiation and integration are the bridge between algebraic-looking infinite sums and the functions they represent 🌟.
Study Notes
- A power series has the form $\sum_{n=0}^{\infty} c_n (x-a)^n$.
- Inside its interval of convergence, a power series can be differentiated term by term:
$$\frac{d}{dx}\left(\sum_{n=0}^{\infty} c_n (x-a)^n\right)=\sum_{n=1}^{\infty} n c_n (x-a)^{n-1}.$$
- Inside its interval of convergence, a power series can be integrated term by term:
$$\int \sum_{n=0}^{\infty} c_n (x-a)^n\,dx=\sum_{n=0}^{\infty} \frac{c_n}{n+1}(x-a)^{n+1}+C.$$
- The radius of convergence stays the same after differentiation or integration.
- The endpoints of the interval of convergence must be checked separately after differentiation or integration.
- A common starting point is the geometric series:
$$\sum_{n=0}^{\infty} x^n=\frac{1}{1-x}, \quad |x|<1.$$
- Differentiating the geometric series gives:
$$\sum_{n=1}^{\infty} n x^{n-1}=\frac{1}{(1-x)^2}.$$
- Integrating the geometric series gives:
$$\sum_{n=1}^{\infty} \frac{x^n}{n}=-\ln(1-x).$$
- Power series are useful for representing functions and building new series from known ones.
- Differentiation and integration are central techniques for connecting series to functions in Calculus 2.
