The Improper Integral Comparison Tests are the Direct Comparison Test and the Limit Comparison Test

These tests can help you determine wheter or not an improper integral covnerges or diverges

These also allow you to solve integrals you wouldn't be able to otherwise by comparing to a simpler integral


Direct Comparison Test (DCT)

Let $f(x)$ and $g(x)$ be positive and continuous on $[a,\infty)$

If $g(x) \geq f(x)$, then

$$\begin{align} \int_{a}^{\infty}{f(x) \ dx} \text{ Converges if } \int_{a}^{\infty}{g(x) \ dx} \text{ Converges} \\ \int_{a}^{\infty}{g(x) \ dx} \text{ Diverges if } \int_{a}^{\infty}{f(x) \ dx} \text{ Diverges} \end{align}$$


Limit Comparison Test (LCT)

Let $f(x)$ and $g(x)$ be positive and continuous on $[a,\infty)$

If

$$\begin{align} \lim_{x \to \infty} \frac{f(x)}{g(x)} = L \end{align}$$

Where $L$ is a positive, finite number ($0 < L < \infty$), then

$$\begin{align} \int_{a}^{\infty}{f(x) \ dx} \text{ And } \int_{a}^{\infty}{g(x) \ dx} \text{ either both converge or diverge}\\ \end{align}$$


Why These Work

If one function is always greater than another function after some point, then the area under is also greater

Another core idea is that if an area is smaller than another convergent area, then it should also be convergent

Similarly, if an area is larger than another divergent area (infinite area), then it should also be divergent

Also, if we are larger than a convergent area or smaller than a divergent area, that means nothing

Larger than a convergent area could also be convergent, or it could be infinity

Similarly, smaller than a divergent area can also be infinity or it could convergent


For the limit comparsion test, think about what happens at limits at infinity

Since both $f(x)$ and $g(x)$ are positive, the limit should never hit $-\infty$

If we get $0$, that means $g(x)$ grows faster, which once again tells us nothing

If we get $\infty$, that means $f(x)$ grows faster, which once again tells us nothing

If we get a finite number, that means $f(x)$ and $g(x)$ grow at the same rate, so they are proportional ($f(x) \propto g(x)$)

This means they must have the same end behavior


Practice Problems