How can I derive an equation to find the sum of an arithmetic sequence?

This isn't a requirement of many courses but understanding and proving mathematics has order is what makes mathematics unique and enjoyable to many.
Imagine the sum of a sequence with n terms, denoted Sn, which has an initial value, a, and a constant value, d, added on to each term.
For example, my sequence could be:
1, 6, 11, 16... which would make a = 1 and d = 5.
Then Sn = 1 + 6 + 11 + 16 +...
So to be more general,
Sn = + (a+d) + (a+2d) + ...+ (a+(n-2)d) + (a+(n-1)d)
Sn = (a+(n-1)d) + (a+(n-2)d) +...+ (a+2d) + a [reverse Sn]
Add both the sums together: add the first term to the other first term, then the second to the other second and so on.
2Sn = (2a+(n-1)d) + (2a+(n-1)d) +...+ (2a+(n-1)d) + (2a+(n-1)d)
There are n amounts of (2a+(n-1)d), as there are n terms, so this can be factored out.
2Sn = n(2a + (n-1)d)
=> Sn = 0.5n(2a + (n-1)d)    [divide by 2]

RH

Related Maths A Level answers

All answers ▸

Find the general solution of the differential equation: d^2x/dt^2 + 5dx/dt + 6x = 2cos(t) - sin(t)


Differentiate sin(x)*x^2


Q4 on 2017 Edexcel C4 paper, concerns differentiation of multiple variables.


Find the values of the constants a and b for which ax + b is a particular integral of the differential equation 2y' + 5y = 10x. Hence find the general solution of 2y' + 5y = 10x .