Infinite Geometric Series
Simple Explanation
When a geometric series continues forever, and its common ratio satisfies |r| < 1 (so each term shrinks toward zero), the running total approaches a fixed, finite limit: Sβ = aβ/(1βr), even though infinitely many terms are being added.
Why Do We Need It?
This is a genuinely surprising result β adding infinitely many positive numbers can still produce a finite total, as long as the terms shrink fast enough β with real applications in repeating decimals and physics.
Formula
Sum of an Infinite Geometric Series
Sβ = aβ / (1 β r) (only valid when |r| < 1)
Gives the finite total that a geometric series with shrinking terms approaches as more and more terms are added, forever.
- Sβ
- β the sum of the infinite series
- aβ
- β the first term
- r
- β the common ratio, with |r| < 1 required for the sum to exist
When to use it: Whenever a geometric series continues forever and its common ratio satisfies |r| < 1, so its terms shrink toward zero.
Worked Example
Find the sum of an infinite geometric series
Find the sum of 8 + 4 + 2 + 1 + ... continuing forever.
Why Does This Work?
From the finite sum formula, Sβ = aβ(1βrβΏ)/(1βr) β as n grows larger and larger, if |r| < 1 then rβΏ shrinks closer and closer to 0 (since repeatedly multiplying a number smaller than 1 by itself makes it smaller each time), so (1βrβΏ) approaches 1, and the whole expression approaches aβ(1)/(1βr) = aβ/(1βr) β the finite limiting value the partial sums are heading toward.
Real-Life Example
Converting a repeating decimal to a fraction
0.333... can be written as the infinite series 3/10 + 3/100 + 3/1000 + ..., a geometric series with aβ=3/10, r=1/10.
Sβ = (3/10)/(1β1/10) = (3/10)/(9/10) = 1/3 β confirming that 0.333... exactly equals 1/3, using the infinite geometric series formula.
Practice
Find the sum of 12 + 6 + 3 + 1.5 + ... continuing forever.
HardWhy does 5 + 10 + 20 + 40 + ... NOT have a finite infinite sum?
HardCommon mistake
Applying the infinite sum formula when |r| β₯ 1 β the formula is only valid (and the sum only exists) when |r| < 1, since otherwise the terms don't shrink and the total grows without bound.
Quick Review
- Sβ = aβ/(1βr), only valid when |r| < 1.
- As nββ, rβΏβ0 when |r|<1, which is why the partial sums approach a fixed finite value.
- If |r| β₯ 1, no finite sum exists β the series diverges.