
P1: OSO/OVY P2: OSO/OVY QC: OSO/OVY T1: OSO
MHDQ256-Ch09 MHDQ256-Smith-v1.cls December 17, 2010 19:47
LT (Late Transcendental)
CONFIRMING PAGES
9-49 SECTION 9.6
..
Power Series 579
EXPLORATORY EXERCISES
1. Onereasonthatitisimportanttodistinguishabsolutefromcon-
ditional convergence of a series is the rearrangement of series,
to be explored in this exercise. Show that the series
∞
k=0
(−1)
k
2
k
is absolutely convergent and find its sum S. Find the sum S
+
of the positive terms of the series. Find the sum S
−
of the neg-
ative terms of the series. Verify that S = S
+
+ S
−
. However,
you cannot separate the positive and negative terms for condi-
tionally convergent series. For example, show that
∞
k=0
(−1)
k
k + 1
converges (conditionally) but that the series of positive terms
and the series of negative terms both diverge. Thus, the order
of terms matters for conditionally convergent series. Amaz-
ingly, for conditionally convergent series, you can reorder the
terms so that the partial sums converge to any real number. To
illustrate this, suppose we want to reorder the series
∞
k=0
(−1)
k
k + 1
so that the partial sums converge to
π
2
. Start by pulling out
positive terms
1 +
1
3
+
1
5
+···
such that the partial sum is
within 0.1 of
π
2
. Next, take the first negative term
−
1
2
and
positive terms such that the partial sum is within 0.05 of
π
2
.
Then take the next negative term
−
1
4
and positive terms such
that the partial sum is within 0.01 of
π
2
. Argue that you could
continue in this fashion to reorder the terms so that the partial
sums converge to
π
2
. (Especially explain why you will never
“run out of” positive terms.) Then explain why you cannot do
the same with the absolutely convergent series
∞
k=0
(−1)
k
2
k
.
2. In this exercise, you show that the Root Test is more
general than the Ratio Test. To be precise, show that if
lim
n→∞
a
n+1
a
n
= r = 1 then lim
n→∞
|a
n
|
1/n
= r by considering
lim
n→∞
ln
a
n+1
a
n
and lim
n→∞
ln|a
n
|
1/n
= lim
n→∞
1
n
n
k=1
ln
a
k+1
a
k
.Inter-
pretthisresultintermsofhowlikelytheRatioTest or Root Test
is to give a definite conclusion. Show that the result is not “if
and only if” by finding a sequence for which lim
n→∞
|a
n
|
1/n
< 1
but lim
n→∞
a
n+1
a
n
does not exist. In spite of this, give one reason
why the Ratio Test might be preferable to the Root Test.
9.6 POWER SERIES
We now expand our discussion of series to the case where the terms of the series are
functions of the variable x. Pay close attention, as the primary reason for studying series is
that we can use them to represent functions. This opens up numerous possibilities for us,
from approximating the values of transcendental functions to calculating derivatives and
integralsof such functions, to studying differentialequations. As well, defining functions as
convergent series produces an explosion of new functions available to us, including many
important functions, such as the Bessel functions. We take the first few steps in this section.
321
1
1
2
3
y f(x)
y P
1
(x)
y P
2
(x)
y P
3
(x)
y
FIGURE 9.38
y =
1
3 − x
and the first three partial
sums of
∞
k=0
(x − 2)
k
As a start, consider the series
∞
k=0
(x − 2)
k
= 1 + (x − 2) + (x − 2)
2
+ (x − 2)
3
+···.
Notice that for each fixed x, this is a geometric series with r = (x −2), which will converge
whenever |r|=|x − 2| < 1 and diverge whenever |r|=|x − 2|≥1. Further, for each x
with |x − 2| < 1 (i.e., 1 < x < 3), the series converges to
a
1 − r
=
1
1 − (x − 2)
=
1
3 − x
.
That is, for each x in the interval (1, 3), we have
∞
k=0
(x − 2)
k
=
1
3 − x
.
For all other values of x, the series diverges. In Figure 9.38, we show a graph of
f (x) =
1
3 − x
, along with the first three partial sums P
n
of this series, where
P
n
(x) =
n
k=0
(x − 2)
k
= 1 + (x − 2) + (x − 2)
2
+···+(x − 2)
n
,
on the interval [0, 3]. Notice that as n gets larger, P
n
(x) appears to get closer to f (x), for
any given x in the interval (1, 3). Further, as n gets larger, P
n
(x) tends to stay close to f (x)
for a larger range of x-values.