IG Chapter12
IG Chapter12
12.1 SEQUENCES
SUGGESTED TIME AND EMPHASIS
QUIZ QUESTIONS
• Text Question: Could there be a sequence {an } = { f (n)} such that lim f (x) exists, but lim an does
x→∞ n→∞
not? Could lim an exist, but not lim f (x)?
n→∞ x→∞
Answer: No to the first question. Yes to the second; an example is f (x) = sin (2π x).
• Drill Question: Can you give an example of a sequence {an } that is monotonic and bounded above and
below, but lim an does not exist?
n→∞
Answer: No such sequence exists, by the Monotonic Sequence Theorem.
WORKSHOP/DISCUSSION
• Determine the convergence or divergence of the following sequences {an } = f (n) by first looking at
f (x). Make sure to write out the first few terms of the sequences for each case, to emphasize their discrete
nature.
n
1. an =
1 + n2
ln (1 + 2en )
2. bn =
n
3. cn = (n + 1)1/2 − n 1/2
1 + n cos (2π n)
4. dn =
n
• Do a non-obvious example that uses the Squeeze Theorem to establish convergence, such as
sin n + cos n
an = .
n 2/3
1
• Compute the limit of a recursive sequence such as a1 = 2, an = 4 − , after first either proving
an−1
convergence (using induction and the Monotonic Sequence Theorem) or giving a numerical argument for
convergence.
After the students have warmed up by doing one or two of the problems as a class, have them start working
on the others, checking one another’s work by plotting the sequences on a graph. If a group finishes early,
give them Group Work 2, the Random Decimal, which makes a nice sequel.
Answers:
1. Converges to 0 2. Diverges 3. Converges to 0 4. Converges to −1
4
5. Converges to −1 6. Converges to 3 7. Diverges 8. Converges to 0
This works as an addition to Group Work 1. It can also stand alone. (Groups of four or five work best for this
problem) The students may not be familiar with the idea of concatenation, so you may want to do an example
for them if they seem to be having trouble understanding the idea.
Answers: (Answers to the first two problems will vary.)
1. a1 = 0.5358 3. The sequence is always increasing, and has an upper bound (1 will
2. a1 = 0.5358 always be an upper bound, for example; 0.6 is a better upper bound
a2 = 0.53589793
in this case.) Therefore, by the Monotone Convergence Theorem,
a3 = 0.535897932384
a4 = 0.5358979323846264 this sequence does converge. It can be proven that if the numbers
a5 = 0.53589793238462643383 generated are truly random, then this number will be irrational.
640
SECTION 12.1 SEQUENCES
1. a1 = 0√
a2 = 1 + 0 = 1
√ √
a3 = 1 + 1 + 0 = 2 ≈ 1.4142
√
a4 =
1 + 1 + 1 + 0 ≈ 1.5538
√
a5 = 1 + 1 + 1 + 1 + 0 ≈ 1.5981
√
2. The easiest way to prove this is by induction. We want to show that if an < 2, then 1 + an < 2. The
√ √
base case is trivial (0 < 2). The induction step: If an < 2, then 1 + an < 1 + 2 < 2. If the students
haven’t learned mathematical induction, this argument can be put into less formal language.
√
3. We now want to show an < 1 + an It suffices to show that (an )2 < 1 + an , or (an )2 − an − 1 < 0. The
√
1+ 5
quadratic formula, or a graph, can show that this is true if 0 < an < 2 ≈ 1.618. (Actually, this is true
√ √
for 1−2 5 < an < 1+2 5 .) We can use an induction argument like the one in the previous part to show that
√ √
if an < 1+2 5 , then an+1 < 1+2 5 .
√ √ √
4. a = 1 + 1 + 1 + 1 + ··· = 1+ 1 + 1 + 1 + 1 + · · ·. Therefore a = 1 + a.
√ √
1+ 5
5. Since a = 1 + a, we have a 2 = 1 + a and a = 2 .
6. 2, 3
This activity revisits Group Work 4 in Section 5.4 (which also appears as Group Work 2 in Section 7.2*).
Answers:
HOMEWORK PROBLEMS
Exercise D A N G
2 ×
3 ×
6 ×
8 ×
9 ×
13 ×
15 × ×
19 ×
21 ×
28 ×
36 ×
43 ×
50 × ×
51 × ×
55 × ×
59 ×
62 ×
73 ×
75 ×
642
GROUP WORK 1, SECTION 12.1
Practice with Convergence
Do the following sequences {an } converge or diverge? Justify your answers.
en (−1)n + n
1. an = 5. an =
3n (−1)n − n
n
√ ln e4
2. an = (−1)n n 6. an =
3n
1 π
3. an = (−1)n √ 7. an = (−1)n cos 2 (n + 1)
n
π
4. an = (−1)2n+1 8. an = (−1)n sin 2 (2n + 1)
643
GROUP WORK 2, SECTION 12.1
The Random Decimal
1. Have each person in your group think of a random integer from 0 through 9. Let a1 be 0.wx yz where
w, x, y and z are your numbers. For example, if you came up with 2, 4, 1, and 8, then you would write
a1 = 0.2418.
a1 = ________
2. Have each person in your group think of a new integer, and add those integers to the end of a1 to form a2 .
For example, if you already had a1 = 0.2418, you might come up with a2 = 0.24185299. Continue the
process to form a3 , a4 and a5 .
a2 = ________________
a3 = ________________________
a4 = ________________________________
a5 = ________________________________________
3. If you continued this process infinitely many times, you would have an infinite sequence {an }. Does this
sequence converge, diverge, or is it impossible to tell? Why?
644
GROUP WORK 3, SECTION 12.1
Recursive Roots
We want to find the value of
√
1+ 1 + 1 + 1 + ...
√
1. Consider the recursive sequence a0 = 0, an+1 = 1 + an . Compute the next five terms a1 , a2 , a3 , a4 , and
a5 .
645
Recursive Roots
4. Since {an } is increasing and bounded above by 2, the Monotone Sequence Theorem says that {an }
√
converges. If lim an = a, show that a = 1 + a.
n→∞
√
5. What is the value of 1+ 1 + 1 + 1 + · · ·?
√ √
6. Using similar reasoning, try to compute 2 + 2 + 2 + 2 + · · · and 6 + 6 + 6 + 6 + · · ·.
646
GROUP WORK 4, SECTION 12.1
Euler’s Constant Revisited
Recall the following picture:
1 1 1 1 1 1
n+1 1
and the sequence γ n = 1 + 2 + 3 + ··· + n − ln (n + 1) = 1 + 2 + 3 + ... + n − 1 t dt.
1. By a previous group work (Group Work 4 in Section 7.4), we know that γ n ≤ 1. Explain why 0 ≤ γ n for
all n.
647
LABORATORY PROJECT Logistic Sequences
This project is useful as an in-class extended exercise, if computers are available, or as an out-of-class project.
Students are asked to numerically analyze the logistic difference equation, the discrete variant of the logistic
differential equation, examining its long-term behavior. Problems 1 and 2 provide a basic analysis of the
situation and can be covered in a shorter period. Problems 3 and 4 lead the students to discovering chaotic
behavior.
In their report, students should include a paragraph about the similarities and differences between the behavior
of the difference equation and the logistic growth differential equation from Section 10.4.
648
12.2 SERIES
TRANSPARENCY AVAILABLE
POINTS TO STRESS
1. The basic concept of a series. The difference between the underlying sequence and the sequence of partial
sums.
∞
2. The relationship between lim an , and the convergence/divergence of an .
n→∞ n=1
3. The analysis and applications of geometric series.
4. The Test for Divergence.
QUIZ QUESTIONS
∞
• Text Question: Is the following always true, sometimes true, or always false? If the series n=1 an
converges, and the series ∞
n=1 bn converges, then their sum converges.
Answer: Always true
• Drill Question: Does the series 0.1 + 0.01 + 0.001 + 0.0001 + 0.00001 + · · · converge? If so, find its
sum.
Answer: 19
An alternative geometric view is given in Group Work 3, Problem 2. If this group work is not assigned,
the figure should be shown to the students at this time.
649
CHAPTER 12 INFINITE SEQUENCES AND SERIES
∞ 1
• Sometimes we can express a mathematical constant as the sum of a series. A classic example is e = .
k=1 k!
Summations for π are historically important, and a nice simple research project might be for students to
find a few of the more unusual ones. In 1985, David and Gregory Chudnovsky used the series
2n 3
1
∞
42n + 5
n
= n
π n=0 16 16
2n (2n)!
where = , to compute π to more than 4 billion decimal places. Each term of this series
n n! n!
produces an additional 14 correct digits. (If the students have access to a CAS, this is a fun formula to play
with.)
WORKSHOP/DISCUSSION
∞
• Foreshadow the Integral Test. Show that 1/n diverges by using an integral as a lower bound, as
n=1
illustrated by the following figure:
• Ask the students to write down an example of a series ∞ n=1 an such that the terms of the series go to zero,
yet the series diverges. Since the students have seen the harmonic series in both the lecture and in the text,
this should be an easy question for them to answer. But there is something to be gained in their hearing an
abstract question and thinking of a concrete example that they know.
• Introduce the idea that for any two real numbers A and B, the statement A = B is the same as saying
that for any integer N , |A − B| < 1/N . Now use this idea to show that 0.9999 . . . = 0.9 = 1, since
1 − 0.9 < 1 − 0.99999 . . . 99 = 0.00000 . . . 0001 = 10−N = 1 . Then use the usual approach to
10 N
N nines
N −1 zeros
∞
define 0.9 as 9/10n and show directly that 0.9 = 1. Generalize this result by pointing out that any
n=1
repeating decimal (0.3, 0.412, 0.24621) can be written as a geometric series, and can thus be written as a
412 1 412
fraction using the formula for a geometric series. Demonstrate with 0.412 = 1000 1−1/1000 = 999 .
n
∞ n
∞
2n
∞ 5 1
sin (−1) − −
n=1 n + 1 n=1 n=1 n (n + 1) 2
650
SECTION 12.2 SERIES
Answers:
∞ 1 1
n
, k > 1 is geometric and converges to .
n=1 k k − 1
∞ 4 · 5n − 5 · 4n
is a sum of two geometric series and converges to 10.
n=1 6n
∞
(−1)n diverges by the Test for Divergence.
n=1
∞ n
sin diverges by the Test for Divergence.
n=1 n+1
∞
(−1)2n diverges by the Test for Divergence.
n=1
n
∞ 5 1
− − is the sum of a geometric series and 5 times the series from Example 6, and
n=1 n (n + 1) 2
16
converges to 3.
n
• Using a diagram similar to Figure 2 in Section 12.3, show that ln n < 1/k < 1 + ln n. Make sure
k=1
∞
the students know that 1/k goes to infinity. Now ask them this question: “We know that the harmonic
k=1
series diverges. Assume that in the year 4000 B . C ., you started adding up the terms of the harmonic series,
at the rate of, say, one term per second. We know that the sum gets arbitrarily large, but approximately
how big would your partial sum be as of right now?” (If you wish the students to discover some of these
concepts for themselves, Have them explore Group Work 2: The Harmonic Series.)
• Define the “middle third” Cantor set for the students. (Let C be the set of points obtained by taking the
interval [0, 1], throwing out the middle third to obtain 0, 13 ∪ 23 , 1 , throwing out the middle third of
each remaining interval to obtain 0, 19 ∪ 29 , 13 ∪ 23 , 79 ∪ 89 , 1 , and repeating this process ad infinitum).
Point out that there are infinitely many points left after this process. (If a point winds up as the endpoint of
an interval, it never gets removed, and new intervals are created with every step). Now calculate the total
∞
2k
length of the sections that were thrown away: 13 + 2 · 19 + 4 · 271
+ ... = = 1. Notice the apparent
k=0
3k+1
paradox: We’ve thrown away a total interval of length 1, but still infinitely many points remain. (See also
Exercise 73.)
This exercise, an expansion of Problems Plus #12, should take about 45–50 minutes.
Group the students, and give them materials to stack. Packs of small notepads, CD jewel boxes, or wooden
blocks all make good materials for stacking. Their goal is to make a stack with the top block one length away
from the bottom, without having the stack fall over. (See the diagram below.)
Give them time to work. When a group achieves the goal, have them try to get two lengths out. After they
have been working for a while, give them the hint that it is easiest to build onto the bottom, not the top. In
other words, take a balanced stack, transfer it to a new bottom piece, and then slide it as far as possible.
651
CHAPTER 12 INFINITE SEQUENCES AND SERIES
When there are 25 minutes left, collect the blocks and model the situation on the board. The main thing to get
across is the idea of center of mass. The center of mass will be the place where half of the mass is to the left,
and half is to the right. (We don’t care that much about the vertical component; it will be n/2 units up.) The
stack balances if the center of mass is over the table, otherwise it falls.
Have them try to solve the general problem: Given n things to stack, what is the farthest that they can go?
You may want to do n = 1 and n = 2 on the board to give them a start:
n=1 n=2
Total weight on the right = 12 n = 1
2 Total weight on the right = 12 n = 1 = 1
2 + 2x ⇔ x = 1
4
extension = 12 extension = 12 + 14
After they have tried, if they did not succeed, write out the solution for n = 3 and n = 4 as follows:
3
n = 3: Total weight on the right = 2 = 1 + 3x ⇔ x = 16 ; extension = 1
2 + 1
4 + 16 .
3
n = 4: Total weight on the right = 2 = 2 + 4x ⇔ x = 18 ; extension = 1
2 + 1
4 + 1
6 + 18 .
1 1 1 1
Therefore, if n = k, we have an extension of 2 1+ 2 + 3 + ... + k . ∗ (See below.)
At this point they should recognize the harmonic series. So the answer to
the question “What is the farthest that the stack can extend, given as many
objects as desired?” is tied to the question “What is the sum of the harmonic
series?” which they have already seen to be infinity. Emphasize how slowly
it goes to infinity (perhaps by putting the figure at right on a transparency
and noting how small the increments are at the bottom of the stack).
∗ Note that, since at some point the left edges of the blocks will begin to overhang, the expression 1 1 + 1 + 1 + · · · + 1 is actually
2 2 3 k
a lower bound on the possible extension of k objects.
This activity was suggested by the Teachers Guide to AP Calculus published by the College Board. In addition
to allowing the students to discover the divergence of the harmonic series for themselves, the last question
will allow them to make an intuitive guess that will be confirmed or refuted by what they learn in the next
section.
Answers:
2., 4. s
4
0 2 4 6 8 10 n
Problem 1 attempts to help the students visualize geometric series. Problem 2 gives a geometric interpretation
1 1 1 1
of the fact that 2 + 4 + 8 + 16 + · · · = 1.
Answers:
1. (a) a = 12 π , r = 14 , A = 2π
3 (b) a = 14 , r = 14 , A = 1
3
2. (a) an = 1/2n
(b) 1. Note that the students may use the geometric series formula to get the answer, but it should be
pointed out that the answer is immediate from the diagram.
The initial student reaction may be “I have no idea where to start!” One option is to start the problem on
the board for the students. Another approach may be to encourage the students to write down the length of
the largest dotted line segment (b), then to figure out the length of the next one, which they can get using
trigonometry, and keep going as long as they can. Many students still resist the idea of tackling a problem
“one step at a time” if it seems difficult.
Answers:
∞ n
1. L = b + b sin θ + b sin2 θ + · · · or n=1 b (sin θ ) . Because there are infinitely many terms, we need to
write the answer as a series.
b
2. L = 1−sin θ 3. L approaches infinity.
π
4. Geometrically: As θ → 2,
the picture breaks down. The easiest way to see this is to have the students try
to sketch what happens for θ close to π2 . The dotted lines become infinitely dense.
b
Using infinite sums: lim diverges.
θ →π /2 1 − sin θ
653
CHAPTER 12 INFINITE SEQUENCES AND SERIES
HOMEWORK PROBLEMS
Exercise D A N G Exercise D A N G
1 × 35 ×
4 × × 42 ×
5 × × 47 ×
9 × 55 ×
14 × 57 × ×
16 × 58 ×
23 × 59 ×
28 × 62 × ×
29 × 64 ×
30 × 72 ×
654
GROUP WORK 2, SECTION 12.2
The Harmonic Series
∞
1
In this exercise, we look at .
n=1
n
1. What are the first ten partial sums sn ?
s1 = s6 =
s2 = s7 =
s3 = s8 =
s4 = s9 =
s5 = s10 =
∞
1
2. The way we will compute (or prove that it diverges) is to compute the limit of its partial sums. Plot
n=1
n
the partial sums on the following graph, as accurately as you can.
s
4
0 2 4 6 8 10 n
4. Now, on the same axes, graph y = ln x and y = 1 + ln x for x ≥ 1. (Both of these graphs, as you know,
go to infinity as x gets arbitrarily large.)
655
The Harmonic Series
∞
1
5. Using your answer to Problem 4 and your graph, explain why it is reasonable to believe that goes
n=1
n
to infinity.
∞
1
6. Did either of your answers to Problems 3 and 5 constitute a proof? Does converge?
n=1
n
7. Assume that in the year 4000 B . C ., you started adding up the terms of the harmonic series, at the rate of,
say, one term per second. We know that the sum gets arbitrarily large, but approximately how big would
your partial sum be as of now? Go ahead and make a guess, based on your best judgment and intuition.
656
GROUP WORK 3, SECTION 12.2
Made in the Shade
1. Compute the sum of the shaded areas for each figure.
(a)
(b)
657
Made in the Shade
a£
aÁ
∞
(b) What is an ?
n=1
658
GROUP WORK 4, SECTION 12.2
An Unusual Series and Its Sums
Consider the following right triangle of side length b and base angle θ.
1. Express the total length of the dotted line in the triangle in terms of b and θ. Why should your answer be
given in terms of a series?.
π
3. What happens as θ → 2?
659
12.3 THE INTEGRAL TEST AND ESTIMATES OF SUMS
TRANSPARENCY AVAILABLE
#28 (Figures 1 and 2)
SUGGESTED TIME AND EMPHASIS
1 class Essential material
POINT TO STRESS
1. The geometry and formal statement of the Integral Test, including the conditions on f (continuous,
positive, decreasing).
2. The Remainder Estimate for the Integral Test, and its use in bounding the error.
3. The use of the Remainder Estimate and partial sums to estimate the sum of a series (as in Example 6).
QUIZ QUESTIONS
∞
∞
• Text Question: Why can the integral 100 f (x) dx be used to test the convergence of f (n)?
n=1
Answer: Convergence or divergence of a series depends only on the “tail”.
∞
1
• Drill Question: We know that 2
dx = 1. From this fact, we can conclude that
1 x
∞
1
∞
1
(A) 2
converges ( B) =1 (C) Both (A) and (B) (D) Neither (A) nor (B)
n=1
n n=1
n2
Answer: (A)
MATERIALS FOR LECTURE
• State the Integral Test and give at least a geometric justification, as done prior to the formal statement
in the text. Present examples of series that can be shown to be convergent by the Integral Test, such as
∞ 1
2
.
n=2 n (ln n)
∞ 1
• Discuss the basic p-series p
, and determine the values of p for which it converges and diverges. If
n=1 n
∞ 1
time permits, similarly discuss p.
n=1 n (ln n)
∞ ∞
• State the remainder estimate n+1 f (x) dx ≤ Rn ≤ n f (x) dx (Formula 2) and the corresponding sum
estimate (Formula 3), together with the geometric justification given in Figures 3 and 4.
WORKSHOP/DISCUSSION
∞ 1
• Present examples of convergent and divergent series determined by the Integral Test, such as 2
n=1 n + 2
∞ 1
and 0.9
.
n=1 n
∞ 1
• Using the series 2
, find values of n for which the remainder Rn < 0.01, and then values of n for
n=1 n
∞ 1
which Rn < 0.001. Then do the same for 4
.
n=1 n
660
SECTION 12.3 THE INTEGRAL TEST AND ESTIMATES OF SUMS
• Using the remainder estimate for the Integral Test, answer this question (posed at the end of Group
Exercise 2 in Section 12.2): If you had started adding up the harmonic series at a rate of one term per
second, starting in 4000 B . C ., what would the partial sum be today? (Not all series that go to infinity do so
quickly!) This question anticipates Exercise 35.
Answer: As of the date and time of this writing, taking into account leap years, skipped leap years, leap
seconds, and the change from the Gregorian calendar, the partial sum is approximately 25.967340.
• Check the following for convergence or divergence (or not enough information given):
∞ 1 ∞ 1
∞
1. 2. 2
3. e−x cos x
n=2 n ln n n=2 n (ln n) n=1
Answers: All converge
GROUP WORK 1: The Integral Test
A straightforward series is presented, followed by one that seems to prove the Integral Test false, to make sure
the students understand the importance of the conditions of the test.
Answers:
∞
x dx
1. 2
=∞
1 x +1
∞
2. It is true that 1 x sin (π x) dx is divergent, which may lead the students to think that the Integral Test
says the series is divergent. This is not the case, as explained in Problem 4.
3. 0 + 0 + 0 + 0 + 0 + · · · . The series converges to 0.
∞
4. The fact that 1 x sin (π x) dx is divergent is not relevant, because the Integral Test applies only to positive
decreasing functions.
GROUP WORK 2: Unusual Sums
Assign each group a different problem to work on first. Have the students do as many as they can. Leave time
for each group to present the solution to their assigned problem.
Answers:
1. 32 2. Diverges to ∞ 3. 1 4. Diverges to −∞
5. (a) They are the same. (b) 0 < p < 1
HOMEWORK PROBLEMS
Core Exercises: 2, 5, 9, 11, 21, 27
Sample Assignment: 2, 4, 5, 8, 9, 11, 14, 20, 21, 25, 27, 34, 37, 39, 40
Exercise D A N G Exercise D A N G
2 × × 21 ×
4 × 25 ×
5 × 27 ×
8 × 34 ×
9 × 37 ×
11 × 39 ×
14 × 40 × × ×
20 ×
661
GROUP WORK 1, SECTION 12.3
The Integral Test
∞
x
1. Use the Integral Test to show that diverges.
n=1
x2 +1
∞
2. What does the Integral Test say about the series n sin (π n)?
n=1
∞
3. Write out the first five terms of n sin (π n). Does the series converge or diverge?
n=1
662
GROUP WORK 2, SECTION 12.3
Unusual Sums
In each of the following problems, determine if the sum converges, diverges, or if there is not enough infor-
mation to tell:
∞
n+1 1
1. n dx
n=1 x 5/3
∞
n+1
2. n x 2/3 dx
n=1
∞
1/n 2/3 dx
3. 1/(n+1) x
n=1
∞
1
1/n
4. 1/(n+1) x 5/3 dx
n=1
663
Unusual Sums
∞
1 1 1
1/n
5. (a) Suppose p > 0. What is the relationship between 1/(n+1) dx and 0 x p dx?
n=1 xp
∞
1
1/n
(b) Find the values of p for which 1/(n+1) dx converges.
n=1 xp
664
12.4 THE COMPARISON TESTS
POINT TO STRESS
1. The Comparison Test, stressing the fact that we need only consider the “tail” of the series to determine
convergence or divergence.
2. The Limit Comparison Test
QUIZ QUESTIONS
• Text Question: When using the Comparison Test, why do we need to check the conditions an ≤ bn or
an ≥ bn only for n ≥ N, where N is some fixed integer (as stated in the text)?
Answer: For any fixed integer N , the sum of the first N terms of the series is finite. When checking for
convergence, we are concerned only with the infinite “tail” of the series.
∞
dx
• Drill Question: If the improper integral p
converges, then which of the following series must
5 x
converge?
∞
1
∞
1
∞
1
∞
1
(A) p+1
( B)
p+1
( C)
p−1
( D)
p−1
(E) Both A and B (F) Both C and D
n=1
n n=5
n n=1
n n=5
n
Answer: (E)
100
∞
∞
100
• Discuss why the series 2n + 1/2n converges by comparison to 1/2n . Point out that 2n is
n=1 n=101 n=1 n=1
a very large number, namely 2,535,301,200,456,458,802,993,406,410,750.
665
CHAPTER 12 INFINITE SEQUENCES AND SERIES
WORKSHOP/DISCUSSION
• Check the following series for convergence or divergence (or not enough information given):
∞ 1 ∞ 1
1. 3/2
2.
n=1 n − 1/2 n=1 ln n + n
∞
∞
3. an2 , where an converges and 0 < an < 1 for all n
n=1 n=1
Answers:
∞
2
∞
1
1. Converges. Compare to 3/2
or use the Limit Comparison Test with 3/2
.
n=1
n n=1
n
∞
1
∞
1
2. Diverges. Compare to or use the Limit Comparison Test with .
n=2
2n n=2
n
∞
3. Converges. Compare ∞ n=1 an with
2
n=1 (an ) .
1
∞
• Show that the series n −1
can be shown to converge using either the Limit Comparison Test with
n=1 2
∞ 1 ∞
2n
, or the Comparison Test with
2
1
n
1
n−1 2 − 1
≤
2
1
n−1
(
, since 2n − 1 ≥ 2n − 2n−1 = 2n−1 for
n=1 n=1
n≥1 . )
∞ 1 ∞ 1
• Test the series 2
for convergence in two ways: using the Limit Comparison Test with 2
,
n=1 n − n + 1 n=1 n
∞
and using a regular comparison with
1
2
That is, 2
1
n −n+1
≤ ( 1
(n − 1)2
for n ≥ 2 . )
n=2 (n − 1)
∞
1
∞
1
7. Converges. Compare with √ , or use the Limit Comparison Test with .
n=1 n
3
3 2
n=1
n3
∞
1
8. Diverges. Compare with .
n=1
n
This group work should be attempted only after the students have had an opportunity to practice using the
Comparison Test on some routine problems.
Answers:
∞
1
1. Converges. Compare to .
n=1
2n 2
∞
1
2. Diverges. Compare to .
n=1
n
1 1 1 1 1
3. Diverges. The proof can be a bit tricky. Consider the odd numbered terms only: + + + + +· · · .
1 3 5 7 9
∞
1
One can compare this series to , which diverges. The point of this problem is to get a little
n=1
2n
controversy going: encourage the students to discuss and debate this one with each other, instead of
just putting down a guess.
The purpose of this group work is to have students realize that comparisons need only take place after a finite
number of terms, and that the Limit Comparison Test is frequently useful in the cases where the “obvious”
convergent comparison series is not always larger. Be sure to first cover Exercise 40, which shows that the
an
Limit Comparison Test holds for convergence when lim = 0. This group work is useful primarily for
n→∞ bn
advanced students. Problem 1(d) can be done by showing that ln n ≤ n 1/6 for sufficiently large n.
Answers:
1. (a) Intuitive justifications will vary. Correct answers must include the fact that, for large n, an < 1.
HOMEWORK PROBLEMS
Exercise D A N G
1 ×
4 ×
7 ×
9 ×
14 ×
18 ×
19 ×
24 ×
28 ×
31 ×
34 ×
35 ×
37 ×
40 ×
43 ×
668
GROUP WORK 1, SECTION 12.4
Practicing with the Comparison Test
For each of the following problems, determine whether the series is convergent or divergent.
∞
1
1. 2+1
n=1
n
∞
n
2.
n=1
n2 +1
∞
ln n
3. 2
n=1
n +1
∞
n+1 1
4. n dx
n=1
x 5/3
∞
n+1 1
5. n dx
n=1
x 2/3
∞
6. 2−n an , where an = f (n) as shown.
n=1
y
2
a£ an
aª
aÁ
0 1 2 3 n x
∞
1
7. √3 9
n=1 n − n3 + 1
∞
1
8. sin
n=1
n
669
GROUP WORK 2, SECTION 12.4
How Do I Compare?
Determine if each of the following series converges or diverges.
1 1 1 1 1 1
1. + 3 + 2
+ 3+ 2
+ 3 + ···
2 2 2·3 4 2·5 6
1 1 1 1 1 1
2. + + + + + + ···
1 ln 2 3 ln 4 5 ln 6
1 1 1 1 1 1
3. + 2 + + 2 + + 2 + ···
1 2 3 4 5 6
670
GROUP WORK 3, SECTION 12.4
Sums of Squares
∞
∞
1. Let an be a convergent positive series. Now consider the series an2 .
n=1 n=1
(a) Why is it intuitively true that for sufficiently large n, an2 ≤ an ? Give a reason for your answer.
∞
∞
(b) Using part (a), it should be possible to compare an2 to an to check its convergence. Use the
n=1 n=1
∞
Comparison Test to show that an2 converges.
n=1
∞
∞
∞
2. Show that if an and bn are positive series and both converge, then an bn converges.
n=1 n=1 n=1
∞
Hint: What convergent series can you compare to an bn ?
n=1
671
12.5 ALTERNATING SERIES
TRANSPARENCY AVAILABLE
#29 (Figure 2 and Section 12.6 Figure 1)
SUGGESTED TIME AND EMPHASIS
1
2 class Recommended material
POINTS TO STRESS
1. The Alternating Series Test.
2. The Alternating Series Estimation Theorem.
QUIZ QUESTIONS
x2
• Text Question: In Example 3, how did looking at the function f (x) = and its derivative help
x3 + 1
us determine that the series converges?
Answer: We examined the derivative of f (x) to show that f was a decreasing function, and that therefore
∞ n2
we were able to use the Alternating Series Test to show that (−1)n+1 3 converges.
n=1 n +1
∞ πn
• Drill Question: Does sin x −1/2 converge or diverge? Why?
n=1 2
Answers: The series converges by the Alternating Series Test.
MATERIALS FOR LECTURE
• Do Exercise 32. In this problem, students explore how changing the value of a parameter affects the
convergence of a series, and are thus exposed to a type of reasoning used in analysis of power series.
• Some common terms that appear in alternating series are (−1)n and cos (π n). Ask the students if they can
come up with other such alternating terms.
n n
Answer: sin π2 n alternates, as does sec (π n) and 4 − − 1.
2 2
WORKSHOP/DISCUSSION
∞ 1 ∞ 1 ∞ (−1)n+1
• Write out the first five partial sums of , − , and and graph your answers as shown
n=1 n n=1 n n=1 n
below. Make explicit that you are not graphing 1/n. Analyze the patterns.
∞ (−1)n+1
Observe, by looking at the graphs, that all the partial sums sn of appear to be between 0 and
n=1 n
1. This is a fact that can be proven by a more formal induction argument on the even-odd pairs of partial
sums.
672
SECTION 12.5 ALTERNATING SERIES
∞ (−1)n+1 ∞ 1
• Note that in the case of , the associated absolute value series diverges, while for
n=1 n n=1 n
∞
∞
∞
(1.1)−n cos n π = (−1)n (1.1)−n , the associated series (1.1)−n converges. Foreshadow the
n=0 n=0 n=0
notion of absolute convergence.
Set this up by making sure the students have read the test in the text. When students apply the Alternating
Series Test, it is very tempting for them to neglect to check that the sizes of the terms are decreasing. This
activity allows the students to explore that condition, and its importance in the Alternating Series Test. The
students may not be able to complete this activity, but there is something to be gained by having the students
work on it anyway. Wrestling with this problem will help them to really internalize both the general concept
of the Alternating Series Test, and its subtleties. When wrapping up this activity, make sure the students see
that if there were no divergent series satisfying conditions 1 and 3, but not condition 2, then we would not
need to include condition 2 as part of the test.
Answers:
In this exercise the students explore a series that is conditionally convergent, and that converges slowly. They
should explore the relationship between the partial sums Sn and the actual sum S, noting that as n → ∞,
Sn → S, and that for a given n we can bound the error |S − Sn |.
Answers:
HOMEWORK PROBLEMS
Exercise D A N G
1 ×
3 ×
6 ×
12 ×
15 ×
17 ×
21 ×
24 ×
29 ×
32 ×
35 × ×
674
GROUP WORK 1, SECTION 12.5
The Three Conditions
Notice that the Alternating Series Test has three conditions associated with it:
1. The series must alternate
2. The terms must decrease (in absolute value) for large n
3. The nth term must go to 0
The second condition seems redundant. Can you even have a series where the first two conditions hold, but
the second doesn’t?
1. Come up with a convergent series that satisfies conditions 1 and 3, but not 2.
2. Come up with a divergent series that satisfies conditions 1 and 3, but not 2.
675
GROUP WORK 2, SECTION 12.5
Exploring Infinite Series (Part 1)
∞ (−1)n+1
Consider the series √ .
n=1 n
2. Call the sum of this series S, and the nth partial sum Sn . Write an equation for the remainder R3 . Write
an equation for the remainder Rn .
676
12.6 ABSOLUTE CONVERGENCE AND THE RATIO AND ROOT TESTS
TRANSPARENCY AVAILABLE
POINTS TO STRESS
QUIZ QUESTIONS
• Provide some intuition about the proof of the Ratio Test. For example, try to check the convergence
∞ 2n
n
2n 2
of by previous methods. First show the students that, by cleverly noting that ≤ for
n=1 n! n! 3
∞ 2n
n ≥ 7, we can use the Comparison Test to show that converges. Alternately, if we note that
n=1 n!
an+1 2 2 n−1 n−1
= ≤ for n ≥ 2, we can write an+1 ≤ 23 an ≤ · · · ≤ 23 a2 = 2 23 for n ≥ 2, and
an n+1 3
∞ n−1
hence the series converges by comparison with 2 23 .
n=2
an+1
Show that we can generalize these observations: if we know that lim = L < 1, then an+1 “acts
n→∞ an
like” cL n−N , for n larger than some fixed N , and hence the series converges by comparison.
677
CHAPTER 12 INFINITE SEQUENCES AND SERIES
• Illustrate the power of the Ratio Test in summing recursively defined sequences. For example: let a1 = 1
|sin n| ∞
and an+1 = an . The Ratio Test can show that an converges, even though the individual terms
n n=1
∞
are hard to compute explicitly. Perhaps use the Ratio Test to check if bn converges, where {bn } is the
n=1
1 n
recursive sequence defined by b1 = 1, bn+1 = 1+ bn .
n
bn+1
Answer: lim = e > 1, so the series diverges.
n→∞ bn
• The topic of rearrangements of conditionally convergent series can be both counterintuitive and beautiful.
After going over the example in the text, perhaps have the students try to approximate numbers such as
√
2, 2 and e only using distinct terms from the alternating harmonic series. Working on these problems
“hands on” will help the students to understand this result.
WORKSHOP/DISCUSSION
an+1
• When stating the Ratio Test, be sure to indicate that lim = 1 gives no information. Present
n→∞ an
∞ 1
examples of series for which the Ratio Test is not helpful, such as the p-series p
for various p.
n=1 n
∞ (1.1)n ∞ n+2
∞ 1
• Apply the Ratio Test to 2
, , and . (The Ratio Test is inconclusive in the last
n=1 n n=1 n · n! n=2 n ln n
case. The Integral Test would have been a better choice.)
Answer: Diverges, converges, diverges (by the Integral Test)
∞ (2n)! ∞ 1 ∞ en ∞ 2n
• Test the convergence of n
, n
, , and 2
, using either the Ratio Test or the Root
n=1 n n=1 n n=1 n! n=1 n
Test, as appropriate.
Answer: Divergent, convergent, convergent, divergent
Several of the questions in this exercise have no answer. If the students are struggling, tell them that “No such
series exists” is a possible answer.
Answers: (Answers to Problems 1, 4, 5, and 6 will vary.)
1. 1, 12 , 13 , 14 , 15 , . . .
2. This is not possible, due to the Test for Divergence.
3. This is not possible, due to the Test for Divergence.
an+1
4. {−1, 2, −3, 4, −5, 6, . . .}. The Ratio Test requires that < 1.
an
10 if n ≤ 100
5. an =
0 if n > 100
6. f (x) = sin (π x)
678
SECTION 12.6 ABSOLUTE CONVERGENCE AND THE RATIO AND ROOT TESTS
This group work foreshadows power series and the notion of the radius and interval of convergence.
Answers:
1. (−1, 1), by the Ratio Test
2. (−∞, 1) ∪ (1, ∞), by the Ratio Test
3. The Ratio Test is inconclusive for x = ±1. The Alternating Series Test and the Integral Test give us that
the series is convergent for both of these values of x.
HOMEWORK PROBLEMS
Exercise D A N G
2 ×
5 ×
7 ×
8 ×
11 ×
12 ×
17 ×
21 ×
24 ×
25 ×
29 ×
31 ×
34 ×
36 ×
38 × ×
679
GROUP WORK 1, SECTION 12.6
Exploring Infinite Series (Part 2)
∞
1. Can you find a sequence {ak } such that {ak } converges, and in fact tends to zero, and the series ak
k=1
diverges?
2. Can you find a sequence {ak } such that {ak } converges, tending to a number other than zero, and the series
∞
ak converges?
k=1
∞
3. Can you find a sequence {ak } such that {ak } diverges, and the series ak converges?
k=1
an+1 ∞
4. Can you find a sequence {ak } such that < 1 for all n, and the series ak diverges?
an k=1
an+1 ∞
5. Can you find a sequence {ak } such that > 9 for all n ≤ 100, and the series ak converges?
an k=1
6. Can you find a function f (x) with the property that lim f (x) does not exist, yet whose associated series
x→∞
∞
ak [with ak = f (k)] converges?
k=1
680
GROUP WORK 2, SECTION 12.6
What’s Your Ratio?
∞ xn
1. Use the Ratio Test to determine the values of x for which the series 2
converges. Write your answer
n=1 n
in the form of an interval.
2. Use the Ratio Test to determine the values of x for which the series diverges.
3. For which value(s) of x is the Ratio Test inconclusive? Use another test to determine if the series converges
in these cases.
681
12.7 STRATEGY FOR TESTING SERIES
SUGGESTED TIME AND EMPHASIS
1
2 class Optional material
POINTS TO STRESS
1. It is better to make an intelligent guess than a blind guess.
2. It is better to try something than to try nothing.
Note: The author cannot resist pointing out that the above wisdom applies as well to life as it does to
determining the convergence of a series.
QUIZ QUESTIONS
• Text Question: If the limit of the terms of a series is 0, what does that tell us about its convergence?
Answer: All that we can conclude is that the series may possibly converge.
∞ 2n
• Drill Question: What would a good test to use to determine the convergence of ? Why?
n=1 n!
Answers: The Ratio Test would be best, although an argument could be made for the Root Test, and
perhaps the Comparison Test, although that would be pushing it.
∞ 1 1
∞ 1 ∞ n
√ − n
n=1 (n + e) (n + π )
3 2
n=1 n + 6n n=1 n! 2
∞ n2
∞ nn ∞ n!
2 n
n=1 en n=1 (n!)! n=1 e
∞ (−1)n n ∞ 1 · 3 · 5 · · · · · (2n − 1)
GROUP WORK
For this section, it is more important for the students to spend some time solving problems by themselves,
as they would on an exam, than it is for them to be working in groups. I recommend having the students
work independently on some of the unassigned homework exercises, perhaps checking their answers with a
neighbor.
682
SECTION 12.7 STRATEGY FOR TESTING SERIES
HOMEWORK PROBLEMS
Exercise D A N G
1 ×
2 ×
6 ×
7 ×
9 ×
12 ×
13 ×
17 ×
20 ×
22 ×
23 ×
26 ×
36 ×
37 ×
683
12.8 POWER SERIES
TRANSPARENCY AVAILABLE
1 class Essential material. Endpoint discussions beyond Figure 3 are optional but recommended.
POINT TO STRESS
1. The definition of a power series.
2. The radius and interval of convergence of a power series.
QUIZ QUESTIONS
• Text Question: If the interval of convergence of a power series has length 2, what is the radius of
convergence?
Answer: The radius of convergence is 1.
∞
• Drill Question: If the power series cn x n has radius of convergence 3, what do we know about
n=1
∞
∞
∞
cn 3n , cn (−2)n , and cn 5n ?
n=1 n=1 n=1
Answer: We know nothing about the first series without further investigation. The second converges, and
the third diverges.
684
SECTION 12.8 POWER SERIES
WORKSHOP/DISCUSSION
∞ x 2n
∞ (x − 1)n
• Using the Ratio Test, compute the radius and interval of convergence of and .
n=1 (2n)! n=1 n
Answers: Converges for all x, R = ∞, I = (−∞, ∞); R = 1, I = [0, 2)
∞ xn
• Show that the p-power series p
for p > 1 have [−1, 1] as their interval of convergence.
n=1 n
∞ xn
• Show that the p-power series p
have interval of convergence (−1, 1) if 0 < p < 1.
n=1 n
• Note that all power series have a non-empty interval of convergence, but that interval may just be a single
∞
point. Demonstrate with n! x n .
n=1
As an introduction, ask the students to answer the questions, “What is a geometric series?” and “What is a
power series?” Have each group resolve their individual answers to these questions before handing out the
problem.
Answers:
This group work anticipates Taylor polynomials and their use in approximating the value of a series.
Answers:
1. R = ∞
x2 x2 x3 x4 x2 x3 x4 x5 x6
2. s2 = 1 + x + , s4 = 1 + x + + + , s6 = 1 + x + + + + +
2 2 6 24 2 6 24 120 720
x
∞ n
x
∞ n
x
∞ n
3. x = 0: ≈ 1; x = 1: ≈ 2.7181; x = 2: ≈ 7.3556
n=0
n! n=0
n! n=0
n!
10
6
shown at right. 4
0 1 2 3 x
Problem 2 delves a little deeper into the concepts of radius and interval of convergence.
Answers:
∞ (−1)n ∞ 1
1. (a) 1 (b) 1/2
, 1/2
(c) The first converges, the second diverges. (d) [−1, 1)
n=1 n n=1 n
2. (a) bn = nx
(b) For any fixed x, bn → ∞ and (bn )n → ∞ as n → ∞.
(c) The Root Test now tells us that the series diverges for x > 0.
(d) The interval of convergence is [0, 0] and the radius of convergence is 0.
HOMEWORK PROBLEMS
Exercise D A N G
2 ×
3 ×
7 ×
10 ×
13 ×
15 ×
22 ×
24 ×
29 ×
31 ×
33 ×
34 × ×
36 × ×
41 ×
686
GROUP WORK 1, SECTION 12.8
Recognition
Which of the following are geometric series? Which are power series? (Circle one choice.) Be prepared to
explain your answers.
x x2 x3 x4
1. 1 + + + + + ···
2 4 8 16
GEOMETRIC SERIES POWER SERIES BOTH NEITHER
2 4 6 8
1 1 1 1
3. 3 + 3 + 3 + 3 + ···
x2 x3 x4
4. 1 + x + + + + ···
2! 3! 4!
GEOMETRIC SERIES POWER SERIES BOTH NEITHER
1 1 1 1
5. 1 + 2 + 3 + 4 + 5 + ···
GEOMETRIC SERIES POWER SERIES BOTH NEITHER
1 1
6. 2
+ + 1 + x + x2 + x3 + x4 + · · ·
x x
GEOMETRIC SERIES POWER SERIES BOTH NEITHER
687
GROUP WORK 2, SECTION 12.8
From Power Series to Polynomials
∞ xn
1. Find the radius of convergence of .
n=0 n!
2. Compute the partial sums s2 (x), s4 (x), and s6 (x) for values of x where the series converges. Note that if
we let x vary, s2 (x), s4 (x), and s6 (x) describe three polynomials in x.
3. Using the polynomials from Part 2, estimate the value of the series for x = 0, 1, and 2.
4. Compute the differences |s6 (x) − s4 (x)| for x = 0, 1, and 2. Interpret your answer in terms of the graphs
of the polynomials s4 (x) and s6 (x).
5. Estimate lim sn (1) to 5 decimal places. Does this number look familiar?
n→∞
688
GROUP WORK 3, SECTION 12.8
Intervals of Convergence
∞ xn
1. Consider the power series √ .
n=1 n
(a) Find the radius of convergence.
(b) Find expressions for the two series at the endpoints of the interval of convergence.
∞
2. Consider the power series nn x n .
n=1
(a) Write each term of the series in the form (bn )n . What is bn ?
(b) Let x be any fixed positive number. What can we say about bn and (bn )n as n → ∞?
∞
(c) What does part (b) tell us about the convergence or divergence of nn x n ?
n=1
∞
(d) Compute the radius and interval of convergence of nn x n .
n=1
689
12.9 REPRESENTATION OF FUNCTIONS AS POWER SERIES
TRANSPARENCY AVAILABLE
POINTS TO STRESS
1. Understanding the change of viewpoint: In the previous section we started with a power series and talked
about its sum. Now we are starting with a function and finding its power series representation.
2. Starting with a given power series, operations such as differentiating and integrating yield new power
series with the same radius of convergence as the original. Substituting an expression for x will yield a
new power series with possibly a different radius of convergence.
3. Starting with a given function represented by a power series, operations such as the ones listed above
create power series representations for different functions.
QUIZ QUESTIONS
∞
∞
• Text Question: In Example 5, how did we get from nx n−1 to (n + 1) x n ?
n=1 n=0
Answer: We substituted n + 1 for n. So n = 1 became n = 0, and so forth. (The idea here isn’t to make
the students create a perfectly worded paragraph on re-indexing series. The point is to make sure that the
students are reading the text carefully, and asking themselves these sorts of questions.)
• Drill Question: If a power series representation for f (x) can be written f (x) = 1+ 12 x+ 14 x 2 + 18 x 3 +· · · ,
f (x) − 1
write out a power series representation for .
x
f (x) − 1
Answer: = 12 + 14 x + 18 x 2 + · · ·
x
1 ∞
• Recall from the text that = x n . Make sure that they understand that this is just a restatement
1−x n=0
of the formula for the sum of a geometric series, with a = 1 and r = x. (Perhaps plug x = 13 into the
equation to reinforce the point.)
1
Next, plug x 2 in for x, to obtain the power series for . (This particular result will be revisited in
1 − x2
workshop.)
Finally, derive power series for the following functions:
1 1 1 1 1
1. 2. = or
1+x 3+x 1 + (2 + x) 3 1 + (x/3)
1
3. − 4. ln |x + 1|
(1 + x)2
x 1 1
5. =x 6.
x +1 1+x 3 + x2
Several of these results can also be derived using polynomial division.
• Show how the material from this section can be used to do things like finding a closed form for the sum of
∞
the series n (n − 1) x n−2 = 2 + 6x + 12x 2 + 20x 3 + · · · . We first integrate the series twice:
n=2
∞
∞
n (n − 1) x n−2 = xn
n=2 n=2
Then use the geometric series formula:
∞
x2
xn =
n=2
1−x
Finally, we differentiate twice:
∞
d2 x2 2
n (n − 1) x n−2 = 2
=
n=2
dx 1 − x (1 − x)3
WORKSHOP/DISCUSSION
2/3
1 dx
• Using a power series for 3
, approximate to two decimal places of accuracy.
1+x 0 1 + x3
1+x x3 x5
• Derive the series ln =2 x+ + + · · · , |x| < 1 using
1−x 3 5
1+x
ln = ln (1 + x) − ln (1 − x).
1−x
• Approach Exercise 35 from a different point of view. Begin with the differential equation y = y,
∞
∞
y (0) = 1. Now assume that y = an x n and so y = an nx n−1 . Then the differential equation
n=0 n=0
can be written
∞
∞
an nx n−1 = an x n
n=0 n=0
691
CHAPTER 12 INFINITE SEQUENCES AND SERIES
or
0+ 1a1 + 2a2 x+ 3a3 x 2 + · · ·
= a0 + a1 x+ a2 x 2 + · · ·
Now y (0) = a0 = 1. Then by matching coefficients of the same powers of x, we get
a 1 = a0 a1 = 1
1
2a2 = a1 a2 =
2·1
1
3a3 = a2 a3 =
3·2·1
···
1
nan = an−1 an =
n!
∞ xn
So the series solution to this differential equation is , and since we know that the analytic solution
n=0 n!
∞ xn d ∞ xn ∞ xn
is y = e x , we get e x = . Show how = , as we would expect.
n=0 n! dx n=0 n! n=0 n!
• Having derived the series for f (x) = e x , show how this series can be used to obtain series representations
2 1
of e−3x , xe x , e x , and e x − .
1−x
Note that in Problem 2, the function in part (c) is a polynomial and so is already in power series form. Part (f)
can be done by factoring or long division, yielding the polynomial x 2 − 3x.
Hand out the pages separately. If the first page is sufficiently challenging, the second page can be saved for
another time.
Answers:
∞
∞
2. (a) 1 − x 4 + x 8 − x 12 + · · · = (−1)n x 4n (b) 1 − 4x 2 + 16x 4 − 64x 6 + · · · = (−4)n x 2n
n=0 n=0
x6 x 9 x 12
∞
x 3n
(c) 5x 3 − 13x 2 + 7 (d) x 3 − + − + ··· + (−1)n+1
2 3 4 n=1
n
∞
(e) 2x 3 + x 5 + x 9 + x 13 + · · · = 2x 3 + x 4n+5 f) x 2 − 3x
n=0
3. (a) |x| < 1 (b) |x| < 12 (c) R (d) |x| < 1 (e) |x| < 1 (f) R
0.5
4. 0 ln 1 + x 3 dx ≈ 0.01510
692
SECTION 12.9 REPRESENTATION OF FUNCTIONS AS POWER SERIES
HOMEWORK PROBLEMS
Exercise D A N G
1 ×
3 ×
6 ×
8 ×
11 ×
13 ×
15 ×
20 × × ×
25 ×
28 ×
31 ×
32 ×
35 ×
693
GROUP WORK, SECTION 12.9
Find the Series
1 ∞
It has been said, both in class and in the text, that = xk = 1 + x + x2 + x3 + · · · .
1−x k=1
1. This statement seems to have some problems with it. For example, if x = 2, it is clearly false that
1
= 1 + 2 + 4 + 8 + 16 + · · · . What do your instructor and textbook author mean when they say
1−2
1
= 1 + x + x2 + x3 + · · · ?
1−x
x x 3 − 5x 2 + 6x
(d) f (x) = ln 1 + x 3 (e) f (x) = + 2x 3 − x (f) f (x) =
1 − x4 x −2
694
SECTION 12.9 REPRESENTATION OF FUNCTIONS AS POWER SERIES
3. Find the radius of convergence for each of the series you found in Problem 2.
0.5
4. Find an approximate value for 0 ln 1 + x 3 dx.
695
12.10 TAYLOR AND MACLAURIN SERIES
SUGGESTED TIME AND EMPHASIS
2 classes Essential material. Binomial series recommended; multiplication and division of power series
optional.
POINTS TO STRESS
1. Taylor polynomials and Taylor’s theorem for a = 0.
2. Maclaurin series for important functions such as the ones in the text and ln (1 + x).
3. The binomial series formula for (1 + x)r (r ∈ R) and its usefulness in finding certain Maclaurin series.
QUIZ QUESTIONS
• Text Question: Which of the following statements is true?
1. A Taylor series is a special type of Maclaurin series.
2. A Maclaurin series is a special type of Taylor series.
Answer: Statement 2
• Drill Questions:
1. Let g be a function that has derivatives of all orders for all real numbers. Assume that g (0) = 3,
g (0) = 1, g (0) = 4, and g (0) = −1.
(a) Write the third-degree Taylor polynomial for g centered at x = 0 and use it to approximate g (0.1).
(b) Write the fifth-degree Taylor polynomial for h (0) centered at x = 0, where h (x) = g x 2 .
• Starting with the Maclaurin series for sin x, compute the series expression
sin x x2 x4 ∞ x 2n
=1− + − ··· = (−1)n
x 3! 5! n=0 (2n + 1)!
sin x
which holds for all real x except x = 0, and explain why it is not the Maclaurin series for f (x) = ,
x
sin x
if x
= 0
x
= 0, but for the extended function F (x) = x
1 if x = 0
sin x
Answer: is undefined at zero. The function F (x) is defined at zero, and all its derivatives exist
x
there.
• Note that if we know that f has a Maclaurin series with infinite radius of convergence, we can’t
necessarily conclude that f equals its Maclaurin series everywhere. Examine the Taylor series for
−1/x 2 if x
= 0
f (x) = e The first four derivatives of f are given below. Point out that for all n,
0 if x = 0
f (n) (0) = 0 and that the radius of convergence is infinite, but that the Taylor polynomials are poor
1 2
approximations of f (x). Note that f (0) is lim e−1/x , which requires l’Hospital’s Rule to compute.
x→0 x
0 if x = 0
f (x) = −1/x 2 f (0) = 0
e if x
= 0
⎧
⎨ 0 if x = 0
f (x) = 2 −1/x 2 f (0) = 0
⎩ e if x =
0
x3
⎧
⎨ 0 if x = 0
f (x) = −6x 2 + 4 −1/x 2 f (0) = 0
⎩ e if x =
0
x6
⎧
⎨ 0 if x = 0
f (x) = 24x 4 − 36x 2 + 8 −1/x 2 f (0) = 0
⎩ e if x =
0
x9
⎧
⎨ 0 if x = 0
(4) 6 4 2
f (x) = −120x + 300x − 144x + 16 −1/x 2 f (4) (0) = 0
⎩ e if x =
0
x 12
2
Notice that e−1/x is so flat at x = 0, it is hard to obtain a good graph, even with the use of technology.
y
0.8
0.6
0.4
0.2
_2 _1 0 1 2 x
697
CHAPTER 12 INFINITE SEQUENCES AND SERIES
n
• Review that, when k is a natural number, can be obtained by Pascal’s triangle:
k
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
1
• Check the binomial series for against the series obtained by using the geometric series and replacing
1+x
x by −x.
WORKSHOP/DISCUSSION
1
• Estimate 0 sin x 3 dx using a power series. Note that the fourth term of the expansion is very small.
• Show how power series can sometimes be used in place of l’Hospital’s Rule. For example, compute
ln 1 + 2x 2 sin x − x
lim and lim using power series.
x→0 3x 2 x→0 x3
• Check the speed of convergence of Tn (x) for e x near x = 1 by having the students graph T1 , T2 , T3 , and
T4 on their calculators.
Answer:
y y y y
3 3 3 3
2 2 2 2
1 1 1 1
_2 _1 0 1 x _2 _1 0 1 x _2 _1 0 1 x _2 _1 0 1 x
• TEC Have the students use technology to visually analyze the convergence of Taylor series for several
1
different types of functions, such as y = e x , y = cos x, and y = . For each function they should
6−x
pay attention to how quickly the series converges, and on what interval. TEC Module 8.7/8.9 can be used
for these comparisons.
k
∞ k
• Show that the binomial series for (1 − x) is (−1)n x n .
n=0 n
698
SECTION 12.10 TAYLOR AND MACLAURIN SERIES
1 1 ∞
• Compute by binomial series, and check the answer by differentiating = x n twice.
(1 − x)3 1−x n=0
Answer: Choose a level of tolerance, say 0.1. For each k, |e x − Pk (x)| < 0.1 for a larger range of x. The
remainder goes to zero for all x only for the Taylor series, not for any of the Taylor polynomials.
If a group finishes early, ask them if they recognize the number, and if they do, ask them to show that the
∞ xn
answer is in fact e, by using that e x = . Perhaps ask if they can compute the number that Oprah
n=0 n!
Winfrey purchased at auction.
Also note that the result is true only if we know that the function is equal to its Taylor series.
Answer: 2.71828 or e
This exercise is too long to be assigned in its entirety. Pick and choose based on the desired emphasis of the
course. Problem 2, in which students discover that the Maclaurin series of a polynomial is the polynomial
itself, is particularly important. Problem 3 is an extension of Exercise 2 in the text.
Answers:
HOMEWORK PROBLEMS
Exercise D A N G Exercise D A N G
2 × × 35 ×
4 × 39 × × ×
5 × 42 × × ×
8 × 46 ×
10 × 49 ×
13 × 51 ×
18 × 56 ×
22 × 60 ×
27 × 64 ×
30 × 69 ×
700
GROUP WORK 1, SECTION 12.10
Find the Error
It is a beautiful spring morning. You are waiting in line to get your picture taken with a man in an Easter
Bunny costume, as an amusing gift for your friends. When you get to the head of the line, the bunny says,
“My! You are a very big child.”
“Oh!” you laugh, “I am not a child. I am just doing this as an amusing gift for my friends. I am actually a
calculus student.”
“What a sweet and precocious word to use, ‘calculus’ — did you learn that word from your older sister or
brother?”
“No,” you protest. “I really am a calculus student. Why, just yesterday I learned all about Taylor series.”
“Taylor series? How cute! That is... if you think it is cute to learn about LIES!” The person in the Easter
Bunny costume is none other than your wild-eyed, hungry-looking tormentor!
∞
While you are frozen on his lap in horror, he asks you, “Please tell me, if you will, what is 0 1 dx?”
Out of sheer reflex you answer his simple question. “The integral diverges. It doesn’t go to any finite num-
ber.”
“Bad person being mean to Easter Bunny!” says the little girl in line behind you.
∞ x2
∞
x2 x3 x4
The stranger ignores her. “How about 1−x + dx? and 1−x + − + dx?”
0 2 0 2 6 24
Leaving aside the question of how he can talk in math notation, you think for a moment, and then say “They
both diverge. In fact, any polynomial like that is going to diverge, going off to infinity. It doesn’t matter what
the denominators of the coefficients are.”
∞
x2 x3 x4 xk
“So you are saying that no matter how large k gets, 1−x + − + − ··· dx = ∞?”
0 2 6 24 k!
“Well... yes.”
x2 x3 x4 k ∞
“But e−x = 1 − x + − + − · · · xk! as k goes to infinity! And 0 e−x dx is equal to one! Now get
2 6 24
∞
off my lap!” As hundreds of children boo you, you walk away, thinking about 0 e−x dx. The faux Easter
Bunny has just proved that one is equal to infinity! Can this be true? Does it no longer “take one to know
one”? Does this mean that all monotheists have suddenly become pantheistic? Or is there a chance, however
small, that our hare-y friend has made a mistake?
The U.S. Government derives all its mystical power from a secret infinitely-differentiable function whose
origins are lost to history. This function is so secret that no one person seems to know all of its values. The
most powerful person in the government, the President, knows all about the function at x = 9 and has the
greatest mystical power. The second-to-most powerful person, the Senate Majority Leader, knows all about
the function at x = 8. In a silent auction, Oprah Winfrey bought the information about x = 7, and so on.
Thus, if we could only find f (10), we could run the whole show!
So we get the Vice President to talk. He is angry, because he only knows all about the function at x = 0. He
knows that f (0) = 1, f (0) = 0.1, f (0) = 0.01, f (0) = 0.001, and so forth. “Wow,” we say, “they
really do trust you!”
“What are you talking about?” he complains. “Yeah, I know a lot about the function, but just at the measly
point x = 0! I know nothing about f (10), which is what I need to take over! Erm... not that I would want to,
of course. Heh, heh, ahem.”
We dismiss him, and he goes back to Washington, not knowing what he has just given us.
Find f (10) to five decimal places, and please, do not compromise our national security with this knowledge!
702
GROUP WORK 3, SECTION 12.10
Taylor and Maclaurin Series
1. Compute Maclaurin series for the following functions:
(a) f (x) = (2 + x)5
1 + x
(b) f (x) = ln
1−x
703
Taylor and Maclaurin Series
∞
∞
4. Let f (x) = an x n and g (x) = bn x n , with f (0) = 0 and g (0) = 0.
n=0 n=0
(a) What does the condition f (0) = g (0) = 0 mean in terms of the coefficients for these series?
f (x)
(b) Compute lim .
x→0 g (x)
cos x 2 − 1
(c) Compute lim using part (b).
x→0 ln (1 + x) − x
(d) The limit in part (c) can also be computed by another technique. What is this other technique called?
Use it to check your answer to part (c).
704
LABORATORY PROJECT An Elusive Limit
Mathematicians have a variety of tools they can use to investigate mathematical phenomena. The bedrock of
mathematics is proof. A proof distinguishes between what we believe to be true and what we know is true.
In this activity, students use technology to make a conjecture, and then attempt to verify their conjecture with
analytic tools. An unexpected twist occurs in this process.
705
WRITING PROJECT How Newton Discovered the Binomial Series
This topic is useful for an extended out-of-class project that emphasizes fundamental material and the history
of mathematics. The description provides an excellent summary of Newton’s role, and clearly outlines the
structure of a report, together with appropriate source materials. This project can be done by an individual, or
by a group of students.
There are actually several possible projects here; the students can choose to emphasize the mathematics, the
history, or some combination of the two. Make sure that they narrow their focus a little; it is better to have an
in-depth exploration of a particular idea than a few pages of broad generalizations.
706
12.11 APPLICATIONS OF TAYLOR POLYNOMIALS
TRANSPARENCY AVAILABLE
POINTS TO STRESS
1. The definition of the nth degree Taylor polynomial Tn (x), and Rn (x) = f (x) − Tn (x). (This notation
was first introduced in Section 12.10.)
2. Various ways to bound Rn (x), both numerically and analytically.
QUIZ QUESTIONS
• Text Question: Give an example of how Taylor polynomials are used in physics.
Answer: A quick summary of the relativity or optics example in the text would suffice, as would a
more general statement such as, “Taylor polynomials can be used to simplify a complicated function by
considering only the first few terms in its Taylor series.”
• Drill Question: Physicists use the approximation sin x ≈ x for very small angles x. What similar
approximation should they use if they were talking about angles that were very close to being right angles?
2
Answer: sin x ≈ 1 or sin x ≈ 1 − 12 x − π2
WORKSHOP/DISCUSSION
• Present an example of bounding Rn for a Maclaurin polynomial. For example, let f (x) = x cos x, with
n = 3 (or 4) on the interval [−2, 2]. Notice that as n gets larger, the denominator of the remainder estimate
gets larger as n!, so the remainder does go to zero.
• Work through Example 2, perhaps using a different function such as e−x . That is, find the maximum error
x2 x3
possible in using the approximation e−x ≈ 1−x + − when −0.2 ≤ x ≤ 0.2. Use this approximation
2 6
707
CHAPTER 12 INFINITE SEQUENCES AND SERIES
to find good bounds on e−0.1 . Then find the range of x-values for which this estimate is accurate to within
0.00005.
• Compare the estimates of e−0.1 given by the Taylor polynomials for e x with n = 1, 2, 3, 4, and 5, and
present graphs of the relevant polynomials.
_1 0 1 2 x _1 0 1 2 x _1 0 1 2 x _1 0 1 2 x _1 0 1 2 x
• Present several examples of finding Rn for Maclaurin polynomials by numerical methods. Include
illustrations of the speed at which Tn converges. Three sample functions are given below.
f (x) = cos x, n = 4 on [−1, 1]
g (x) = ln (1 + x), n = 4 on [−0.5, 0.5]
x2
h (x) = , n = 5 on [−0.7, 0.7]
1+x
Answers:
3
1. This could be obtained using Taylor’s Formula with f (0) = 0, f (x) = xe−x , but it is easier to start
3
with the series for e x , obtain the series for xe−x , and integrate it.
x 14
2. The Alternating Series Estimation Theorem gives that |R| < . |R (0.3)| < 1.4235027 × 10−10 ,
336
|R (0.5)| < 1.8165225 × 10−7 .
3. The error in our estimation is already smaller than the degree of precision of the calculator.
708
SECTION 12.11 APPLICATIONS OF TAYLOR POLYNOMIALS
4. y
1
f
0
_1 1 2 x
_1
_2 A
_3
_4
The functions are similar, and they should be, because they are the graphs of f (x) and the derivative of
our estimate.
HOMEWORK PROBLEMS
Exercise D A N G
2 × × ×
5 × ×
9 × ×
15 × ×
18 × ×
21 × ×
23 ×
26 ×
28 ×
29 × ×
37 × ×
709
GROUP WORK, SECTION 12.11
Ghosts of Departed Quantities
x 3
Consider the function f (x) = 0 te−t dt.
Unfortunately, it is not possible to write a formula for f any more explicitly than that. Doing so would involve
3
computing a symbolic antiderivative of te−t , which is impossible. However, we do not have to give up on
working with such a function.
x2 x5 x8 x 11
1. Show that near x = 0, f (x) ≈ A (x) = − + − .
2 5 16 66
2. Estimate the error in using this formula to calculate f (0.3) and f (0.5).
3. Assume that our only other way of estimating values of f (0.3) is to use the definite integral feature on
a calculator with 8-digit accuracy. If that is the case, explain why computing a more exact polynomial
estimate of f would not be of any help at all. Justify your answer.
4. One way to compare f (x) and its approximation is to graph them both. Graphing functions like f (x)
can be problematic, even with computer technology. (It would have to estimate a definite integral at
every point plotted, which could take a long time, depending on the complexity of the integrand.) There
3
is another way to see how accurate our estimate is. On the same axes, graph xe−x and the function
x7 x 10
x − x4 + − . Are these two functions similar near x = 0? Should we expect them to be?
2 6
710
APPLIED PROJECT Radiation from the Stars
This project analyzes Planck’s Law for expressing the energy at different wavelengths emitted from the Sun,
other stars, and more general blackbody systems. It is particularly useful as an extended in-class or out-
of-class project for students interested in physics. The first two questions use l’Hospital’s Rule and Taylor
polynomials to study the asymptotic behavior of Planck’s Law and its relation to its predecessor the Rayleigh-
Jeans Law. These questions make good shorter projects. Questions 3–5 use graphical methods to provide more
detail for advanced students.
Students will probably want to consult outside reference material before writing their final report so that they
can discuss blackbody radiation qualitatively before answering the questions.
711
12 SAMPLE EXAM
Problems marked with an asterisk (*) are particularly challenging and should be given careful consideration.
cos n
1. Consider the sequence defined by an = .
n
(a) Is {an } increasing, decreasing, or neither?
(b) Determine whether {an } converges or diverges. If it converges, find its limit.
3/2
2. Consider the recursively defined sequence {an } given by an+1 = 1/an .
For each of the following choices of a1 , find the limit of the sequence {an } if it converges. Otherwise,
explain why it diverges.
(a) a1 = 12 (b) a1 = 2 (c) a1 = 1
∞
3. Find n=1 an , where an is the area of the triangle An in the diagram.
5. Let f (x) = x 3 + x 2 + x + 1.
(a) Find the Taylor series for f (x) about a = 1.
(b) What expression will you get if you multiply out all the terms of the Taylor series?
∞
6. Does the series an illustrated below converge or diverge?
n=1
712
CHAPTER 12 SAMPLE EXAM
∞
7. Suppose ak > 0 for all k, and ak converges.
∞ k=1
(a) Must 3an always converge?
n=1
∞ 1
(b) Must always converge?
n=1 an
∞
(c) Must (an )2 always converge?
n=1
∞ √
(d) Must an always converge?
n=1
x2 x3
10. The Maclaurin series for e x is 1 + x + + + ···.
2! 3!
(a) Find the Maclaurin series for f (x) = x 2 e x .
(b) Compute f (100) (0).
x2 x3
11. The Maclaurin series for e x is 1 + x + + + ···.
2! 3!
(a) Find the Maclaurin series for e3x .
(b) Find the Maclaurin series for 3e x .
(c) Find the Maclaurin series for e x+3 .
(d) Find the Maclaurin series for e x + 3.
12. The Maclaurin series expansions of sin x and cos x are as follows:
x2 x4 x6
cos x = 1 − + − + ···
2! 4! 6!
x3 x5 x7
sin x = x −+ − + ···
3! 5! 7!
2
(a) Determine the first four nonzero terms of cos x .
(b) Determine the first four nonzero terms of cos2 x.
(c) What is f (6) (0) for cos x 2 ?
713
CHAPTER 12 INFINITE SEQUENCES AND SERIES
13. Let f (x) have a power series representation T (x), and suppose that f (0) = 1, f (0) = 1, f (0) = 2,
and f (3) (0) = 6.
(a) If the above is the only information we have, to what degree of accuracy can we estimate f (1)?
(b) If, in addition, we know that T (x) converges on the interval [−2, 2] and that f (4) (x) ≤ 15 on that
interval, then to what degree of accuracy can we estimate f (1)?
k
14. Consider the set of sequences {an } that satisfy 1 ≤ an ≤ 10 for all k.
n=1
(a) Find an example of such a sequence that converges, or prove that none exists.
(b) Find an example of such a sequence that diverges, or prove that none exists.
15. Consider the three infinite series below.
∞
(−1)n−1
∞
(n + 1) n 2 − 1
∞
5 (−4)n+2
(i) (ii) (iii)
n=1
5n n=1
4n 3 − 2n + 1 n=1
32n+1
(a) Which of these series is (are) alternating?
(b) Which one of these series diverges, and why?
(c) One of these series converges absolutely. Which one? Compute its sum.
1
16. Using the power series representation of , find a power series representation of f (x) = x ln (1 + x)
1+x
which holds for |x| < 1.
∞
* 17. Consider 0 sin x 2 dx. [The function y = sin x 2 is graphed below.]
√(n+1)π
(a) Let an = √
nπ
sin x 2 dx, n ≥ 0. Argue, using the graph above, that |an | > |an+1 | and that
lim an = 0.
n→∞
∞
(b) Show that an is an alternating series.
n=0
∞
(c) Use parts (a) and (b) to show that 0 sin x 2 dx converges.
18. Find the radius of convergence and the interval of convergence of the following series.
∞ ∞ xn ∞ ∞ xn
(a) 5n x n (b) 5
(c) n nxn (d) n
n=1 n=1 n n=1 n=1 n
714
∞ n 2 + 2n + 3
19. Consider the series 4
.
n=1 n + n + 2
n2
(a) Explain why each term “looks like” 4 for large values of n.
n
(b) Determine if the series converges or diverges.
∞ ∞
* 20. Let n=1 an and n=1 bn be convergent series of positive terms.
(a) Why is it true that an < 1 for large values of n?
(b) Using part (a), show that an bn < bn for large values of n.
(c) Show that ∞ n=1 an bn converges.
(d) Using part (c), show that ∞ 2
n=1 an converges.
n n−1
2. (a) a1 = 2−1 , a2 = 23/2 , a3 = 2−9/4 , a4 = 227/8 , . . ., an = 2(−1) (3/2)
Since the even-indexed terms tend to infinity and the odd-indexed terms tend to 0, this sequence
diverges.
n−1
(b) a1 = 21 , a2 = 2−3/2 , a3 = 29/4 , a4 = 227/8 , . . ., an = 2(−3/2)
Here the odd-indexed terms tend to infinity and the even-indexed terms tend to 0, so once again this
sequence diverges.
(c) a1 = 1, a2 = 1, . . ., an = 1
This sequence is constantly 1, so it converges and its limit is 1.
∞
3. a1 = 12 , a2 = 14 , a3 = 18 , . . ., an = 1/2n , so S = an is a
n=1
1
a
geometric series and S = = 2 1
= 1. The answer can
1−r 1− 2
also be found geometrically, as in the figure.
715
CHAPTER 12 INFINITE SEQUENCES AND SERIES
∞
∞
7. (a) 3an = 3 an must converge.
n=1 n=1
∞ 1 ∞ 1
(b) need not converge. For example, if an = 1/2n , then diverges.
n=1 an n=1 an
∞
(c) (an )2 must converge. Because all an > 0, we have lim an = 0, so for some N , (an )2 < an for
n=1 n→∞
all n > N . Thus the series converges by comparison.
∞ √ ∞ 1 ∞ 1
(d) an need not converge. For example, 2
converges, but does not.
n=1 n=1 n n=1 n
8. (a) {1, 0, 1, 0, 1, ...} diverges.
(b) 1, 1 + 12 , 1 + 12 + 14 , 1 + 1
2 + 1
4 + 18 , 1 + 1
2 + 1
4 + 1
8 + 1
16 , . . . converges to 2, since the terms of
∞
the sequence are the partial sums of the geometric series 1/2n .
n=0
716
CHAPTER 12 SAMPLE EXAM SOLUTIONS
(c) {3, 3.1, 3.14, 3.141, 3.1415, 3.14159, ...} converges to some real number. (From the pattern, it appears
to converge to π .)
(−1)n (−1)n
(d) {an }, where an = 1 − , converges to 1 since lim = 0.
n n→∞ n
∞
1
∞
1
9. (a) n
converges by comparison to the convergent geometric series .
n=1
2 +n n=1
2n
∞
1
∞
1
(b) n −n
converges by comparison to the convergent geometric series n−1
, since
n=1
2 n=1
2
2n − n ≥ 2n−1 for all n.
x4 x5
10. (a) The Maclaurin series for f (x) = x 2 e x is x 2 + x 3 + + + ···.
2! 3!
∞
f (n) (0) n
∞
xn
(b) M (x) = x = . So, matching the coefficients of x 100 , we see that
n=0
n! n=2
(n − 2)!
f (100) (0) 1 100!
= ⇒ f (100) (0) = = 9900.
100! 98! 98!
32 2 33 3
11. (a) e3x = 1 + 3x + x + x + ···
2! 3!
3 3
(b) 3e x = 3 + 3x + x 2 + x 3 + · · ·
2! 3!
e 3 2 e3 3
(c) e x+3 = e3 + e3 x + x + x + ···
2! 3!
x2 x3
(d) e x + 3 = 4 + x + + + ···
2! 3!
x4 x8 x 12
12. (a) cos x 2 = 1 − + − + ···
2! 4! 6!
2
2 x2 x4 x6
(b) cos x = 1 − + − + ···
2 4! 6!
2 2
x2 x4 x x6 x2 x4
=1−2 + 2 + + −2 − 2 · + ···
2! 4! 2! 6! 2! 4!
x 4 2x 6 1
= 1 − x2 + − + · · · (or use cos2 x = 2 + 12 cos 2x)
3 45
(c) Since there is no x 6 term in the Maclaurin series for f (x) = cos x 2 , f (6) (0) = 0.
13. (a) We cannot estimate f (1) with any accuracy because we have no information about f (x) on the
interval (0, 1].
4
M ·1 15 5
(b) By the Remainder Theorem, we know that the error is bounded by ≤ = (where M = 15
4! 4! 8
is an upper bound on f (4) (x)).
717
CHAPTER 12 INFINITE SEQUENCES AND SERIES
1 k k 1 1
14. (a) One such sequence which converges has an = n−1 . Then 1 ≤ an = n−1
= 2 − k−1 ≤ 10
2 n=1 n=1 2 2
"
1
for all k, and the sequence n−1 converges to 0.
2
(b) One such sequence which diverges has a1 = 5 and then an = (−1)n for n ≥ 2, so
"
k 5 if n is odd
1≤ an = ≤ 10 for all k, and the sequence is {5, 1, −1, 1, −1, 1, . . .}, which
n=1 6 if n is even
diverges.
15. (a) Series (i) and (iii) are alternating.
1 1 1
(n + 1) n 2 − 1 n3 + n2 − n − 1 1+ − 2 − 3
(b) Series (ii) diverges, as an = = = n n n → 1
= 0
3
4n − 2n + 1 3
4n − 2n + 1 2 1 4
4− 2 + 3
n n
as n → ∞.
(c) Series (iii) converges absolutely, and its sum is given by the geometric series
∞ n−1
320 4 320 1 320 9 320
− =− · = − · = −
n=1
27 9 27 1 + 49 27 13 39
x
1 2 3 1
16. = 1 − x + x − x + · · · for |x| < 1, and ln (1 + x) = dt, so
1+x 0 1+t
x2 x3 x4 x3 x4 x5
ln (1 + x) = x − + − + · · · for |x| < 1 and x ln (1 + x) = x 2 − + − + · · · for
2 3 4 2 3 4
|x| < 1.
√(n+1)π
17. (a) For n ≥ 0, an = √n π sin x 2 dx. We can show that |an+1 | < |an | by noting that for any n,
√
2
sin nπ = sin πn = 0, so the integral is the (signed) area of the curve between successive roots
2
of y = sin x , and these roots are getting closer together. We also have that sin x 2 ≤ 1, and the
same function values occur on each interval.
(b) The terms are alternating because the corresponding integrals are positive when the curve is above the
x-axis and negative when the curve is below x-axis.
∞
∞ √
(n+1)π
(c) 0 sin x 2 dx = √
nπ
sin x 2 dx, and since this series is an alternating series with
n=0
|an | > |an+1 |, the series converges by the Alternating Series Test, and hence the integral converges.
∞ n n ∞ n 1 1
18. (a) n=1 5 x = n=1 (5x) converges for |5x| < 1, or |x| < 5 . At x = 5 , each term is 1 and the
series diverges. At x = − 15 , each term is ±1 and the series diverges. The interval of convergence is
− 15 , 15 .
an+1 x n+1 n5 1
(b) Using the Ratio Test, = · = 5 x → x as n → ∞. Thus, the series
an (n + 1)5 x n 1+ n1
∞ 1 ∞ (−1)n
converges for |x| < 1. Since 5
, 5
both converge, the interval of convergence is [−1, 1].
n=1 n n=1 n
718
CHAPTER 12 SAMPLE EXAM SOLUTIONS
an+1 (n + 1)n+1 x n+1 1 n
(c) By the Ratio Test, = = (n + 1) 1 + x diverges as n → ∞ for any
an nn x n n
x
= 0. The radius of convergence is 0 and the interval of convergence is the single point 0.
an+1 x n+1 nn x 1
(d) By the Ratio Test, = n+1
· n
= · n → 0 as n → ∞ for any x. The
an (n + 1) x n+1 1 + n1
radius of convergence is ∞ and the interval of convergence is R.
⎛ 2 3 ⎞ 2 3
2
n + 2n + 3 2
n ⎜ 1 + + 1+ + 2
n n 2 ⎟ n n is very close to 1 for large n.
= 4⎝
2 ⎠
19. (a) We can write 4 , and
n +n+2 n 1 1 2
1+ 3 + 4 1+ 3 + 4
n n n n
∞ n2
∞ 1
(b) Use the Limit Comparison Test with 4
= 2
, which converges. As indicated above,
n=1 n n=1 n
n 2 + 2n + 3 2 3
4 1+ + 2
n +n+2 = n n → 1 as n → ∞. So the original series converges.
1 1 2
2
1+ 3 + 4
n n n
∞
20. (a) Since n=1 an converges, an → 0 as n → ∞, so an < 1 for large values of n.
(b) Since the terms are all positive, if an < 1, then an bn < bn .
∞
(c) Since ∞ n=1 bn converges and 0 < an bn < bn , n=1 an bn converges.
∞ ∞
(d) Use the series n=1 an in place of n=1 bn in part (c), since ∞ n=1 an converges.
719