Give an example of a statement P(n) which it true for all n ≥ 4 but P(1), P(2) and P(3) are not true. Justify your answer.
Given; P(n) which it true for all n ≥ 4 but P(1), P(2) and P(3) are not true
Let P(n) be 2n < n!
This statement is true for all n ≥ 4 but P(1), P(2) and P(3) are not true.
i.e P(0) ⇒ 20 < 0! i.e 1 < 1 Which is not true
P(1) ⇒ 21 < 1! i.e 2 < 1 Which is not true
P(2) ⇒ 22 < 2! i.e 4 < 2 Which is not true
P(3) ⇒ 23 < 3! i.e 8 < 6 Which is not true
P(4) ⇒ 24 < 4! i.e 16 < 24 Which is true
P(5) ⇒ 25 < 5! i.e 32 < 60 Which is true
And so on.
Give an example of a statement P(n) which is true for all n. Justify your answer. Prove each of the statements in Exercises 3 to 16 by the Principle of Mathematical Induction:
Given; P(n) which is true for all n.
Let P(n) be
⇒ P(k) which is true for all k.
∴ P(n) which is true for all n.
4n – 1 is divisible by 3, for each natural number n.
Given; P(n) = 4n – 1 is divisible by 3.
P(0) = 40 – 1 = 0; is divisible by 3.
P(1) = 41 – 1 = 3; is divisible by 3.
P(2) = 42 – 1 = 15; is divisible by 3.
P(3) = 43 – 1 = 63; is divisible by 3.
Let P(k) = 4k – 1 is divisible by 3;
⇒ 4k – 1 = 3x.
⇒ P(k+1) = 4k+1 – 1
= 4(3x + 1) – 1
= 12x + 3; is divisible by 3.
⇒ P(k+1) is true when P(k) is true
∴ By Mathematical Induction P(n) = 4n – 1 is divisible by 3 is true for each natural number n.
23n – 1 is divisible by7, for all natural numbers n.
Given; P(n) = 23n – 1 is divisible by 7.
P(0) = 20 – 1 = 0; is divisible by 7.
P(1) = 23 – 1 = 7; is divisible by 7.
P(2) = 26 – 1 = 63; is divisible by 7.
P(3) = 29 – 1 = 512; is divisible by 7.
Let P(k) = 23k – 1 is divisible by 7;
⇒ 23k – 1 = 7x.
⇒ P(k+1) = 23(k+1) – 1
= 23(7x + 1) – 1
= 56x + 7
= 7(8x + 1) ; is divisible by 7.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = 23n – 1 is divisible by7, for all natural numbers n.
n3 – 7n + 3 is divisible by 3, for all natural numbers n.
Given; P(n) = n3 – 7n + 3 is divisible by 3.
P(0) = 03 – 7×0 + 3 = 3; is divisible by 3.
P(1) = 13 – 7×1 + 3 = −3; is divisible by 3.
P(2) = 23 – 7×2 + 3 = −3; is divisible by 3.
P(3) = 33 – 7×3 + 3 = 9; is divisible by 3.
Let P(k) = k3 – 7k + 3 is divisible by 3; ⇒ k3 – 7k + 3 = 3x.
⇒ P(k+1) = (k+1)3 – 7(k+1) + 3
= k3 + 3k2 + 3k + 1 – 7k – 7 + 3
= 3x + 3(k2 + k – 2); is divisible by 3.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = n3 – 7n + 3 is divisible by 3, for all natural numbers n.
32n – 1 is divisible by 8, for all natural numbers n.
Given; P(n) = 32n – 1 is divisible by 8.
P(0) = 30 – 1 = 0; is divisible by 8.
P(1) = 32 – 1 = 8; is divisible by 8.
P(2) = 34 – 1 = 80; is divisible by 8.
P(3) = 36 – 1 = 728; is divisible by 8.
Let P(k) = 32k – 1 is divisible by 8; ⇒ 32k – 1 = 8x.
⇒ P(k+1) = 32(k+1) – 1 = 32(8x + 1) – 1 = 72x + 8; is divisible by 8.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = 32n – 1 is divisible by 8, for all natural numbers n.
For any natural number n, 7n – 2n is divisible by 5.
Given; P(n) = 7n – 2n is divisible by 5.
P(0) = 70 – 20 = 0; is divisible by 5.
P(1) = 71 – 21 = 5; is divisible by 5.
P(2) = 72 – 22 = 45; is divisible by 5.
P(3) = 73 – 23 = 335; is divisible by 5.
Let P(k) = 7k – 2k is divisible by 5; ⇒ 7k – 2k = 5x.
⇒ P(k+1) = 7k+1 – 2k+1
= (5 + 2)7k – 2(2k)
= 5(7k) + 2 (7k – 2k)
= 5(7k) + 2 (5x); is divisible by 5.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = 7n – 2n is divisible by 5 is true for each natural number n.
For any natural number n, xn – yn is divisible by x – y, where x integers with x ≠ y.
Given; P(n) = xn – yn is divisible by x – y, x integers with x ≠ y.
P(0) = x0 – y0 = 0; is divisible by x − y.
P(1) = x − y ; is divisible by x − y.
P(2) = x2 – y2
= (x +y)(x−y); is divisible by x−y.
P(3) = x3 – y3
= (x−y)(x2+xy+y2); is divisible by x−y.
Let P(k) = xk – yk is divisible by x – y;
⇒ xk – yk = a(x−y).
⇒ P(k+1) = xk+1 – yk+1
= xk(x−y) + y(xk−yk)
= xk(x−y) +y a(x−y); is divisible by x − y.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) xn – yn is divisible by x – y, where x integers with x ≠ y; is true for any natural number n.
n3 – n is divisible by 6, for each natural number n.
Given; P(n) = n3 – n is divisible by 6.
P(0) = 03 – 0 = 0 ; is divisible by 6.
P(1) = 13 – 1 = 0 ; is divisible by 6.
P(2) = 23 – 2 = 6 ; is divisible by 6.
P(3) = 33 – 3 = 24 ; is divisible by 6.
Let P(k) = k3 – k is divisible by 6.; ⇒ k3 – k = 6x.
⇒ P(k+1) = (k+1)3 – (k+1)
= (k+1)(k2+2k+1−1)
= k3 + 3k2 + 2k
= 6x+3k(k+1) [n(n+1) is always even and divisible by 2]
= 6x + 3×2y ; is divisible by 6.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = n3 – n is divisible by 6, for each natural number n.
n(n2 + 5) is divisible by 6, for each natural number n.
Given; P(n) = n(n2 + 5) is divisible by 6.
P(0) = 0(02 + 5) = 0 ; is divisible by 6.
P(1) = 1(12 + 5) = 6 ; is divisible by 6.
P(2) = 2(22 + 5) = 18 ; is divisible by 6.
P(3) = 3(32 + 5) = 42 ; is divisible by 6.
Let P(k) = k(k2 + 5) is divisible by 6.; ⇒ k(k2 + 5) = 6x.
⇒ P(k+1) = (k+1)((k+1)2 + 5) = (k+1)(k2+2k+6)
= k3 + 3k2 + 8k + 6
= 6x+3k2+3k+6
= 6x+3k(k+1)+6[n(n+1) is always even and divisible by 2]
= 6x + 3×2y + 6 ; is divisible by 6.
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = n(n2 + 5) is divisible by 6, for each natural number n.
n2 < 2n for all natural numbers n ≥ 5.
Given; P(n) is n2 < 2n ; for n≥5
Let P(k) = k2 < 2k is true;
⇒ P(k+1) = (k+1)2
= k2 + 2k + 1
2k+1 = 2(2k) > 2k2
∵ n2 > 2n + 1 for n ≥3
∴ k2 + 2k + 1 < 2k2
⇒ (k+1)2 < 2(k+1)
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = n2 < 2n is true for all natural numbers n ≥ 5.
2n < (n + 2)! for all natural number n.
Given; P(n) is 2n < (n + 2)!
P(0) ⇒ 0 < 2!
P(1) ⇒ 2 < 3!
P(2) ⇒ 4 < 4!
P(3) ⇒ 6 < 5!
Let P(k) = 2k < (k + 2)! is true;
⇒ P(k+1) = 2(k+1)
((k+1)+2)! = (k+3)! = (k+3)(k+2)(k+1)……………3×2×1
= 2(k+1) × (k+3)(k+2)……………3×1
> 2(k+1)
∴ 2(k+1) < ((k+1) + 2)!
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction P(n) = 2n < (n + 2)! Is true for all natural number n.
for all natural numbers n ≥ 2.
Given;
Let
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction Is true for all natural number n≥2.
2 + 4 + 6 + …+ 2n = n2 + n for all natural numbers n.
Given; P(n) is 2 + 4 + 6 + …+ 2n = n2 + n.
P(0) = 0 = 02 + 0 ; it’s true.
P(1) = 2 = 12 + 1 ; it’s true.
P(2) = 2 + 4 = 22 + 2 ; it’s true.
P(3) = 2 + 4 + 6 = 32 + 2 ; it’s true.
Let P(k) be 2 + 4 + 6 + …+ 2k = k2 + k is true;
⇒ P(k+1) is 2 + 4 + 6 + …+ 2k + 2(k+1) = k2 + k + 2k +2
= (k2 + 2k +1) + (k+1)
= (k + 1)2 + (k + 1)
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction 2 + 4 + 6 + …+ 2n = n2 + n is true for all natural numbers n.
1 + 2 + 22 + … 2n = 2n+1 – 1 for all natural numbers n.
Given; P(n) is 1 + 2 + 22 + … 2n = 2n+1 – 1.
P(0) = 1 = 20+1 − 1 ; it’s true.
P(1) = 1 + 2 = 3 = 21+1 − 1 ; it’s true.
P(2) = 1 + 2 + 22 = 7 = 22+1 − 1 ; it’s true.
P(3) = 1 + 2 + 22 + 23 = 15 = 23+1 − 1 ; it’s true.
Let P(k) be 1 + 2 + 22 + … 2k = 2k+1 – 1 is true;
⇒ P(k+1) is 1 + 2 + 22 + … 2k + 2k+1 = 2k+1 – 1 + 2k+1
= 2×2k+1 – 1
= 2(k+1)+1 – 1
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction 1 + 2 + 22 + … 2n = 2n+1 – 1 is true for all natural numbers n.
1 + 5 + 9 + …+(4n – 3) = n (2n – 1) for all natural number n.
Given; P(n) is 1 + 5 + 9 + …+(4n – 3) = n (2n – 1).
P(1) = 1 = 1(2−1) ; it’s true.
P(2) = 1 + 5 = 6 =2(4−1) ; it’s true.
P(3) = 1 + 5 + 9 = 15 = 3(6−1) ; it’s true.
Let P(k) be 1 + 5 + 9 + …+(4k – 3) = k (2k – 1) is true;
⇒ P(k+1) is 1 + 5 + 9 + …+(4k – 3) + (4(k+1)−3)
= k (2k – 1) + 4k + 1
= 2k2 – k + 4k + 1
= (k+1)(2(k+1)−1)
⇒ P(k+1) is true when P(k) is true.
∴ By Mathematical Induction 1 + 5 + 9 + …+(4n – 3) = n (2n – 1) is true for all natural numbers n.
A sequence a1, a2, a3 ... is defined by letting a1 = 3 and ak = 7ak–1 for all natural numbers k ≥ 2. Show that an = 3.7n–1 for all natural numbers.
Given; a1 = 3 and ak = 7ak–1
⇒ a2 = 7 × a1 = 7 × 3 = 21 = 3.72-1
⇒ a3 = 7 × a2 = 72 × a1 = 49 × 3 = 147 = 3.73-1
⇒ a4 = 7 × a3 = 72 × a2 = 73 × a1 = 343 × 3 = 1029 = 3.74-1
⇒ an = 7an-1 = 3.7n-1
Let am = 7am-1 = 3.7m-1 be true.
⇒ am+1 = 7am+1-1 = 7am = 7.3.7m-1 = 3.7(m+1)-1
⇒ am+1 is true when am is true.
∴ By Mathematical Induction an = 3.7n–1 is true for all natural numbers n.
A sequence b0, b1, b2 ... is defined by letting b0 = 5 and bk = 4 + bk – 1 for all natural numbers k. Show that bn = 5 + 4n for all natural number n using mathematical induction.
Given; A sequence b0, b1, b2 ... is defined by letting b0 = 5 and bk = 4 + bk – 1 for all natural numbers k.
⇒ b1 = 4 + b0
= 4 + 5 = 9
= 5 + 4.1
⇒ b2 = 4 + b1
= 4 + 9
= 13
= 5 + 4.2
⇒ b3 = 4 + b2
= 4 + 13
= 17
= 5 + 4.3
Let bm = 4 + bm-1 = 5 + 4m be true.
⇒ bm+1 = 4 + bm+1-1
= 4 + bm
= 4 + 5 + 4m
= 5 + 4(m+1)
⇒ bm+1 is true when bm is true.
∴ By Mathematical Induction bn = 5 + 4n is true for all natural numbers n.
A sequence d1, d2, d3 …. Is defined by letting d1 = 2 and for all natural numbers, k ≥ 2. Show that for all n ϵ N.
Given; A sequence d1, d2, d3 …. Is defined by letting d1 = 2 and .
⇒ dm+1 is true when dm is true.
∴ By Mathematical Induction is true for all natural numbers n.
Prove that for all n ϵ N
Cos α + cos (α + β) + cos (α + 2β) + …. + cos (α + (n – 1)β)
Given;
⇒ When n=1 :
It’s true at n = 1.
⇒ When n=2 :cos α+cos(α+(2-1)β) = cos α+cos (α+β)
=cos α+cos(α+β)
It’s true at n = 2.
⇒ When n=3: cos α+cos(α+β)+cos(α+2β)
=cos α+cos(α+2β)+cos(α+β)=2 cos(α+β) cos β+cos(α+β)
It’s true at n = 3.
Let n=k
Be true
⇒ at n=k+1
Cos α +cos (α + β)+cos(α + 2β)+ …. +cos(α + (k – 1)β)+cos(α+(k+1-1)β)
⇒ It’s true at n = k+1.
∴ By Mathematical Induction
is true for all natural numbers n.
Prove that, cos θ cos 2θ cos22θ ….. cos 2n–1θ for all n ϵ N.
Given; P(n) : cos θ cos 2θ cos22θ ….. cos 2n–1θ =
⇒ When n=1 :
It’s true at n = 1.
⇒ When n=2: cos θ cos 2θ
It’s true at n = 2.
⇒ When n=3 :cos θ cos 2θ cos 4θ
It’s true at n = 3.
Let n=k
Be true
⇒ at n=k+1
⇒ It’s true at n = k+1.
∴ By Mathematical Induction cos θ cos 2θ cos22θ ….. cos 2n–1θ = is true for all natural numbers n.
Prove that, sinθ + sin 2θ + sin 3θ + …. + sin nθ for all n ϵ N.
Given; Given; P(n) : sinθ + sin 2θ + sin 3θ + …. + sin nθ
⇒ When n=1:
It’s true at n = 1.
Let n=k
Be true
⇒ at n=k+1
Sin θ +sin 2θ+sin 3θ+ …. +sin kθ + sin (k+1) θ
⇒ It’s true at n = k+1.
∴ By Mathematical Induction sin θ + sin 2θ + sin 3θ + …. + sin nθ is true for all natural numbers n.
Show that is a natural number for all n ϵ N.
Given;
=1 which is true
=10;It' s true
=59; It' s true
be a natural number
i.e. It's true
which is a real number.
⇒ P(k+1) is true.
∴ By Mathematical Induction is a natural numbers.
Prove that for all natural numbers n > 1.
Given;
⇒ P(k+1) is true.
∴ By Mathematical Induction is true for natural numbers n>1.
Prove that number of subsets of a set containing n distinct elements is 2n, for all n ϵ N.
To prove; Number of subsets of a set containing n distinct elements is 2n.
For a null set there is only one element Φ and therefore only one subset.
⇒ at n = 0 number of subsets = 1 = 20
By considering a set with 1 element there will be 2 subsets with 1 and Φ
⇒ at n = 0 number of subsets = 2 = 22
By considering a set Sk with k element
Let at n = k number of subsets = 2k be true.
For a set Sk+1 containing k+1 element
The extra one element in set Sk+1 when compared with Sk will form an extra collection of subsets by combing with the existing 2k subsets and as a result an extra 2k subsets are formed.
⇒ at n = k+1 number of subsets = 2k + 2k = 2.2k = 2k+1
⇒ P(k+1) is true.
∴ By Mathematical Induction number of subsets of a set containing n distinct elements is 2n, for all n ϵ N.
If 10n + 3.4n+2 + k is divisible by 9 for all n ϵ N, then the least positive integral value of k is
A. 5
B. 3
C. 7
D. 1
Given; Given; P(n): 10n + 3.4n+2 + k is divisible by 9.
P(1) = 10 +3.43 + k = 202 + k
For this number to be divisible by 9; sum of its digits should be 9 or multiples of 9.
⇒ 2 + 2 + k = 9
∴ k = 5
For all n ϵ N, 3.52n + 1 + 23n + 1 is divisible by
A. 19
B. 17
C. 23
D. 25
Given; P(n): 3.52n + 1 + 23n + 1
⇒ P(1) = 3.52+1 + 23 + 1 = 375 + 16 = 391 = 17 × 23
⇒ P(2) = 3.54+1 + 26+1 = 9375 + 256 = 9503 = 17 × 559
These are divisible by 17
If xn – 1 is divisible by x – k, then the least positive integral value of k is
A. 1
B. 2
C. 3
D. 4
Given; P(n): xn – 1 is divisible by x – k
⇒ P(1) : x – 1
⇒ P(2) : x2 – 1 = (x−1)(x+1)
⇒ P(3) : x3 – 1 = (x−1)(x2+xy+1)
⇒ P(4) : x4 − 1 = (x2−1)(x2+1) = (x−1)(x+1)(x2+1)
∴ The least positive integral value of k is 1.
Fill in the blanks in the following:
If P(n) : 2n < n!, n ϵ N, then P(n) is true for all n ≥ __________.
Given; P(n): 2n < n! n ϵ N
⇒ P(1) : 2×1<1! ⇒ 2<1; it’s not true.
⇒ P(2) : 2×2<2! ⇒ 4<2; it’s not true.
⇒ P(3) : 2×3<3! ⇒ 6<6; it’s not true.
⇒ P(4) : 2×4<4! ⇒ 8<24; it’s true.
⇒ P(3) : 2×5<5! ⇒ 10<120; it’s true.
∴ n≥4
True or False
Let P(n) be a statement and let P(k) ⟹ P(k + 1), for some natural number k, then P(n) is true of all n ϵ N.
True; This is the principle of mathematical induction.