Working with Geometric Series
| English | Chinese | Pinyin |
|---|---|---|
| geometric series | 几何级数 | jǐ hé jí shù |
| common ratio | 公比 | gōng bǐ |
The one series you can sum exactly
- Most series are hard to add up. The geometric series 几何级数 is the friendly exception — it has a formula.
- Each term is the previous one times a fixed common ratio 公比 $r$: $a+ar+ar^2+ar^3+\cdots$.
- It's the infinite version of the geometric sequences you already know.
- And there's a clean rule for exactly when it converges and to what.
A geometric sequence
A geometric series adds terms multiplied by $r$ each time — it converges (to $a/(1-r)$) exactly when $|r|<1$.
Converges only when $|r|<1$
- A geometric series converges exactly when $|r|<1$ (the ratio is a fraction).
- If $|r|\ge1$, the terms don't shrink to $0$, so it diverges.
- $\tfrac12+\tfrac14+\tfrac18+\cdots$ ($r=\tfrac12$) converges; $1+2+4+\cdots$ ($r=2$) diverges.
- The single number $|r|$ decides everything.
A geometric series $\sum a r^n$ converges exactly when...
Converges iff the ratio is a fraction, $|r|<1$.
Which geometric series diverges?
$r=2$ has $|r|\ge1$ → diverges.
The sum formula
- When it converges ($|r|<1$), the sum is
-
$$\sum_{n=0}^{\infty} a\,r^{n}=\frac{a}{1-r}$$
- $a$ is the first term and $r$ the common ratio.
- Plug in and you get the exact infinite sum — no limits to compute by hand.
The sum of a convergent geometric series is...
$\sum a r^n=\frac{a}{1-r}$ for $|r|<1$.
The formula $\tfrac{a}{1-r}$ can be applied even when $|r|\ge1$.
Only when $|r|<1$ (convergent).
Getting $a$ and $r$ right
- $a$ is the actual first term of the series (whatever it starts at), not necessarily $1$.
- $r$ is the ratio between consecutive terms — divide any term by the one before it.
- If a series starts at $n=1$ instead of $n=0$, adjust $a$ to be that first term.
- With the right $a$ and $r$, the formula $\tfrac{a}{1-r}$ does the rest.
Find $\displaystyle\sum_{n=0}^\infty 5\left(\tfrac13\right)^n$ (a decimal).
$\frac{5}{1-1/3}=\frac{5}{2/3}=7.5$.
In the formula $\tfrac{a}{1-r}$, $a$ is the ____ term of the series.
$a$ is the actual first term.
The formula $\frac{a}{1-r}$ applies only when $|r|<1$ — using it on a divergent geometric series gives a meaningless number. And $a$ is the first term as written, not always $1$: for $\sum_{n=1}^\infty 3\cdot 2^{-n}=\tfrac32+\tfrac34+\cdots$, the first term is $\tfrac32$, not $3$.
Find the sum of $\displaystyle\sum_{n=0}^{\infty} 5\left(\tfrac13\right)^{n}$.
- First term $a=5$, common ratio $r=\tfrac13$. Since $|r|<1$, it converges.
- $\displaystyle\sum=\frac{a}{1-r}=\frac{5}{1-\tfrac13}=\frac{5}{\tfrac23}=\frac{15}{2}$.
A geometric series $\sum a\,r^n$ converges iff $|r|<1$, and then sums to $\frac{a}{1-r}$ (with $a$ the first term, $r$ the common ratio). If $|r|\ge1$ it diverges. It's the one series with an exact, easy sum.