Example: air traffic controller

Sample Induction Proofs - University of Illinois Urbana ...

Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the Induction worksheets. The solutions given illustrate all of the main types of Induction situations that you may encounter and that you should be able to handle. Use these solutions as models for your writing up your own solutions in exams and homework. For additional examples, see the following examples and exercises in the Rosen text: Section , Examples 1 10, Exercises 3, 5, 7, 13, 15, 19, 21, 23, 25, 45. Section , Example 6, Exercises 13, 15. Pn i 2. 1. Prove by Induction that, for all n Z+ , i=1 ( 1) i = ( 1)n n(n + 1)/2. Proof: We will prove by Induction that, for all n Z+ , n X ( 1)n n(n + 1). (1) ( 1)i i2 = . i=1. 2. Base case: When n = 1, the left side of (1) is ( 1)12 = 1, and the right side is ( 1)1(1+1)/2 =.

Math 213 Worksheet: Induction Proofs III, Sample Proofs A.J. Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the induction worksheets.

Tags:

  Induction, Burana

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Sample Induction Proofs - University of Illinois Urbana ...

1 Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the Induction worksheets. The solutions given illustrate all of the main types of Induction situations that you may encounter and that you should be able to handle. Use these solutions as models for your writing up your own solutions in exams and homework. For additional examples, see the following examples and exercises in the Rosen text: Section , Examples 1 10, Exercises 3, 5, 7, 13, 15, 19, 21, 23, 25, 45. Section , Example 6, Exercises 13, 15. Pn i 2. 1. Prove by Induction that, for all n Z+ , i=1 ( 1) i = ( 1)n n(n + 1)/2. Proof: We will prove by Induction that, for all n Z+ , n X ( 1)n n(n + 1). (1) ( 1)i i2 = . i=1. 2. Base case: When n = 1, the left side of (1) is ( 1)12 = 1, and the right side is ( 1)1(1+1)/2 =.

2 1, so both sides are equal and (1) is true for n = 1. Induction step: Let k Z+ be given and suppose (1) is true for n = k. Then k+1. X k X. i 2. ( 1) i = ( 1)i i2 + ( 1)k+1 (k + 1)2. i=1 i=1. ( 1)k k(k + 1). = + ( 1)k+1 (k + 1)2 (by Induction hypothesis). 2. ( 1)k (k + 1). = (k 2(k + 1)). 2. ( 1)k (k + 1). = ( k 2). 2. k+1. ( 1) (k + 2). = . 2. Thus, (1) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , (1) is true for all n Z+ . Pn 1. 2. Find and prove by Induction a formula for i=1 i(i+1) , where n Z+ . Proof: We will prove by Induction that, for all n Z+ , n X 1 n (1) = . i=1. i(i + 1) n+1. Base case: When n = 1, the left side of (1) is 1/(1 2) = 1/2, and the right side is 1/2, so both sides are equal and (1) is true for n = 1. 1. Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Induction step: Let k Z+ be given and suppose (1) is true for n = k.

3 Then k+1 k X 1 X 1 1. = +. i=1. i(i + 1) i=1. i(i + 1) (k + 1)(k + 2). k 1. = + (by Induction hypothesis). k + 1 (k + 1)(k + 2). k(k + 2) + 1. = (by algebra). (k + 1)(k + 2). (k + 1)2. = (by algebra). (k + 1)(k + 2). k+1. = . k+2. Thus, (1) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , (1) is true for all n Z+ . Pn 3. Find and prove by Induction a formula for i=1 (2i 1) ( , the sum of the first n odd numbers), where n Z+ . Proof: We will prove by Induction that, for all n Z+ , n X. (1) (2i 1) = n2 . i=1. Base case: When n = 1, the left side of (1) is 1, and the right side is 12 = 1, so both sides are equal and (1) is true for n = 1. Induction step: Let k Z+ be given and suppose (1) is true for n = k. Then k+1. X k X. (2i 1) = (2i 1) + (2(k + 1) 1). i=1 i=1. 2. = k + 2(k + 1) 1 (by Induction hypothesis).

4 = k + 2k + 1 = (k + 1)2 . 2. Thus, (1) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , (1) is true for all n 2. Qn 4. Find and prove by Induction a formula for i=2 (1 i12 ), where n Z+ and n 2. Proof: We will prove by Induction that, for all integers n 2, n . Y 1 n+1. (1) 1 2 = . i=2. i 2n Base case: When n = 2, the left side of (1) is 1 1/22 = 3/4, and the right side is (2+1)/4 = 3/4, so both sides are equal and (1) is true for n = 2. 2. Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Induction step: Let k 2 be given and suppose (1) is true for n = k. Then k+1. Y k . 1 Y 1 1. 1 2 = 1 2 1 . i=2. i i=2. i (k + 1)2.. k+1 1. = 1 (by Induction hypothesis). 2k (k + 1)2. k + 1 (k + 1)2 1. = . 2k (k + 1)2. 2. k + 2k k+2. = = . 2k(k + 1) 2(k + 1). Thus, (1) holds for n = k + 1, and the proof of the Induction step is complete.

5 Conclusion: By the principle of Induction , (1) is true for all n Z+ with n 2. 5. Prove that n! > 2n for n 4. Proof: We will prove by Induction that ( ) n! > 2n holds for all n 4. Base case: Our base case here is the first n-value for which ( ) is claimed, , n = 4. For n = 4, the left and right sides of ( ) are 24 and 16, respectively, so ( ) is true in this case. Induction step: Let k 4 be given and suppose ( ) is true for n = k. Then (k + 1)! = k!(k + 1). > 2k (k + 1) (by Induction hypothesis). k 2 2 (since k 4 and so k + 1 2)). k+1. =2 . Thus, ( ) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , it follows that ( ) is true for all n 4. 6. Prove that for any real number x > 1 and any positive integer x, (1 + x)n 1 + nx. Proof: Let x be a real number in the range given, namely x > 1. We will prove by Induction that for any positive integer n, ( ) (1 + x)n 1 + nx.

6 Holds for any n Z+ . Base case: For n = 1, the left and right sides of ( ) are both 1 + x, so ( ) holds. Induction step: Let k Z+ be given and suppose ( ) is true for n = k. We have (1 + x)k+1 = (1 + x)k (1 + x). (1 + kx)(1 + x) (by ind. hyp. and since x > 1 and thus (1 + x) > 0). = 1 + (k + 1)x + kx2 (by algebra). 1 + (k + 1)x (since kx2 0). Hence ( ) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , it follows that ( ) holds for all n Z+ . 3. Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Pn 7. Prove that i=1 fi2 = fn fn+1 for all n Z+ . Proof: We seek to show that, for all n Z+ , n X. ( ) fi2 = fn fn+1 . i=1. Base case: When n = 1, the left side of ( ) is f12 = 1, and the right side is f1 f2 = 1 1 = 1, so both sides are equal and ( ) is true for n = 1. Induction step: Let k Z+ be given and suppose ( ) is true for n = k.

7 Then k+1. X k X. fi2 = fi2 + fk+1. 2. i=1 i=1. 2. = fk fk+1 + fk+1 (by ind. hyp. ( ) with n = k). = fk+1 (fk + fk+1 ) (by algebra). = fk+1 fk+2 (by recurrence for fn ). Thus, ( ) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , it follows that ( ) is true for all n Z+ . 8. Prove that fn (3/2)n 2 for all n Z+ . Proof: We will show that for all n Z+ , ( ) fn (3/2)n 2. Base cases: When n = 1, the left side of ( ) is f1 = 1, and the right side is (3/2) 1 = 2/3, so ( ) holds for n = 1. When n = 2, the left side of ( ) is f2 = 1, and the right side is (3/2)0 = 1, so both sides are equal and ( ) is true for n = 2. Thus, ( ) holds for n = 1 and n = 2. Induction step: Let k 2 be given and suppose ( ) is true for all n = 1, 2, .. , k. Then fk+1 = fk + fk 1 (by recurrence for fn ). k 2. (3/2) + (3/2)k 3.

8 (by Induction hypothesis with n = k and n = k 1). = (3/2)k 1 (3/2) 1 + (3/2) 2.. (by algebra).. 2 4. = (3/2)k 1 +. 3 9. 10. = (3/2)k 1 > (3/2)k 1 . 9. Thus, ( ) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of strong Induction , it follows that ( ) is true for all n Z+ . Remarks: Number of base cases: Since the Induction step involves the cases n = k and n = k 1, we can carry out this step only for values k 2 (for k = 1, k 1 would be 0 and out of range). This in turn forces us to include the cases n = 1 and n = 2 in the base step. Such multiple bases cases are typical in Proofs involving recurrence sequences. For a three term recurrence we would need to check three initial cases, n = 1, 2, 3, and in the Induction step restrict k to values 3 or greater. Pn 9. Prove that i=1 fi = fn+2 1 for all n Z+.

9 4. Math 213 Worksheet: Induction Proofs III, Sample Proofs Hildebrand Proof: We will prove by Induction that, for all n Z+ , n X. ( ) fi = fn+2 1. i=1. Base case: When n = 1, the left side of ( ) is f1 = 1, and the right side is f3 1 = 2 1 = 1, so both sides are equal and ( ) is true for n = 1. Induction step: Let k Z+ be given and suppose ( ) is true for n = k. Then k+1. X k X. fi = fi + fk+1. i=1 i=1. = fk+2 1 + fk+1 (by ind. hyp. ( ) with n = k). = fk+3 1 (by recurrence for fn ). Thus, ( ) holds for n = k + 1, and the proof of the Induction step is complete. Conclusion: By the principle of Induction , it follows that ( ) is true for all n Z+ . Remark: Here standard Induction was sufficient, since we were able to relate the n = k + 1 case directly Pn to the n = k case, in the same way as in the Induction Proofs for summation formulas like i=1 i = n(n + 1)/2.

10 Hence, a single base case was sufficient. 10. Let the Tribonacci sequence be defined by T1 = T2 = T3 = 1 and Tn = Tn 1 + Tn 2 + Tn 3 for n 4. Prove that Tn < 2n for all n Z+ . Proof: We will prove by strong Induction that, for all n Z+ , ( ) Tn < 2n Base case: We will need to check ( ) directly for n = 1, 2, 3 since the Induction step (below). is only valid when k 3. For n = 1, 2, 3, Tn is equal to 1, whereas the right-hand side of ( ) is equal to 21 = 2, 22 = 4, and 23 = 8, respectively. Thus, ( ) holds for n = 1, 2, 3. Induction step: Let k 3 be given and suppose ( ) is true for all n = 1, 2, .. , k. Then Tk+1 = Tk + Tk 1 + Tk 2 (by recurrence for Tn ). k k 1 k 2. <2 +2 +2 (by strong ind. hyp. ( ) with n = k, k 1, and k 2).. 1 1 1. = 2k+1 + +. 2 4 8. 7. = 2k+1. 8. < 2k+1 . Thus, ( ) holds for n = k + 1, and the proof of the Induction step is complete.


Related search queries