web analytics
Skip to main content

Section 5.2 Evaluation of Double Integrals

In this section we will learn how to compute a double integral over some domains. The idea is to reduce the computation to the evaluation of two integrals over functions of one variable only. We consider special domains of the form
\begin{equation} D_1=\bigl\{(x,y)\in\mathbb R^2\colon a\leq x\leq b, \varphi(x)\leq y\leq\Phi(x)\bigr\}\text{,}\tag{5.3} \end{equation}
or the same situation with \(x\) and \(y\) switched
\begin{equation} D_2=\bigl\{(x,y)\in\mathbb R^2\colon a\leq y\leq b, \varphi(y)\leq x\leq\Phi(y)\bigr\}\text{,}\tag{5.4} \end{equation}
where \(\varphi\) and \(\Phi\) are continuous functions on the interval \([a,b]\text{,}\) and \(\varphi(x)\leq\Phi(x)\) for all \(x\in[a,b]\text{.}\) The domain \(D\) is the region between the graphs of \(\varphi\) and \(\Phi\text{.}\) Both possibilities are shown in Figure 5.10
A domain of the form $D_1$.
A domain of the form $D_2$.
Figure 5.10. The two types of special domains.
Assume now that we have a domain of the type \(D_1\text{.}\) Recall that, the double integral of a function \(f\) can be interpreted as the volume of the region under its graph. To get an approximation of that volume we can `cut' the region parallel to the \(y\)-axis into thin slices, and then add the volumes of the slices up. More precisely, we choose a partition \(a=x_0\lt x_1\lt \dots\lt x_n=b\text{.}\) We then look at the slice between \(x_{i-1}\) and \(x_i\) as shown in Figure 5.11.
Figure 5.11. Cutting a domain into thin slices
Its thickness is \(\Delta x_i:=x_i-x_{i-1}\text{.}\) We next choose \(x_i^*\in[x_{i-1},x_i]\text{.}\) The approximate surface area of one side of the slice is then
\begin{equation*} F(x_i^*):=\int_{\varphi(x_i^*)}^{\Phi(x_i^*)}f(x_i^*,y)\,dy\text{.} \end{equation*}
Hence the approximate volume of one of the slices is \(F(x_i^*)\Delta x_i\text{.}\) Adding up we conclude that
\begin{equation*} \sum_{i=1}^nF(x_i^*)\Delta x_i \end{equation*}
is an approximation of the volume under the graph of \(f\text{.}\) The last expression is a Riemann sum for \(F\text{.}\) Passing to the limit as \(\max\Delta x_i\to 0\) the above suggests that
\begin{equation*} \iint_{D_1}f(x,y)\,dx\,dy =\int_a^b\Bigl(\int_{\varphi(x)}^{\Phi(x)}f(x,y)\,dy\Bigr)\,dx\text{.} \end{equation*}
The integral
\begin{equation*} \int_{\varphi(x)}^{\Phi(x)}f(x,y)\,dy \end{equation*}
is usually called the inner integral, the integral over \([a,b]\) the outer integral, and the full expression an iterated integral. The above is not a rigorous proof, but strong evidence that a formula like the above holds. One can show that the formula is true, at least if \(f,\varphi,\Phi\) are all continuous. Similar arguments can be applied with \(x\) and \(y\) interchanged, leading to a formula for domains of the form \(D_2\text{.}\) We state the result as a theorem.

Example 5.13.

Let \(D\) be the domain below \(y=2x\) and above \(y=x^2\text{.}\) Write
\begin{equation*} \int_Df(\vect x)\,d\vect x \end{equation*}
as an iterated integral.
Solution.
We first determine where \(2x\geq x^2\text{.}\) To do so we solve the equation \(2x=x^2\text{.}\) One solution certainly is \(x=0\text{.}\) If \(x\neq 0\) we can divide by \(x\) and get \(2=x\text{,}\) providing another solution. Hence we have \(2x\geq x^2\) for \(0\leq x\leq 2\text{.}\) Make a sketch of the domain to visualise the situation. We therefore have \(a=0\text{,}\) \(b=2\text{,}\) \(\varphi(x)=x^2\) and \(\Phi(x)=2x\text{.}\) Hence, by Fubini's Theorem
\begin{equation*} \int_Df(\vect x)\,d\vect x =\int_0^2\Bigl(\int_{x^2}^{2x}f(x,y)\,dy\Bigr)\,dx, \end{equation*}
which is an iterated integral as required.

Example 5.14.

Compute
\begin{equation*} \iint_Dx^2y\,dx\,dy\text{,} \end{equation*}
where \(D\) is the domain from Example 5.13.
Solution.
By the result from the previous example we have
\begin{equation*} \iint_Df(x,y)\,dx\,dy =\int_0^2\Bigl(\int_{x^2}^{2x}x^2y\,dy\Bigr)\,dx\text{.} \end{equation*}
We first evaluate the inner integral:
\begin{equation*} \int_{x^2}^{2x}x^2y\,dy =x^2\int_{x^2}^{2x}y\,dy =x^2\frac{y^2}{2}\Bigr|_{x^2}^{2x} =\frac{x^2}{2}\bigl((2x)^2-(x^2)^2\bigr) =2x^4-\frac{x^6}{2}\text{.} \end{equation*}
Then we evaluate the outer integral:
\begin{align*} \iint_Df(x,y)\,dx\,dy \amp=\int_0^2\Bigl(\int_{x^2}^{2x}x^2y\,dy\Bigr)\,dx\\ \amp=\int_0^22x^4-\frac{x^6}{2}\,dx\\ \amp=\left.\frac{2x^5}{5}\right|_0^2-\left.\frac{x^7}{2\cdot 7}\right|_0^2\\ \amp=\frac{2^6}{5}-0-\frac{2^7}{2\cdot 7}+0\\ \amp=\frac{7\cdot 2^6-5\cdot 2^6}{35} =\frac{2\cdot 2^6}{35} =\frac{2^7}{35}\text{,} \end{align*}
which is the required result.