Principle OF Mathematical Induction: Illustrative Exam Ples
Principle OF Mathematical Induction: Illustrative Exam Ples
PRINCIPLE OF
MATHEMATICAL INDUCTION
INTRODUCTION
In drawing mathematical or scientific conclusions, there are two basic processes of reasoning that
are commonly used. These are induction and deduction—induction is the process of reasoning
m
from particular to general and deduction is the process of reasoning from general to particular. In this
chapter, we shall study induction. Induction begins by observations, and from observations we
.co
arrive at some tentative conclusions, called conjectures. A conjecture may be true or false. The
principle of mathematical induction helps us in proving some of these conjectures which are true.
n ( n + 1)
4. Sum of first n natural numbers is .
2
5. If A, B are any sets, then A ∩ B = B ∩ A.
bo
Example 2. Let P(n) be the statement “32n – 1 is divisible by 8”. What is P(n + 1) ?
Solution. Given P(n) is the statement “32n – 1 is divisible by 8”. To obtain P(n + 1), replace
n by (n + 1) in P(n),
∴ P(n + 1) is the statement “32(n+1) – 1 is divisible by 8”.
Example 3. Let P(n) be the statement “n2 + n is an odd integer”. Show that if P(m) is true then
P(m + 1) is also true.
Solution. Given statement P(n) is “n2 + n is an odd integer”.
Let P(m) be true ⇒ m2 + m is an odd integer …(i)
Now, (m + 1)2 + (m + 1) = m2 + 2m + 1 + m + 1
= (m2 + m) + (2m + 2)
= an odd integer + 2(m + 1) (using (i))
= an odd integer + an even integer
( Q 2 divides 2(m + 1) for all m ∈ N)
= an odd integer
⇒ P(m + 1) is true.
m
Example 4. Let P(n) be the statement “23n – 1 is divisible by 7”. Prove that if P(m) is true then
P(m + 1) is also true.
.co
Solution. Given statement P(n) is “23n – 1 is divisible by 7”.
Let P(m) be true ⇒ 23m – 1 is divisible by 7
⇒ 23m – 1 = 7λ, for some integer λ
la
⇒ 23m = 1 + 7λ …(i)
Now, 23(m+1) –1 = 23m.23 – 1 = (1 + 7λ).8 – 1 (using (i))
iy
Example 5. Let P(n) be the statement “3n > n”, show that if P(m) is true then P(m + 1) is also true.
Solution. Given statement P(n) is “3n > n”.
Let P(m) be true
bo
⇒ 3m > m
⇒ 3.3m > 3.m (multiply both sides by 3)
⇒ 3m+1 > m + 2m
⇒ 3m+1 > m + 1 ( Q 2m > 1 for every m ∈ N)
⇒ P(m + 1) is true.
EXERCISE 4.1
1. If P(n) is the statement “n(n + 1) (n + 2) is divisible by 6”, then what is P(3) ?
[Ans. 60 is divisible by 6]
2. If P (n) is the statement “10n + 3 is prime”, then show that P (1) and P (2) are true but
P (3) is not true.
3. If P(n) is the statement “n(n + 1) (n + 2) is an integral multiple of 12”, prove that P(3) and
P(4) are true but P(5) is not true.
4. If P(n) is the statement “n2 – n + 41 is prime”, show that P(1), P(2), and P(3) are true but
P(41) is not true.
5. Let P (n) be the statement “n2 + n is an even integer”. Show that if P (k) is true then
P (k + 1) is also true.
PRINCIPLE OF MATHEMATICAL INDUCTION 205
6. Let P(n) denote the statement “32n – 1 is a multiple of 8”. Show that
(i) P(1), P(2) are true (ii) if P(m) is true then P(m + 1) is also true.
7. If P(n) is the statement “n2 > 100”, then show that whenever P (m) is true, P(m + 1) is also
true.
8. Let P(n) be the statement “2n ≥ 3n”. Show that if P(m) is true, then P(m + 1) is also true.
m
When the first tile is pushed in the indicated direction, all the tiles will fall. To be absolutely
sure that all the tiles will fall, it is sufficient to know that
(i) the first tile falls, and
.co
(ii) in the event that any tile falls its successor necessarily falls.
This is the underlying principle of mathematical induction.
A set S is said to be an inductive set if I ∈ S and x + 1 ∈ S whenever x ∈ S.
la
We know that the set of natural number’s N is a special ordered subset of the set of real
numbers and it is the smallest subset of R which is inductive.
iy
two steps :
(i) verify the result for n = 1.
(ii) assume the result to be true for n = m and prove the result for n = m + 1.
REMARK
We emphasize that the proof by mathematical induction requires the fulfilment of both the
conditions (i) and (ii) as stated above.
⇒ P(m + 1) is true.
Hence, by principle of mathematical induction, P(n) is true for all n. Therefore, the sum of
first n odd natural numbers is n2.
Example 2. Prove by induction that
1 + 5 + 9 + … + (4n – 3) = n (2n – 1), for all n ∈ N. (NCERT Examplar Problems)
Solution. Let P (n) be the statement
1 + 5 + 9 + … + (4n – 3) = n (2n – 1).
Now P(1) means 1 = 1(2 . 1 – 1) i.e. 1 = 1, which is true ⇒ P(1) is true.
Let P (m) be true
m
i.e. 1 + 5 + 9 + … + (4m – 3) = m (2m – 1) …(i)
For P (m + 1) : 1 + 5 + 9 + … + (4m – 3) + (4 (m + 1) – 3)
= m (2m – 1) + (4m + 1) (using (i))
.co
= 2 m2 + 3m + 1 = (m + 1) (2m + 1)
= (m + 1) (2 (m + 1) – 1)
⇒ P(m + 1) is true.
la
Hence, by induction, P (n) is true for all n ∈ N.
Example 3. Prove by principle of mathematical induction that
iy
n (n + 1) (n + 2)
1.2 + 2.3 + 3.4 + … + n (n + 1) = , for all n ∈ N. (NCERT)
3
dh
1. 2 . 3
Now P(1) means 1.2 = i.e. 2 = 2, which is true
3
⇒ P(1) is true.
Let P (m) be true
m (m + 1) (m + 2)
i.e. 1.2 + 2.3 + 3.4 + … + m (m + 1) = …(i)
3
For P (m + 1) : 1.2 + 2.3 + 3.4 + … + (m + 1) ( m + 1 + 1)
= 1.2 + 2.3 + 3.4 + … + (m + 1) (m + 2)
= (1.2 + 2.3 + 3.4 + … + m (m + 1)) + (m + 1) (m + 2)
m (m + 1) (m + 2)
= + (m + 1) (m + 2) (using (i))
3
⎛m ⎞ (m + 1) (m + 2) (m + 3)
= (m + 1) (m + 2) ⎜ + 1⎟ =
⎝3 ⎠ 3
⇒ P(m + 1) is true.
Hence, by induction, P (n) is true for all n ∈ N.
PRINCIPLE OF MATHEMATICAL INDUCTION 207
Example 4. For all n ∈ N, prove by induction that
n ( n + 1) ( 2n + 1)
12 + 22 + 32 + … + n2 = . (NCERT)
6
n ( n + 1) ( 2 n + 1)
Solution. Let P(n) be the statement 12 + 22 + 32 + … + n2 = .
6
1 (1 + 1) ( 2 . 1 + 1) 2×3
Now P(1) means 12 = i.e. 1 = i.e. 1 = 1, which is true
6 6
⇒ P(1) is true.
Let P(m) be true
m ( m + 1) ( 2 m + 1)
i.e. 1 2 + 22 + 32 + … + m2 = …(i)
6
For P(m + 1) : 12 + 22 + 32 + … + m2 + (m + 1)2
= (12 + 22 + 32 + … + m2) + (m + 1)2
m ( m + 1) ( 2 m + 1)
= + (m + 1)2 (using (i))
6
m
m ( m + 1) ( 2 m + 1) + 6 ( m + 1) 2 ( m + 1) ( 2 m 2 + m + 6 m + 6 )
= =
6 6
( m + 1) ( 2 m 2 + 7 m + 6 ) ( m + 1) ( m + 2 ) ( 2 m + 3 )
= =
.co
6 6
( m + 1) ( m + 2 ) ( 2 ( m + 1) + 1)
=
6
⇒
la
P(m + 1) is true.
Hence, by induction, P(n) is true for all n ∈ N.
iy
2
2
⎛ n ( n + 1) ⎞
Solution. Let P(n) be the statement 13 + 23 + 33 + … + n3 = ⎜ ⎟ .
⎝ 2 ⎠
bo
2
⎛ 1 (1 + 1) ⎞
Now P(1) means 13 = ⎜ ⎟ i.e. 1 = 12 or 1 = 1, which is true
⎝ 2 ⎠
⇒ P(1) is true.
Let P(m) be true
2
⎛ m ( m + 1) ⎞
i.e. 1 3 + 23 + 33 + … + m3 = ⎜ ⎟ …(i)
⎝ 2 ⎠
For P(m + 1) : 13 + 23 + 33 + … + (m + 1)3
= (13 + 23 + 33 + … + m3) + (m + 1)3
2
⎛ m ( m + 1) ⎞
= ⎜ ⎟ + (m + 1)3 (using (i))
⎝ 2 ⎠
⎡ m2 ⎤
= (m + 1)2 ⎢ + (m + 1)⎥
⎢⎣ 4 ⎥⎦
2
m 2 + 4 m + 4 ⎛ ( m + 1) ( m + 2 ) ⎞
= (m + 1)2 =⎜ ⎟
4 ⎝ 2 ⎠
⇒ P(m + 1) is true.
Hence, by induction, P(n) is true for all n ∈ N.
208 MATHEMATICS – XI
1 1 1 1
For P(m + 1) : 1 + + +…+ +
1+ 2 1+ 2 + 3 1 + 2 + 3 + … + m 1 + 2 + 3 + … + ( m + 1)
⎛ 1 1 1 ⎞ 1
= ⎜1 + + +… ⎟+
⎝ 1+ 2 1+ 2 + 3 1 + 2 + 3 + … + m ⎠ 1 + 2 + 3 + … + ( m + 1)
m
2m 1
= + (using (i))
m + 1 1 + 2 + 3 + … + ( m + 1)
2m 1
.co
= +
m+1 ( m + 1) ( m + 2 )
2
⎡
⎢Q 1 + 2 + 3 + … + (m + 1) = sum of (m + 1) terms of an A.P. whose
la
⎢⎣
1st term is 1 and common difference is 1
m+1 ( m + 1) ( m + 2 ) ⎤
= (2 . 1 + ( m + 1 – 1) . 1) = ⎥
iy
2 2 ⎦
2m 2 2 ⎛ 1 ⎞
= + = ⎜m + ⎟
dh
m + 1 ( m + 1) ( m + 2 ) m+1 ⎝ m + 2⎠
2 m2 + 2m + 1 2 ( m + 1) 2 2 ( m + 1)
= . = =
m+1 m+2 ( m + 1) ( m + 2 ) m+2
bo
⇒ P(m + 1) is true.
Hence, by principle of mathematical induction, P(n) is true for all n ∈ N.
Example 7. Using principle of mathematical induction prove that
( 2n − 1) 3n + 1 + 3
1.3 + 2.32 + 3.33 + … + n.3n = , for all n ∈ N. (NCERT)
4
Solution. Let P(n) be the statement
( 2 n − 1) 3 n + 1 + 3
1.3 + 2.32 + 3.33 + … + n.3n = .
4
( 2 m – 1).3 m+ 1 + 3
= + (m + 1).3m + 1 (using (i))
4
( 2 m – 1). 3 m + 1 + 3 + ( 4 m + 4 ). 3 m + 1
=
4
( 6 m + 3 ). 3 m + 1 + 3 ( 2 m + 1). 3 . 3 m + 1 + 3
= =
4 4
( 2( m + 1) – 1). 3 m + 2 + 3
=
4
⇒ P (m + 1) is true.
Hence, by principle of mathematical induction, P (n) is true for all n ∈ N.
Example 8. Use induction to prove that
⎛ 3⎞ ⎛ 5⎞ ⎛ 7⎞ ⎛ 2n + 1 ⎞
⎜1 + ⎟ ⎜1 + ⎟ ⎜1 + ⎟ … ⎜1 + ⎟ = ( n + 1 ) 2, for all n ∈ N. (NCERT)
⎝ 1 ⎠ ⎝ 4 ⎠ ⎝ 9 ⎠ ⎝ n2 ⎠
Solution. Let P(n) be the statement
⎛ 3⎞ ⎛ 5⎞ ⎛ 7⎞ ⎛ 2n + 1⎞
⎜1 + ⎟ ⎜1 + ⎟ ⎜1 + ⎟ … ⎜1 + ⎟ = (n + 1)2.
m
⎝ 1⎠ ⎝ 4⎠ ⎝ 9⎠ ⎝ n2 ⎠
3
Now P(1) means 1 + = (1 + 1)2 i.e. 4 = 4, which is true
1
.co
⇒ P(1) is true.
Let P(m) be true
⎛ 3⎞ ⎛ 5⎞ ⎛ 7⎞ ⎛ 2m + 1⎞
la
i.e. ⎜1 + ⎟ ⎜1 + ⎟ ⎜1 + ⎟ … ⎜1 + ⎟ = (m + 1)2 …(i)
⎝ 1⎠ ⎝ 4⎠ ⎝ 9⎠ ⎝ m2 ⎠
⎛ 2( m + 1) + 1 ⎞
P(m + 1) : ⎛⎜ 1 + ⎞⎟ ⎛⎜ 1 + ⎞⎟ ⎛⎜ 1 + ⎞⎟ … ⎜ 1 +
3 5 7
iy
For 2 ⎟
⎝ 1⎠ ⎝ 4⎠ ⎝ 9⎠ ⎝ ( m + 1) ⎠
2m + 1⎞ ⎛ 2m + 3 ⎞
= ⎛⎜ 1 + ⎞⎟ ⎛⎜ 1 + ⎞⎟ ⎛⎜ 1 + ⎞⎟ … ⎛⎜ 1 +
dh
3 5 7
2 ⎟ ⎜
1+ 2⎟
⎝ 1⎠ ⎝ 4⎠ ⎝ 9⎠ ⎝ m ⎠ ⎝ ( m + 1) ⎠
2m + 3 ⎞
= (m + 1)2 ⎛⎜ 1 + ⎟ (using (i))
⎝ ( m + 1) 2 ⎠
bo
( m + 1) 2 + 2 m + 3
= (m + 1)2 . = (m + 1)2 + 2m + 3
( m + 1) 2
= m2 + 4m + 4 = (m + 2)2 = ( m + 1 + 1)2
⇒ P (m + 1) is true.
Hence, by principle of mathematical induction, P (n) is true for all n ∈ N.
⎛ 1⎞ ⎛ 1⎞ ⎛ 1⎞ ⎛ 1⎞ n+1
⎜1 − 2 ⎟ ⎜1 − 2 ⎟ ⎜1 − 2 ⎟ … ⎜1 − 2 ⎟ = for all natural numbers n, n ≥ 2.
⎝ 2 ⎠ ⎝ 3 ⎠ ⎝ 4 ⎠ ⎝ n ⎠ 2n
(NCERT Examplar Problems)
Solution. Let P(n) be the statement
⎛ 1⎞ ⎛ 1⎞ ⎛ 1⎞ ⎛ 1⎞ n+1
⎜1 − 2 ⎟ ⎜1 − 2 ⎟ ⎜1 − 2 ⎟ … ⎜1 − 2 ⎟ = , n ≥ 2.
⎝ 2 ⎠ ⎝ 3 ⎠ ⎝ 4 ⎠ ⎝ n ⎠ 2n
2+1
Now P(2) means ⎛⎜ 1 − 2 ⎞⎟ =
1 1 3 3 3
i.e. 1 − = i.e. = , which is true
⎝ 2 ⎠ 2×2 4 4 4 4
⇒ P(2) is true.
210 MATHEMATICS – XI
1 ⎞⎛ ⎞
For P(m + 1) : ⎛⎜ 1 −
1⎞ ⎛ 1⎞ ⎛ 1⎞ ⎛ 1
⎟ ⎜1 − 2 ⎟ ⎜1 − 2 ⎟ … ⎜1 − 2 ⎟ ⎜1 − ⎟
⎝ 22 ⎠ ⎝ 3 ⎠ ⎝ 4 ⎠ ⎝ m ⎠⎝ (m + 1)2 ⎠
m + 1 (m + 1)2 − 1
= × (using (i))
2m (m + 1)2
m2 + 2m m+2 (m + 1) + 1
= = =
2m (m + 1) 2 (m + 1) 2 (m + 1)
⇒ P (m + 1) is true.
Hence, by induction, P(n) is true for natural numbers n, n ≥ 2.
NOTE
In the above example, the given statement starts with n = 2.
m
1 1 1 1 n
+ + +…+ = . (NCERT)
2.5 5.8 8.11 (3n – 1) (3n + 2) 6n + 4
Solution. Let P(n) be the statement
.co
1 1 1 1 n
+ + +…+ = .
2.5 5.8 8.11 ( 3n – 1) ( 3n + 2) 6n + 4
la
1 1 1 1
Now P(1) means = i.e. = , which is true
2.5 6.1 + 4 10 10
⇒ P(1) is true.
iy
1 1 1 1 m
i.e. + + +…+ = …(i)
2.5 5.8 8.11 ( 3m – 1) ( 3m + 2) 6m + 4
1 1 1 1
For P(m + 1) : + + +…+
2.5 5.8 8.11 ( 3(m + 1) − 1) ( 3(m + 1) + 2)
bo
= ⎡⎢ ⎤
1 1 1 1 1
+ + +…+ +
⎣ 2.5 5.8 8.11 ( 3m – 1) ( 3m + 2) ⎥⎦ ( 3m + 2) ( 3m + 5)
m 1
= + (using (i))
6m + 4 ( 3 m + 2 ) ( 3 m + 5)
m 1
= +
2( 3m + 2) ( 3 m + 2 ) ( 3 m + 5)
m ( 3 m + 5) + 2 3m2 + 5m + 2
= =
2( 3 m + 2 ) ( 3 m + 5 ) 2( 3 m + 2 ) ( 3 m + 5 )
( 3m + 2) (m + 1) m+1 m+1
= = =
2( 3m + 2) ( 3m + 5) 2( 3m + 5) 6(m + 1) + 4
⇒ P(m + 1) is true.
Hence, by principle of mathematical induction, P(n) is true for all n ∈ N.
220 MATHEMATICS – XI
EXERCISE 4.2
Using the principle of mathematical induction prove that (1 to 26) for all n ∈ N :
1. 2 + 4 + 6 + … + 2n = n2 + n. (NCERT Examplar Problems)
1
2. 1 + 4 + 7 + … + (3 n – 2) = n (3 n – 1).
2
3
3. 3 x + 6 x + 9 x + … to n terms = n (n + 1)x.
2
n( 4n 2 – 1)
4. 12 + 32 + 52 + … to n terms = . (NCERT)
3
1 1 1 1 1
5. + + +…+ n = 1– n . (NCERT)
2 4 8 2 2
6. 3.6 + 6.9 + 9.12 + … + 3 n (3 n + 3) = 3 n (n + 1) (n + 2).
7. 1.2 + 2.22 + 3.23 + … + n.2n = (n – 1).2n+1 + 2. (NCERT)
n (n + 1) (n + 2) (n + 3)
8. 1.2.3 + 2.3.4 + 3.4.5 + … + n (n + 1) (n + 2) = . (NCERT)
4
m
9. ⎛ 1 + ⎞ ⎛ 1 + ⎞ ⎛ 1 + ⎞ … ⎛ 1 + ⎞ = n + 1
1 1 1 1
(NCERT)
⎝ 1⎠ ⎝ 2⎠ ⎝ 3⎠ ⎝ n⎠
.co
10. ⎛ 1 – ⎞ ⎛ 1 – ⎞ ⎛ 1 – ⎞ L ⎛ 1 –
1 1 1 1 ⎞ 1
= .
⎝ 2⎠ ⎝ 3⎠ ⎝ 4⎠ ⎝ n + 1⎠ n+1
1 1 1 n
11. + + + L to n terms =
la
1.2 2.3 3.4 n+1
1 1 1 1 n
12. + + +…+ = .
3.6 6.9 9 . 12 3 n ( 3 n + 3) 9 (n + 1)
iy
1 1 1 n
13. + + + L to n terms = .
1.3 3.5 5.7 2n + 1
dh
1 1 1 1 n
14. + + +…+ = . (NCERT)
1 . 4 4 . 7 7 . 10 ( 3 n – 2 ) ( 3 n + 1) 3 n + 1
1 1 1 1 n
bo