Post

The Condition For An Infinite Integral To Converge

The Condition For An Infinite Integral To Converge

This is the improper integral we want to look at:

I=af(x)dx.I = \int_a^\infty f(x) dx.

I will show that for the integral to coverge (exist), f(x)f(x) must decline faster than 1/x1/x for large xx. (This only works for monotonically decaying functions. Functions like sinxx\frac{\sin x}{x} or sin(x2)\sin(x^2) won’t apply. My note is very unrigorous.)

We can split an integral into two parts:

I=abf(x)dx+bf(x)dx.I = \int_a^b f(x) dx + \int_b^\infty f(x) dx.

Because the first term is a finite integral, saying II exists is equivalent as saying bf(x)dx\int_b^\infty f(x) dx exists, for any large bb.

Notice that

bxpdx={x1+p1+pb,p1ln(x)b,p=1.\int_b^\infty x^p dx = \begin{cases}\begin{array}{lr} \frac{x^{1+p}}{1+p}|_{b}^{\infty}&, p\neq -1\\ \ln(x)|_{b}^{\infty}&,p= -1 \end{array} \end{cases} .

When p=1,p = -1, the integral is limxln(x)ln(b),\lim_{x \to \infty} \ln(x) - \ln(b), which diverge. If something declines slower than x1=1/xx^{-1}=1/x, it of course diverge, too!

If p  -1, bxpdxdiverges.\text{If p $\geq$ -1, } \int_b^\infty x^p dx \,\, \text{diverges}.

When p<1,p<-1,

bxpdx=limxx1+pb1+p1+p.\int_b^\infty x^p dx = \lim_{x \to \infty}\frac{ x^{1+p} - b^{1+p}}{1+p}.

Since p<11+p<0,p<-1 \Leftrightarrow 1 + p < 0,

limxx1+p=0    bxpdx=b1+p1+p=constant.\lim_{x \to \infty}x^{1+p} = 0 \implies\int_b^\infty x^p dx = -\frac{b^{1+p}}{1+p} = \text{constant}.

We thus proved that, for an integral af(x)dx\int_a^\infty f(x) dx to converge, plus f(x)f(x) is monotonically decaying function, we must have

f(x)1xa,a>1,for large x.f(x) \sim \frac{1}{x^a}, a > 1, \text{for large $x$}.

What one cannot conclude without extra hypotheses

One cannot in general deduce that “f(x)f(x) decays faster than 1/x1/x” from the convergence of af(x)dx\int_a^{\infty} f(x) dx alone. For example, if ff oscillates (e.g. f(x)=sinx/xf(x)=\sin x/x) or if ff has sparse narrow spikes whose areas sum to a finite total, the integral may converge while xf(x)x f(x) does not tend to zero.

This post is licensed under CC BY 4.0 by the author.