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 ▸

Find the general solution of the second order differential equation y''(t)+y(t) = 5exp(2t)


Find the modulus-argument form of the complex number z=(5√ 3 - 5i)


Find the solution the the differential equation d^2y/dx^2 + (3/2)dy/dx + y = 22e^(-4x)


Solve the second order differential equation d^2y/dx^2 - 4dy/dx + 5y = 15cos(x), given that when x = 0, y = 1 and when x = 0, dy/dx = 0