Mathematical Induction - Questions and Solutions
Question 2 You are here
Question 3 Important
Question 4
Question 5 Important
Question 6
Question 7 Important
Question 8 Important
Question 9
Question 10
Question 11 Important
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
Question2: Prove the following by using the principle of mathematical induction 13 + 23 + 33+ + n3 = ( ( +1)/2)^2 Let P (n) : 13 + 23 + 33 + 43 + ..+ n3 = ( ( +1)/2)^2 For n = 1, L.H.S = 13 = 1 R.H.S = (1(1 + 1)/2)^2= ((1 2)/2)^2= (1)2 = 1 Hence, L.H.S. = R.H.S P(n) is true for n = 1 Assume that P(k) is true 13 + 23 + 33 + 43 + ..+ k3 = ( ( + 1)/2)^2 We will prove that P(k + 1) is true. 13 + 23 + 33 + ..+ k3 + (k + 1)3= ((k + 1)((k + 1)+ 1)/2)^2 13 + 23 + 33 + ..+ k3 + (k + 1)3= ((k + 1)( + 2)/2)^2 We have to prove P(k+1) from P(k) i.e. (2) from (1) From (1) 13 + 23 + 33 + 43 + ..+ k3 = ( ( + 1)/2)^2 Adding (k+1)3 both sides, 13 + 23 + 33 + ..+ k3 + (k + 1)3 = ( ( + 1)/2)^2+ (k + 1)3 = ( ^2 ( + 1)^2)/2^2 + (k + 1)3 = ( ^2 ( + 1)^2)/4 + (k + 1)3 = (k^2 (k + 1)^2 + 4( + 1)^3)/4 = ((k + 1)^2 (k^2 + 4 + 4))/4 = ((k + 1)^2 (k^2 + 2 + 2 + 4))/4 = ((k + 1)^2 ( ( + 2) + 2( + 2)))/4 = ((k + 1)^2 (( + 2) ( + 2)))/4 = ((k + 1)^2 (k + 2)^2)/4 = ((k + 1)( + 2)/2)^2 Thus, 13 + 23 + 33 + ..+ k3 + (k + 1)3= ((k + 1)( + 2)/2)^2 i.e. P(k + 1) is true whenever P(k) is true By the principle of mathematical induction, P(n) is true for n, where n is a natural number