Skip to content
Medium

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.

    Medium

    Common 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.