Geometric series
In a nutshell
An geometric series finds the sum of a given number of terms in an geometric sequence, a sequence whose terms are separated by a common ratio.
Calculating the sum of a sequence
To find the sum of a given number of terms of an geometric sequence, use a formula rather than manually adding up the terms. The sum Sn is given using the first term, a, the common ratio, r, and the nth term.
Sn=1−ra(1−rn)orSn=r−1a(rn−1)
Note: Either formula can be used to find the sum but the formula on the left is easier when r<1 and the right when r>1.
Deriving the formula
The terms in a finite geometric sequence are as follows:
a,ar1,ar2,...,arn−2,arn−1
This means the sum of a finite geometric sequence is equal to:
Sn=a+ar1+ar2+...+arn−2+arn−1
Multiplying the series by r will give:
rSnrSn==r[a+ar1+...+arn−2+arn−1][ar+ar2+...+arn−1+arn]
Subtract this from Sn:
Sn−rSn=[a+ar1+...+arn−2+arn−1]−[ar+ar2+...+arn−1+arn]
Sn(1−r)=a+[ar1−ar1]+...+[arn−2−arn−2]+[arn−1−arn−1]−arn
Sn(1−r)=a−arn
Sn=1−ra(1−rn)
Multiplying the top and bottom of the fraction by −1 which will maintain equivalence to Sn:
Sn=1−ra(1−rn)×−1−1
Sn=r−1a(rn−1)
Example 1
Find the sum of the first 12 terms of the geometric sequence with a first term of, 7, and a common ratio of 0.9.
Identify the formula to use:
Sn=1−ra(1−rn)
Substitute values to find the sum:
S12=1−0.97(1−0.912)
S12=50.23 (2 d.p.)
Example 2
How many terms are needed for the sum of a geometric series in the form 2+4+8+16+... to exceed 1000?
Identify the common ratio and first term:
r=24=2a=2
Substitute the given values and solve:
1000=2−12(2n−1)
500=2n−1
501=2n
ln(501)=nln(2)
n=ln(2)ln(501)=8.968666
Round up since it is the sum which exceeds 1000:
n=9