Question 11 - Mathematical Induction - Questions and Solutions - Mathematical Induction
Last updated at April 16, 2024 by Teachoo
Mathematical Induction - Questions and Solutions
Question 2
Question 3 Important
Question 4
Question 5 Important
Question 6
Question 7 Important
Question 8 Important
Question 9
Question 10
Question 11 Important You are here
Question 12
Question 13 Important
Question 14
Question 15 Important
Question 16 Important
Question 17 Important
Question 18 Important
Question 19
Question 20
Question 21 Important
Question 22
Question 23 Important
Question 24 Important
Last updated at April 16, 2024 by Teachoo
Question11 Prove the following by using the principle of mathematical induction for all n ∈ N: 11.2.3 + 12.3.4 + 13.4.5 + ……..+ 1𝑛 𝑛 + 1(𝑛 + 2) = 𝑛(𝑛 + 3)4(𝑛 + 1)(𝑛 + 2) Let P (n) : 11.2.3 + 12.3.4 + 13.4.5 + ……..+ 1𝑛 𝑛 + 1(𝑛 + 2) = 𝑛(𝑛 + 3)4(𝑛 + 1)(𝑛 + 2) For n = 1, L.H.S = 11.2.3 = 16 R.H.S = 1.(1 + 3)4(1 + 1)(1 + 2) = 1.44.2.3 = 12.3 = 16 Hence, L.H.S. = R.H.S , ∴ P(n) is true for n = 1 Assume P(k) is true 11.2.3 + 12.3.4 + 13.4.5 + ……..+ 1𝑘 𝑘 + 1(𝑘 + 2) = 𝑘(𝑘 + 3)4(𝑘 + 1)(𝑘 + 2) We will prove that P(k + 1) is true. R.H.S = 𝑘 + 1 𝑘 + 1+ 34 𝑘 + 1+ 1 𝑘 + 1+ 2 L.H.S = 11.2.3 + 12.3.4 + 13.4.5 + ……..+ 1 𝑘 + 1 𝑘 + 1+ 1( 𝑘 + 1+ 2) Rough Factorizing 𝐤𝟑+ 𝟒+ 𝟗𝐤+ 𝟔𝐤𝟐 Let f(k) = k3+ 4+ 9k+ 6k2 Putting k = − 1 f(−1) = (−1)3+ 4+9 −1+6 (−1)2 = −1 + 4− 9+6 = 0 Thus, (k + 1) is a factor of f(k) ∴ f(k) = (𝑘+1)( 𝑘2+5𝑘+4)