Principle of Mathematical Induction
Principle of Mathematical Induction
𝑛(𝑛+1)(2𝑛+1)
∑𝑛2 = 12 + 22 + 32 + ⋯ + 𝑛2 =
6
Key Takeaways
Mathematical Induction:
𝑖𝑖 INDUCTIVE STEP:
For 𝑛 = 1,
1 2
𝑃 1 =1= = 1 which is true
2
𝑛 𝑛+1
𝑃 𝑛 = 1+2 +3 +⋯+𝑛 =
2
𝑘 𝑘+1
𝑃 𝑘 = 1 + 2 + 3 + ⋯+ 𝑘 = ⋯ (𝑖)
2
1+2 +3 +⋯+𝑘 + 𝑘 +1
𝑘 𝑘+1 𝑘 𝑘+1 𝑘+2
= + 𝑘+1 = 𝑘+1 +1 =
2 2 2
For 𝑛 = 1,
1 2 (3)
𝑃 1 =1= = 1 which is true
6
𝑘 𝑘+1 2𝑘+1
𝑃 𝑘 = 12 + 22 + 32 + ⋯ + 𝑘 2 = ⋯ (𝑖)
6
𝑘(𝑘+1)(2𝑘+1) 2
= + 𝑘+1
6
𝑘 2𝑘+1 𝑘+1 𝑘+2 2𝑘+3
= 𝑘+1 + 𝑘+1 =
6 6
1 1 1
=1− + =1−
2𝑘 2𝑘+1 2𝑘+1
For 𝑛 = 1,
1 1 1
𝑃 1 = = = which is true
2⋅5 10 6+4
𝑘 1
= +
6𝑘+4 3𝑘+2 3𝑘+5
𝑃 𝑛 : 32𝑛+2 − 8𝑛 − 9 is divisible by 8
For 𝑛 = 1,
𝑃 𝑘 : 32𝑘+2 − 8𝑘 − 9 is divisible by 8
= 9 ⋅ 32𝑘+2 − 8𝑘 − 9 − 8
= 32𝑘+2 + 8 ⋅ 32𝑘+2 − 8𝑘 − 9 − 8
= 32𝑘+2 − 8𝑘 − 9 + 8 ⋅ 32𝑘+2 − 8
= 8𝜆 + 8(32𝑘+2 − 1) is divisible by 8
For 𝑛 = 1,
𝑃 1 = 𝑥 2 − 𝑦 2 = 𝑥 − 𝑦 𝑥 + 𝑦 is divisible by 𝑥 + 𝑦 which is true
𝑥 2 𝑘+1 − 𝑦 2 𝑘+1
= 𝑥 2 ⋅ 𝑥 2𝑘 − 𝑥 2 ⋅ 𝑦 2𝑘 + 𝑥 2 ⋅ 𝑦 2𝑘 − 𝑦 2 ⋅ 𝑦 2𝑘
= 𝑥 2 𝑥 2𝑘 − 𝑦 2𝑘 + 𝑦 2𝑘 𝑥 2 − 𝑦 2
= 𝜆 𝑥 + 𝑦 𝑥 2 + 𝑦 2𝑘 𝑥 2 − 𝑦 2
= 𝑥+𝑦 𝜆𝑥 2 + 𝑦 2𝑘 𝑥 − 𝑦
A ∀𝑛 ∈ ℕ
B ∀𝑛 ∈ ℕ, 𝑛 > 1
C ∀𝑛 ∈ ℕ, 𝑛 ≥ 3
𝑝 1 : 1 ≥ 3 is not true.
𝑝 2 : 4 ≥ 6 is not true.
𝑝 3 : 9 ≥ 9 is true.
𝑝 4 : 16 ≥ 12 is true.
𝑝 5 : 25 ≥ 15 is true.
By the principle of mathematical induction as shown below that 𝑝(𝑛) is true ∀ 𝑛 ≥ 3
Suppose 𝑝 𝑘 : 𝑘 2 ≥ 3𝑘, 𝑘 ≥ 3 is true
We have to prove that 𝑝 𝑘 + 1 : 𝑘 + 1 2
≥3 𝑘+1
Here 𝑘 + 1 2
= 𝑘 2 + 2𝑘 + 1
𝑘+1 2
≥ 3𝑘 + 2𝑘 + 1 (As 𝑘 ≥ 3, So 2𝑘 + 1 ≥ 3)
Statement: 𝑝(𝑛): 𝑛2 ≥ 3𝑛 is true, then which of the following is correct ?
Here 𝑘 + 1 2
= 𝑘 2 + 2𝑘 + 1
𝑘+1 2
≥ 3𝑘 + 2𝑘 + 1 (As 𝑘 ≥ 3, So 2𝑘 + 1 ≥ 3)
Since, 𝑘 + 1 2
≥ 3𝑘 + 3 = 3 𝑘 + 1
2
𝑘+1 ≥3 𝑘+1
𝑝 𝑘 + 1 is true.
A ∀𝑛 ∈ ℕ
B ∀𝑛 ∈ ℕ, 𝑛 > 1
C ∀𝑛 ∈ ℕ, 𝑛 ≥ 3