Geometric Series Formulas- Complete Reference Guide

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 the whole concept. No tricks.

For example: 2, 6, 18, 54... Each term multiplies by 3. The ratio is 3.

Or: 100, 50, 25, 12.5... Each term multiplies by 0.5. The ratio is 0.5.

The Core Formulas You Need

Sum of a Finite Geometric Series

When you have a set number of terms, use this formula:

Sn = a₁ Ɨ (1 - rn) / (1 - r)

Where:

This formula works for any r except 1. If r equals 1, the series is just n Ɨ a₁. That's it.

Sum of an Infinite Geometric Series

When the series continues forever, the formula changes:

Sāˆž = a₁ / (1 - r)

Here's the catch: this only works when |r| < 1. If |r| ≄ 1, the series diverges. It grows without bound or oscillates forever. No sum exists.

The Nth Term Formula

Need to find a specific term without listing everything?

an = a₁ Ɨ rn-1

This gives you the nth term directly. Useful when n is large and you don't want to calculate every intermediate term.

Recursive Form

Sometimes you need the recursive definition:

Each term equals the previous term multiplied by r. Simple.

Quick Reference Table

What You Know Formula to Use Condition
Sum of n terms Sn = a₁(1 - rn) / (1 - r) r ≠ 1
Sum to infinity Sāˆž = a₁ / (1 - r) |r| < 1
Nth term an = a₁ Ɨ rn-1 All cases
Common ratio r = an / an-1 Any consecutive terms

Working Examples

Example 1: Finite Series Sum

Find the sum of 3 + 6 + 12 + 24 + 48 (5 terms).

Here: a₁ = 3, r = 2, n = 5

Sā‚… = 3 Ɨ (1 - 2⁵) / (1 - 2)
Sā‚… = 3 Ɨ (1 - 32) / (-1)
Sā‚… = 3 Ɨ (-31) / (-1)
Sā‚… = 93

Quick check: 3 + 6 + 12 + 24 + 48 = 93. Correct.

Example 2: Infinite Series

Sum of 1 + 1/2 + 1/4 + 1/8 + ... to infinity.

Here: a₁ = 1, r = 1/2

Sāˆž = 1 / (1 - 1/2) = 1 / (1/2) = 2

The sum approaches 2 but never exceeds it. This is why infinite geometric series with |r| < 1 converge.

Example 3: Finding the 50th Term

Given: 5, 15, 45, 135... Find aā‚…ā‚€.

a₁ = 5, r = 3

aā‚…ā‚€ = 5 Ɨ 3⁓⁹

That's a huge number. The formula handles it without listing 50 terms. That's the point.

How to Solve Any Geometric Series Problem

  1. Identify the first term (a₁) — The very first number in your sequence.
  2. Find the common ratio (r) — Divide any term by the previous term. Do this twice to confirm consistency.
  3. Determine if the series is finite or infinite — Infinite only works if |r| < 1.
  4. Pick the right formula — Use the table above based on what you're solving for.
  5. Plug in and calculate — Watch your order of operations. Exponents before multiplication.

Common Mistakes to Avoid

When Geometric Series Show Up in Real Life

These formulas aren't abstract. They appear in:

The Bottom Line

You need four things to work with geometric series:

That's the entire skill set. Memorize the formulas, verify your ratio twice, and check whether your infinite series actually converges before you start calculating.