What Is A Geometric Series?
A geometric series is the sum of the terms of a geometric sequence, in which each term equals the previous term multiplied by a fixed number called the common ratio $r$. If the first term is $a$, the series is
$$\sum_{n=0}^{\infty} a,r^{n} = a + ar + ar^{2} + ar^{3} + \cdots$$
The word series means a sum, while sequence means the list on its own. The list $a, ar, ar^2, \dots$ is the geometric sequence; adding those terms produces the geometric series. This distinction is the source of many errors, so it is worth fixing early: a geometric sequence is the terms, a geometric series is their running total.
There are two objects to keep separate:
Finite geometric series: the sum of a fixed number of terms, always a plain number.
Infinite geometric series: the sum of endlessly many terms, which is defined as the limit of the finite sums and only exists as a finite number under one condition.
The central result answers "when does the infinite sum make sense?"
$$\sum_{n=0}^{\infty} a,r^{n} = \frac{a}{1 - r}\quad\text{if } \lvert r \rvert < 1,\qquad\text{and diverges if } \lvert r \rvert \ge 1.$$
Everything below either derives this statement, proves the divergence half, or puts it to work. This is the calculus view of the same object the algebra page treats as geometric progressions; here the focus is convergence.
How Do You Derive The Sum Of A Geometric Series?
Start with the finite sum of the first $N + 1$ terms (indices $n = 0$ through $n = N$):
$$S_N = a + ar + ar^{2} + \cdots + ar^{N}.$$
Multiply the whole line by $r$, which shifts every term one place to the right:
$$rS_N = ar + ar^{2} + ar^{3} + \cdots + ar^{N+1}.$$
Now subtract the second line from the first. Every middle term cancels, leaving only the two ends:
$$S_N - rS_N = a - ar^{N+1}.$$
Factor both sides and divide by $1 - r$ (valid whenever $r \neq 1$):
$$S_N(1 - r) = a\left(1 - r^{N+1}\right)\quad\Longrightarrow\quad S_N = \frac{a\left(1 - r^{N+1}\right)}{1 - r}.$$
This shift-and-subtract trick is the entire engine. Written for $M$ terms instead, the same formula reads $S_M = \dfrac{a\left(1 - r^{M}\right)}{1 - r}$, which is why textbooks that count $M$ terms show $r^{M}$ while a count that starts at $n = 0$ and ends at $n = N$ shows $r^{N+1}$.
To reach the infinite series, let $N$ grow without bound and take the limit of the partial sums:
$$\sum_{n=0}^{\infty} a,r^{n} = \lim_{N \to \infty} S_N = \lim_{N \to \infty} \frac{a\left(1 - r^{N+1}\right)}{1 - r}.$$
The only moving part is $r^{N+1}$. When $\lvert r \rvert < 1$, repeatedly multiplying by $r$ drives the power toward $0$, so $\lim_{N \to \infty} r^{N+1} = 0$ and the bracket collapses to $1$:
$$\sum_{n=0}^{\infty} a,r^{n} = \frac{a,(1 - 0)}{1 - r} = \frac{a}{1 - r}.$$
When Does A Geometric Series Converge Or Diverge?
An infinite geometric series with $a \neq 0$ converges to $\dfrac{a}{1 - r}$ if and only if $\lvert r \rvert < 1$. For $\lvert r \rvert \ge 1$ it diverges, meaning the partial sums never settle on a single finite value. The three failing cases each break in their own way.
When $r = 1$: every term equals $a$, so $S_N = a(N + 1)$, which marches off to $+\infty$ or $-\infty$. The formula $\dfrac{a}{1 - r}$ cannot even be written, since $1 - r = 0$.
When $r = -1$: the terms are $a, -a, a, -a, \dots$, so the partial sums bounce between $a$ and $0$ forever. They oscillate with no limit.
When $\lvert r \rvert > 1$: the power $r^{N+1}$ grows without bound, so the partial sums grow without bound too.
A quick way to spot divergence is the term test: if the individual terms do not shrink toward $0$, no series can converge. For a geometric series the terms are $ar^{n}$, and these approach $0$ only when $\lvert r \rvert < 1$, which is exactly the convergence condition. That is the calculus reason the boundary sits precisely at $\lvert r \rvert = 1$. The same reasoning underlies the study of calculus more broadly, where "does this infinite process reach a limit?" is the recurring question.
What Are Some Worked Geometric Series Examples?
Each example states $a$ and $r$ first, checks the convergence condition, then applies the matching formula.
Example 1: A finite sum with a large ratio.
Add the first six terms of $\displaystyle\sum_{n=0}^{5} 2\cdot 3^{n}$. Here $a = 2$, $r = 3$, and the top index is $N = 5$, so use the finite formula with $r^{N+1} = 3^{6}$:
$$S_5 = \frac{2\left(1 - 3^{6}\right)}{1 - 3} = \frac{2,(1 - 729)}{-2} = \frac{2,(-728)}{-2} = 728.$$
Check by direct addition: $2 + 6 + 18 + 54 + 162 + 486 = 728$.
Final answer: $728$. A finite geometric series always sums to a plain number, even when $\lvert r \rvert > 1$; convergence only concerns the infinite case.
Example 2: An infinite convergent sum.
Evaluate $\displaystyle\sum_{n=0}^{\infty} 3\left(\tfrac{1}{4}\right)^{n}$. Here $a = 3$ and $r = \tfrac{1}{4}$, so $\lvert r \rvert < 1$ and the series converges:
$$\sum_{n=0}^{\infty} 3\left(\tfrac{1}{4}\right)^{n} = \frac{3}{1 - \tfrac{1}{4}} = \frac{3}{\tfrac{3}{4}} = 4.$$
Final answer: $4$. The partial sums run $3,\ 3.75,\ 3.9375,\ 3.984375, \dots$, closing in on $4$.
Example 3: A repeating decimal as a geometric series.
Show that $0.\overline{9} = 1$. Write the decimal as a sum of place values:
$$0.\overline{9} = 0.9 + 0.09 + 0.009 + \cdots = \sum_{n=1}^{\infty} 9\left(\tfrac{1}{10}\right)^{n}.$$
The first term is $a = 0.9$ and the ratio is $r = 0.1$, so $\lvert r \rvert < 1$ and
$$0.\overline{9} = \frac{0.9}{1 - 0.1} = \frac{0.9}{0.9} = 1.$$
Final answer: $0.\overline{9} = 1$ exactly, not approximately. The equality is the value the partial sums converge to.
Example 4: A series that does not start at $n = 0$.
Evaluate $\displaystyle\sum_{n=2}^{\infty}\left(\tfrac{1}{2}\right)^{n}$. The safe move is to read off the actual first term of the sum. At $n = 2$ the first term is $a = \left(\tfrac{1}{2}\right)^{2} = \tfrac{1}{4}$, and the ratio is still $r = \tfrac{1}{2}$:
$$\sum_{n=2}^{\infty}\left(\tfrac{1}{2}\right)^{n} = \frac{\tfrac{1}{4}}{1 - \tfrac{1}{2}} = \frac{\tfrac{1}{4}}{\tfrac{1}{2}} = \frac{1}{2}.$$
Final answer: $\tfrac{1}{2}$. In the formula $\dfrac{a}{1 - r}$, the symbol $a$ always means the first term you actually add, not the value at $n = 0$.
What Are The Standard Convergence Cases?
A handful of geometric series appear again and again. Reading the ratio tells you instantly whether a finite sum exists.
Table: Standard geometric series and whether they converge.
Series | First term $a$ | Ratio $r$ | Converges? | Sum |
|---|---|---|---|---|
$\sum_{n=0}^{\infty}\left(\tfrac{1}{2}\right)^{n}$ | $1$ | $\tfrac{1}{2}$ | Yes | $2$ |
$\sum_{n=0}^{\infty} 3\left(\tfrac{1}{4}\right)^{n}$ | $3$ | $\tfrac{1}{4}$ | Yes | $4$ |
$\sum_{n=1}^{\infty}\left(\tfrac{1}{2}\right)^{n}$ | $\tfrac{1}{2}$ | $\tfrac{1}{2}$ | Yes | $1$ |
$\sum_{n=0}^{\infty}\left(\tfrac{1}{4}\right)^{n}$ | $1$ | $\tfrac{1}{4}$ | Yes | $\tfrac{4}{3}$ |
$\sum_{n=0}^{\infty}\left(-\tfrac{1}{2}\right)^{n}$ | $1$ | $-\tfrac{1}{2}$ | Yes | $\tfrac{2}{3}$ |
$\sum_{n=0}^{\infty} 1^{n}$ | $1$ | $1$ | No | diverges |
$\sum_{n=0}^{\infty} 2^{n}$ | $1$ | $2$ | No | diverges |
The dividing line is always $\lvert r \rvert = 1$. Negative ratios inside $(-1, 1)$ still converge; the terms simply alternate in sign as they shrink. For the underlying pattern of the terms themselves, the geometric sequence formula gives the $n$th term directly.
Why Does A Geometric Series Converge?
The formula is short, but the reason it works is geometric, and seeing it makes the $\lvert r \rvert < 1$ condition feel inevitable rather than arbitrary.
Picture each partial sum $S_N$ as a point on a number line. Adding the next term $ar^{N+1}$ nudges the point forward by a step, and each step is $\lvert r \rvert$ times the size of the last.
When $\lvert r \rvert < 1$, the steps shrink geometrically, so the points pile up against a wall and stop moving in any meaningful way. That wall is the limit $\dfrac{a}{1 - r}$.
The leftover distance from $S_N$ to the limit is exactly the tail $\dfrac{a,r^{N+1}}{1 - r}$, and since $r^{N+1} \to 0$, that gap closes to nothing.
A clean picture is the unit square. Shade half of it, then half of what remains, then half of that, and so on. The shaded pieces are $\tfrac{1}{2} + \tfrac{1}{4} + \tfrac{1}{8} + \cdots$, and together they fill the whole square, which is why that series sums to $1$. When $\lvert r \rvert \ge 1$ the steps never shrink, so there is no wall to pile against, and the sum runs away.
This is why the geometric series is the foundation stone for the rest of series calculus. The ratio test compares any series to a geometric one by looking at the size ratio of consecutive terms, and the comparison test bounds an unknown series between geometric ones. The prototype power series $\sum_{n=0}^{\infty} x^{n} = \dfrac{1}{1 - x}$ for $\lvert x \rvert < 1$ is a geometric series in disguise, and it is the seed from which many other power-series expansions grow.
Who Discovered The Geometric Series?
Summing infinitely many shrinking pieces is one of the oldest ideas in mathematics, and it predates calculus by nearly two thousand years.
Two later figures gave the idea its modern form:
Nicole Oresme (c. 1323 – 1382, France) worked carefully with geometric and other infinite series in the 14th century, and famously proved that the harmonic series (which is not geometric) diverges, sharpening the distinction between series that sum and series that do not.
Augustin-Louis Cauchy (1789 – 1857, France) defined convergence through the limit of partial sums in his 1821 Cours d'analyse, turning Archimedes' geometric confidence into the precise $\lvert r \rvert < 1$ criterion used today.
Where Is The Geometric Series Used In The Real World?
The same "constant-ratio sum" appears far beyond the textbook, wherever a quantity is scaled by a fixed factor over and over.
Finance: the present value of a stream of equal future payments is a geometric series in the discount factor, which is how loan, annuity, and mortgage formulas are built.
Physics and motion: the total distance of a bouncing ball, or the settling of a damped oscillation, sums a geometric series because each cycle keeps a fixed fraction of the last.
Biology and medicine: repeated drug doses at fixed intervals build up in the body as a geometric series, which sets the steady-state concentration a dosing schedule aims for.
Computer science: the cost of doubling an array, or the nodes at each level of a binary tree, sum as geometric series, which is why those totals come out to clean multiples of the first term.
Fractals and graphics: self-similar shapes like the Koch snowflake have perimeters and areas that are geometric series over their repeating levels of detail.
One idea, a sum whose terms scale by a fixed ratio, quietly runs finance, physics, pharmacology, and computer science alike. That reach is exactly why the geometric series earns its place as the first infinite series every student meets.
What Are The Most Common Mistakes With Geometric Series?
These four errors account for most lost marks, verified against documented reader-confusion sources: Cornell's student-error series handout, Harvard's convergence-tests supplement, and the heavily-searched "$0.999\ldots = 1$" objection discussed on Purplemath, PhysicsForums, and the Wikibooks $0.999\ldots$ page.
Using the infinite sum formula when $\lvert r \rvert \ge 1$.
Where it slips in:
A student sees an infinite series and writes $\dfrac{a}{1 - r}$ on reflex, even when $r = 2$ or $r = -1$, producing a finite "answer" for a series that has none.
Don't do this:
Do not apply $\dfrac{a}{1 - r}$ before checking the ratio. A divergent series has no sum, and forcing the formula gives nonsense (for $r = 2$ it even returns a negative number for a sum of positive terms).
The correct way:
Check $\lvert r \rvert < 1$ first, every time. If $\lvert r \rvert \ge 1$, state that the series diverges and stop. The formula is only licensed inside $-1 < r < 1$.
Losing an off-by-one when the series does not start at $n = 0$.
Where it slips in:
A sum like $\sum_{n=2}^{\infty}\left(\tfrac{1}{2}\right)^{n}$ tempts a student to plug $a = 1$ (the value at $n = 0$) instead of the term the sum actually begins with.
Don't do this:
Do not read $a$ off the base of the exponent out of habit. The starting index changes which term is first.
The correct way:
Set $a$ equal to the first term you truly add: at $n = 2$ that is $\left(\tfrac{1}{2}\right)^{2} = \tfrac{1}{4}$. Then apply $\dfrac{a}{1 - r}$ with the correct $a$.
Confusing the series with the sequence or the progression.
Where it slips in:
A student asked for the "sum" gives the $n$th term $ar^{n-1}$ instead, or treats the running total as if it were the list of terms.
Don't do this:
Do not mix the term formula with the sum formula. The geometric progression is the list; the geometric series is its total.
The correct way:
Decide what is asked. For a single term use the $n$th-term rule; for a total use $S_N$ or $\dfrac{a}{1 - r}$. Keeping sequences and their sums separate removes the confusion.
Believing $0.\overline{9}$ is only close to $1$.
Where it slips in:
The equality $0.\overline{9} = 1$ feels wrong, so a student writes "approximately $1$" or "$1$ minus a tiny bit".
Don't do this:
Do not treat the limit of a convergent series as an approximation. There is no last term and no leftover gap.
The correct way:
Read $0.\overline{9}$ as the geometric series $\sum_{n=1}^{\infty} 9\left(\tfrac{1}{10}\right)^{n}$, whose sum is $\dfrac{0.9}{1 - 0.1} = 1$. The value the partial sums converge to is the number, so the equality is exact.
Practice Problems On Geometric Series
Check the ratio before you compute. Answers follow each problem.
Evaluate $\sum_{n=0}^{\infty}\left(\tfrac{2}{3}\right)^{n}$.
(Answer: $\lvert r \rvert = \tfrac{2}{3} < 1$, so sum $= \dfrac{1}{1 - \tfrac{2}{3}} = 3$.)Evaluate $\sum_{n=0}^{\infty} 6\left(-\tfrac{1}{2}\right)^{n}$.
(Answer: $\lvert r \rvert = \tfrac{1}{2} < 1$, so sum $= \dfrac{6}{1 - (-\tfrac{1}{2})} = \dfrac{6}{\tfrac{3}{2}} = 4$.)Find the finite sum $\sum_{n=0}^{4} 5\cdot 2^{n}$.
(Answer: $S = \dfrac{5\left(1 - 2^{5}\right)}{1 - 2} = \dfrac{5(-31)}{-1} = 155$.)Does $\sum_{n=0}^{\infty}\left(\tfrac{7}{5}\right)^{n}$ converge?
(Answer: $\lvert r \rvert = \tfrac{7}{5} \ge 1$, so it diverges; no finite sum exists.)Write $0.\overline{4}$ as a geometric series and find its value.
(Answer: $\sum_{n=1}^{\infty} 4\left(\tfrac{1}{10}\right)^{n} = \dfrac{0.4}{1 - 0.1} = \dfrac{4}{9}$.)Evaluate $\sum_{n=3}^{\infty}\left(\tfrac{1}{2}\right)^{n}$.
(Answer: first term $a = \left(\tfrac{1}{2}\right)^{3} = \tfrac{1}{8}$, so sum $= \dfrac{\tfrac{1}{8}}{1 - \tfrac{1}{2}} = \tfrac{1}{4}$.)
Where Should You Go Next After Geometric Series?
The geometric series opens onto both the algebra it grew from and the calculus it launches.
Geometric progressions. The algebra sibling of this page, covering the $n$th term, the common ratio, and finite sums in depth.
Arithmetic progressions. The companion pattern where terms grow by a fixed difference rather than a fixed ratio, a useful contrast for spotting which formula applies.
The binomial theorem. A natural next step toward power series, where geometric-series thinking extends to infinitely many expansions.
If your child is building toward calculus, a live Bhanzu trainer teaches the geometric series from the "why" of convergence, not just the formula, in one-to-one online math tutoring.
Was this article helpful?
Your feedback helps us write better content
