Arithmetic series
In a nutshell
An arithmetic series finds the sum of a given number of terms in an arithmetic sequence.
Calculating the sum of a sequence
To find the sum Sn of the first n terms of an arithmetic sequence, you can use a formula. The sum Sn is given using the first term, a, the value n, which is the position of the nth term, and either the common difference, d, or the last term, l.
Sn=2n[2a+(n−1)d]orSn=2n(a+l)
Deriving the formula
The terms in any given finite arithmetic sequence are as follows:
a, a+d,a+2d,...,a+(n−2)d, a+(n−1)d
This means that the sum of a finite arithmetic sequence will be as follows:
Sn=[a]+[a+d]+[a+2d]+...+[a+(n−2)d]+[a+(n−1)d]
Adding two such sums together, expressing one of them in reverse, will give:
SnSn2Sn===[a][a+(n−1)d][2a+(n−1)d]+++[a+d][a+(n−2)d][2a+(n−1)d]+...+...+...+++[a+(n−2)d][a+d][2a+(n−1)d]+++[a+(n−1)d][a][2a+(n−1)d]
Therefore, since n is the total number of terms in the calculation, this will give:
2Sn=n(2a+(n−1)d)
Sn=2n(2a+(n−1)d)
If n represents the total number of terms, then the last term is l=a+(n−1)d. Hence an alternative formula can be found:
Sn=2n(a+[a+(n−1)d])
Sn=2n(a+l)
Example 1
Find the sum of the first 25 terms of the arithmetic sequence with a first term of 8, and a common difference of 3.
You can identify the first few terms of the sequence:
8,11,14,17,...
To sum the first fifteen terms, without actually finding them and adding them, identify the formula to use:
Sn=2n[2a+(n−1)d]
Substitute values to find the sum:
S25=225[2(8)+(25−1)3]
S25=1100
Example 2
Given that the sum of the first 15 terms of an arithmetic sequence is 630 and the last term is 76, what is the first term of this sequence?
Identify the relevant formula to use:
Sn=2n(a+l)
Substitute the given values and solve for a:
S15=215(a+76)
630=215(a+76)
84=a+76
a=8