Anyone who’s tried to sum a sequence like 2, 6, 18, 54 without a formula knows that adding term by term gets old fast. The geometric series formula cuts through the work, whether you’re dealing with a handful of terms or an infinite chain. This guide pairs the two core formulas—finite and infinite—so you know not just how to use them, but when. By the end, you’ll be able to spot a geometric series, pick the right formula, and check your answer with confidence.

Number of terms used in examples: 3 to 8 ·
Common ratio range for convergence: -1 < r < 1 ·
Tools to check your work: Sum of geometric series calculator (Google search)

Quick snapshot

1Confirmed facts
2What’s unclear
3Timeline signal
4What’s next

Four key values, one pattern: the entire geometric series hinges on the first term and the common ratio. The table below consolidates the essential variables and formulas.

Label Value
First term (a) The initial value of the sequence, e.g., 2 in 2, 6, 18
Common ratio (r) The constant multiplier between terms, e.g., 3 in 2, 6, 18
Finite sum formula Sn = a(1 – rn) / (1 – r)
Infinite sum formula S = a / (1 – r), valid only when |r| < 1

What is the formula for the sum of a geometric series?

The finite sum formula

  • For a geometric series with first term a and common ratio r (r ≠ 1), the sum of the first n terms is Sn = a(1 – rn) / (1 – r) (Wikipedia (online encyclopedia)).
  • Some textbooks index from n=1 and write Sn = a(1 – rn)/(1 – r); others index from n=0 and use a(1 – rn+1)/(1 – r). Both are correct — just match the exponent to the number of terms (GeeksforGeeks (computer science portal)).

The infinite sum formula

  • When the absolute value of the common ratio is less than 1, the infinite series converges to S = a / (1 – r) (LibreTexts (open educational resource)).
  • If |r| ≥ 1, the series diverges — no finite sum exists (Britannica (encyclopedia)).
The upshot

The two formulas share the same structure, but the infinite version only works when the ratio is small enough. Students who memorize both without understanding the condition risk applying the infinite formula to divergent series.

The implication: knowing the formula is only half the battle — the convergence condition is the gatekeeper. Always check |r| before reaching for the infinite sum.

How do you calculate the sum of a finite geometric sequence?

Step-by-step example: sum of the first 5 terms of 2, 6, 18, …

  1. Identify the first term (a) and common ratio (r). Here, a = 2. Divide any term by the previous: 6 ÷ 2 = 3, so r = 3.
  2. Decide n. We want the sum of the first 5 terms, so n = 5.
  3. Plug into the finite formula. S5 = 2(1 – 35) / (1 – 3) = 2(1 – 243) / (-2) = 2(-242) / (-2) = 242.
  4. Verify by adding the terms: 2 + 6 + 18 + 54 + 162 = 242. Correct.

This method works for any finite geometric series. The formula is especially useful when n is large, making manual addition impractical.

Why this matters

The same formula applies whether you’re summing 5 terms or 500. The only variable that changes is n, so learners can scale their work without rethinking the method.

The pattern: the denominator (1 – r) is where most mistakes happen. Double-check that you haven’t swapped the numerator and denominator.

How do you find the sum to infinity of a geometric series?

Condition for convergence: |r| < 1

Example: sum to infinity of 1000, 500, 250, …

  1. Identify a and r. a = 1000, r = 500 ÷ 1000 = 0.5.
  2. Check convergence. |0.5| < 1, so the series converges.
  3. Apply the infinite formula. S = a / (1 – r) = 1000 / (1 – 0.5) = 1000 / 0.5 = 2000.
  4. Interpretation. As you add more terms, the sum approaches 2000 but never surpasses it (Khan Academy (nonprofit educational platform)).

The catch: the infinite sum is a limit, not a sum you can finish by hand. The formula gives the exact value that the partial sums approach.

What is the geometric series of 1, 2, 4, 8?

Identifying the sequence properties

  • This is a geometric sequence with first term 1 and common ratio 2.
  • Each term doubles the previous: 1, 2, 4, 8, 16, …

Calculating the sum of the first n terms

  • For n = 5, the sum is 1 + 2 + 4 + 8 + 16 = 31.
  • Using the formula: S5 = 1(1 – 25) / (1 – 2) = (1 – 32) / (-1) = 31. Matches manual addition.
  • The infinite sum does not converge because r = 2 ≥ 1 (StudyPug (math help website)).

What this means: the series 1, 2, 4, 8 is a classic example of a divergent geometric series. Attempting to sum all terms would yield infinity.

Is a geometric sum always convergent?

The convergence condition

  • No. A geometric sum converges only if |r| < 1 (LibreTexts (open educational resource)).
  • This condition applies exclusively to infinite sums. Finite sums always have a finite value regardless of r.

What happens when r = 1 or r = -1

  • When r = 1, the series is a constant a + a + a + … — the infinite sum diverges (terms never shrink).
  • When r = -1, the series oscillates (a, -a, a, -a, …) and does not approach a single limit (Paul’s Online Math Notes (calculus resource)).

The trade-off: the simplicity of the infinite formula is beautiful, but it only works within a narrow band of ratios. Outside that band, you must use the finite formula or tools like partial sums.

“A geometric series is a series with a constant ratio between successive terms.”

Wikipedia (online encyclopedia)

“An infinite geometric series converges only when the absolute value of the common ratio satisfies |r| < 1.”

Britannica (encyclopedia)

“A convergent infinite geometric series equals the first term divided by one minus the common ratio.”

Khan Academy (nonprofit educational platform)

Mastering the sum of geometric series means replacing memorization with understanding: the finite formula works for any number of terms, while the infinite formula is a special case that demands a convergence check. For students tackling calculus or financial math, the ability to flip between these two formulas is a practical skill that saves time and prevents errors. For anyone working with loans, amortization, or population growth, the same formulas underpin the calculations. The learner’s takeaway: check the ratio, pick the formula, and verify with a small example.

The sum of geometric series formula provides a clear explanation of when each formula applies and how to check convergence.

Frequently asked questions

What is the difference between a finite and infinite geometric sum?

A finite sum adds a specific number of terms; the infinite sum (if it converges) adds all terms in the series, approaching a limit.

Can the sum of a geometric series be negative?

Yes, if the first term is negative or if the common ratio is negative and the number of terms is odd, the sum can be negative. The formula still works.

What happens if the common ratio is 1?

If r = 1, the finite sum formula has a denominator of zero; instead, the sum is simply n × a. The infinite series diverges because terms do not shrink.

How do you find the geometric sum on a calculator?

Most scientific calculators have a summation function (Σ). Enter the term formula a × r^(n-1) and sum from 1 to n. For infinite sums, use the formula a/(1-r) if |r| < 1.

Is the sum of a geometric series the same as the sum of a geometric sequence?

In practice, yes. A geometric series is the sum of a geometric sequence. The terms “sequence” and “series” are often used interchangeably in basic math problems.