- Home
- /
- Math
- /
- Introduction to Calculus
- /
- Infinite Geometric Series
Infinite Geometric Series
Also known as: geometric series sum, sum to infinity, infinite-series
Grade 9-12
View on concept mapThe sum of all terms of a geometric sequence with common ratio |r| < 1. 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.
Definition
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.
π‘ Intuition
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).
π― Core Idea
An infinite geometric series converges if and only if |r| < 1. The sum formula comes from the partial sum formula by taking the limit as n \to \infty: since |r| < 1, the r^n term vanishes.
Example
Formula
Partial sum: S_n = a \cdot \frac{1 - r^n}{1 - r}. As n \to \infty, r^n \to 0 when |r| < 1.
Notation
a = first term, r = common ratio. S_\infty = \frac{a}{1-r}.
π Why It 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.
π Hint When Stuck
Identify the first term a and the common ratio r separately, verify |r| < 1, then plug into a/(1-r).
Formal View
Related Concepts
π§ Common Stuck Point
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.
β οΈ Common 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.
Go Deeper
Worked Examples
Step-by-step solved problems
Practice Problems
Test your understanding
Formula Explained
Notation, derivation, and common mistakes
Partial sum: S_n = a \cdot \frac{1 - r^n}{1 - r}. As n \to \infty, r^n \to 0 when |r| < 1.
Frequently Asked Questions
What is Infinite Geometric Series in Math?
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.
Why is Infinite Geometric Series important?
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 usually 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 Infinite Geometric Series?
Before studying Infinite Geometric Series, you should understand: geometric sequence, series, limit.
Prerequisites
Next Steps
Cross-Subject Connections
How Infinite Geometric Series Connects to Other Ideas
To understand infinite geometric series, you should first be comfortable with geometric sequence, series and limit. Once you have a solid grasp of infinite geometric series, you can move on to convergence divergence and taylor series.