Prove by induction that 1^2 + 2^2 + 3^2 + . . . + n^2 = (1/6)n(n+1)(2n+1)

Base case - First let us consider the base case where n=1. Then the left hand side of the equation becomes 1 and the right hand side is (1/6)12*3=6/6=1. Thus LHS=RHS and we are done.Induction hypothesis - Now let us assume 1^2 + 2^2 + 3^2 + . . . + k^2 = (1/6)k(k+1)(2k+1) is true for some integer value of k.Induction step - Consider the case where n=k+1. Then LHS becomes 1^2 + 2^2 + 3^2 + . . . + k^2 +(k+1)^2 = (1/6)k(k+1)(2k+1) + (k+1)^2 =(k+1)((1/6)k(2k+1)+(k+1))=(1/6)(k+1)(k(2k+1)+6(k+1))=(1/6)(k+1)(2k^2+k+6k+6)=(1/6)(k+1)(k+2)(2k+3) by induction hypothesis. But this is the equation above with k replaced with (k+1).Thus, if the statement is true for some integer k, it must also be true for k+1, k+2, ..., that is for all integers greater than it.But since it is true for 1, it must be true for all integers by mathematical induction,

AR

Related Further Mathematics A Level answers

All answers ▸

Find the four roots of the equation z^4 = + 8(sqrt(3) + i), in the form z = r*e^(i*theta). Draw the roots on an argand diagram.


Write the Maclaurin’s series for f(x)=sin(3x)+e^x up to the third order


z = 4 /(1+ i) Find, in the form a + i b where a, b belong to R, (a) z, (b) z^2. Given that z is a complex root of the quadratic equation x^2 + px + q = 0, where p and q are real integers, (c) find the value of p and the value of q.


Why is the argument of a+bi equal to arctan(b/a)?