0% found this document useful (0 votes)
88 views

10.1 - Power Series and Functions - Mathematics LibreTexts

Power series

Uploaded by

Usman Kabir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

10.1 - Power Series and Functions - Mathematics LibreTexts

Power series

Uploaded by

Usman Kabir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

10.

1: Power Series and Functions


 Learning Objectives
Identify a power series and provide examples of them.
Determine the radius of convergence and interval of convergence of a power series.
Use a power series to represent a function.

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.

Form of a Power Series


A series of the form

n 2
∑ cn x = c0 + c1 x + c2 x + …,

n=0

where x is a variable and the coefficients cn are constants, is known as a power


series. The series

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.

 Definition 10.1.1: Power Series

A series of the form



n 2
∑ cn x = c0 + c1 x + c2 x + …

n=0

is a power series centered at x = 0. A series of the form



n
∑ cn (x − a) = c0 + c1 (x − a)

n=0

2
+ c2 (x − a) + …

is a power series centered at x = a .

To make this definition precise, we stipulate that x


0
= 1 and (x − a)
0
= 1 even when
x = 0 and x = a , respectively.

The series
∞ n 2 3
x x x
∑ = 1 + x + + + …
n! 2! 3!
n=0

and

n 2 3
∑ n!x = 1 + x + 2!x + 3!x + …

n=0
are both power series centered at x = 0. The series
∞ n 2
(x − 2) x − 2 (x − 2)
∑ = 1 + +
n 2
(n + 1)3 2 ⋅ 3 3 ⋅ 3
n=0

3
(x − 2)
+ + …
3
4 ⋅ 3

is a power series centered at x = 2.

Convergence of a Power Series


Since the terms in a power series involve a variable x, the series may converge for
certain values of x and diverge for other values of x. For a power series centered at
x = a , the value of the series at x = a is given by c . Therefore, a power series always
0

converges at its center. Some power series converge only at that value of x. Most
power series, however, converge for more than one value of x. In that case, the power
series either converges for all real numbers x or converges for all x in a finite interval.

For example, the geometric series ∑ x converges for all x in the interval (−1, 1), but
n

n=0

diverges for all x outside that interval. We now summarize these three possibilities for
a general power series.

 Note 10.1.1: Convergence of a Power Series


Consider the power series ∑ cn (x − a) .


n
The series satisfies exactly one of the
n=0

following properties:
i. The series converges at x = a and diverges for all x ≠ a.
ii. The series converges for all real numbers x.
iii. There exists a real number R > 0 such that the series converges if |x − a| < R and
diverges if |x − a| > R. At the values x where |x−a|=R, the series may converge or
diverge.

 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

We must first prove the following fact:


If there exists a real number d ≠ 0 such that ∑ cn d


n
converges, then the series
n=0

∑ cn x
n
converges absolutely for all x such that |x| < |d|.
n=0

Since ∑ cn d
n
converges, the nth term cn d
n
→ 0 as n → ∞ . Therefore, there exists an
n=0

integer N such that |c nd


n
| ≤ 1 for all n ≥ N . Writing
n
n n ∣x∣
|cn x | = |cn d | ,
∣ d ∣

we conclude that, for all n≥N,


n
n ∣x∣
|cn x | ≤ .
∣ d ∣

The series

n
x
∣ ∣

∣ ∣
d
n=N

x
is a geometric series that converges if | | < 1. Therefore, by the comparison test, we
d

conclude that ∑ cn x
n
also converges for |x| < |d| . Since we can add a finite number of
n=N

terms to a convergent series, we conclude that ∑ c nx


n
converges for |x| < |d|.
n=0

With this result, we can now prove the theorem. Consider the series

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, then the series converges for all x

n=0

such that |x − a| < R 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 |x − a| = R. The set of values x

for which the series ∑ cn (x − a)


n
converges is known as the interval of convergence.
n=0

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


n
converges for all values x in the
n=0

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.

 Definition: radius of convergence


Consider the power series ∑ cn (x − a)


n
. The set of real numbers x where the series
n=0

converges is the interval of 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 10.1.1).

Figure 10.1.1 : For a series ∑ c n (x


n
− a) graph (a) shows a radius of convergence at R = 0, graph
n=0

(b) shows a 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 10.1.1, we show the three different possibilities illustrated in
Figure 10.1.1.

 Example 10.1.1: Finding the Interval and Radius of Convergence

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 ∣
n→∞ x
∣ ∣
n!
∣ ∣

n+1
∣ x n! ∣
= lim ∣ ⋅ ∣
n→∞ ∣ (n + 1)! xn ∣

n+1
∣ x n! ∣
= lim ∣ ⋅ ∣
n
n→∞ ∣ (n + 1) ⋅ n! x ∣

∣ 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 = ∞.
b. Apply the ratio test. For x ≠ 0, we see that
n+1
∣ (n + 1)!x ∣
ρ = lim ∣ ∣
n→∞ n
∣ n!x ∣

= lim |(n + 1)x|


n→∞

= |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+1 n
n→∞
∣ (n + 2)3 (x − 2) ∣

∣ (x − 2)(n + 1) ∣
= lim ∣ ∣
n→∞ ∣ 3(n + 2) ∣

|x − 2|
= .
3

The ratio ρ < 1 if |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 10.1.1

Find the interval and radius of convergence for the series


∞ n
x
∑ .

√n
n=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.
Representing Functions as Power Series
Being able to represent a function by an “infinite polynomial” is a powerful tool.
Polynomial functions are the easiest functions to analyze, since they only involve the
basic arithmetic operations of addition, subtraction, multiplication, and division. If we
can represent a complicated function by an infinite polynomial, we can use the
polynomial representation to differentiate or integrate it. In addition, we can use a
truncated version of the polynomial expression to approximate values of the function.
So, the question is, when can we represent a function by a power series?
Consider again the geometric series

2 3 n
1 + x + x + x + … = ∑x .

n=0

Recall that the geometric series


2 3
a + ar + ar + ar + …

a
converges if and only if |r| < 1. In that case, it converges to . Therefore, if |x| < 1,
1 − r
1
the series in Example 10.1.1 converges to and we write
1 − x

2 3
1
1 + x + x + x + … = f or|x|
1 − x

< 1.

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.

We now show graphically how this series provides a representation for the function
1
f (x) = by comparing the graph of f with the graphs of several of the partial
1 − x
sums of this infinite series.

 Example 10.1.2: Graphing a Function and Partial Sums of its Power Series
1
Sketch a graph of f (x) = and the graphs of the corresponding partial sums
1 − x
N

SN (x) = ∑ x
n
for N = 2, 4, 6 on the interval (−1, 1) . Comment on the approximation
n=0

SN as N increases.
Solution
From the graph in Figure you see that as N increases, SN becomes a better
1
approximation for f (x) = for x in the interval (−1, 1).
1 − x

Figure 10.1.2 : The graph shows a function and three approximations of it by partial sums of a
power series.
 Exercise 10.1.2
N
1
Sketch a graph of f (x) = and the corresponding partial sums SN (x) = ∑ x
2n

1 − x2
n=0

for N = 2, 4, 6 on the interval (−1, 1).

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.

 Example 10.1.3: Representing a Function with a Power Series

Use a power series to represent each of the following functions f . Find the interval of
convergence.
1
a. f (x) = 3
1 + x
2
x
b. f (x) = 2
4 − x

Solution
a. You should recognize this function f as the sum of a geometric series, because
1 1
= .
3 3
1 + x 1 − (−x )

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

we see that, for | − x 3


| < 1,

1 1
=
3 3
1 + x 1 − (−x )

3 n
= ∑(−x )

n=0

3 6 9
= 1 − x + x − x + ….

Since this series converges if and only if 3


| − x | < 1 , the interval of convergence is
(−1, 1), and we have

1
3 6 9
= 1 − x + x − x + … f or|x|
3
1 + x

< 1.

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
=
2 2
4 − x 1 − x
4( )
4

2
x
= .
x
2
4(1 − ( ) )
2

Therefore, we have
2 2
x x
=
2 x
4 − x 2
4(1 − ( ) )
2

2
x

4
=
x
2
1 − ( )
2

∞ 2
x x
2n
= ∑ ( ) .
4 2
n=0

x x
The series converges as long as |(
2
) | < 1 (note that when |(
2
) | = 1 the series does
2 2
not converge). Solving this inequality, we conclude that the interval of convergence is
(−2, 2) and

2 ∞ 2n+2
x x
= ∑
2 n+1
4 − x 4
n=0

2 4 6
x x x
= + + + …
2 3
4 4 4

for |x| < 2.

 Exercise 10.1.3
3
x
Represent the function f (x) = using a power series and find the interval of
2 − x

convergence.

Hint
g(x)
Rewrite f in the form f (x) = for some functions g and h .
1 − h(x)

Answer
∞ n+3
x

n+1
with interval of convergence (−2, 2)
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
1 − x
n=0

using geometric series.

Key Equations
Power series centered at x = 0

n 2
∑ cn x = c0 + c1 x + c2 x + …n

n=0

Power series centered at x = a


n
∑ cn (x − a) = c0 + c1 (x − a)

n=0

2
+ c2 (x − a) + …

Glossary
interval of convergence
the set of real numbers x for which a power series converges

power series

a series of the form ∑ c n


nx
is a power series centered at x = 0 ; a series of the form
n=0

∑ cn (x − a)
n
is a power series centered at x = a
n=0

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 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 Gilbert Strang & Edwin “Jed” Herman (OpenStax) via
source content that was edited to the style and standards of the LibreTexts platform; a detailed
edit history is available upon request.

You might also like