Infinite Geometric Series Formula
The Formula
Partial sum: S_n = a \cdot \frac{1 - r^n}{1 - r}. As n \to \infty, r^n \to 0 when |r| < 1.
When to use: If each term is a fixed fraction of the previous one, the terms shrink fast enough that the total sum stays finite. Imagine walking halfway to a wall, then half the remaining distance, then half again—you approach the wall but the total distance is finite (exactly the full distance to the wall).
Quick Example
Notation
What This Formula Means
The sum of all terms of a geometric sequence with common ratio |r| < 1. The infinite sum converges to \frac{a}{1-r}, where a is the first term.
If each term is a fixed fraction of the previous one, the terms shrink fast enough that the total sum stays finite. Imagine walking halfway to a wall, then half the remaining distance, then half again—you approach the wall but the total distance is finite (exactly the full distance to the wall).
Formal View
Worked Examples
Example 1
easySolution
- 1 Identify: first term a = 1 (when n=0), common ratio r = \frac{1}{3}.
- 2 Check: |r| = \frac{1}{3} < 1, so the series converges.
- 3 Sum formula: S = \frac{a}{1-r} = \frac{1}{1 - \frac{1}{3}} = \frac{1}{\frac{2}{3}} = \frac{3}{2}.
Answer
Example 2
mediumCommon Mistakes
- Using the formula when |r| \geq 1: the series 1 + 2 + 4 + 8 + \ldots has r = 2, so it diverges—there is no finite sum.
- Getting the first term a wrong: in \sum_{n=1}^{\infty} 3 \cdot (0.5)^n, the first term is a = 3(0.5) = 1.5, not a = 3. The formula uses the actual first term of the sum.
- Confusing the partial sum formula S_n = a\frac{1-r^n}{1-r} with the infinite sum formula S_\infty = \frac{a}{1-r}—the partial sum still has the r^n term.
Why This Formula Matters
Geometric series appear everywhere: repeating decimals (0.333\ldots = \frac{1}{3}), compound interest, present value calculations in finance, probability, and as the simplest example of a convergent infinite series. They are the gateway to understanding convergence.
Frequently Asked Questions
What is the Infinite Geometric Series formula?
The sum of all terms of a geometric sequence with common ratio |r| < 1. The infinite sum converges to \frac{a}{1-r}, where a is the first term.
How do you use the Infinite Geometric Series formula?
If each term is a fixed fraction of the previous one, the terms shrink fast enough that the total sum stays finite. Imagine walking halfway to a wall, then half the remaining distance, then half again—you approach the wall but the total distance is finite (exactly the full distance to the wall).
What do the symbols mean in the Infinite Geometric Series formula?
a = first term, r = common ratio. S_\infty = \frac{a}{1-r}.
Why is the Infinite Geometric Series formula important in Math?
Geometric series appear everywhere: repeating decimals (0.333\ldots = \frac{1}{3}), compound interest, present value calculations in finance, probability, and as the simplest example of a convergent infinite series. They are the gateway to understanding convergence.
What do students get wrong about Infinite Geometric Series?
The formula \frac{a}{1-r} only works when |r| < 1. If |r| \geq 1, the series diverges (the terms don't shrink to zero). Always check the convergence condition first.
What should I learn before the Infinite Geometric Series formula?
Before studying the Infinite Geometric Series formula, you should understand: geometric sequence, series, limit.