Prove by induction that the sum of the first n integers can be written as (1/2)(n)(n+1).

For n = 1, the sum is given by (1/2)(1)(1+1), which gives 1, the expected result. We now assume that the statement is true for some k. If we look at k+1, the sum is given by 1 + 2 + ... + k + (k+1). Since we have assumed that 1 + 2 + ... + k = (1/2)(k)(k+1), this can be rewritten as (1/2)(k)(k+1) + (k+1). Simplifying this gives (1/2)(k+1)(k+2), which is the required result. If the statement is true for n = k, we have shown it to be true for n = k + 1. Since the statement is true for n = 1, it is shown to be true for all n >= 1.

JS

Related Further Mathematics A Level answers

All answers ▸

How do you differentiate arctan(x)?


A curve has equation y=(2-x)(1+x)+3, A line passes through the point (2,3) and the curve at a point with x coordinate 2+h. Find the gradient of the line. Then use that answer to find the gradient of the curve at (2,3), stating the value of the gradient


How do you calculate the cross product of two vectors?


Prove by induction that for all positive integers n , f(n) = 2^(3n+1) + 3*5^(2n+1) , is divisible by 17.