Adding the terms of a G.P. with Sₙ = a(rⁿ − 1)/(r − 1), why the sum goes on for ever only when r is between −1 and 1, and the sum to infinity S∞ = a/(1 − r).
To add the first n terms of a G.P., write the sum Sn, then multiply every term by r and write rSn underneath, shifted one place. Every term from ar to arn−1 is in both rows, so taking one row from the other leaves just the ends:
rSn−Sn=arn−a
Take out the common factors, Sn(r−1)=a(rn−1), and divide:
Sn=r−1a(rn−1)
Sum of a G.P.rS − S = arⁿ − a, so Sₙ = a(rⁿ − 1) ÷ (r − 1)
The same formula can be written Sn=1−ra(1−rn): top and bottom have both changed sign. Use that form when r is less than 1, so both brackets are positive.
The second term of a geometric series is 4 while the fourth term is 16. Find the sum of the first five terms.
Write the two terms
ar=4 and ar3=16.
Think first.Write the 2nd and 4th terms with a and r.
Divide
r2=4, so r=2 or r=−2.
Think first.What power of r is left? How many values can r have?
Try r = 2
a=24=2. S5=2−12(25−1)=2×31=62.
Think first.Find a, then S₅.
Try r = −2
a=−2. S5=−2−1−2((−2)5−1)=−3−2×(−33)=−22, not an option. The answer is 62 (B).
Think first.Is this sum one of the options?
The sum to infinity
When r is between −1 and 1, each term is smaller than the one before, and rn gets closer and closer to 0 as n grows. So Sn=1−ra(1−rn) gets closer and closer to one number, the sum to infinity:
S∞=1−ra(−1<r<1)
Sum to infinityWith r = ½ each piece is half the gap left: S∞ = a ÷ (1 − r)
Try it
Adding a G.P. for everPick r, then add more terms
7.5S4, the first 4 terms4 ÷ 0.5 = 8S∞ = a ÷ (1 − r)0.5still to go
Each term is a fraction of the one before, so each one adds less. The totals climb towards the dashed line but never pass it: after 4 terms there is 0.5 still to go. The line is the sum to infinity, S∞ = 4 ÷ (1 − ½) = 8.
Add terms one at a time. For r=21, 31 and 43 the totals creep up to the dashed line; 43 gets there slowest. For r=−21 they jump either side of it. For r=2 they run away: no sum to infinity.
Working backwards
The sum to infinity gives one equation in a and r. If you know one of them, solve for the other.
The first term of a geometric progression is twice its common ratio. Find the sum of the first two terms of the progression if its sum to infinity is 8.
Write a with r
a=2r
Think first.'The first term is twice its common ratio.' Write that as an equation.