MAT187 L10 - Integral Test for Series
#MAT187 PCE
The integral test compares an infinite sum of positive numbers to an improper integral to prove either divergence or convergence. Only works if:
is continuous is decreasing
For an infinite series
- the series converges if
and converges. - the series diverges if
and diverges.
The integral we use follows the form:
...because we treat the infinite series as a Left-endpoint Riemann sum with interval width 1, so to get the full area under the curve, we need to consider.
Example:
We can use integral test by examining the behaviour of

Each rectangle represents a term in the infinite series. It is analogous to a left endpoint Riemann sum with interval length 1. Since
\begin{align}
\int_{1}^{k+1} \frac{1}{x}dx &= (\ln \lvert x \rvert)\big|_{1}^{k+1} \
&= \ln(k+1)-\ln(1) \
&=\ln(k+1)
\end