
Sum of Geometric Series: Formula, Examples, Step-by-Step Guide
Anyone who has tried to add up a sequence like 2, 6, 18, 54 knows the numbers can grow fast. The good news: there is a clean formula that wraps the entire sum into a single calculation, whether you have four terms or infinitely many. This guide walks through both the finite and infinite cases, with step-by-step examples that show exactly how the formula works — no memorization tricks, just the math that powers everything from loan payments to fractal geometry.
Common ratio (r) range for convergence: |r| < 1 ·
Finite sum formula (r ≠ 1): S_n = a(1 – r^n)/(1 – r) ·
Infinite sum formula (|r| < 1): S_∞ = a/(1 – r) ·
Number of terms in a finite series: n
Quick snapshot
- Finite sum: S_n = a(1 – r^n)/(1 – r) for r ≠ 1 (Cuemath math education platform)
- Infinite sum: S_∞ = a/(1 – r) for |r| < 1 (Mathematics LibreTexts academic precalculus resource)
- No major unknown — formulas are mathematically proven, but confusion remains about when to apply each formula.
- Convergence condition |r| < 1 was established by formal analysis of partial sums (Mathematics LibreTexts academic precalculus resource)
- Apply formulas to real-world problems like compound interest and fractal geometry.
| Attribute | Value |
|---|---|
| Common ratio | Constant multiplier between consecutive terms |
| Finite sum formula | S_n = a(1 – r^n)/(1 – r) for r ≠ 1 |
| Infinite sum formula | S_∞ = a/(1 – r) for |r| < 1 |
| Divergence condition | r ≥ 1 or r ≤ -1 (no finite sum) |
What is the sum formula for the geometric series?
Before crunching numbers, it helps to see the two formulas side by side. The finite geometric series sum formula handles a specific number of terms; the infinite version works only when the series shrinks as it goes. Both share the same first term a and common ratio r.
Finite geometric series sum formula
- For a series with first term a, common ratio r (r ≠ 1), and n terms, the sum is: Sn = a(1 – rn)/(1 – r) (Cuemath math education platform)
- If r = 1, the formula breaks down and the sum is simply n·a (all terms equal the first).
Infinite geometric series sum formula
- When |r| < 1, the infinite sum converges to S∞ = a/(1 – r) (Mathematics LibreTexts academic precalculus resource)
- This is derived by taking the limit of the finite sum as n→∞ (the rn term goes to zero).
When does the formula apply?
- The finite formula works for any r except 1. For r = 1, use Sn = n·a.
- The infinite formula is valid only for |r| < 1; otherwise the series diverges and has no finite sum (Mathwords mathematical reference site).
Mixing up the two formulas leads to errors in fields like finance, where infinite series model perpetual payments and finite series handle fixed-term annuities.
The implication: the convergence condition |r| < 1 is what separates a manageable infinite sum from a worthless infinity.
How do I find the sum of a geometric series?
Calculating the sum is a four-step process that works for any geometric series, whether it has 3 terms or 100. Here is the method, built from the formula and simple pattern recognition.
Step 1: Identify the first term (a) and common ratio (r)
- Look at the first number — that is a.
- Divide any term by the previous term to get r (Cuemath math education platform).
Step 2: Determine the number of terms (n)
- Count how many terms are in the series, unless the problem states it is infinite.
- For an infinite series, skip to Step 4 (check convergence first).
Step 3: Apply the finite sum formula
- Plug a, r, n into Sn = a(1 – rn)/(1 – r) — but only if r ≠ 1 (DataCamp data science tutorial portal).
- If r = 1, the sum is simply a multiplied by n.
Step 4: Calculate the infinite sum if convergent
- Check that |r| < 1. If true, use S∞ = a/(1 – r) (Mathwords mathematical reference site).
- If |r| ≥ 1, the series diverges and no finite sum exists.
A student who masters these four steps can handle any geometric series problem — from textbook exercises to SAT math sections — without guessing.
The pattern: the hardest part is finding r correctly; the rest is substitution.
What is the sum of a geometric finite series?
Seeing the formula in action makes it concrete. Here are two worked examples that walk through the calculation from start to finish.
Example: Sum of 2, 6, 18, 54 (a=2, r=3, n=4)
- First term a = 2, common ratio r = 6/2 = 3, number of terms n = 4.
- Finite sum: S4 = 2(1 – 34)/(1 – 3) = 2(1 – 81)/(-2) = 2(-80)/(-2) = 80 (DataCamp data science tutorial portal).
- Check: 2+6+18+54 = 80. The formula matches.
Example: Sum of 1, 1/2, 1/4, 1/8 (a=1, r=1/2, n=4)
- a = 1, r = 1/2, n = 4.
- S4 = 1(1 – (1/2)4)/(1 – 1/2) = (1 – 1/16)/(1/2) = (15/16)/(1/2) = 15/8 = 1.875 (Cuemath math education platform).
- Manual sum: 1 + 0.5 + 0.25 + 0.125 = 1.875.
The catch: the finite formula always works for r ≠ 1, but you must remember to subtract rn, not r, inside the parentheses.
Learn how to determine the sum of a geometric series: common examples
Geometric series appear in many real-world contexts. These examples show how the sum changes with different types of common ratios — integers, fractions, and negative values.
Geometric series with integer common ratio (r=2)
- Series: 3 + 6 + 12 + 24 + 48 (a=3, r=2, n=5). Sum: S5 = 3(1 – 25)/(1 – 2) = 3(1 – 32)/(-1) = 93 (Mathwords mathematical reference site).
- The sum grows quickly because r>1.
Geometric series with fractional common ratio (r=1/3)
- Series: 9 + 3 + 1 + 1/3 + 1/9 (a=9, r=1/3, n=5). Sum: S5 = 9(1 – (1/3)5)/(1 – 1/3) = 9(1 – 1/243)/(2/3) = (9·242/243)/(2/3) = (242/27)/(2/3) = 242/27 * 3/2 = 242/18 = 121/9 ≈ 13.44 (Cuemath math education platform).
- The sum approaches a limit because |r|<1.
Geometric series where r > 1 and r < -1
- When r > 1 (e.g., r=2), the finite sum exists but the infinite series diverges.
- When r < -1 (e.g., r=-3), terms alternate in sign and grow in absolute value; the infinite series diverges as well (Mathematics LibreTexts academic precalculus resource).
A negative ratio causes the series to oscillate, yet the convergence condition |r| < 1 still applies — meaning a series with r = -0.5 converges even though it jumps up and down.
The trade-off: fractional ratios produce finite sums that settle quickly; integer ratios explode; negative ratios require extra care in interpretation.
What is the difference between finite and infinite geometric series sums?
This distinction is often the source of confusion. The key factor is whether the series stops after a fixed number of terms or keeps going forever.
Finite sum: exact number of terms
- Always exists for any r (except r=1 requires special handling).
- Formula: Sn = a(1 – rn)/(1 – r) for r ≠ 1.
Infinite sum: series with infinitely many terms
- Only exists if |r| < 1 (Mathwords mathematical reference site).
- Formula: S∞ = a/(1 – r).
Convergence conditions
- For |r| ≥ 1, the infinite series diverges (no finite sum).
- Example: 1 + 0.5 + 0.25 + … converges to 2; 1 + 2 + 4 + … diverges (DataCamp data science tutorial portal).
What this means: knowing whether you have a finite or infinite series dictates which formula to use — and whether the infinite sum even exists.
Confirmed facts
- The sum formulas are mathematically proven and rigorous (Cuemath math education platform)
- Convergence criterion |r| < 1 is well established (Mathematics LibreTexts academic precalculus resource)
What’s unclear
- No major unresolved points — but many learners confuse the conditions for applying finite vs. infinite formulas.
A geometric series is a series with a constant ratio between successive terms.
The sum of a convergent infinite geometric series is given by a/(1 – r) when |r| < 1.
For anyone tackling algebra, precalculus, or quantitative finance, the sum of a geometric series is not just a formula to memorize — it is a tool that unlocks compound interest calculations, fractal dimensions, and even the logic behind certain infinite sums. A student who understands the four-step process and the convergence condition can move from confusion to confidence in minutes. For the self-learner, the choice is clear: practice with the two worked examples, then test yourself on series with different ratios to build lasting intuition.
Related reading: Surface Area of a Sphere Formula
Frequently asked questions
What does the ‘a’ stand for in the geometric series sum formula?
‘a’ is the first term of the series. For example, in the series 3, 6, 12, … the first term a = 3.
What does ‘r’ stand for in the geometric series sum formula?
‘r’ is the common ratio — you find it by dividing any term by the previous term. For 3, 6, 12, r = 6/3 = 2.
Can the sum formula be used when r = 1?
No, the standard finite formula Sn = a(1 – rn)/(1 – r) is undefined when r = 1 because the denominator becomes zero. In that case, all terms equal a, so the sum is n × a.
What happens if the common ratio is greater than 1?
The finite sum exists and can be very large, but the infinite series diverges — there is no finite sum for an infinite geometric series with |r| ≥ 1.
Is there a sum formula for an infinite geometric series?
Yes: S∞ = a/(1 – r), but it only works when |r| < 1. Otherwise the series diverges.
How do you find the sum of a geometric series without the n term?
If the series is infinite and |r| < 1, you can use the infinite formula S∞ = a/(1 – r) — no n needed. For a finite series without n directly given, you can count terms from the pattern.
Why does the infinite sum formula only work for |r| < 1?
Because when |r| < 1, the term rn shrinks to zero as n→∞, so the finite sum formula approaches a finite limit. If |r| ≥ 1, the terms do not shrink and the sum grows without bound.