Search Header Logo
Principle of Mathematical Induction

Principle of Mathematical Induction

Assessment

Presentation

Mathematics, Other

12th Grade

Hard

Created by

KASSIA! LLTTF

Used 38+ times

FREE Resource

8 Slides • 0 Questions

1

Principle of Mathematical Induction

Slide image

2

Steps :

To apply principle of mathematical induction to a statement Pn :

1. Write out the statements P1, Pk, Pk+1

2. Show that P1 is true.

3. Assuming Pk is true, show that the truth of Pk+1 follows (induction step).

4. Conclude that Pn holds for all 'n'.


Standard Conclusion : Since P1 is true and Pk => Pk+1 , the statement is true by induction.

3

Type 1

Prove the statement  1+2+3...+n=12n(n+1) 1+2+3...+n=\frac{1}{2}n\left(n+1\right)\   .

Let Pn be the statement  1+2+3+....n =12n(n+1)1+2+3+....n\ =\frac{1}{2}n\left(n+1\right)  
 P1:1=12(1)(1+1)P_1:1=\frac{1}{2}\left(1\right)\left(1+1\right)  
 Pk:1+2+3+...+k=12k(k+1)P_k:1+2+3+...+k=\frac{1}{2}k\left(k+1\right)   Pk+1: 1 + 2 +3 +... +(k+1)=12(k+1)(k+1+1)P_{k+1}:\ 1\ +\ 2\ +3\ +...\ +\left(k+1\right)=\frac{1}{2}\left(k+1\right)\left(k+1+1\right)                                                                                                                                        =12(k+1)(k+2)=\frac{1}{2}\left(k+1\right)\left(k+2\right)  
 P1 is true P_1\ is\ true\   since  12(1)(1+1)=12(2)=1\frac{1}{2}\left(1\right)\left(1+1\right)=\frac{1}{2}\left(2\right)=1  
Assume Pk is true .
Consider Pk+1 
 1+2+3+...+(k+1)1+2+3+...+\left(k+1\right)  
 =1+2+3+... +k +(k+1)=1+2+3+...\ +k\ +\left(k+1\right)  
 =12k(k+1)+k+1 =\frac{1}{2}k\left(k+1\right)+k+1\   

4

continued

 =k(k+1)2+k+1=\frac{k\left(k+1\right)}{2}+k+1  
 =k2 +k+2(k+1)2=\frac{k^{2\ }+k+2\left(k+1\right)}{2}  
 =k2+k+2k+22=\frac{k^2+k+2k+2}{2}  
 =k2+3k+22=\frac{k^2+3k+2}{2}  
 =(k+1)(k+2)2=\frac{\left(k+1\right)\left(k+2\right)}{2}  
 =12(k+1)(k+2)=\frac{1}{2}\left(k+1\right)\left(k+2\right)  
 Pk=>Pk+1P_k=>P_{k+1}  
Since P1 is true and Pk => Pk+1 , the statement is true by induction. 

5

Type 2

Prove the statement  r=1n(2+3r)=12n(3n+7)\sum_{r=1}^n\left(2+3r\right)=\frac{1}{2}n\left(3n+7\right)  
Let Pn be the statement  r=1n(2+3r)=12n(3n+7)\sum_{r=1}^n\left(2+3r\right)=\frac{1}{2}n\left(3n+7\right)  
 P1: 2+3(1)=12(1)(3(1)+7)P_1:\ 2+3\left(1\right)=\frac{1}{2}\left(1\right)\left(3\left(1\right)+7\right)  
 Pk: r=1k(2+3r)=12k(3k+7)P_k:\ \sum_{r=1}^k\left(2+3r\right)=\frac{1}{2}k\left(3k+7\right)  
 Pk+1: r=1k+1(2+3r)=12(k+1)(3(k+1)+7)P_{k+1}:\ \sum_{r=1}^{k+1}\left(2+3r\right)=\frac{1}{2}\left(k+1\right)\left(3\left(k+1\right)+7\right)                                                                         
 =12(k+1)(3k+10)=\frac{1}{2}\left(k+1\right)\left(3k+10\right)  
 P1 is true P_1\ is\ true\   since 2 + 3 = 1/2 (10) = 5.
Assume Pk is true.
Consider Pk+1.
 r=1k+1(2+3r)= sum of 1st k terms + (k+1)th term\sum_{r=1}^{k+1}\left(2+3r\right)=\ sum\ of\ 1st\ 'k'\ terms\ +\ \left(k+1\right)th\ term  

6

CONTINUED

 =r=1k(2+3r)+(2+3(k+1))=\sum_{r=1}^k\left(2+3r\right)+\left(2+3\left(k+1\right)\right)  
 =12k(3k+7)+(5+3k)=\frac{1}{2}k\left(3k+7\right)+\left(5+3k\right)  
 =3k2+7k2+(5+3k)=\frac{3k^2+7k}{2}+\left(5+3k\right)  
 =3k2+7k+2(5+3k)2=\frac{3k^2+7k+2\left(5+3k\right)}{2}  
 =3k2+7k+10+6k2=\frac{3k^2+7k+10+6k}{2}  
 =3k2+13k+102=\frac{3k^2+13k+10}{2}  
 =(k+1)(3k+10)2=\frac{\left(k+1\right)\left(3k+10\right)}{2}  
 =12(k+1)(3k+10)=\frac{1}{2}\left(k+1\right)\left(3k+10\right)  
Since  P1 is true and Pk => Pk+1 , the statement is true by induction. 

7

Type 3- Induction Applied to Divisibility 

 Prove that  7n2n7^n-2^n  is divisible by 5 for all positive intergers.

Let Pn be the statement  7n2n7^n-2^n  is divisible by 5  \forall  n  Z+\in Z^+  .
 P1: 71 21 is divisible by 5.P_1:\ 7^{1\ }-2^1\ is\ divisible\ by\ 5.  
 Pk: 7k2kis divisible by 5.P_k:\ 7^k-2^kis\ divisible\ by\ 5.  
 Pk+1: 7k+12k+1is divisible by 5.P_{k+1}:\ 7^{k+1}-2^{k+1}is\ divisible\ by\ 5.  

P1 is true since 7 - 2 = 5 which is divisible by 5. 
Assume Pk is true. 
 7k2k=5a , aZ+\Longrightarrow7^k-2^k=5a\ ,\ a\in Z^+  
 7k=5a+2k\Longrightarrow7^k=5a+2^k  
Consider Pk+1
 =7k+12k+1=7^{k+1}-2^{k+1}                                       =5(7a+2k)=5\left(7a+2^k\right)  
 =(7k)(71)2k+1=\left(7^k\right)\left(7^1\right)-2^{k+1}                             =5b ,b=7a+2kZ+=5b\ ,b=7a+2^k\in Z^+  
 =7(7k)2k+1=7\left(7^k\right)-2^{k+1}                                Pk=> Pk+1\therefore P_k=>\ P_{k+1}  
 =7(5a+2k)2k+1=7\left(5a+2^k\right)-2^{k+1}        Since P1 is true and Pk=> Pk+1 , the stament is true by induction. 
 =35a+7(2k)2(2k)=35a+7\left(2^k\right)-2\left(2^k\right)  
 =35a+5(2k)=35a+5\left(2^k\right)  

8

Type 4 - Induction applied to Inequalities

Prove that  2n>n , n Z+2^n>n\ ,\ n\ \in Z^+  

Let Pn be the statement  2n >n ,nZ+2^{n\ }>n\ ,\forall n\in Z^+  
 P1: 21>1P_1:\ 2^1>1  
 Pk: 2k >kP_k:\ 2^{k\ }>k  
 Pk+1: 2k+1>k+1P_{k+1}:\ 2^{k+1}>k+1  
P1 is true since  is 2 which is greater than 1. 
Assume Pk is true. 
Consider Pk+1.
 2k>k2^k>k  (building from the Pk )
 (×2) 2(2k)>2k\left(\times2\right)\ 2\left(2^k\right)>2k  
 2k+1>2k2^{k+1}>2k  
 2k+1>k+k2^{k+1}>k+k  
 But k1But\ k\ge1  (+ve Z)
 2k+1>k+12^{k+1}>k+1  
 Pk=>Pk+1\therefore P_k=>P_{k+1}  
P1 is true and Pk =. Pk+1 therefore the statement is true by induction. 
(Note : when k is more than or equal to 1 the the statement remains true if one of the k's is replaced by 1.

Principle of Mathematical Induction

Slide image

Show answer

Auto Play

Slide 1 / 8

SLIDE