Toolkit 25

Arithmetic Sequence and Series

an=a1+(n1)da_n=a_1+(n-1)d
Sn=a1+a2++an=n2(a1+an)S_n=a_1+a_2+\cdots+a_n=\frac{n}{2}(a_1+a_n)

Proof

Since consecutive terms differ by dd,

a2=a1+d,a3=a1+2d,a_2=a_1+d,\qquad a_3=a_1+2d,

and, in general,

an=a1+(n1)d.a_n=a_1+(n-1)d.

Now let

Sn=a1+a2++an1+an.S_n=a_1+a_2+\cdots+a_{n-1}+a_n.

Writing the same sum in reverse order gives

Sn=an+an1++a2+a1.S_n=a_n+a_{n-1}+\cdots+a_2+a_1.

Adding the two equations term by term,

2Sn=(a1+an)+(a2+an1)++(an+a1).2S_n = (a_1+a_n)+(a_2+a_{n-1})+\cdots+(a_n+a_1).

Every pair is equal to a1+ana_1+a_n, and there are nn pairs. Hence,

2Sn=n(a1+an).2S_n=n(a_1+a_n).

Therefore,

Sn=n2(a1+an).S_n=\frac{n}{2}(a_1+a_n). \quad\square