Geometric Series Summation Formula to Infinite- Derivation and Use
What Is a Geometric Series?
A geometric series is a sequence of numbers where each term is found by multiplying the previous term by a fixed number called the common ratio. That's it. Nothing complicated.
For example: 2, 6, 18, 54, ... Here, each term is multiplied by 3. The ratio r = 3.
When you add up all the terms of such a sequence, you get a geometric series. The question mathematicians asked was: what happens if we keep going forever? Can we find a sum for an infinite series?
The Finite Geometric Series Formula
Before infinite series, you need the finite formula. For a geometric series with first term a and common ratio r, the sum of the first n terms is:
Sn = a(1 - rn) / (1 - r)
This works for any r β 1. Memorize it or derive it when you need it.
Deriving the Infinite Sum Formula
Here's how you get from finite to infinite. Start with the finite formula:
Sn = a(1 - rn) / (1 - r)
Now ask: what happens as n approaches infinity? It depends entirely on what rn does.
If |r| < 1, then rn gets smaller and smaller as n grows. It approaches zero. In the limit, rn = 0.
Plug that into the finite formula:
Sβ = a(1 - 0) / (1 - r)
Sβ = a / (1 - r)
That's your infinite geometric series formula. Clean and simple.
Does It Always Work? No.
The formula only works under one condition: |r| < 1
If |r| β₯ 1, the series diverges. It grows without bound or oscillates wildly. There is no finite sum.
Examples:
- Series with r = 2: 1 + 2 + 4 + 8 + ... grows infinitely β no sum
- Series with r = -2: 1 - 2 + 4 - 8 + ... oscillates in magnitude β no sum
- Series with r = 0.5: 1 + 0.5 + 0.25 + 0.125 + ... converges to 2
- Series with r = -0.5: 1 - 0.5 + 0.25 - 0.125 + ... converges to 0.667
How to Calculate Infinite Geometric Series
Step 1: Identify the first term (a)
Look at the very first number in your series. That's a.
Step 2: Find the common ratio (r)
Divide any term by the previous term. Check multiple times to be sure it's constant.
Step 3: Verify |r| < 1
If |r| β₯ 1, stop here. There is no finite sum.
Step 4: Apply the formula
Sβ = a / (1 - r)
Example Calculation
Find the sum of: 3 + 1.5 + 0.75 + 0.375 + ...
- a = 3
- r = 1.5/3 = 0.5
- |r| = 0.5 < 1 β
- Sβ = 3 / (1 - 0.5) = 3 / 0.5 = 6
The sum is 6.
Quick Reference Table
| Series Type | Condition | Sum Formula | Example |
|---|---|---|---|
| Convergent | |r| < 1 | a / (1 - r) | 1 + 0.5 + 0.25 + ... = 2 |
| Divergent (grows) | |r| > 1, r > 0 | No sum exists | 1 + 2 + 4 + 8 + ... |
| Divergent (oscillates) | r β€ -1 | No sum exists | 1 - 2 + 4 - 8 + ... |
| Trivial case | r = 1 | Sum = nΒ·a (finite only) | 2 + 2 + 2 + ... |
Common Mistakes
- Forgetting to check |r| < 1 before applying the formula. This is the most common error. The formula gives wrong answers when it shouldn't be used at all.
- Misidentifying the first term. Make sure you start from the correct term. Some problems give the series starting from the second term.
- Rounding r too early. If r is 0.333... (repeating), keep it as a fraction. Converting to decimal too early introduces errors.
- Confusing geometric with arithmetic. Geometric uses multiplication/ratio. Arithmetic uses addition/difference. Different formulas.
Where This Actually Shows Up
You won't use this in everyday life, but it appears in several practical contexts:
- Finance: Calculating present value of perpetuities. A bond that pays forever with decreasing payments.
- Physics: Analyzing damped oscillations where each bounce is a fraction of the previous.
- Computer Science: Algorithm analysis for recursive processes that shrink by a constant factor.
- Signal Processing: Understanding infinite impulse responses in filters.
The Bottom Line
The infinite geometric series sum formula is S = a / (1 - r). That's all you need. Identify a, find r, confirm |r| < 1, plug in. If |r| β₯ 1, there is no sumβend of story.
Don't overthink this. The derivation is simple. The formula is straightforward. The only failure point is forgetting the convergence condition.