Infinite Geometric Series

Infinite Geometric Series gives you the sum of all terms in a geometric sequence when the common ratio lies strictly between negative one and one.

S=a11r,r<1S = \frac{a_1}{1 - r}, \quad |r| < 1

Solve a problem with Infinite Geometric Series

Type the problem. The solver will use Infinite Geometric Series where Infinite Geometric Series is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Infinite Geometric Series takes
SS
a1a_1
rr
Infinite Geometric Series
SymbolMeaning
SSThe sum of all infinitely many terms in the series; it represents the finite value you're calculating.
a1a_1The first term of the geometric sequence; changing it scales the entire sum proportionally.
rrThe common ratio between consecutive terms; the formula requires r<1|r| < 1 or the infinite series will diverge to infinity.

When to use it

When you need to sum infinitely many terms of a geometric sequence and the ratio between consecutive terms satisfies r<1|r| < 1.

Level

Usually taught in: Algebra II

Worked examples

1. Sum a series with ratio 1/2

Problem

Find the sum of the infinite geometric series 1+12+14+18+1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots.
  1. a1=1,r=12a_1 = 1, \quad r = \frac{1}{2}

    The first term is 1, and each term is half the previous one, so r=1/2r = 1/2. Verify r=1/2<1|r| = 1/2 < 1, so the series converges.

  2. S=a11rS = \frac{a_1}{1-r}

    Apply the infinite geometric series formula.

  3. S=1112=112=2S = \frac{1}{1 - \frac{1}{2}} = \frac{1}{\frac{1}{2}} = 2

    Substitute and simplify: the denominator becomes 1/21/2, and dividing by 1/21/2 is the same as multiplying by 2.

Answer: S=2S = 2

This formula works because r<1|r| < 1 ensures that each successive term shrinks toward zero, so the infinite sum settles on a finite value.

2. Sum a series with negative ratio

Problem

Find the sum of the series 84+21+128 - 4 + 2 - 1 + \frac{1}{2} - \cdots.
  1. a1=8,r=48=12a_1 = 8, \quad r = \frac{-4}{8} = -\frac{1}{2}

    The first term is 8. The second term is 4-4, so the common ratio is r=(4)÷8=1/2r = (-4) \div 8 = -1/2. Check: r=1/2=1/2<1|r| = |-1/2| = 1/2 < 1

  2. S=a11r=81(12)S = \frac{a_1}{1-r} = \frac{8}{1-(-\frac{1}{2})}

    Apply the formula, being careful with the negative sign: 1r=1(1/2)1 - r = 1 - (-1/2).

  3. S=81+12=832=823=163S = \frac{8}{1+\frac{1}{2}} = \frac{8}{\frac{3}{2}} = 8 \cdot \frac{2}{3} = \frac{16}{3}

    Simplify the denominator: 1(1/2)=1+1/2=3/21 - (-1/2) = 1 + 1/2 = 3/2. Then divide by multiplying by the reciprocal.

Answer: S=163S = \frac{16}{3}

The negative ratio causes the series to alternate in sign, but as long as r<1|r| < 1, the sum is still finite. The denominator 1r1 - r becomes larger because we are subtracting a negative number.

3. Total area of nested garden plots

Problem

You design a series of concentric rectangular garden plots. The innermost plot has area 100 square meters. Each larger plot adds a new rectangular border, with area half that of the previous contribution: the first border adds 50 square meters, the next adds 25 square meters, and this pattern continues infinitely. What is the total area of all plots combined?
  1. a1=100,r=12a_1 = 100, \quad r = \frac{1}{2}

    The innermost plot contributes 100 square meters. Each successive layer adds half the area of the previous contribution, so r=1/2r = 1/2. Since r=1/2<1|r| = 1/2 < 1, the infinite sum converges.

  2. S=a11r=100112S = \frac{a_1}{1-r} = \frac{100}{1-\frac{1}{2}}

    The total area is the sum of infinitely many layers, each decreasing in size. Use the infinite geometric series formula.

  3. S=10012=1002=200S = \frac{100}{\frac{1}{2}} = 100 \cdot 2 = 200

    Simplify: the denominator is 11/2=1/21 - 1/2 = 1/2, and dividing by 1/21/2 means multiplying by 2.

Answer: S=200 square metersS = 200 \text{ square meters}

Even though we add infinitely many plots, the total area stays finite because each new plot contributes less and less. The formula gives us the answer directly: 200 square meters, which is exactly twice the innermost plot's area.

Common mistakes

Where Infinite Geometric Series usually goes wrong
Answer came out wrong
Using S=a11rS = \frac{a_1}{1-r} for a geometric series with r=1.5r = 1.5 as if the formula applies.
Before using the formula, always verify that r<1|r| < 1. If r1|r| \geq 1, the series diverges to infinity or oscillates without converging.
Finding the common ratio as r=1/4r = 1/4 when the series is 12+(4)+43+12 + (-4) + \frac{4}{3} + \cdots.
Carefully compute r=a2a1r = \frac{a_2}{a_1} with correct signs: r=412=13r = \frac{-4}{12} = -\frac{1}{3}, then verify r=1/3<1|r| = 1/3 < 1 for convergence.
Using S=a11rS = \frac{a_1}{1-r} for a finite geometric series with exactly 5 terms.
For a finite series with nn terms, use S=a11rn1rS = a_1 \cdot \frac{1-r^n}{1-r}. Use S=a11rS = \frac{a_1}{1-r} only when the series is truly infinite and r<1|r| < 1.
The mistakeWhy it is wrongThe fix
Using S=a11rS = \frac{a_1}{1-r} for a geometric series with r=1.5r = 1.5 as if the formula applies.The formula only works when r<1|r| < 1; if r1|r| \geq 1, the series diverges and has no finite sum.Before using the formula, always verify that r<1|r| < 1. If r1|r| \geq 1, the series diverges to infinity or oscillates without converging.
Finding the common ratio as r=1/4r = 1/4 when the series is 12+(4)+43+12 + (-4) + \frac{4}{3} + \cdots.It is easy to miscompute the ratio when dividing a negative by a positive: (4)÷12=1/3(-4) \div 12 = -1/3, not 1/41/4, and forgetting the negative sign leads to the wrong answer.Carefully compute r=a2a1r = \frac{a_2}{a_1} with correct signs: r=412=13r = \frac{-4}{12} = -\frac{1}{3}, then verify r=1/3<1|r| = 1/3 < 1 for convergence.
Using S=a11rS = \frac{a_1}{1-r} for a finite geometric series with exactly 5 terms.The infinite series formula only applies when terms continue forever; if there are finitely many terms, you need a different formula that includes the number of terms.For a finite series with nn terms, use S=a11rn1rS = a_1 \cdot \frac{1-r^n}{1-r}. Use S=a11rS = \frac{a_1}{1-r} only when the series is truly infinite and r<1|r| < 1.

Tips and when to use something else

  • Always check that r<1|r| < 1 before applying the formula; this ensures the series converges to a finite sum instead of diverging.
  • The first term a1a_1 can be negative, and rr can be negative—the formula still works as long as r<1|r| < 1. A negative rr causes alternating signs.
  • If the series is finite (stops after nn terms), do not use this formula; instead use the finite geometric series formula S=a11rn1rS = a_1 \cdot \frac{1-r^n}{1-r}.
  • A repeating decimal like 0.3=0.3330.\overline{3} = 0.333\ldots is actually an infinite geometric series: 310+3100+31000+\frac{3}{10} + \frac{3}{100} + \frac{3}{1000} + \cdots with a1=0.3a_1 = 0.3 and r=0.1r = 0.1.

Frequently asked questions

Can the sum of an infinite series ever be negative?
Yes. If a1<0a_1 < 0 or if rr is negative (causing alternating signs), the sum can be negative. For example, the series 2+112+14-2 + 1 - \frac{1}{2} + \frac{1}{4} - \cdots has a1=2a_1 = -2 and r=12r = -\frac{1}{2}, giving S=21(1/2)=23/2=43S = \frac{-2}{1-(-1/2)} = \frac{-2}{3/2} = -\frac{4}{3}, which is negative.
What does it mean for a series to converge?
A series converges when the sum of infinitely many terms equals a finite number. For geometric series, convergence happens exactly when r<1|r| < 1. If r1|r| \geq 1, the series diverges—the sum either grows without bound or oscillates without settling to a single value.
Is there a difference between an infinite geometric series and an infinite geometric sequence?
Yes. A geometric sequence is just a list of numbers (like 1,2,4,8,16,1, 2, 4, 8, 16, \ldots). A geometric series is the sum of those numbers (like 1+2+4+8+16+1 + 2 + 4 + 8 + 16 + \cdots). This formula finds the sum, so you use it for a series, not a sequence.
Why does the formula have (1r)(1-r) in the denominator instead of just rr?
The formula comes from subtracting S=a1+a1r+a1r2+S = a_1 + a_1 r + a_1 r^2 + \cdots from rS=a1r+a1r2+a1r3+rS = a_1 r + a_1 r^2 + a_1 r^3 + \cdots to get SrS=a1S - rS = a_1. This simplifies to S(1r)=a1S(1-r) = a_1, so S=a11rS = \frac{a_1}{1-r}. The (1r)(1-r) appears naturally from this algebra, not by arbitrary choice.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18