The sum of the first term is, well, simply the first term:
S1 = a1
The sum of the first 2 terms is:
S2 = a1 + ( a1 + d) = 2a1 + d
Of course, S2 also equals:
S2 = a1 + a2
We can write this answer as 2/2[a1 + a2]. (You'll see why we do this soon). Putting the above 2 results together, we get:
S2 = 2a1 + d = 2/2[a1 + a2]
Now, the sum of the first 3 terms is:
S3 = a1 + ( a1 + d) + ( a1 + 2d) = 3a1 + 3d
And we examine some more relationships:
a3 = a1 + 2d
(This follows from the definition of an arithmetic progression.)
and
a1 + a3 = a1 + ( a1 + 2d) = 2a1 + 2d
And now, look at these two results:
S3 = 3a1 + 3d
a1 + a3 = 2a1 + 2d
Multiplying the last line throughout by 3/2 gives
3/2(a1 + a3) = 3/2(2a1 + 2d) = 3a1 + 3d = S3
So we can write the answer for the sum of 3 terms as
S3 = 3a1 + 3d = 3/2[a1 + a3]
The sum of the first 4 terms is:
S4 = a1 + ( a1 + d) + ( a1 + 2d) + ( a1 + 3d) = 4a1 + 6d
Now, a4 = a1 + 3d and
a1 + a4 = a1 + ( a1 + 3d) = 2a1 + 3d
Using a similar idea to the step above, we can write the answer for the sum of 4 terms as
S4 = 4a1 + 6d = 4/2[a1 + a4]
In general, the sum to n terms is:
Sn = n/2[a1 + an]
From above, the sum of the first 3 terms is:
S3 = a1 + ( a1 + d) + ( a1 + 2d) = 3a1 + 3d
We can write the answer as 3/2[2a1 + (3-1)d]
We'll see in a minute why we want to do this rather odd step.
The sum of the first 4 terms is:
S4 = 4a1 + 6d
We can write the answer as 4/2[2a1 + (4 − 1)d]
The sum of the first 5 terms is:
S5 = 5a1 + 10d which can be written 5/2[2a1 + (5 − 1)d]
Are you getting the idea? In general, the sum to n terms is
Sn = n/2[2a1 + (n − 1)d]