Algebra 2 Advanced infinite seriesconvergencegeometric

Infinite Geometric Series

When adding forever still gives a finite answer.

Video by Khan Academy — “Sum of an infinite geometric series | Sequences, series and induction | Precalculus | Khan Academy” Watch on YouTube

The explanation

Key idea If |r| < 1, the sum is a₁/(1 − r).

Adding infinitely many terms sometimes gives a finite total.

The test is the common ratio. If |r| < 1, the terms shrink fast enough that the sum converges:

S = a₁/(1 − r)

For 8 + 4 + 2 + 1 + …: a₁ = 8 and r = 1/2, so S = 8/(1 − 1/2) = 16. It never exceeds 16, no matter how many terms you add.

If |r| ≥ 1, the terms do not shrink and the sum grows without bound. There is no finite answer, and the formula does not apply.

This is also the clean proof that 0.999… = 1: it is 0.9 + 0.09 + 0.009 + …, with a₁ = 0.9 and r = 0.1, giving 0.9/0.9 = 1.

Worked example

Find the sum of 27 + 18 + 12 + 8 + …, and write 0.454545… as a fraction.

  1. r = 18/27 = 2/3, and |2/3| < 1 so it converges.
  2. S = 27/(1 − 2/3) = 27/(1/3) = 81.
  3. For the decimal: a₁ = 0.45, r = 0.01.
  4. S = 0.45/(1 − 0.01) = 0.45/0.99.

Answer: 81, and 0.454545… = 45/99 = 5/11

Common mistakes

  • Applying the formula when |r| ≥ 1, which produces a meaningless number.
  • Using the finite-sum formula with n = ∞.