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
Sometimes we’re given a series that is very close to something we can deal with. For example, the series
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n^2+1} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-a02d99d4fb61b782bee793a04049cd8d_l3.png)
is very close to the
-series
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{1}{n^2}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-365c05062efc1f982f75c6bb13d0e8ed_l3.png)
In cases like this, we can use the comparison test to decide whether the series converges. First, remember that the second series above converges since it’s a p-series with
. Second, notice that
![Rendered by QuickLaTeX.com \[ n^2+1 > n^2, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-cdf23e595b768a39fd01aca108134154_l3.png)
so
![Rendered by QuickLaTeX.com \[ \frac{1}{n^2+1}<\frac{1}{n^2} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-2941cfc2434675724928562047d51dd8_l3.png)
(if you don’t understand or don’t believe it, plug in some numbers for
.)
Since each term of the first series is smaller than each term of the second series, we expect that the first series converges since the second one does. That’s exactly what the comparison test tells us.
Details of The Comparison Test
Suppose that
and
are series with positive terms. If
and
converges, so does
. On the other hand, if
and
diverges, then so does
.
Also, notice that not
![Rendered by QuickLaTeX.com \[ 1+ \frac{1}{2}+ \frac{1}{4}+\frac{1}{8}+\frac{1}{16}+\frac{1}{32}+\dots\]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-540249ec8ee882edd121fdfba93f1acb_l3.png)
converges, and we can use this to show that
![Rendered by QuickLaTeX.com \[ 3+2+1+\frac{1}{9}+\frac{1}{17} + \frac{1}{33} +\dots\]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-5c08ec404ef9126df22a38f042852eee_l3.png)
does, too, even though the first few terms are actually
The comparison test is useful especially in certain situations. Take a look at these problems using the comparison test:
Problem: Show that
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty}\frac{|\sin n|}{n^2} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-e7576dbafc7e477efa56e2c1ba061884_l3.png)
converges.
Solution: Remember that
is never bigger than 1 and never less than -1. That means that
![Rendered by QuickLaTeX.com \[ 0\leq |\sin n|\leq 1\]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-5288a4d677895088ef03e4a1b0e8414a_l3.png)
for every integer
. Dividing each of these terms by
, we get the inequality
![Rendered by QuickLaTeX.com \[ 0\leq\frac{|\sin n|}{n^2}\leq \frac{1}{n^2}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-677cdc86c5bf351b66350c532dfaa813_l3.png)
We know that
converges because it’s a p-series with
. Therefore the given series converges by the comparison test.
In the above problem, there was a
that was making things complicated. We used the comparison test to get rid of it and simplify the series we were looking at. That’s the general philosophy you should use when you’re thinking about the comparison test. Always compare to something simpler than what you’re looking at. Here’s another problem where we can use the comparison test to simply the series we’re thinking about:
Problem: Show that
![Rendered by QuickLaTeX.com \[ \sum_{j=1}^{\infty}\frac{e^{-j}}{j^4} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-20d710ecfc5e23c2c4d02bd4321a4c20_l3.png)
converges.
Solution:The function
is positive and decreasing, and when
its value is less than or equal to 1. So, we have
![Rendered by QuickLaTeX.com \[ 0< e^{-j}\leq 1 \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-3e69473adeec7ef97b3006737ce3e357_l3.png)
when
. Dividing this inequality by
, we get
![Rendered by QuickLaTeX.com \[ 0< \frac{e^{-j}}{j^4}\leq \frac{1}{j^4}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-654b98785605eac65a0ccdd777bbd44b_l3.png)
But the series
converges. Therefore the original series does, too, by the comparison test.