ย
Last updated at August 14, 2026 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