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:

For an infinite series k=1nf(k), the integral proves that:

Example: k=1n1k

We can use integral test by examining the behaviour of 1k+11xdx. As a graph, this looks like:

Pasted image 20250202144459.png

Each rectangle represents a term in the infinite series. It is analogous to a left endpoint Riemann sum with interval length 1. Since 1x is a decreasing function as x, this summation is an overestimate of the actual area beneath 1x, and thus we derive the following inequality:

k=1n1k>1k+11xdx$$So,wecanintegrate$1x$toexaminethebehaviourofthefunction.

\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

Since$ln(k+1)$diverges,and$k=1n1k>1k+11xdx$,byintegraltest,weknowthat$k=0n1k$isadivergingsum.