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 comparison test lets us compare an unknown series to a simpler, known series. But it requires us to come up with inequalities that can be difficult to figure out. Worse, sometimes it just doesn’t quite work. For example, suppose we’re looking at the series
![Rendered by QuickLaTeX.com \[ \sum_{n=2}^{\infty}\frac{1}{n^2-1}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-4be60e9befc0d16bf3185bb9fd43c919_l3.png)
This series looks almost like a p-series with
, so we expect it to converge. However, if we try to use the comparison test to show that, we end up comparing
with
. We have
![Rendered by QuickLaTeX.com \[ n^2-1 < n^2, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-8512fed12bf2e3a02489f81cbc9399b0_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-39adad75383a9263971753caae260742_l3.png)
But that’s not the inequality we want! Using this inequality we can only show that our series has terms that are larger than the corresponding terms of a converging series. That doesn’t say anything about whether or not our series converges. So how can we proceed?
Statement of the Test
There are a couple of ways to salvage our argument, but one of the simplest is to use the Limit Comparison Test. This test says that if
and
are series with positive terms and the limit
![Rendered by QuickLaTeX.com \[ \lim_{n\rightarrow\infty}\frac{a_n}{b_n} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-bf51370fdd8260098e21b29dd533069c_l3.png)
exists and is nonzero, then either both
and
converge, or else both diverge.
In our example above, we want to compare the series
![Rendered by QuickLaTeX.com \[ \sum_{n=2}^{\infty}\frac{1}{n^2-1} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-13684e5bfce3823c050097096762e309_l3.png)
and
![Rendered by QuickLaTeX.com \[ \sum_{n=2}^{\infty}\frac{1}{n^2}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-bf87eab7579425def7cada4e7f78b5dd_l3.png)
These series both have positive terms, so we only need to calculate the limit

By the limit comparison, both series above either converge or diverge. Since we already know that the second one converges (because it’s a p-series with
), the first one must converge, too.
Series Whose Terms Are Quotients of Polynomials
The limit comparison test works great with series whose terms are quotients of polynomials. As an example, let’s take a look at the series
![Rendered by QuickLaTeX.com \[ \sum_{i=1}^{\infty}\frac{4i^2+i+1}{i^3+i^2+2i+1}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-5bb4bc2747378b962576cf36293330ab_l3.png)
What are the largest terms in the numerator and denominator? In the numerator,
is growing the fastest. In the denominator it’s
. So we expect the series to behave like the simpler series
![Rendered by QuickLaTeX.com \[ \sum_{i=1}^{\infty}\frac{4i^2}{i^3} = 4\sum_{i=1}^{\infty}\frac{1}{n}. \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-b33d0ff03b8bdee828112149fdf8994a_l3.png)
This series is the harmonic series, so it diverges.
Both series have positive terms, so to use the limit comparison test we need to compute the limit

Since the limit exists and isn’t zero, the limit comparison test tells us that both series must diverge.