Skip to main content

CLP-2 Integral Calculus

Section 1.12 Improper Integrals

Subsection 1.12.1 Definitions

To this point we have only considered nicely behaved integrals \(\int_a^b f(x)\dee{x}\text{.}\) Though the algebra involved in some of our examples was quite difficult, all the integrals had
  • finite limits of integration \(a\) and \(b\text{,}\) and
  • a bounded integrand \(f(x)\) (and in fact continuous except possibly for finitely many jump discontinuities).
Not all integrals we need to study are quite so nice.

Definition 1.12.1.

An integral having either an infinite limit of integration or an unbounded integrand is called an improper integral.
Two examples are
\begin{align*} \int_0^\infty\frac{\dee{x}}{1+x^2}&& \text{and}&& \int_0^1\frac{\dee{x}}{x} \end{align*}
The first has an infinite domain of integration and the integrand of the second tends to \(\infty\) as \(x\) approaches the left end of the domain of integration. We'll start with an example that illustrates the traps that you can fall into if you treat such integrals sloppily. Then we'll see how to treat them carefully.
Consider the integral
\begin{gather*} \int_{-1}^1 \frac{1}{x^2}\dee{x} \end{gather*}
If we “do” this integral completely naively then we get
\begin{align*} \int_{-1}^1\frac{1}{x^2}\ \dee{x} &= \frac{x^{-1}}{-1}\bigg|_{-1}^1\\ &= \frac{1}{-1}-\frac{-1}{-1}\\ &=-2 \end{align*}
which is wrong  1 . In fact, the answer is ridiculous. The integrand \(\frac{1}{x^2} \gt 0\text{,}\) so the integral has to be positive.
The flaw in the argument is that the fundamental theorem of calculus, which says that
if \(F'(x)=f(x)\) then \(\int_a^b f(x)\,\dee{x}=F(b)-F(a)\)
is applicable only when \(F'(x)\) exists and equals \(f(x)\) for all \(a\le x\le b\text{.}\) In this case \(F'(x)=\frac{1}{x^2}\) does not exist for \(x=0\text{.}\) The given integral is improper. We'll see later that the correct answer is \(+\infty\text{.}\)
Let us put this example to one side for a moment and turn to the integral \(\int_a^\infty\frac{\dee{x}}{1+x^2}\text{.}\) In this case, the integrand is bounded but the domain of integration extends to \(+\infty\text{.}\) We can evaluate this integral by sneaking up on it. We compute it on a bounded domain of integration, like \(\int_a^R\frac{\dee{x}}{1+x^2}\text{,}\) and then take the limit \(R\rightarrow\infty\text{.}\)
Let us put this into practice:
Solution:
  • Since the domain extends to \(+\infty\) we first integrate on a finite domain
    \begin{align*} \int_a^R\frac{\dee{x}}{1+x^2} &= \arctan x\bigg|_a^R\\ &= \arctan R - \arctan a \end{align*}
  • We then take the limit as \(R \to +\infty\text{:}\)
    \begin{align*} \int_a^\infty \frac{\dee{x}}{1+x^2} &= \lim_{R\to\infty} \int_a^R\frac{\dee{x}}{1+x^2}\\ &= \lim_{R\to\infty} \big[ \arctan R - \arctan a\big]\\ &= \frac{\pi}{2} - \arctan a. \end{align*}
To be more precise, we actually formally define an integral with an infinite domain as the limit of the integral with a finite domain as we take one or more of the limits of integration to infinity.

Definition 1.12.4. Improper integral with infinite domain of integration.

  1. If the integral \(\int_a^R f(x)\dee{x}\) exists for all \(R \gt a\text{,}\) then
    \begin{equation*} \int_a^\infty f(x)\dee{x}=\lim_{R\rightarrow\infty}\int_a^R f(x)\dee{x} \end{equation*}
    when the limit exists (and is finite).
  2. If the integral \(\int_r^b f(x)\dee{x}\) exists for all \(r \lt b\text{,}\) then
    \begin{equation*} \int_{-\infty}^b f(x)\dee{x}=\lim_{r\rightarrow-\infty}\int_r^b f(x)\dee{x} \end{equation*}
    when the limit exists (and is finite).
  3. If the integral \(\int_r^R f(x)\dee{x}\) exists for all \(r \lt R\text{,}\) then
    \begin{equation*} \int_{-\infty}^\infty f(x)\dee{x}=\lim_{r\rightarrow-\infty}\int_r^c f(x)\dee{x} +\lim_{R\rightarrow\infty}\int_c^R f(x)\dee{x} \end{equation*}
    when both limits exist (and are finite). Any \(c\) can be used.
When the limit(s) exist, the integral is said to be convergent. Otherwise it is said to be divergent.
We must also be able to treat an integral like \(\int_0^1\frac{\dee{x}}{x}\) that has a finite domain of integration but whose integrand is unbounded near one limit of integration  2  Our approach is similar — we sneak up on the problem. We compute the integral on a smaller domain, such as \(\int_t^1\frac{\dee{x}}{x}\text{,}\) with \(t \gt 0\text{,}\) and then take the limit \(t\rightarrow 0+\text{.}\)
Solution:
  • Since the integrand is unbounded near \(x=0\text{,}\) we integrate on the smaller domain \(t\leq x \leq 1\) with \(t \gt 0\text{:}\)
    \begin{align*} \int_t^1 \frac{1}{x}\dee{x} &= \log|x| \bigg|_t^1 = -\log|t| \end{align*}
  • We then take the limit as \(t \to 0^+\) to obtain
    \begin{align*} \int_0^1 \frac{1}{x}\dee{x} &= \lim_{t\to 0^+}\int_t^1 \frac{1}{x}\dee{x} = \lim_{t\to 0^+} -\log|t| = +\infty \end{align*}
    Thus this integral diverges to \(+\infty\text{.}\)
Indeed, we define integrals with unbounded integrands via this process:

Definition 1.12.6. Improper integral with unbounded integrand.

  1. If the integral \(\int_t^b f(x)\dee{x}\) exists for all \(a \lt t \lt b\text{,}\) then
    \begin{equation*} \int_a^b f(x)\dee{x}=\lim_{t\rightarrow a+}\int_t^b f(x)\dee{x} \end{equation*}
    when the limit exists (and is finite).
  2. If the integral \(\int_a^T f(x)\dee{x}\) exists for all \(a \lt T \lt b\text{,}\) then
    \begin{equation*} \int_a^b f(x)\dee{x}=\lim_{T\rightarrow b-}\int_a^T f(x)\dee{x} \end{equation*}
    when the limit exists (and is finite).
  3. Let \(a \lt c \lt b\text{.}\) If the integrals \(\int_a^T f(x)\dee{x}\) and \(\int_t^b f(x)\dee{x}\) exist for all \(a \lt T \lt c\) and \(c \lt t \lt b\text{,}\) then
    \begin{equation*} \int_a^b f(x)\dee{x}=\lim_{T\rightarrow c-}\int_a^T f(x)\dee{x} +\lim_{t\rightarrow c+}\int_t^b f(x)\dee{x} \end{equation*}
    when both limit exist (and are finite).
When the limit(s) exist, the integral is said to be convergent. Otherwise it is said to be divergent.
Notice that (c) is used when the integrand is unbounded at some point in the middle of the domain of integration, such as was the case in our original example
\begin{gather*} \int_{-1}^1 \frac{1}{x^2} \dee{x} \end{gather*}
A quick computation shows that this integral diverges to \(+\infty\)
\begin{align*} \int_{-1}^1 \frac{1}{x^2} \dee{x} &= \lim_{a \to 0^-} \int_{-1}^a \frac{1}{x^2} \dee{x} + \lim_{b \to 0^+} \int_b^1 \frac{1}{x^2}\dee{x}\\ &= \lim_{a \to 0^-} \left[1-\frac{1}{a} \right] + \lim_{b \to 0^+} \left[\frac{1}{b}-1 \right]\\ &= + \infty \end{align*}
More generally, if an integral has more than one “source of impropriety” (for example an infinite domain of integration and an integrand with an unbounded integrand or multiple infinite discontinuities) then you split it up into a sum of integrals with a single “source of impropriety” in each. For the integral, as a whole, to converge every term in that sum has to converge.
For example
Consider the integral
\begin{gather*} \int_{-\infty}^\infty\frac{\dee{x}}{(x-2)x^2} \end{gather*}
  • The domain of integration that extends to both \(+\infty\) and \(-\infty\text{.}\)
  • The integrand is singular (i.e. becomes infinite) at \(x=2\) and at \(x=0\text{.}\)
  • So we would write the integral as
    \begin{align*} \int_{-\infty}^\infty\frac{\dee{x}}{(x-2)x^2} &=\int_{-\infty}^{a} \frac{\dee{x}}{(x-2)x^2} +\int_{a}^0 \frac{\dee{x}}{(x-2)x^2} +\int_0^b \frac{\dee{x}}{(x-2)x^2}\\ &+\int_b^2 \frac{\dee{x}}{(x-2)x^2} +\int_2^c \frac{\dee{x}}{(x-2)x^2} +\int_c^\infty \frac{\dee{x}}{(x-2)x^2} \end{align*}
    where
    • \(a\) is any number strictly less than \(0\text{,}\)
    • \(b\) is any number strictly between \(0\) and \(2\text{,}\) and
    • \(c\) is any number strictly bigger than \(2\text{.}\)
    So, for example, take \(a=-1, b=1, c=3\text{.}\)
  • When we examine the right-hand side we see that
    • the first integral has domain of integration extending to \(-\infty\)
    • the second integral has an integrand that becomes unbounded as \(x\rightarrow 0-\text{,}\)
    • the third integral has an integrand that becomes unbounded as \(x\rightarrow 0+\text{,}\)
    • the fourth integral has an integrand that becomes unbounded as \(x\rightarrow 2-\text{,}\)
    • the fifth integral has an integrand that becomes unbounded as \(x\rightarrow 2+\text{,}\) and
    • the last integral has domain of integration extending to \(+\infty\text{.}\)
  • Each of these integrals can then be expressed as a limit of an integral on a small domain.

Subsection 1.12.2 Examples

With the more formal definitions out of the way, we are now ready for some (important) examples.
Solution:
  • Fix any \(p \gt 0\text{.}\)
  • The domain of the integral \(\int_1^\infty\frac{\dee{x}}{x^p}\) extends to \(+\infty\) and the integrand \(\frac{1}{x^p}\) is continuous and bounded on the whole domain.
  • So we write this integral as the limit
    \begin{align*} \int_1^\infty\frac{\dee{x}}{x^p} &=\lim_{R\rightarrow\infty} \int_1^R\frac{\dee{x}}{x^p} \end{align*}
  • The antiderivative of \(1/x^p\) changes when \(p=1\text{,}\) so we will split the problem into three cases, \(p \gt 1\text{,}\) \(p=1\) and \(p \lt 1\text{.}\)
  • When \(p \gt 1\text{,}\)
    \begin{align*} \int_1^R \frac{\dee{x}}{x^p} &= \frac{1}{1-p} x^{1-p} \bigg|_1^R\\ &= \frac{R^{1-p}-1}{1-p} \end{align*}
    Taking the limit as \(R \to \infty\) gives
    \begin{align*} \int_1^\infty\frac{\dee{x}}{x^p} &= \lim_{R \to \infty} \int_1^R\frac{\dee{x}}{x^p}\\ &= \lim_{R \to \infty} \frac{R^{1-p}-1}{1-p}\\ &= \frac{-1}{1-p} = \frac{1}{p-1} \end{align*}
    since \(1-p \lt 0\text{.}\)
  • Similarly when \(p \lt 1\) we have
    \begin{align*} \int_1^\infty\frac{\dee{x}}{x^p} &= \lim_{R \to \infty} \int_1^R \frac{\dee{x}}{x^p} &= \lim_{R \to \infty} \frac{R^{1-p}-1}{1-p}\\ &= +\infty \end{align*}
    because \(1-p \gt 0\) and the term \(R^{1-p}\) diverges to \(+\infty\text{.}\)
  • Finally when \(p=1\)
    \begin{align*} \int_1^R\frac{\dee{x}}{x} &= \log|R|-\log 1 = \log R \end{align*}
    Then taking the limit as \(R \to \infty\) gives us
    \begin{align*} \int_1^\infty\frac{\dee{x}}{x^p} &= \lim_{R \to \infty} \log|R| = +\infty. \end{align*}
  • So summarising, we have
    \begin{align*} \int_1^\infty\frac{\dee{x}}{x^p} &=\begin{cases} \text{divergent} & \text {if } p\le 1 \\ \frac{1}{p-1} & \text{if } p \gt 1 \end{cases} \end{align*}
Solution:
  • Again fix any \(p \gt 0\text{.}\)
  • The domain of integration of the integral \(\int_0^1\frac{\dee{x}}{x^p}\) is finite, but the integrand \(\frac{1}{x^p}\) becomes unbounded as \(x\) approaches the left end, \(0\text{,}\) of the domain of integration.
  • So we write this integral as
    \begin{align*} \int_0^1\frac{\dee{x}}{x^p} &=\lim_{t\rightarrow 0+} \int_t^1\frac{\dee{x}}{x^p} \end{align*}
  • Again, the antiderivative changes at \(p=1\text{,}\) so we split the problem into three cases.
  • When \(p \gt 1\) we have
    \begin{align*} \int_t^1\frac{\dee{x}}{x^p} &= \frac{1}{1-p}x^{1-p}\bigg|_t^1\\ &= \frac{1-t^{1-p}}{1-p} \end{align*}
    Since \(1-p \lt 0\) when we take the limit as \(t\to 0\) the term \(t^{1-p}\) diverges to \(+\infty\) and we obtain
    \begin{align*} \int_0^1\frac{\dee{x}}{x^p} &= \lim_{t\to0^+} \frac{1-t^{1-p}}{1-p} = +\infty \end{align*}
  • When \(p=1\) we similarly obtain
    \begin{align*} \int_0^1\frac{\dee{x}}{x} &= \lim_{t\to0+} \int_t^1\frac{\dee{x}}{x}\\ &= \lim_{t\to0+} \big( -\log|t| \big)\\ &= +\infty \end{align*}
  • Finally, when \(p \lt 1\) we have
    \begin{align*} \int_0^1\frac{\dee{x}}{x^p} &= \lim_{t\to0^+}\int_t^1\frac{\dee{x}}{x^p}\\ &= \lim_{t\to0^+} \frac{1-t^{1-p}}{1-p} = \frac{1}{1-p} \end{align*}
    since \(1-p \gt 0\text{.}\)
  • In summary
    \begin{align*} \int_0^1\frac{\dee{x}}{x^p} &=\begin{cases} \frac{1}{1-p} & \text{if } p \lt 1 \\ \text{divergent} & \text {if } p\ge 1 \end{cases} \end{align*}
Solution:
  • Yet again fix \(p \gt 0\text{.}\)
  • This time the domain of integration of the integral \(\int_0^\infty\frac{\dee{x}}{x^p}\) extends to \(+\infty\text{,}\) and in addition the integrand \(\frac{1}{x^p}\) becomes unbounded as \(x\) approaches the left end, \(0\text{,}\) of the domain of integration.
  • So we split the domain in two — given our last two examples, the obvious place to cut is at \(x=1\text{:}\)
    \begin{equation*} \int_0^\infty\frac{\dee{x}}{x^p} =\int_0^1\frac{\dee{x}}{x^p} + \int_1^\infty\frac{\dee{x}}{x^p} \end{equation*}
  • We saw, in Example 1.12.9, that the first integral diverged whenever \(p\ge 1\text{,}\) and we also saw, in Example 1.12.8, that the second integral diverged whenever \(p\le 1\text{.}\)
  • So the integral \(\int_0^\infty\frac{\dee{x}}{x^p}\) diverges for all values of \(p\text{.}\)
This is a pretty subtle example. Look at the sketch below:
This suggests that the signed area to the left of the \(y\)-axis should exactly cancel the area to the right of the \(y\)-axis making the value of the integral \(\int_{-1}^1\frac{\dee{x}}{x}\) exactly zero.
But both of the integrals
\begin{align*} \int_0^1\frac{\dee{x}}{x} &=\lim_{t\rightarrow 0+}\int_t^1\frac{\dee{x}}{x} =\lim_{t\rightarrow 0+}\Big[\log x\Big]_t^1 =\lim_{t\rightarrow 0+}\log\frac{1}{t} =+\infty\\ \int_{-1}^0\frac{\dee{x}}{x} &=\lim_{T\rightarrow 0-}\int_{-1}^T\frac{\dee{x}}{x} =\lim_{T\rightarrow 0-}\Big[\log|x|\Big]_{-1}^T =\lim_{T\rightarrow 0-}\log|T|\ =-\infty \end{align*}
diverge so \(\int_{-1}^1\frac{\dee{x}}{x}\) diverges. Don't make the mistake of thinking that \(\infty-\infty=0\text{.}\) It is undefined. And it is undefined for good reason.
For example, we have just seen that the area to the right of the \(y\)-axis is
\begin{equation*} \lim_{t\rightarrow 0+}\int_t^1\frac{\dee{x}}{x}=+\infty \end{equation*}
and that the area to the left of the \(y\)-axis is (substitute \(-7t\) for \(T\) above)
\begin{equation*} \lim_{t\rightarrow 0+}\int_{-1}^{-7t}\frac{\dee{x}}{x}=-\infty \end{equation*}
If \(\infty-\infty=0\text{,}\) the following limit should be \(0\text{.}\)
\begin{align*} \lim_{t\rightarrow 0+}\bigg[\int_t^1\frac{\dee{x}}{x} +\int_{-1}^{-7t}\frac{\dee{x}}{x}\bigg] &=\lim_{t\rightarrow 0+}\Big[\log\frac{1}{t}+\log |-7t|\Big]\\ &=\lim_{t\rightarrow 0+}\Big[\log\frac{1}{t}+\log (7t)\Big]\\ &=\lim_{t\rightarrow 0+}\Big[-\log t+\log7 +\log t\Big] =\lim_{t\rightarrow 0+}\log 7\\ &=\log 7 \end{align*}
This appears to give \(\infty-\infty=\log 7\text{.}\) Of course the number \(7\) was picked at random. You can make \(\infty-\infty\) be any number at all, by making a suitable replacement for \(7\text{.}\)
The careful computation of the integral of Example 1.12.2 is
\begin{align*} \int_{-1}^1\frac{1}{x^2}\dee{x} &=\lim_{T\rightarrow 0- }\int_{-1}^T\frac{1}{x^2}\dee{x} +\lim_{t\rightarrow 0+} \int_t^1\frac{1}{x^2}\dee{x}\\ &=\lim_{T\rightarrow 0- }\Big[-\frac{1}{x}\Big]_{-1}^T +\lim_{t\rightarrow 0+}\Big[-\frac{1}{x}\Big]_t^1\\ &=\infty+\infty \end{align*}
Hence the integral diverges to \(+\infty\text{.}\)
Since
\begin{align*} \lim_{R\rightarrow\infty}\int_0^R\frac{\dee{x}}{1+x^2} &=\lim_{R\rightarrow\infty}\Big[\arctan x\Big]_0^R =\lim_{R\rightarrow\infty} \arctan R =\frac{\pi}{2}\\ \lim_{r\rightarrow-\infty}\int_r^0\frac{\dee{x}}{1+x^2} &=\lim_{r\rightarrow-\infty}\Big[\arctan x\Big]_r^0 =\lim_{r\rightarrow-\infty} -\arctan r =\frac{\pi}{2} \end{align*}
The integral \(\int_{-\infty}^\infty\frac{\dee{x}}{1+x^2}\) converges and takes the value \(\pi\text{.}\)
For what values of \(p\) does \(\int_e^\infty\frac{\dee{x}}{x(\log x)^p}\) converge?
Solution:
  • For \(x\ge e\text{,}\) the denominator \(x(\log x)^p\) is never zero. So the integrand is bounded on the entire domain of integration and this integral is improper only because the domain of integration extends to \(+\infty\) and we proceed as usual.
  • We have
    \begin{align*} \int_e^\infty\frac{\dee{x}}{x(\log x)^p} &=\lim_{R\rightarrow \infty} \int_e^R\frac{\dee{x}}{x(\log x)^p} \qquad\qquad\qquad \text{use substitution}\\ &=\lim_{R\rightarrow \infty} \int_1^{\log R}\frac{\dee{u}}{u^p} \qquad\qquad\text{with }u=\log x,\dee{u}=\frac{\dee{x}}{x}\\ &=\lim_{R\rightarrow\infty} \begin{cases} \frac{1}{1-p}\Big[(\log R)^{1-p}-1\Big] & \text{if } p\ne 1\\ \log(\log R) & \text{if } p=1 \end{cases}\\ &=\begin{cases} \text{divergent} & \text {if } p\le 1\\ \frac{1}{p-1} & \text{if } p \gt 1 \end{cases} \end{align*}
    In this last step we have used similar logic that that used in Example 1.12.8, but with \(R\) replaced by \(\log R\text{.}\)
The gamma function \(\Gamma(x)\) is defined by the improper integral
\begin{equation*} \Gamma(t) = \int_0^\infty x^{t-1}e^{-x}\dee{x} \end{equation*}
We shall now compute \(\Gamma(n)\) for all natural numbers \(n\text{.}\)
  • To get started, we'll compute
    \begin{align*} \Gamma(1) &= \int_0^\infty e^{-x}\dee{x} = \lim_{R\rightarrow\infty}\int_0^R e^{-x}\dee{x} = \lim_{R\rightarrow\infty}\Big[-e^{-x}\Big]_0^R = 1 \end{align*}
  • Then compute
    \begin{align*} \Gamma(2) &= \int_0^\infty x e^{-x}\dee{x}\\ &=\lim_{R\rightarrow\infty} \int_0^R x e^{-x}\dee{x}\\ \end{align*}

    Use integration by parts with \(u=x, \dee{v}=e^{-x}\dee{x},\) so \(v=-e^{-x}, \dee{u}=\dee{x}\)

    \begin{align*} & = \lim_{R\rightarrow\infty}\bigg[- xe^{-x} \Big|_0^R + \int_0^R e^{-x}\dee{x}\bigg]\\ & = \lim_{R\rightarrow\infty}\Big[- xe^{-x} - e^{-x}\Big]_0^R\\ & = 1 \end{align*}
    For the last equality, we used that \(\lim\limits_{x\rightarrow\infty}x e^{-x}=0\text{.}\)
  • Now we move on to general \(n\text{,}\) using the same type of computation as we just used to evaluate \(\Gamma(2)\text{.}\) For any natural number \(n\text{,}\)
    \begin{align*} \Gamma(n+1) &= \int_0^\infty x^n e^{-x}\dee{x}\\ &=\lim_{R\rightarrow\infty} \int_0^R x^n e^{-x}\dee{x}\\ \end{align*}

    Again integrate by parts with \(u=x^n,\dee{v}= e^{-x}\dee{x}\text{,}\) so \(v=-e^{-x}, \dee{u}=nx^{n-1}\dee{x}\)

    \begin{align*} & = \lim_{R\rightarrow\infty}\bigg[- x^ne^{-x}\Big|_0^R + \int_0^R nx^{n-1}e^{-x}\dee{x}\bigg]\\ & = \lim_{R\rightarrow\infty} n\int_0^R x^{n-1} e^{-x}\dee{x}\\ & = n\Gamma(n) \end{align*}
    To get to the third row, we used that \(\lim\limits_{x\rightarrow\infty}x^n e^{-x}=0\text{.}\)
  • Now that we know \(\Gamma(2)=1\) and \(\Gamma(n+1)= n\Gamma(n)\text{,}\) for all \(n\in\bbbn\text{,}\) we can compute all of the \(\Gamma(n)\)'s.
    \begin{alignat*}{1} \Gamma(2)&=1\\ \Gamma(3)&=\Gamma(2+1)=2\Gamma(2)=2\cdot 1\\ \Gamma(4)&=\Gamma(3+1)=3\Gamma(3)=3\cdot2\cdot 1\\ \Gamma(5)&=\Gamma(4+1)=4\Gamma(4)=4\cdot3\cdot 2\cdot 1\\ &\vdots\\ \Gamma(n)&=(n-1)\cdot(n-2)\cdots 4\cdot 3\cdot 2\cdot 1 = (n-1)! \end{alignat*}
    That is, the factorial is just  3  the Gamma function shifted by one.

Subsection 1.12.3 Convergence Tests for Improper Integrals

It is very common to encounter integrals that are too complicated to evaluate explicitly. Numerical approximation schemes, evaluated by computer, are often used instead (see Section 1.11). You want to be sure that at least the integral converges before feeding it into a computer  4 . Fortunately it is usually possible to determine whether or not an improper integral converges even when you cannot evaluate it explicitly.

Remark 1.12.16.

For pedagogical purposes, we are going to concentrate on the problem of determining whether or not an integral \(\int_a^\infty f(x)\dee{x}\) converges, when \(f(x)\) has no singularities for \(x\ge a\text{.}\) Recall that the first step in analyzing any improper integral is to write it as a sum of integrals each of has only a single “source of impropriety” — either a domain of integration that extends to \(+\infty\text{,}\) or a domain of integration that extends to \(-\infty\text{,}\) or an integrand which is singular at one end of the domain of integration. So we are now going to consider only the first of these three possibilities. But the techniques that we are about to see have obvious analogues for the other two possibilities.
Now let's start. Imagine that we have an improper integral \(\int_a^\infty f(x)\dee{x}\text{,}\) that \(f(x)\) has no singularities for \(x\ge a\) and that \(f(x)\) is complicated enough that we cannot evaluate the integral explicitly  5 . The idea is find another improper integral \(\int_a^\infty g(x)\dee{x}\)
  • with \(g(x)\) simple enough that we can evaluate the integral \(\int_a^\infty g(x)\dee{x}\) explicitly, or at least determine easily whether or not \(\int_a^\infty g(x)\dee{x}\) converges, and
  • with \(g(x)\) behaving enough like \(f(x)\) for large \(x\) that the integral \(\int_a^\infty f(x)\dee{x}\) converges if and only if \(\int_a^\infty g(x)\dee{x}\) converges.
So far, this is a pretty vague strategy. Here is a theorem which starts to make it more precise.
We will not prove this theorem, but, hopefully, the following supporting arguments should at least appear reasonable to you. Consider the figure below:
  • If \(\int_a^\infty g(x)\dee{x}\) converges, then the area of
    \begin{gather*} \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le g(x)\ \big\} \text{ is finite.} \end{gather*}
    When \(|f(x)|\le g(x)\text{,}\) the region
    \begin{gather*} \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le |f(x)|\ \big\} \text{ is contained inside } \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le g(x)\big\} \end{gather*}
    and so must also have finite area. Consequently the areas of both the regions
    \begin{gather*} \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le f(x)\ \big\} \text{ and } \big\{\ (x,y)\ \big|\ x\ge a,\ f(x)\le y\le 0 \big\} \end{gather*}
    are finite too  6 .
  • If \(\int_a^\infty g(x)\dee{x}\) diverges, then the area of
    \begin{gather*} \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le g(x)\ \big\} \text{ is infinite.} \end{gather*}
    When \(f(x)\ge g(x)\text{,}\) the region
    \begin{gather*} \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le f(x)\ \big\} \text{ contains the region } \big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le g(x)\ \big\} \end{gather*}
    and so also has infinite area.
We cannot evaluate the integral \(\int_1^\infty e^{-x^2}\dee{x}\) explicitly  7 , however we would still like to understand if it is finite or not — does it converge or diverge?
Solution: We will use Theorem 1.12.17 to answer the question.
  • So we want to find another integral that we can compute and that we can compare to \(\int_1^\infty e^{-x^2}\dee{x}\text{.}\) To do so we pick an integrand that looks like \(e^{-x^2}\text{,}\) but whose indefinite integral we know — such as \(e^{-x}\text{.}\)
  • When \(x\ge 1\text{,}\) we have \(x^2\ge x\) and hence \(e^{-x^2}\le e^{-x}\text{.}\) Thus we can use Theorem 1.12.17 to compare
    \begin{gather*} \int_1^\infty e^{-x^2}\dee{x} \text{ with } \int_1^\infty e^{-x}\dee{x} \end{gather*}
  • The integral
    \begin{align*} \int_1^\infty e^{-x}\dee{x} &=\lim_{R\rightarrow\infty}\int_1^R e^{-x}\dee{x}\\ &=\lim_{R\rightarrow\infty}\Big[-e^{-x}\Big]_1^{R}\\ &=\lim_{R\rightarrow\infty}\Big[e^{-1}-e^{-R}\Big] =e^{-1} \end{align*}
    converges.
  • So, by Theorem 1.12.17, with \(a=1\text{,}\) \(f(x)=e^{-x^2}\) and \(g(x)=e^{-x}\text{,}\) the integral \(\int_1^\infty e^{-x^2}\dee{x}\) converges too (it is approximately equal to \(0.1394\)).
Solution:
  • The integral \(\int_{1/2}^\infty e^{-x^2}\dee{x}\) is quite similar to the integral \(\int_1^\infty e^{-x^2}\dee{x}\) of Example 1.12.18. But we cannot just repeat the argument of Example 1.12.18 because it is not true that \(e^{-x^2}\le e^{-x}\) when \(0 \lt x \lt 1\text{.}\)
  • In fact, for \(0 \lt x \lt 1\text{,}\) \(x^2 \lt x\) so that \(e^{-x^2} \gt e^{-x}\text{.}\)
  • However the difference between the current example and Example 1.12.18 is
    \begin{align*} \int_{1/2}^\infty e^{-x^2}\dee{x}-\int_1^\infty e^{-x^2}\dee{x} &= \int_{1/2}^1 e^{-x^2}\dee{x} \end{align*}
    which is clearly a well defined finite number (its actually about \(0.286\)). It is important to note that we are being a little sloppy by taking the difference of two integrals like this — we are assuming that both integrals converge. More on this below.
  • So we would expect that \(\int_{1/2}^\infty e^{-x^2}\dee{x}\) should be the sum of the proper integral integral \(\int_{1/2}^1 e^{-x^2}\dee{x}\) and the convergent integral \(\int_1^\infty e^{-x^2}\dee{x}\) and so should be a convergent integral. This is indeed the case. The Theorem below provides the justification.
By definition the improper integral \(\int_a^\infty f(x)\dee{x}\) converges if and only if the limit
\begin{align*} \lim_{R\rightarrow\infty}\int_a^R f(x)\dee{x} &=\lim_{R\rightarrow\infty}\bigg[\int_a^c f(x)\dee{x} +\int_c^R f(x)\dee{x}\bigg]\\ &=\int_a^c f(x)\dee{x} + \lim_{R\rightarrow\infty}\int_c^R f(x)\dee{x} \end{align*}
exists and is finite. (Remember that, in computing the limit, \(\int_a^c f(x)\dee{x}\) is a finite constant independent of \(R\) and so can be pulled out of the limit.) But that is the case if and only if the limit \(\lim_{R\rightarrow\infty}\int_c^R f(x)\dee{x}\) exists and is finite, which in turn is the case if and only if the integral \(\int_c^\infty f(x)\dee{x}\) converges.
Does the integral \(\int_1^\infty\frac{\sqrt{x}}{x^2+x}\dee{x}\) converge or diverge?
Solution:
  • Our first task is to identify the potential sources of impropriety for this integral.
  • The domain of integration extends to \(+\infty\text{,}\) but we must also check to see if the integrand contains any singularities. On the domain of integration \(x\ge 1\) so the denominator is never zero and the integrand is continuous. So the only problem is at \(+\infty\text{.}\)
  • Our second task is to develop some intuition  8 . As the only problem is that the domain of integration extends to infinity, whether or not the integral converges will be determined by the behavior of the integrand for very large \(x\text{.}\)
  • When \(x\) is very large, \(x^2\) is much much larger than \(x\) (which we can write as \(x^2\gg x\)) so that the denominator \(x^2+x\approx x^2\) and the integrand
    \begin{align*} \frac{\sqrt{x}}{x^2+x} & \approx \frac{\sqrt{x}}{x^2} =\frac{1}{x^{3/2}} \end{align*}
  • By Example 1.12.8, with \(p=\frac{3}{2}\text{,}\) the integral \(\int_1^\infty \frac{\dee{x}}{x^{3/2}}\) converges. So we would expect that \(\int_1^\infty\frac{\sqrt{x}}{x^2+x}\dee{x}\) converges too.
  • Our final task is to verify that our intuition is correct. To do so, we want to apply part (a) of Theorem 1.12.17 with \(f(x)= \frac{\sqrt{x}}{x^2+x}\) and \(g(x)\) being \(\frac{1}{x^{3/2}}\text{,}\) or possibly some constant times \(\frac{1}{x^{3/2}}\text{.}\) That is, we need to show that for all \(x \geq 1\) (i.e. on the domain of integration)
    \begin{gather*} \frac{\sqrt{x}}{x^2+x} \leq \frac{A}{x^{3/2}} \end{gather*}
    for some constant \(A\text{.}\) Let's try this.
  • Since \(x\geq 1\) we know that
    \begin{align*} x^2+x & \gt x^2\\ \end{align*}

    Now take the reciprocal of both sides:

    \begin{align*} \frac{1}{x^2+x} & \lt \frac{1}{x^2}\\ \end{align*}

    Multiply both sides by \(\sqrt{x}\) (which is always positive, so the sign of the inequality does not change)

    \begin{align*} \frac{\sqrt{x}}{x^2+x} & \lt \frac{\sqrt{x}}{x^2} = \frac{1}{x^{3/2}} \end{align*}
  • So Theorem 1.12.17(a) and Example 1.12.8, with \(p=\frac{3}{2}\) do indeed show that the integral \(\int_1^\infty\frac{\sqrt{x}}{x^2+x}\dee{x}\) converges.
Notice that in this last example we managed to show that the integral exists by finding an integrand that behaved the same way for large \(x\text{.}\) Our intuition then had to be bolstered with some careful inequalities to apply the comparison Theorem 1.12.17. It would be nice to avoid this last step and be able jump from the intuition to the conclusion without messing around with inequalities. Thankfully there is a variant of Theorem 1.12.17 that is often easier to apply and that also fits well with the sort of intuition that we developed to solve Example 1.12.21.
A key phrase in the previous paragraph is “behaves the same way for large \(x\)”. A good way to formalise this expression — “\(f(x)\) behaves like \(g(x)\) for large \(x\)” — is to require that the limit
\begin{align*} \lim_{x\rightarrow\infty}\frac{f(x)}{g(x)} & \text{ exists and is a finite nonzero number.} \end{align*}
Suppose that this is the case and call the limit \(L\ne 0\text{.}\) Then
  • the ratio \(\frac{f(x)}{g(x)}\) must approach \(L\) as \(x\) tends to \(+\infty\text{.}\)
  • So when \(x\) is very large — say \(x \gt B\text{,}\) for some big number \(B\) — we must have that
    \begin{align*} \frac{1}{2}L \leq \frac{f(x)}{g(x)} \leq 2L && \text{for all $x \gt B$} \end{align*}
    Equivalently, \(f(x)\) lies between \(\frac{L}{2}g(x)\) and \(2Lg(x)\text{,}\) for all \(x\ge B\text{.}\)
  • Consequently, the integral of \(f(x)\) converges if and only if the integral of \(g(x)\) converges, by Theorems 1.12.17 and 1.12.20.
These considerations lead to the following variant of Theorem 1.12.17.
Here is an example of how Theorem 1.12.22 is used.
Does the integral \(\ds \int_1^\infty\frac{x+\sin x}{e^{-x}+x^2}\dee{x}\) converge or diverge?
Solution:
  • Our first task is to identify the potential sources of impropriety for this integral.
  • The domain of integration extends to \(+\infty\text{.}\) On the domain of integration the denominator is never zero so the integrand is continuous. Thus the only problem is at \(+\infty\text{.}\)
  • Our second task is to develop some intuition about the behavior of the integrand for very large \(x\text{.}\) A good way to start is to think about the size of each term when \(x\) becomes big.
  • When \(x\) is very large:
    • \(e^{-x} \ll x^2\text{,}\) so that the denominator \(e^{-x}+x^2\approx x^2\text{,}\) and
    • \(|\sin x|\le 1 \ll x\text{,}\) so that the numerator \(x+\sin x\approx x\text{,}\) and
    • the integrand \(\frac{x+\sin x}{e^{-x}+x^2} \approx \frac{x}{x^2} =\frac{1}{x}\text{.}\)
    Notice that we are using \(A \ll B\) to mean that “\(A\) is much much smaller than \(B\)”. Similarly \(A\gg B\) means “\(A\) is much much bigger than \(B\)”. We don't really need to be too precise about its meaning beyond this in the present context.
  • Now, since \(\int_1^\infty\frac{\dee{x}}{x}\) diverges, we would expect \(\int_1^\infty\frac{x+\sin x}{e^{-x}+x^2}\dee{x}\) to diverge too.
  • Our final task is to verify that our intuition is correct. To do so, we set
    \begin{align*} f(x) &= \frac{x+\sin x}{e^{-x}+x^2} & g(x) &= \frac{1}{x} \end{align*}
    and compute
    \begin{align*} \lim_{x\rightarrow\infty}\frac{f(x)}{g(x)} &=\lim_{x\rightarrow\infty} \frac{x+\sin x}{e^{-x}+x^2}\div\frac{1}{x}\\ &=\lim_{x\rightarrow\infty} \frac{(1+\sin x/x)x}{(e^{-x}/x^2+1)x^2}\times x\\ &=\lim_{x\rightarrow\infty} \frac{1+\sin x/x}{e^{-x}/x^2+1}\\ &=1 \end{align*}
  • Since \(\int_1^\infty g(x)\dee{x} = \int_1^\infty\frac{\dee{x}}{x}\) diverges, by Example 1.12.8 with \(p=1\text{,}\) Theorem 1.12.22(b) now tells us that \(\int_1^\infty f(x)\dee{x} = \int_1^\infty\frac{x+\sin x}{e^{-x}+x^2}\dee{x}\) diverges too.

Exercises 1.12.4 Exercises

Exercises — Stage 1 .

1.
For which values of \(b\) is the integral \(\displaystyle\int_0^b \frac{1}{x^2-1} \dee{x}\) improper?
2.
For which values of \(b\) is the integral \(\displaystyle\int_0^b \frac{1}{x^2+1} \dee{x}\) improper?
3.
Below are the graphs \(y=f(x)\) and \(y=g(x)\text{.}\) Suppose \(\displaystyle\int_0^\infty f(x) \dee{x}\) converges, and \(\displaystyle\int_0^\infty g(x) \dee{x}\) diverges. Assuming the graphs continue on as shown as \(x \to \infty\text{,}\) which graph is \(f(x)\text{,}\) and which is \(g(x)\text{?}\)
4. (✳).
Decide whether the following statement is true or false. If false, provide a counterexample. If true, provide a brief justification. (Assume that \(f(x)\) and \(g(x)\) are continuous functions.)
If \(\displaystyle\int_{1}^{\infty} f(x) \,\dee{x}\) converges and \(g(x)\ge f(x)\ge 0\) for all \(x\text{,}\) then \(\displaystyle\int_{1}^{\infty} g(x) \,\dee{x}\) converges.
5.
Let \(f(x) = e^{-x}\) and \(g(x)=\dfrac{1}{x+1}\text{.}\) Note \(\int_{0}^\infty f(x) \dee{x}\) converges while \(\int_{0}^\infty g(x) \dee{x}\) diverges.
For each of the functions \(h(x)\) described below, decide whether \(\int_{0\vphantom{\frac12}}^\infty h(x) \dee{x}\) converges or diverges, or whether there isn't enough information to decide. Justify your decision.
  1. \(h(x)\text{,}\) continuous and defined for all \(x \ge0\text{,}\) \(h(x) \leq f(x)\text{.}\)
  2. \(h(x)\text{,}\) continuous and defined for all \(x\ge 0\text{,}\) \(f(x) \leq h(x) \leq g(x)\text{.}\)
  3. \(h(x)\text{,}\) continuous and defined for all \(x\ge 0\text{,}\) \(-2f(x) \leq h(x) \leq f(x)\text{.}\)

Exercises — Stage 2 .

6. (✳).
Evaluate the integral \(\displaystyle\int_0^1\frac{x^4}{x^5-1}\,\dee{x}\) or state that it diverges.
7. (✳).
Determine whether the integral \(\displaystyle\int_{-2}^2\frac{1}{(x+1)^{4/3}}\,\dee{x}\) is convergent or divergent. If it is convergent, find its value.
8. (✳).
Does the improper integral \(\displaystyle\int_1^\infty\frac{1}{\sqrt{4x^2-x}}\,\dee{x}\) converge? Justify your answer.
9. (✳).
Does the integral \(\displaystyle\int_0^\infty\frac{\dee{x}}{x^2+\sqrt{x}}\) converge or diverge? Justify your claim.
10.
Does the integral \(\displaystyle\int_{-\infty}^\infty \cos x \dee{x}\) converge or diverge? If it converges, evaluate it.
11.
Does the integral \(\displaystyle\int_{-\infty}^\infty \sin x \dee{x}\) converge or diverge? If it converges, evaluate it.
12.
Evaluate \(\displaystyle\int_{10}^\infty \frac{x^4-5x^3+2x-7}{x^5+3x+8} \dee{x}\text{,}\) or state that it diverges.
13.
Evaluate \(\displaystyle\int_0^{10} \frac{x-1}{x^2-11x+10} \dee{x}\text{,}\) or state that it diverges.
14. (✳).
Determine (with justification!) which of the following applies to the integral \(\displaystyle\int_{-\infty}^{+\infty}\frac{x}{x^2+1}\dee{x}\text{:}\)
  1. \(\displaystyle\int_{-\infty}^{+\infty}\frac{x}{x^2+1}\dee{x}\) diverges
  2. \(\displaystyle\int_{-\infty}^{+\infty}\frac{x}{x^2+1}\dee{x}\) converges but \(\displaystyle\int_{-\infty}^{+\infty}\left|\frac{x}{x^2+1}\right|\dee{x}\) diverges
  3. \(\displaystyle\int_{-\infty}^{+\infty}\frac{x}{x^2+1}\dee{x}\) converges, as does \(\displaystyle\int_{-\infty}^{+\infty}\left|\frac{x}{x^2+1}\right|\dee{x}\)
Remark: these options, respectively, are that the integral diverges, converges conditionally, and converges absolutely. You'll see this terminology used for series in Section 3.4.1.
15. (✳).
Decide whether \(I=\displaystyle\int_0^\infty\frac{|\sin x|}{x^{3/2}+x^{1/2}}\dee{x} \) converges or diverges. Justify.
16. (✳).
Does the integral \(\displaystyle\int_0^\infty\frac{x+1}{x^{1/3}(x^2+x+1)}\,\dee{x}\) converge or diverge?

Exercises — Stage 3 .

17.
We craft a tall, vuvuzela-shaped solid by rotating the line \(y = \dfrac{1}{x\vphantom{\frac{1}{2}}}\) from \(x=a\) to \(x=1\) about the \(y\)-axis, where \(a\) is some constant between 0 and 1.
True or false: No matter how large a constant \(M\) is, there is some value of \(a\) that makes a solid with volume larger than \(M\text{.}\)
18. (✳).
What is the largest value of \(q\) for which the integral \(\displaystyle \int_1^\infty \frac1{x^{5q}}\,\dee{x}\) diverges?
19.
For which values of \(p\) does the integral \(\displaystyle\int_0^\infty \dfrac{x}{(x^2+1)^p} \dee{x}\) converge?
20.
Evaluate \(\displaystyle\int_2^\infty \frac{1}{t^4-1}\dee{t}\text{,}\) or state that it diverges.
21.
Does the integral \(\displaystyle\int_{-5}^5 \left(\frac{1}{\sqrt{|x|}} + \frac{1}{\sqrt{|x-1|}}+\frac{1}{\sqrt{|x-2|}}\right)\dee{x}\) converge or diverge?
22.
Evaluate \(\displaystyle\int_0^\infty e^{-x}\sin x \dee{x}\text{,}\) or state that it diverges.
23. (✳).
Is the integral \(\displaystyle\int_0^\infty\frac{\sin^4 x}{x^2}\, \dee{x}\) convergent or divergent? Explain why.
24.
Does the integral \(\displaystyle\int_0^\infty \frac{x}{e^x+\sqrt{x}} \dee{x}\) converge or diverge?
25. (✳).
Let \(M_{n,t}\) be the Midpoint Rule approximation for \(\displaystyle\int_0^t \frac{e^{-x}}{1+x}\dee{x}\) with \(n\) equal subintervals. Find a value of \(t\) and a value of \(n\) such that \(M_{n,t}\) differs from \(\int_0^\infty \frac{e^{-x}}{1+x}\dee{x}\) by at most \(10^{-4}\text{.}\) Recall that the error \(E_n\) introduced when the Midpoint Rule is used with \(n\) subintervals obeys
\begin{gather*} |E_n|\le \frac{M(b-a)^3}{24n^2} \end{gather*}
where \(M\) is the maximum absolute value of the second derivative of the integrand and \(a\) and \(b\) are the end points of the interval of integration.
26.
Suppose \(f(x)\) is continuous for all real numbers, and \(\displaystyle\int_1^\infty f(x) \dee{x}\) converges.
  1. If \(f(x)\) is odd, does \(\displaystyle\int_{-\infty\vphantom{\frac12}}^{-1} f(x) \dee{x}\) converge or diverge, or is there not enough information to decide?
  2. If \(f(x)\) is even, does \(\displaystyle\int_{-\infty}^\infty f(x) \dee{x}\) converge or diverge, or is there not enough information to decide?
27.
True or false:
There is some real number \(x\text{,}\) with \(x \geq 1\text{,}\) such that \(\displaystyle\int_0^x \frac{1}{e^t} \dee{t} = 1\text{.}\)
Very wrong. But it is not an example of “not even wrong” — which is a phrase attributed to the physicist Wolfgang Pauli who was known for his harsh critiques of sloppy arguments. The phrase is typically used to describe arguments that are so incoherent that not only can one not prove they are true, but they lack enough coherence to be able to show they are false. The interested reader should do a little searchengineing and look at the concept of falisfyability.
This will, in turn, allow us to deal with integrals whose integrand is unbounded somewhere inside the domain of integration.
The Gamma function is far more important than just a generalisation of the factorial. It appears all over mathematics, physics, statistics and beyond. It has all sorts of interesting properties and its definition can be extended from natural numbers \(n\) to all numbers excluding \(0,-1,-2,-3,\cdots\text{.}\) For example, one can show that \(\Gamma(1-z)\Gamma(z) = \frac{\pi}{\sin \pi z}.\)
Applying numerical integration methods to a divergent integral may result in perfectly reasonably looking but very wrong answers.
You could, for example, think of something like our running example \(\int_a^\infty e^{-t^2} \dee{t}\text{.}\)
We have separated the regions in which \(f(x)\) is positive and negative, because the integral \(\int_a^\infty f(x)\dee{x} \) represents the signed area of the union of \(\big\{\ (x,y)\ \big|\ x\ge a,\ 0\le y\le f(x)\ \big\}\) and \(\big\{\ (x,y)\ \big|\ x\ge a,\ f(x)\le y\le 0\ \big\}\text{.}\)
It has been the subject of many remarks and footnotes.
This takes practice, practice and more practice. At the risk of alliteration — please perform plenty of practice problems .