Deriving the sum formula for an Arithmetic Progression

Arithmetic progressions (or arithmetic sequences) are sequences with a common difference (i.e. the same number is added or subtracted to get the next number in the sequence).

For example,

2, 5, 8, 11, 14, ...

or

12,10, 8, 6, 4, ...

The n^{th} term of an arithmetic progression is T_n=a+(n-1)d where a is the first term and d is the common difference.

i.e. For the sequence above, T_4=12+(4-1)(-2)=6

An arithmetic series is the sum of the arithmetic progression.

For example, if the sequence is

3, 7, 11, 15, ...

then S_1=3, S_2=3+7=10, S_3=3+7+11=21

The series is also a sequence and we are going to find the general term, S_n.

    \begin{equation*}S_n=T_1+T_2+T_3+...+T_n\end{equation}

which we can write as

    \begin{equation*}S_n=a+a+d+a+2d+...+a+(n-1)d\end{equation}

Now, I am going to write that in reverse order (to make the next bit more obvious)

    \begin{equation*}S_n=a+(n-1)d+a+(n-2)d+a+(n-3)d+ ... +a\end{equation}

I am going to add the two versions of S_n together

Each term has an a and there are n terms, so we now have 2na. The d terms, we going to group together

d+(n-1)d+2d+(n-2)d+3d+(n-3)d+ ... +(n-1)d+d

Which simplifies to nd+nd+nd+ ...+nd and we have (n-1) d terms. So this part of the sum is (n-10nd

Thus we have

    \begin{equation*}2S_n=2an+(n-1)nd\end{equation}

Which simplifies to

(1)   \begin{equation*}S_n=\frac{n}{2}(2a+(n-1)d)\end{equation*}

Let’s test it, remember the sequence 3, 7, 11, 15, .... We know S_3=21

    \begin{equation*}S_3=\frac{3}{2}(2(3)+(3-1)(4))=\frac{3}{2}(14)=21\end{equation}

Leave a Comment

Filed under Algebra, Arithmetic, Sequences, Year 11 Mathematical Methods

Leave a Reply

Your email address will not be published. Required fields are marked *