Power Series and Functions
Power Series and Functions
A power series is a type of series with terms involving a variable. More specifically, if the variable is x, then all the
terms of the series involve powers of x. As a result, a power series can be thought of as an infinite polynomial. Power
series are used to represent common functions and also to define new functions. In this section we define power series
and show how to determine when a power series converges and when it diverges. We also show how to represent
certain functions using power series.
n 2
∑ cn x = c0 + c1 x + c2 x + …,
n=0
where x is a variable and the coefficients c are constants, is known as a power series. The series
n
2 n
1 + x + x + … = ∑x
n=0
is an example of a power series. Since this series is a geometric series with ratio r = |x| , we know that it converges if
|x| < 1 and diverges if |x| ≥ 1.
n 2
∑ cn x = c0 + c1 x + c2 x + …
n=0
n 2
∑ cn (x − a) = c0 + c1 (x − a) + c2 (x − a) + …
n=0
and
∞
n 2 3
∑ n!x = 1 + x + 2!x + 3!x + …
n=0
or converges for all x in a finite interval. For example, the geometric series ∑x
n
converges for all x in the interval
n=0
(−1, 1) , but diverges for all x outside that interval. We now summarize these three possibilities for a general power
series.
Proof
Suppose that the power series is centered at a = 0. (For a series centered at a value of a other than zero, the result
follows by letting y = x − a and considering the series
∞
n
∑ cn y .
n=1
Since ∑ cn d
n
converges, the nth term cn d
n
→ 0 as n → ∞ . Therefore, there exists an integer N such that
n=0
|cn d
n
| ≤ 1 for all n ≥ N . Writing
n
n n ∣x∣
|cn x | = |cn d | ,
∣d∣
The series
∞
n
∣x∣
∑
∣d∣
n=N
∞
x
is a geometric series that converges if | | < 1. Therefore, by the comparison test, we conclude that ∑ cn x
n
also
d
n=N
∞
converges for |x| < |d|. Since we can add a finite number of terms to a convergent series, we conclude that ∑ c n x
n
n=0
n
∑ an x
n=0
and let S be the set of real numbers for which the series converges. Suppose that the set S = 0. Then the series falls
under case i.
Suppose that the set S is the set of all real numbers. Then the series falls under case ii. Suppose that S ≠ 0 and S is
not the set of real numbers. Then there exists a real number x∗ ≠ 0 such that the series does not converge. Thus, the
series cannot converge for any x such that |x| > |x ∗ |. Therefore, the set S must be a bounded set, which means
that it must have a smallest upper bound. (This fact follows from the Least Upper Bound Property for the real
numbers, which is beyond the scope of this text and is covered in real analysis courses.) Call that smallest upper
bound R. Since S ≠ 0 , the number R > 0. Therefore, the series converges for all x such that |x| < R, and the series
falls into case iii.
□
∞
If a series ∑ cn (x − a)
n
falls into case iii. of Note N aN .1. 1 , then the series converges for all x such that |x − a| < R
n=0
for some R > 0, and diverges for all x such that |x − a| > R . The series may converge or diverge at the values x where
∞
Since the series diverges for all values x where |x − a| > R , the length of the interval is 2R , and therefore, the radius of
∞
the interval is R. The value R is called the radius of convergence. For example, since the series ∑ x converges for all n
n=0
values x in the interval (−1, 1) and diverges for all values x such that |x| ≥ 1, the interval of convergence of this series
is (−1, 1). Since the length of the interval is 2, the radius of convergence is 1.
convergence. If there exists a real number R > 0 such that the series converges for |x − a| < R and diverges for
|x − a| > R, then R is the radius of convergence. If the series converges only at x = a , we say the radius of
convergence is R = 0. If the series converges for all real numbers x, we say the radius of convergence is R = ∞
(Figure N aN .1. 1 ).
radius of convergence at R = ∞ , and graph (c) shows a radius of convergence at R. For graph (c) we note that the
series may or may not converge at the endpoints x = a + R and x = a − R .
To determine the interval of convergence for a power series, we typically apply the ratio test. In Example N aN .1. 1 , we
show the three different possibilities illustrated in Figure N aN .1. 1 .
For each of the following series, find the interval and radius of convergence.
∞ n
x
a. ∑
n!
n=0
∞
b. ∑ n!x n
n=0
∞ n
(x − 2)
c. ∑ n
(n + 1)3
n=0
Solution
a. To check for convergence, apply the ratio test. We have
n+1
∣ x ∣
∣ ∣
(n + 1)!
∣ ∣
ρ = lim
n→∞
∣ xn ∣
∣ ∣
∣ n! ∣
n+1
∣ x n! ∣
= lim ∣ ⋅ ∣
n
n→∞
∣ (n + 1)! x ∣
n+1
∣ x n! ∣
= lim ∣ ⋅ ∣
n→∞
∣ (n + 1) ⋅ n! xn ∣
∣ x ∣
= lim ∣ ∣
n→∞ ∣ n + 1 ∣
1
= |x| lim
n→∞ n + 1
= 0 < 1
for all values of x. Therefore, the series converges for all real numbers x . The interval of convergence is
(−∞, ∞) and the radius of convergence is R = ∞.
= |x| lim (n + 1)
n→∞
= ∞.
Therefore, the series diverges for all x ≠ 0. Since the series is centered at x = 0, it must converge there, so the
series converges only for x ≠ 0. The interval of convergence is the single value x = 0 and the radius of
convergence is R = 0.
c. In order to apply the ratio test, consider
n+1
∣ (x − 2) ∣
∣ ∣
n+1
∣ (n + 2)3 ∣
ρ = lim
n→∞ ∣ (x − 2)n ∣
∣ ∣
n
∣ (n + 1)3 ∣
n+1 n
∣ (x − 2) (n + 1)3 ∣
= lim ∣ ⋅ ∣
n→∞ n+1 n
∣ (n + 2)3 (x − 2) ∣
∣ (x − 2)(n + 1) ∣
= lim ∣ ∣
n→∞ ∣ 3(n + 2) ∣
|x − 2|
= .
3
The ratio ρ < 1if |x − 2| < 3. Since |x − 2| < 3 implies that −3 < x − 2 < 3, the series converges absolutely if
−1 < x < 5 . The ratio ρ > 1 if |x − 2| > 3. Therefore, the series diverges if x < −1 or x > 5. The ratio test is
inconclusive if ρ = 1. The ratio ρ = 1 if and only if x = −1 or x = 5. We need to test these values of x separately.
For x = −1, the series is given by
∞ n
(−1) 1 1 1
∑ = 1 − + − + ….
n + 1 2 3 4
n=0
Since this is the alternating harmonic series, it converges. Thus, the series converges at x = −1. For x = 5, the series
is given by
∞
1 1 1 1
∑ = 1 + + + + ….
n + 1 2 3 4
n=0
This is the harmonic series, which is divergent. Therefore, the power series diverges at x = 5. We conclude that the
interval of convergence is [−1, 5) and the radius of convergence is R = 3.
Exercise N aN .1. 1
Hint
Apply the ratio test to check for absolute convergence.
Answer
The interval of convergence is [−1, 1). The radius of convergence is R = 1.
2 3 n
1 + x + x + x + … = ∑x .
n=0
a
converges if and only if |r| < 1. In that case, it converges to . Therefore, if |x| < 1 , the series in Example
1 − r
1
N aN .1. 1 converges to and we write
1 − x
2 3
1
1 + x + x + x + … = for |x| < 1.
1 − x
1
As a result, we are able to represent the function f (x) = by the power series
1 − x
2 3
1 + x + x + x + … when |x| < 1.
1
We now show graphically how this series provides a representation for the function f (x) = by comparing the
1 − x
graph of f with the graphs of several of the partial sums of this infinite series.
Example N aN .1. 2 : Graphing a Function and Partial Sums of its Power Series
N
1
Sketch a graph of f (x) = and the graphs of the corresponding partial sums S N (x) = ∑ x
n
for N = 2, 4, 6
1 − x
n=0
Solution
From the graph in Figure N aN .1. 2 , you see that as N increases, SN becomes a better approximation for
1
f (x) = for x in the interval (−1, 1).
1 − x
Figure N aN .1. 2: The graph shows a function and three approximations of it by partial sums of a power series.
Exercise N aN .1. 2
N
1
Sketch a graph of f (x) = and the corresponding partial sums S N (x) = ∑ x
2n
for N = 2, 4, 6 on the
2
1 − x
n=0
Hint
2(N +1)
1 − x
2 2N
SN (x) = 1 + x + … + x =
2
1 − x
Answer
Next we consider functions involving an expression similar to the sum of a geometric series and show how to represent
these functions using power series.
Use a power series to represent each of the following functions f . Find the interval of convergence.
1
a. f (x) =
1 + x3
2
x
b. f (x) =
4 − x2
Solution
a. You should recognize this function f as the sum of a geometric series, because
1 1
= .
3
1 + x 1 − (−x3 )
a
Using the fact that, for |r| < 1, is the sum of the geometric series
1 − r
n 2
∑ ar = a + ar + ar + …,
n=0
∞
3 n
= ∑(−x )
n=0
3 6 9
= 1 − x + x − x + ….
b. This function is not in the exact form of a sum of a geometric series. However, with a little algebraic
manipulation, we can relate f to a geometric series. By factoring 4 out of the two terms in the denominator, we
obtain
2 2
x x
=
4 − x2 1 − x2
4( )
4
2
x
= .
2
x
4 (1 − ( ) )
2
Therefore, we have
2 2
x x
=
4 − x2 x 2
4 (1 − ( ) )
2
2
x
4
=
2
x
1 − ( )
2
∞ 2
2n
x x
= ∑ ( ) .
4 2
n=0
2 2
∣ x ∣ ∣ x ∣
The series converges as long as ∣( ) ∣ < 1 (note that when ∣( ) ∣ = 1 the series does not converge). Solving this
∣ 2 ∣ ∣ 2 ∣
2 4 6
x x x
= + + + …
2 3
4 4 4
Exercise N aN .1. 3
3
x
Represent the function f (x) = using a power series and find the interval of convergence.
2 − x
Hint
g(x)
Rewrite f in the form f (x) = for some functions g and h.
1 − h(x)
Answer
∞ n+3
x
∑ with interval of convergence (−2, 2)
n+1
n=0
2
In the remaining sections of this chapter, we will show ways of deriving power series representations for many other
functions, and how we can make use of these representations to evaluate, differentiate, and integrate various functions.
Key Concepts
For a power series centered at x = a, one of the following three properties hold:
i. The power series converges only at x = a. In this case, we say that the radius of convergence is R = 0.
ii. The power series converges for all real numbers x. In this case, we say that the radius of convergence is
R = ∞.
iii. There is a real number R such that the series converges for |x − a| < R and diverges for |x − a| > R . In this
case, the radius of convergence is R.
If a power series converges on a finite interval, the series may or may not converge at the endpoints.
The ratio test may often be used to determine the radius of convergence.
∞
1
The geometric series ∑ x n
= for |x| < 1 allows us to represent certain functions using geometric series.
1 − x
n=0
Key Equations
Power series centered at x = 0
∞
n 2
∑ cn x = c0 + c1 x + c2 x + …n
n=0
n=0
Glossary
interval of convergence
the set of real numbers x for which a power series converges
power series
∞ ∞
series centered at x = a
radius of convergence
if there exists a real number R > 0 such that a power series centered at x = a converges for |x − a| < R and
diverges for |x − a| > R, then R is the radius of convergence; if the power series only converges at x = a, the
radius of convergence is R = 0; if the power series converges for all real numbers x , the radius of convergence is
R = ∞
This page titled Section 10.1: Power Series and Functions is shared under a CC BY-NC-SA 4.0 license and was authored, remixed,
and/or curated by OpenStax.
10.1: Power Series and Functions by Edwin “Jed” Herman, Gilbert Strang is licensed CC BY-NC-SA 4.0. Original source:
https://openstax.org/details/books/calculus-volume-1.