A geometric series is a series of the form $\sum_{n=0}^\infty ar^n = a + ar + ar^2 + ar^3 + \cdots$, where $a$ is the first term and $r$ is the common ratio. Geometric series are the simplest infinite series — they converge if and only if $|r| < 1$, and their sum can be found using a simple formula.

🎯 In this section you will learn

📌 The Geometric Series Formula

$$ \sum_{n=0}^\infty ar^n = a + ar + ar^2 + \cdots = \frac{a}{1-r} \quad \text{if } |r| < 1 $$ $$ \text{If } |r| \ge 1, \text{ the series diverges} $$
💡 Derivation

Partial sum: $S_N = a + ar + ar^2 + \cdots + ar^{N-1} = a\frac{1-r^N}{1-r}$.
As $N \to \infty$, $r^N \to 0$ if $|r| < 1$, so $S = \frac{a}{1-r}$.

Example 1Convergent Geometric Series

Find the sum of $\sum_{n=0}^\infty \frac{1}{2^n} = 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots$.

Example 2Geometric Series Starting at $n=1$

Find the sum of $\sum_{n=1}^\infty \frac{1}{3^n} = \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \cdots$.

Identify $a$ and $r$
First term $a = \frac{1}{3}$, $r = \frac{1}{3}$
Apply formula
Sum $= \frac{1/3}{1 - 1/3} = \frac{1/3}{2/3} = \frac{1}{2}$
Example 3Geometric Series with Negative Ratio

Find the sum of $\sum_{n=0}^\infty \left(-\frac{1}{2}\right)^n = 1 - \frac{1}{2} + \frac{1}{4} - \frac{1}{8} + \cdots$.

Example 4Divergent Geometric Series

Show that $\sum_{n=0}^\infty 2^n = 1 + 2 + 4 + 8 + \cdots$ diverges.

Example 5Repeating Decimal as Geometric Series

Write $0.\overline{7} = 0.7777\ldots$ as a geometric series and find its sum.

Write as a series
$0.7777\ldots = \frac{7}{10} + \frac{7}{100} + \frac{7}{1000} + \cdots = \sum_{n=1}^\infty \frac{7}{10^n}$
Identify $a$ and $r$
$a = \frac{7}{10}$, $r = \frac{1}{10}$
Find the sum
Sum $= \frac{7/10}{1 - 1/10} = \frac{7/10}{9/10} = \frac{7}{9}$
Example 6Finding $n$ Given the Sum

For what values of $x$ does $\sum_{n=0}^\infty x^n$ converge? Find the sum.

⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page