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
One way we can determine whether or not a series converges is to view it as an area and see if the area is finite. Of course, we know how to find the area under a function (by integrating), so this suggests that integration might somehow be useful. That’s what’s involved in the integral test for series.
Suppose we want to know whether the series
![Rendered by QuickLaTeX.com \[ \sum_{n=1}^{\infty} a_n \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-edb88ede0283698175cb77bb2f479451_l3.png)
converges or not. Define a function
by replacing all the n’s in
with x’s. If
is continuous, positive, and decreasing, and if
![Rendered by QuickLaTeX.com \[ \int_1^{\infty} f(x)\,dx \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-4adc8709d06d0bc575345c5502035c86_l3.png)
converges, so does the sum. Conversely, if the integral diverges, the sum does, too.
The integral test is very powerful when you can integrate the terms of the series you’re looking at. Let’s have an example: does 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)
converge?
Answer: we can apply the integral test. Define
. Then
,
is continuous, positive, and decreasing on
, and so the integral test applies. We have

The integral converges, and therefore so does the series.
Another common example: does
![Rendered by QuickLaTeX.com \[ \sum_{k=2}^{\infty}\frac{1}{k\ln k} \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-3fc22c302bbf4a4e1d956f54b49d4833_l3.png)
converge?
Answer: define
. Then
is continuous and positive on
. Notice that
is increasing on this interval, and so its reciprocal is decreasing. Therefore the integral test applies:
![Rendered by QuickLaTeX.com \[ \int_2^{\infty} \frac{1}{x\ln x}\,dx & = \lim_{t\rightarrow\infty}\int_2^t \frac{1}{x\ln x}\, dx, \]](http://thecalculusblog.com/wp-content/ql-cache/quicklatex.com-9d6ca051c89c7e81804db3bfd69b4704_l3.png)
and now we can let
in the integral, so that
. With the new limits, the integral is

Since the integral diverges, so does the given series.