Check out my new book on sequences and series!
You can read it on your Kindle, iPad, or Android device.
Click to see
Calculus Sequences and Series:
Problems and Solutions
The first type of series we usually learn about is called a geometric series. They’re so named because the ratio or successive terms is constant, but who cares about that. What do they look like? Here are two examples:
![Rendered by QuickLaTeX.com \[ 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \frac{1}{16} + \dots \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-20f925bebd8034cb67854e8349947df6_l3.png)
and
![Rendered by QuickLaTeX.com \[ 3 + \frac{3}{5} + \frac{3}{25} + \frac{3}{125} + \dots\]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-e725a9d5a29e1707c2e3665f8aae1f35_l3.png)
are both geometric series. In sum notation, we can write these series as
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^n \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-f893df1dcd28ee7a7c228b2a73ebb2db_l3.png)
and
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty}3\left(\frac{1}{5}\right)^n \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-8de450e7247ac172115078a2e6f0dbe7_l3.png)
respectively.
Another example of a geometric series is
![Rendered by QuickLaTeX.com \[ \sum_{i=0}^{\infty} 7\cdot 2^i = 3 + 7\cdot 2 + 7\cdot 2^2 + 7\cdot 2^3 + \dots \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-688f24987ed36f8a030473cab1a3ea66_l3.png)
However, we know by the divergence test that this series doesn’t converge, so it’s not as interesting. (Does the divergence test really work on this series? Check it!)
In general, a geometric series is one whose terms are a constant times a constant raised to the power of the variable you’re summing over. They look like this:
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty} a r^n \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-73500feab4cdb81b88b8af5c6fdb9ea8_l3.png)
where
and
are constants (numbers). Note that we could also write this series as
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty} ar^{n-1} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-a936265cc634381399b5e0093be0460c_l3.png)
Geometric series are special. We can determine whether or not they converge, but we can also say exactly what their sum is. Usually this is very, very difficult. But not so with geometric series. We can use this observation to find the partial sums: since
for a geometric series,
. Multiplying by
and subtracting, we get

Solving for
, we obtain
![Rendered by QuickLaTeX.com \[ s_n = \frac{a-ar^n}{1-r}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-2425e8f17fbbc12cf305b7622b76b902_l3.png)
What happens to this sequence as
? If
,
just gets smaller and smaller, approaching zero. So, when
,
. On the other hand, when
, the test for divergence shows that the series diverges. In summary, we have
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-5737a2dca6961bf126878999830282aa_l3.png)
if
, and the series diverges otherwise.
Sometimes geometric series are hiding and we have to do some algebra to get them to show themselves. Consider this example:
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty}\frac{3^{n+1}}{2^{2n}}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-0f7de83cc1ff8274935e3a0ec7bae72e_l3.png)
Doesn’t really look like a geometric series, quite. But we can rearrange the terms like so:

So
![Rendered by QuickLaTeX.com \[ \sum_{n=0}^{\infty}\frac{3^{n+1}}{2^{2n}} = \sum_{n=0}^{\infty} 3\left(\frac{3}{4}\right)^n, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-92f7ec6a5237c2dacd4607cbb5c94351_l3.png)
and now we can tell that this is a geometric series. Furthermore, since
, it converges to the value
![Rendered by QuickLaTeX.com \[ \frac{3}{1-\frac{3}{4}} = 12. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-b1376c9293c63b392dc76db45effc8ae_l3.png)
Here are some more problems involving geometric series:
- The series
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n^2} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-61c02b3160579eefa0265737b06fe40a_l3.png)
is not geometric, because
(the variable being summed over) doesn’t appear in the exponent of a constant. Similarly![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{3}{n2^n} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-5d623754a189be8799573823f87afdda_l3.png)
isn’t geometric because there’s an extra
(the one that isn’t in an exponent). - The series
![Rendered by QuickLaTeX.com \[ \sum_{i=1}^{\infty} \frac{1}{2^{i-1}} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-c524213b441f79318f537f6132424c4e_l3.png)
is geometric with
and
. It converges because
, and its value is
. - The series
![Rendered by QuickLaTeX.com \[ \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \dots \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-82781ae2d9226af8af81134eb82afca2_l3.png)
is geometric. Here
,
, the series converges, and its value is
. - The series
![Rendered by QuickLaTeX.com \[ \sum_{k=0}^{\infty} \frac{5^k}{4^{k+2}} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-2a43fb387062c1a883a54d99186efe0f_l3.png)
is geometric. What are
and
? Does the series converge? If so, to what value?