Derivation of Sum of Arithmetic Progression

Arithmetic Progression, AP
Definition

Arithmetic Progression (also called arithmetic sequence), is a sequence of numbers such that the difference between any two consecutive terms is constant. Each term therefore in an arithmetic progression will increase or decrease at a constant value called the common difference, d.
 

Examples of arithmetic progression are:

  • 2, 5, 8, 11,... common difference = 3
  • 23, 19, 15, 11,... common difference = -4

 

Derivation of Formulas
Let
d = common difference
a1 = first term
a2 = second term
a3 = third term
am = mth term or any term before an
an = nth term or last term
 

d=a2a1=a3a2=a4a3 and so on.
 

Derivation for an in terms of a1 and d
a1=a1

a2=a1+d

a3=a2+d=(a1+d)+d=a1+2d

a4=a3+d=(a1+2d)+d=a1+3d

a5=a4+d=(a1+3d)+d=a1+4d
...

am=a1+(m1)d
...

an=a1+(n1)d

 

In similar manner
an=an

an1=and

an2=an1d=(and)d=an2d

an3=an2d=(an2d)d=an3d

an4=an3d=(an3d)d=an4d
...

am=an(nm)d
...

a1=an(n1)d

 

Derivation for the Sum of Arithmetic Progression, S
S=a1+a2+a3+a4+...+an

S=a1+(a1+d)+(a1+2d)+(a1+3d)+...+[a1+(n1)d]   ←   Eq. (1)
 

S=an+an1+an2+an3+...+a1

S=an+(and)+(an2d)+(an3d)+...+[an(n1)d]   ←   Eq. (2)
 

Add Equations (1) and (2)
2S=(a1+an)+(a1+an)+(a1+an)+(a1+an)+...+(a1+an)

2S=n(a1+an)

S=n2(a1+an)

 

Substitute an = a1 + (n - 1)d to the above equation, we have
S=n2{a1+[a1+(n1)d]}

S=n2[2a1+(n1)d]