Definition & Notation
What is a Power Series?
A power series is a series of the form:
where:
- \(a\) is a fixed number (the center of the power series)
- \(c_n\) are constants (the coefficients of the power series)
- \(x\) is a variable
A power series is a function of \(x\). Unlike the series we've studied previously, the convergence of a power series depends on the value of \(x\).
Example 1: Power Series Notation
The power series \(\sum_{n=0}^{\infty} \frac{x^n}{n!}\) can be written as:
This particular power series represents the exponential function \(e^x\).
Special Case: Maclaurin Series
When the center of a power series is \(a = 0\), the power series takes the form:
This special case is called a Maclaurin series.
Radius of Convergence
Radius of Convergence
For a power series \(\sum_{n=0}^{\infty} c_n(x-a)^n\), there is a number \(R\) (possibly 0, possibly \(\infty\)) such that:
- The series converges absolutely for \(|x-a| < R\)
- The series diverges for \(|x-a| > R\)
This number \(R\) is called the radius of convergence of the power series.
Finding the Radius of Convergence
The radius of convergence \(R\) of a power series \(\sum_{n=0}^{\infty} c_n(x-a)^n\) can be found using:
- The Ratio Test: \(R = \frac{1}{\rho}\) where \(\rho = \lim_{n \to \infty} \left|\frac{c_{n+1}}{c_n}\right|\) (if this limit exists)
- The Root Test: \(R = \frac{1}{\rho}\) where \(\rho = \lim_{n \to \infty} \sqrt[n]{|c_n|}\) (if this limit exists)
If \(\rho = 0\), then \(R = \infty\) (the series converges for all \(x\)).
If \(\rho = \infty\), then \(R = 0\) (the series converges only at \(x = a\)).
Example 2: Finding the Radius of Convergence
Find the radius of convergence of the power series \(\sum_{n=0}^{\infty} \frac{x^n}{n!}\).
Solution:
Let \(a_n = \frac{x^n}{n!}\). We apply the ratio test to the series terms:
For convergence, we need \(\rho < 1\). Since \(\rho = 0 < 1\) for all values of \(x\), the series converges for all \(x\), and the radius of convergence is \(R = \infty\).
Interval of Convergence
Interval of Convergence
The interval of convergence of a power series is the set of all values of \(x\) for which the series converges.
If the radius of convergence is \(R\), then the interval of convergence includes at least the open interval \((a-R, a+R)\).
To determine the full interval of convergence, we need to check the endpoints \(x = a-R\) and \(x = a+R\) separately.
Possible Intervals of Convergence
The interval of convergence can be one of the following:
- Just the point \(\{a\}\) (when \(R = 0\))
- The open interval \((a-R, a+R)\)
- The half-open interval \([a-R, a+R)\) or \((a-R, a+R]\)
- The closed interval \([a-R, a+R]\)
- The entire real line \(\mathbb{R}\) (when \(R = \infty\))
Example 3: Finding the Interval of Convergence
Find the interval of convergence of the power series \(\sum_{n=1}^{\infty} \frac{(x-2)^n}{n}\).
Solution:
First, let's find the radius of convergence using the ratio test:
So the radius of convergence is \(R = \frac{1}{1} = 1\).
This means the series converges absolutely for \(|x-2| < 1\), or \(1 < x < 3\).
Now we need to check the endpoints:
At \(x = 1\) (or \(x-2 = -1\)), the series becomes \(\sum_{n=1}^{\infty} \frac{(-1)^n}{n}\), which is the alternating harmonic series. This series converges by the alternating series test.
At \(x = 3\) (or \(x-2 = 1\)), the series becomes \(\sum_{n=1}^{\infty} \frac{1}{n}\), which is the harmonic series. This series diverges.
Therefore, the interval of convergence is \([1, 3)\).
Operations with Power Series
Operations on Power Series
If \(f(x) = \sum_{n=0}^{\infty} a_n(x-a)^n\) and \(g(x) = \sum_{n=0}^{\infty} b_n(x-a)^n\) are power series with radii of convergence \(R_f\) and \(R_g\) respectively, then:
- Addition: \(f(x) + g(x) = \sum_{n=0}^{\infty} (a_n + b_n)(x-a)^n\) with radius of convergence at least \(\min(R_f, R_g)\)
- Scalar Multiplication: \(c \cdot f(x) = \sum_{n=0}^{\infty} (c \cdot a_n)(x-a)^n\) with the same radius of convergence as \(f(x)\)
- Multiplication: \(f(x) \cdot g(x) = \sum_{n=0}^{\infty} c_n(x-a)^n\) where \(c_n = \sum_{k=0}^{n} a_k b_{n-k}\) with radius of convergence at least \(\min(R_f, R_g)\)
Example 4: Adding Power Series
Find the sum of the power series \(f(x) = \sum_{n=0}^{\infty} x^n\) and \(g(x) = \sum_{n=0}^{\infty} nx^n\).
Solution:
First, let's find the radius of convergence for each series:
For \(f(x) = \sum_{n=0}^{\infty} x^n\):
So \(R_f = 1\).
For \(g(x) = \sum_{n=0}^{\infty} nx^n\):
So \(R_g = 1\).
Now, the sum of the two power series is:
The radius of convergence of the sum is \(\min(R_f, R_g) = 1\).
Differentiation & Integration
Differentiation of Power Series
If \(f(x) = \sum_{n=0}^{\infty} c_n(x-a)^n\) has radius of convergence \(R > 0\), then \(f(x)\) is differentiable on \((a-R, a+R)\) and:
The radius of convergence of \(f'(x)\) is also \(R\).
Integration of Power Series
If \(f(x) = \sum_{n=0}^{\infty} c_n(x-a)^n\) has radius of convergence \(R > 0\), then:
where \(C\) is a constant of integration. The radius of convergence of the integrated series is also \(R\).
Example 5: Differentiation of a Power Series
Find the derivative of the power series \(f(x) = \sum_{n=0}^{\infty} \frac{x^n}{n!}\).
Solution:
Therefore, \(f'(x) = f(x)\), which means \(f(x) = e^x\) (this makes sense since \(f(x) = e^x\) is equal to its own derivative).
Example 6: Integration of a Power Series
Find the indefinite integral of the power series \(f(x) = \sum_{n=0}^{\infty} x^n\) for \(|x| < 1\).
Solution:
First, note that \(f(x) = \sum_{n=0}^{\infty} x^n = \frac{1}{1-x}\) for \(|x| < 1\) (this is the sum of a geometric series).
We can verify this by differentiating:
Therefore, \(\int f(x) \, dx = \sum_{n=1}^{\infty} \frac{x^n}{n} + C = -\ln(1-x) + C\) for \(|x| < 1\).
Examples
Example 7: Representing Functions as Power Series
Find a power series representation for \(f(x) = \frac{1}{1-x}\) centered at \(a = 0\).
Solution:
We can use the formula for the sum of a geometric series:
Setting \(r = x\), we get:
The radius of convergence is \(R = 1\).
Example 8: Using Differentiation to Find Power Series
Find a power series representation for \(f(x) = \frac{x}{(1-x)^2}\) centered at \(a = 0\).
Solution:
We know that \(\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n\) for \(|x| < 1\).
Taking the derivative of both sides:
Multiplying both sides by \(x\):
Therefore, \(f(x) = \frac{x}{(1-x)^2} = \sum_{n=1}^{\infty} nx^n = x + 2x^2 + 3x^3 + 4x^4 + \ldots\) for \(|x| < 1\).
Example 9: Using Integration to Find Power Series
Find a power series representation for \(f(x) = \ln(1+x)\) centered at \(a = 0\).
Solution:
We know that \(\frac{1}{1+x} = \sum_{n=0}^{\infty} (-1)^n x^n\) for \(|x| < 1\) (by substituting \(-x\) for \(x\) in the geometric series).
Integrating both sides:
We can determine the constant \(C\) by evaluating at \(x = 0\): \(\ln(1+0) = 0 = 0 + C\), so \(C = 0\).
Therefore, \(f(x) = \ln(1+x) = \sum_{n=1}^{\infty} (-1)^{n-1} \frac{x^n}{n} = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \ldots\) for \(|x| < 1\).
Interactive Visualizations
Explore Power Series Approximations
Use the controls below to explore how power series can approximate functions with increasing accuracy as more terms are included.
Power Series Information
Function: f(x) = e^x
Power Series: 1 + x + x²/2! + x³/3! + ...
Current Approximation: 1 + x + x²/2
Radius of Convergence: ∞
Practice Exercises
Exercise 1
Find the radius and interval of convergence for the power series \(\sum_{n=1}^{\infty} \frac{(x+2)^n}{n \cdot 3^n}\).
Exercise 2
Find a power series representation for \(f(x) = \frac{1}{(1-x)^3}\) centered at \(a = 0\).
Exercise 3
Find a power series representation for \(f(x) = \frac{x^2}{1+x^3}\) centered at \(a = 0\).