Ā
Last updated at December 16, 2024 by Teachoo
Ā
Transcript
Example 1 For all n ā„ 1, prove that 12 + 22 + 32 + 42 +ā¦+ n2 = (n(n+1)(2n+1))/6 Let P(n) : 12 + 22 + 32 + 42 + ā¦..+ n2 = (š(š + 1)(2š + 1))/6 Proving for n = 1 For n = 1, L.H.S = 12 = 1 R.H.S = (1(1+1)(2 Ć 1+ 1))/6 = (1 Ć 2 Ć 3)/6 = 1 Since, L.H.S. = R.H.S ā“ P(n) is true for n = 1 Proving P(k + 1) is true if P(k) is true Assume that P(k) is true, P(k): 1 + 22 + 32 +⦠ā¦+ k2 = (š (š + 1)(2š + 1))/6 We will prove that P(k + 1) is true. P(k + 1): 1 + 22 + 32 +⦠ā¦+ (k + 1)2 = ((š + 1)((š + 1)+ 1)(2 Ć (š + 1) +1))/6 P(k + 1): 1 + 22 + 32 +⦠ā¦+ (k + 1)2 = ((š + 1)(š + 2)(2š + 2 +1))/6 P(k + 1): 1 + 22 + 32 +⦠ā¦+ k2 + (k + 1)2 = ((š + š)(š + š)(šš + š))/š We have to prove P(k + 1) is true Solving LHS 1 + 22 + 32 +⦠ā¦+ k2 + (k + 1)2 From (1): 1 + 22 + 32 +⦠ā¦+ k2 = (š (š + 1)(2š + 1))/6 = (š (š + š)(šš + š))/š + (k + 1)2 = (š(š + 1)(2š + 1) + 6(š + 1)2)/6 = ((š + 1)(š(2š + 1) + 6(š + 1)))/6 = ((š + 1)(2š2 + š + 6š + 6))/6 = ((š + š)(ššš + šš + š))/š = ((š + 1)(2š2 + 4š + 3š + 6))/6 = ((š + 1)(2š(š + 2) + 3(š + 2)))/6 = ((š + š)(šš + š)(š + š))/š = RHS ā“ P(k + 1) is true when P(k) is true Thus, By the principle of mathematical induction, P(n) is true for n, where n is a natural number