Geometric Series
Simple Explanation
The sum of the first n terms of a geometric progression, Sβ, is found with Sβ = aβ(1βrβΏ)/(1βr), giving the total directly without adding every term individually.
Why Do We Need It?
This is the tool behind calculating total loan repayments, total compound growth over several periods, and any other running total of a geometrically changing quantity.
Formula
Sum of a Finite Geometric Series
Sβ = aβ(1 β rβΏ) / (1 β r) (r β 1)
Gives the sum of the first n terms of a geometric sequence directly, without adding every term.
- Sβ
- β the sum of the first n terms
- aβ
- β the first term
- r
- β the common ratio (r β 1)
- n
- β the number of terms being summed
When to use it: Whenever you need the total of a run of geometric-sequence terms, without adding them individually.
Worked Example
Find the sum of a geometric series
Find the sum of the first 5 terms of the G.P. with aβ=2 and r=3.
Why Does This Work?
Stated simply: write Sβ = aβ + aβr + aβrΒ² + ... + aβrβΏβ»ΒΉ, then multiply every term by r to get rSβ = aβr + aβrΒ² + ... + aβrβΏ. Subtracting, almost every term cancels, leaving Sβ β rSβ = aβ β aβrβΏ, i.e. Sβ(1βr) = aβ(1βrβΏ) β dividing both sides by (1βr) gives exactly the formula.
Real-Life Example
Total value of repeated fixed-percentage bonuses
An employee receives a bonus that increases by a fixed percentage each year for several years, and wants the total received.
If each year's bonus forms a G.P., the geometric series formula gives the total across all years in one calculation.
Practice
Find the sum of the first 4 terms of the G.P. with aβ=1 and r=2.
MediumCommon mistake
Applying the geometric series formula to an arithmetic sequence, or vice versa β always confirm whether consecutive terms share a common DIFFERENCE (arithmetic) or a common RATIO (geometric) first.
Quick Review
- Sβ = aβ(1 β rβΏ) / (1 β r), for r β 1.
- Proof idea: subtract rSβ from Sβ β almost every term cancels.
- Confirm the sequence is geometric (common ratio) before applying this formula.