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
Some series look complicated, but they’re really simple. Consider this one:
![Rendered by QuickLaTeX.com \[ 1 - \frac{1}{2} + \frac{1}{2} - \frac{1}{3} + \frac{1}{3} - \frac{1}{4} + \frac{1}{4} -\dots \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-785a5b8c93d00f02d0b60610925392d9_l3.png)
It’s pretty clear that every term except the 1 cancels, so the series should converge to 1. (In fact, it’s not too hard to show this. Can you write an expression for the partial sum
?)
Telescoping series are similar to the one above. Take a look at the series
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n^2+n}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-16d7bf668722b54b32f7501220e1e07f_l3.png)
Using partial fractions we can rewrite the terms of the series as
![Rendered by QuickLaTeX.com \[ \frac{1}{n^2+n} = \frac{1}{n} - \frac{1}{n+1}, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-2f087461ad8d89bd35546798a2a89312_l3.png)
so the new series becomes
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n}-\frac{1}{n+1}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-bc344664e57da9a906c89a99dd69a846_l3.png)
Let’s take a look at the first few terms of this series:
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n}-\frac{1}{n+1} = \left(\frac{1}{1}-\frac{1}{2}\right)+\left(\frac{1}{2}-\frac{1}{3}\right)+\left(\frac{1}{4}-\frac{1}{5}\right)+\dots. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-663836678245507afedc986d63d114fb_l3.png)
Check out what’s happening: all the terms cancel except for the first one (1). You might want to write down a couple more terms to convince yourself of this.
Any time you can use partial fractions to simplify the terms of a series, you should see if the series is telescoping. If it is, then it converges, and you can see what value it converges to by looking at which terms don’t cancel.
Let’s look at another example: by using partial fractions on the series
![Rendered by QuickLaTeX.com \[ \sum_{i=1}^{\infty}\frac{6}{i^2+2i}, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-039f3e021232a5ba48ce2240d8376639_l3.png)
we see that the sum is equal to
![Rendered by QuickLaTeX.com \[ \sum_{i=1}^{\infty}\frac{3}{n}-\frac{3}{n+2}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-816beca18c4b11e697a851d8ac4f22e2_l3.png)
The first few terms of this series are
![Rendered by QuickLaTeX.com \[ \left(\frac{3}{1}-\frac{3}{3}\right)+\left(\frac{3}{2}-\frac{3}{4}\right)+\left(\frac{3}{3}-\frac{3}{5}\right)+\left(\frac{3}{4}-\frac{3}{6}\right)+\dots, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-e097b54824f85c84f5bfb093fc2455fe_l3.png)
and we can see that all terms cancel except for
. (You should take a minute to convince yourself that all the other terms really do cance.) Therefore this series converges to this value.