Mathematical Induction: What You'll Learn About
Mathematical Induction: What You'll Learn About
FIGURE 9.11 The Tower of Hanoi Game. THEOREM The Tower of Hanoi Solution
The object is to move the entire stack of wash-
The minimum number of moves required to move a stack of n washers in a
ers to the rightmost peg, one washer at a time,
never placing a larger washer on top of a Tower of Hanoi game is 2n - 1.
smaller washer.
Proof
Tower of Hanoi History (The anchor) First, we note that the assertion is true when n = 1. We can certainly
The legend notwithstanding, the Tower of Hanoi move the one washer to the right peg in (minimally) one move, and 21 - 1 = 1.
dates back to 1883, when Édouard Lucas mar-
keted the game as “La Tour de Hanoï,” brought (The inductive hypothesis) Now let us assume that the assertion holds for n = k; that
back from the Orient by “Professor N. Claus de is, the minimum number of moves required to move k washers is 2k - 1. (So far the
Siam”—an anagram of “Professor Lucas only k we are sure of is 1, but keep reading.)
d’Amiens.” The legend appeared shortly there-
after. The game has been a favorite among com- (The inductive step) We next consider the case when n = k + 1 washers. To get at
puter programmers, so a Web search on “Tower the bottom washer, we must first move the entire stack of k washers sitting on top of it.
of Hanoi” will bring up multiple sites that allow By the assumption we just made, this will take a minimum of 2k - 1 moves. We can
you to play it on your home computer. then move the bottom washer to the free peg (1 move). Finally, we must move the stack
of k washers back onto the bottom washer—again, by our assumption, a minimum of
2k - 1 moves. Altogether, moving k + 1 washers requires
12k - 12 + 1 + 12k - 12 = 2 # 2k - 1 = 2k + 1 - 1
moves. Since that agrees with the formula in the statement of the proof, we have shown the
assertion to be true for n = k + 1 washers—under the assumption that it is true for n = k.
Remarkably, we are finished. Recall that we did prove the theorem to be true for n = 1.
Therefore, by the inductive step, it must also be true for n = 2. By the inductive step
again, it must be true for n = 3. And so on, for all positive integers n.
If we apply the Tower of Hanoi Solution to the legendary Tower of Hanoi Problem, the
monks will need 264 - 1 seconds to move the 64 golden washers. The largest current
conjecture for the age of the universe is something on the order of 20 billion years. If
you convert 264 - 1 seconds to years, you will find that the end of time (at least accord-
ing to this particular legend) is not exactly imminent. In fact, you might be surprised at
how much time is left!
6965_CH09_pp641-734.qxd 1/20/10 3:28 PM Page 688
(The inductive step) The next term on the left-hand side would be 21k + 12 - 1.
We add this to both sides of Pk and get
1 + 3 + Á + 12k - 12 + 121k + 12 - 12 = k 2 + 12 1k + 12 - 12
= k 2 + 2k + 1
= 1k + 122
Notice that we did not plug in k + 1 on both sides of the equation Pn in order to verify
the inductive step; if we had done that, there would have been nothing to verify. If you
find yourself verifying the inductive step without using the inductive hypothesis, you
can assume that you have gone astray.
12 + 22 + Á + k 2 + 1k + 122 = + 1k + 122
k1k + 1212k + 12
6
k1k + 1212k + 12 + 61k + 122
=
6
1k + 1212k 2 + k + 6k + 62
=
6
1k + 121k + 2212k + 32
=
6
1k + 1211k + 12 + 12121k + 12 + 12
=
6
This is exactly the statement Pk + 1, so the equation is true for n = k + 1. Therefore,
Pn is true for all positive integers, by mathematical induction.
Now try Exercise 13.
Applications of mathematical induction can be quite different from the first two exam-
ples. Here is one involving divisibility.
Exercise numbers with a gray background indicate problems that In Exercises 7–10, evaluate the function at the given domain values
the authors have designed to be solved without a calculator. or variable expressions.
In Exercises 1–3, expand the product. 7. ƒ1x2 = x + 4; ƒ112, ƒ1t2, ƒ1t + 12
1. n1n + 52 2. 1n + 221n - 32 8. ƒ1n2 =
n
; ƒ112, ƒ1k2, ƒ1k + 12
3. k1k + 121k + 22 n + 1
2n
In Exercises 4–6, factor the polynomial. 9. P1n2 = ; P112, P1k2, P1k + 12
3n + 1
4. n 2 + 2n - 3 10. P1n2 = 2n 2 - n - 3; P112, P1k2, P1k + 12
3 2
5. k + 3k + 3k + 1
6. n 3 - 3n 2 + 3n - 1
In Exercises 5–8, state an explicit rule for the nth term of the recursively In Exercises 31–34, use the results of Exercises 21–24 and Example 2
defined sequence. Then use mathematical induction to prove the rule. to find the sum in terms of n.
n n
31. a 1k 2 - 3k + 42 32. a 12k 2 + 5k - 22
5. an = an - 1 + 5, a1 = 3 6. an = an - 1 + 2, a1 = 7
7. an = 3an - 1, a1 = 2 8. an = 5an - 1, a1 = 3 k=1 k=1
n n
In Exercises 9–12, write the statements P1, Pk, and Pk + 1. (Do not write a 33. a 1k 3 - 12 34. a 1k 3 + 4k - 52
proof.) k=1 k=1
n1n + 12 35. Group Activity Here is a proof by mathematical
9. Pn: 1 + 2 + Á + n = induction that any gathering of n people must all have the same
2
n12n - 1212n + 12 blood type.
10. Pn: 12 + 32 + 52 + Á + 12n - 122 =
3 (Anchor) If there is 1 person in the gathering, everyone in the
1 1 1 n gathering obviously has the same blood type.
n 1n + 12
11. Pn: # + # + Á + # =
1 2 2 3 n + 1 (Inductive hypothesis) Assume that any gathering of k people
n 2
n1n + 1212n + 1213n + 3n - 12 must all have the same blood type.
12. Pn: a k 4 = (Inductive step) Suppose k + 1 people are gathered. Send one
k=1 30
of them out of the room. The remaining k people must all have
In Exercises 13–20, use mathematical induction to prove that the state-
the same blood type (by the inductive hypothesis). Now bring
ment holds for all positive integers.
the first person back and send someone else out of the room.
13. 1 + 5 + 9 + Á + 14n - 32 = n12n - 12 You get another gathering of k people, all of whom must have
14. 1 + 2 + 22 + Á + 2n - 1 = 2n - 1 the same blood type. Therefore all k + 1 people must have the
1 1 1 1 n same blood type, and we are done by mathematical induction.
15. # + # + # + Á + =
1 2 2 3 3 4 n1n + 12 n + 1 This result is obviously false, so there must be something
1 1 1 n wrong with the proof. Explain where the proof goes wrong.
12n - 1212n + 12
16. # + # + Á + =
1 3 3 5 2n + 1 36. Writing to Learn Kitty is having trouble understanding
n
17. 2 Ú 2n n
18. 3 Ú 3n mathematical induction proofs because she does not under-
stand the inductive hypothesis. If we can assume it is true for k,
3
19. 3 is a factor of n + 2n. 20. 6 is a factor of 7n - 1. she asks, why can’t we assume it is true for n and be done with
In Exercises 21 and 22, use mathematical induction to prove that the it? After all, a variable is a variable! Write a response to Kitty
statement holds for all positive integers. (We have already seen each to clear up her confusion.
proved in another way.)
21. The sum of the first n terms of a geometric sequence with first Standardized Test Questions
term a1 and common ratio r Z 1 is a111 - r n2/11 - r2.
37. True or False The goal of mathematical induction is to
22. The sum of the first n terms of an arithmetic sequence with prove that a statement Pn is true for all real numbers n. Justify
first term a1 and common difference d is your answer.
Sn = 32a1 + 1n - 12d4 38. True or False If Pn is the statement “1n + 122 = 4n,”
n
2 then P1 is true. Justify your answer.
In Exercises 23 and 24, use mathematical induction to prove that the
You may use a graphing calculator when solving Exercises 39–42.
formula holds for all positive integers.
n n1n + 12 39. Multiple Choice In a proof by mathematical induction that
23. Triangular Numbers a k = n1n + 12
k=1 2 1 + 2 + 3+Á+n = for all positive integers n,
n 21n + 122
2
n
3 the inductive hypothesis would be to assume that
24. Sum of the First n Cubes ak = 4
k=1 (A) n = 1.
[Note that if you put the results from Exercises 23 and 24 together, you (B) k = 1.
obtain the pleasantly surprising equation
111 + 12
13 + 23 + 33 + Á + n 3 = 11 + 2 + 3 + Á + n22.4
(C) 1 = .
2
In Exercises 25–30, use the results of Exercises 21–24 and Example 2 n1n + 12
(D) 1 + 2 + 3 + Á + n = for all positive integers n.
to find the sums. 2
25. 1 + 2 + 3 + Á + 500 26. 12 + 22 + Á + 250 2 k1k + 12
(E) 1 + 2 + 3 + Á + k = for some positive
27. 4 + 5 + 6 + Á + n 28. 13 + 23 + 33 + Á + 753 2
34 integer k.
29. 1 + 2 + 4 + 8 + Á + 2
30. 1 + 8 + 27 + Á + 3375
6965_CH09_pp641-734.qxd 1/20/10 3:28 PM Page 692
40. Multiple Choice The first step in a proof by mathemati- 46. Give an alternate proof of the assertion in Exercise 44 based on
cal induction is to prove the fact that n1n + 121n + 22 is a product of three consecutive
(A) the anchor. integers.