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:

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 + ...

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

Where This Actually Shows Up

You won't use this in everyday life, but it appears in several practical contexts:

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.