Skip to main content
Logo image

APEX Calculus

Section 14.6 Volume Between Surfaces and Triple Integration

Subsection 14.6.1 Volume between surfaces

We learned in Section 14.2 how to compute the signed volume \(V\) under a surface \(z=f(x,y)\) over a region \(R\text{:}\) \(V = \iint_R f(x,y)\, dA\text{.}\) It follows naturally that if \(f(x,y)\geq g(x,y)\) on \(R\text{,}\) then the volume between \(f(x,y)\) and \(g(x,y)\) on \(R\) is
\begin{equation*} V = \iint_R f(x,y)\, dA - \iint_R g(x,y)\, dA = \iint_R \big(f(x,y)-g(x,y)\big)\, dA\text{.} \end{equation*}

Example 14.6.2. Finding volume between surfaces.

Find the volume of the space region bounded by the planes \(z=3x+y-4\text{,}\) \(z=8-3x-2y\text{,}\) \(x=0\) and \(y=0\text{.}\) In Figure 14.6.3.(a) the planes are drawn; in Figure 14.6.3.(b), only the defined region is given.
Figure 14.6.3. Finding the volume between the planes given in Example 14.6.2
Solution.
We need to determine the region \(R\) over which we will integrate. To do so, we need to determine where the planes intersect. They have common \(z\)-values when \(3x+y-4=8-3x-2y\text{.}\) Applying a little algebra, we have:
\begin{align*} 3x+y-4 \amp = 8-3x-2y\\ 6x+3y \amp =12\\ 2x+y \amp =4 \end{align*}
The planes intersect along the line \(2x+y=4\text{.}\) Therefore the region \(R\) is bounded by \(x=0\text{,}\) \(y=0\text{,}\) and \(y=4-2x\text{;}\) we can convert these bounds to integration bounds of \(0\leq x\leq 2\text{,}\) \(0\leq y\leq 4-2x\text{.}\) Thus
\begin{align*} V \amp = \iint_R \big(8-3x-2y-(3x+y-4)\big)\, dA\\ \amp = \int_0^2\int_0^{4-2x} \big(12-6x-3y\big)\, dy\, dx\\ \amp = 16\,\text{units}^3\text{.} \end{align*}
The volume between the surfaces is \(16\) cubic units.
In the preceding example, we found the volume by evaluating the integral
\begin{equation*} \ds \int_0^2\int_0^{4-2x} \big(8-3x-2y-(3x+y-4)\big)\, dy\, dx\text{.} \end{equation*}
Note how we can rewrite the integrand as an integral, much as we did in Section 14.1:
\begin{equation*} 8-3x-2y-(3x+y-4) = \int_{3x+y-4}^{8-3x-2y}\, dz\text{.} \end{equation*}
Thus we can rewrite the double integral that finds volume as
\begin{equation*} \int_0^2\int_0^{4-2x} \big(8-3x-2y-(3x+y-4)\big)\, dy\, dx = \int_0^2\int_0^{4-2x}\left(\int_{3x+y-4}^{8-3x-2y}\, dz\right)\, dy\, dx\text{.} \end{equation*}
This no longer looks like a “double integral,” but more like a “triple integral.” Just as our first introduction to double integrals was in the context of finding the area of a plane region, our introduction into triple integrals will be in the context of finding the volume of a space region.
Figure 14.6.4. Approximating the volume of a region \(D\) in space
To formally find the volume of a closed, bounded region \(D\) in space, such as the one shown in Figure 14.6.4.(a), we start with an approximation. Break \(D\) into \(n\) rectangular solids; the solids near the boundary of \(D\) may possibly not include portions of \(D\) and/or include extra space. In Figure 14.6.4.(b), we zoom in on a portion of the boundary of \(D\) to show a rectangular solid that contains space not in \(D\text{;}\) as this is an approximation of the volume, this is acceptable and this error will be reduced as we shrink the size of our solids.
The volume \(\Delta V_i\) of the \(i\)th solid \(D_i\) is \(\Delta V_i = \dx_i\dy_i\ddz_i\text{,}\) where \(\dx_i\text{,}\) \(\dy_i\) and \(\ddz_i\) give the dimensions of the rectangular solid in the \(x\text{,}\) \(y\) and \(z\) directions, respectively. By summing up the volumes of all \(n\) solids, we get an approximation of the volume \(V\) of \(D\text{:}\)
\begin{equation*} V \approx \sum_{i=1}^n \Delta V_i = \sum_{i=1}^n \dx_i\dy_i\ddz_i\text{.} \end{equation*}
Let \(\norm{\Delta D}\) represent the length of the longest diagonal of rectangular solids in the subdivision of \(D\text{.}\) As \(\norm{\Delta D}\to 0\text{,}\) the volume of each solid goes to 0, as do each of \(\dx_i\text{,}\) \(\dy_i\) and \(\ddz_i\text{,}\) for all \(i\text{.}\) Our calculus experience tells us that taking a limit as \(\norm{\Delta D}\to 0\) turns our approximation of \(V\) into an exact calculation of \(V\text{.}\) Before we state this result in a theorem, we use a definition to define some terms.

Definition 14.6.5. Triple Integrals, Iterated Integration (Part I).

Let \(D\) be a closed, bounded region in space. Let \(a\) and \(b\) be real numbers, let \(g_1(x)\) and \(g_2(x)\) be continuous functions of \(x\text{,}\) and let \(f_1(x,y)\) and \(f_2(x,y)\) be continuous functions of \(x\) and \(y\text{.}\)
  1. The volume \(V\) of \(D\) is denoted by a triple integral,
    \begin{equation*} V = \iiint_D dV\text{.} \end{equation*}
  2. The iterated integral \(\ds \int_a^b\int_{g_1(x)}^{g_2(x)}\int_{f_1(x,y)}^{f_2(x,y)} \, dz\, dy\, dx\) is evaluated as
    \begin{equation*} \int_a^b\int_{g_1(x)}^{g_2(x)}\int_{f_1(x,y)}^{f_2(x,y)} \, dz\, dy\, dx=\int_a^b\int_{g_1(x)}^{g_2(x)}\left(\int_{f_1(x,y)}^{f_2(x,y)} \, dz\right)\, dy\, dx\text{.} \end{equation*}
    Evaluating the above iterated integral is triple integration.
Our informal understanding of the notation \(\iiint_D\, dV\) is “sum up lots of little volumes over \(D\text{,}\)” analogous to our understanding of \(\iint_R\, dA\) and \(\iint_R\, dm\text{.}\)
Figure 14.6.6. Introducing the triple integral
We now state the major theorem of this section.
We evaluated the area of a plane region \(R\) by iterated integration, where the bounds were “from curve to curve, then from point to point.” Theorem 14.6.7 allows us to find the volume of a space region with an iterated integral with bounds “from surface to surface, then from curve to curve, then from point to point.” In the iterated integral
\begin{equation*} \int_a^b\int_{g_1(x)}^{g_2(x)}\int_{f_1(x,y)}^{f_2(x,y)} \, dz\, dy\, dx\text{,} \end{equation*}
the bounds \(a\leq x\leq b\) and \(g_1(x)\leq y\leq g_2(x)\) define a region \(R\) in the \(xy\)-plane over which the region \(D\) exists in space. However, these bounds are also defining surfaces in space; \(x=a\) is a plane and \(y=g_1(x)\) is a cylinder. The combination of these 6 surfaces enclose, and define, \(D\text{.}\)
Examples will help us understand triple integration, including integrating with various orders of integration.
Figure 14.6.8. Finding the volume of a tetrahedron

Example 14.6.9. Finding the volume of a space region with triple integration.

Find the volume of the space region in the first octant bounded by the plane \(z=2-y/3-2x/3\text{,}\) shown in Figure 14.6.10, using the order of integration \(dz\, dy\, dx\text{.}\) Set up the triple integrals that give the volume in the other 5 orders of integration.
Figure 14.6.10. The region \(D\) used in Example 14.6.9
Solution.
Starting with the order of integration \(dz\, dy\, dx\text{,}\) we need to first find bounds on \(z\text{.}\) The region \(D\) is bounded below by the plane \(z=0\) (because we are restricted to the first octant) and above by \(z=2-y/3-2x/3\text{;}\) \(0\leq z\leq 2-y/3-2x/3\text{.}\)
To find the bounds on \(y\) and \(x\text{,}\) we “collapse” the region onto the \(xy\)-plane, giving the triangle shown in Figure 14.6.11. (We know the equation of the line \(y=6-2x\) in two ways. First, by setting \(z=0\text{,}\) we have \(0 = 2-y/3-2x/3 \Rightarrow y=6-2x\text{.}\) Secondly, we know this is going to be a straight line between the points \((3,0)\) and \((0,6)\) in the \(xy\)-plane.)
Figure 14.6.11. The region found by collapsing \(D\) onto the \(xy\)-plane
We define that region \(R\text{,}\) in the integration order of \(dy\, dx\text{,}\) with bounds \(0\leq y\leq 6-2x\) and \(0\leq x\leq 3\text{.}\) Thus the volume \(V\) of the region \(D\) is:
\begin{align*} V \amp = \iiint_D \, dV\\ \amp = \int_0^3\int_0^{6-2x}\int_0^{2-\frac 13y-\frac 23x}\, dz\, dy\, dx\\ \amp = \int_0^3\int_0^{6-2x}\left(\int_0^{2-\frac 13y-\frac 23x}\, dz\right)\, dy\, dx\\ \amp =\int_0^3\int_0^{6-2x}z\Big|_0^{2-\frac 13y-\frac 23x}\, dy\, dx\\ \amp = \int_0^3\int_0^{6-2x}\left(2-\frac 13y-\frac 23x\right)\, dy\, dx\text{.} \end{align*}
From this step on, we are evaluating a double integral as done many times before. We skip these steps and give the final volume, \(V=6\text{.}\)
The order \(dz\, dx\, dy\text{:}\)
Now consider the volume using the order of integration \(dz\, dx\, dy\text{.}\) The bounds on \(z\) are the same as before, \(0\leq z\leq 2-y/3-2x/3\text{.}\) Collapsing the space region on the \(xy\)-plane as shown in Figure 14.6.11, we now describe this triangle with the order of integration \(dx\, dy\text{.}\) This gives bounds \(0\leq x\leq 3-y/2\) and \(0\leq y\leq 6\text{.}\) Thus the volume is given by the triple integral
\begin{equation*} V = \int_0^6\int_0^{3-\frac12y}\int_0^{2-\frac13y-\frac23x}\, dz\, dx\, dy\text{.} \end{equation*}
The order \(dx\, dy\, dz\text{:}\)
Following our “surface to surface\(\ldots\)” strategy, we need to determine the \(x\)-surfaces that bound our space region. To do so, approach the region “from behind,” in the direction of increasing \(x\text{.}\) The first surface we hit as we enter the region is the \(yz\)-plane, defined by \(x=0\text{.}\) We come out of the region at the plane \(z=2-y/3-2x/3\text{;}\) solving for \(x\text{,}\) we have \(x= 3-y/2-3z/2\text{.}\) Thus the bounds on \(x\) are: \(0\leq x\leq 3-y/2-3z/2\text{.}\)
Now collapse the space region onto the \(yz\)-plane, as shown in Figure 14.6.12.(a). (Again, we find the equation of the line \(z=2-y/3\) by setting \(x=0\) in the equation \(x=3-y/2-3z/2\text{.}\)) We need to find bounds on this region with the order \(dy\, dz\text{.}\) The curves that bound \(y\) are \(y=0\) and \(y=6-3z\text{;}\) the points that bound \(z\) are 0 and 2. Thus the triple integral giving volume is:
\begin{align*} 0 \amp \leq x\leq 3-y/2-3z/2\\ 0 \amp \leq y\leq 6-3z\\ 0 \amp \leq z\leq 2 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^2\int_0^{6-3z}\int_0^{3-y/2-3z/2}\, dx\, dy\, dz\text{.} \end{equation*}
The order \(dx\, dz\, dy\text{:}\)
Figure 14.6.12. The region \(D\) in Example 14.6.9 is collapsed onto the \(yz\)-plane in (a); in (b), the region is collapsed onto the \(xz\)-plane
The \(x\)-bounds are the same as the order above. We now consider the triangle in Figure 14.6.12.(a) and describe it with the order \(dz\, dy\text{:}\) \(0\leq z\leq 2-y/3\) and \(0\leq y\leq 6\text{.}\) Thus the volume is given by:
\begin{align*} 0 \amp \leq x\leq 3-y/2-3z/2\\ 0 \amp \leq z\leq 2-y/3\\ 0 \amp \leq y\leq 6 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^6\int_0^{2-y/3}\int_0^{3-y/2-3z/2}\, dx\, dz\, dy\text{.} \end{equation*}
The order \(dy\, dz\, dx\text{:}\)
We now need to determine the \(y\)-surfaces that determine our region. Approaching the space region from “behind” and moving in the direction of increasing \(y\text{,}\) we first enter the region at \(y=0\text{,}\) and exit along the plane \(z= 2-y/3-2x/3\text{.}\) Solving for \(y\text{,}\) this plane has equation \(y = 6-2x-3z\text{.}\) Thus \(y\) has bounds \(0\leq y\leq 6-2x-3z\text{.}\)
Now collapse the region onto the \(xz\)-plane, as shown in Figure 14.6.12.(b). The curves bounding this triangle are \(z=0\) and \(z=2-2x/3\text{;}\) \(x\) is bounded by the points \(x=0\) to \(x=3\text{.}\) Thus the triple integral giving volume is:
\begin{align*} 0 \amp \leq y\leq 6-2x-3z\\ 0 \amp \leq z\leq 2-2x/3\\ 0 \amp \leq x\leq 3 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^3\int_0^{2-2x/3}\int_0^{6-2x-3z}\, dy\, dz\, dx\text{.} \end{equation*}
The order \(dy\, dx\, dz\text{:}\)
The \(y\)-bounds are the same as in the order above. We now determine the bounds of the triangle in Figure 14.6.12.(b) using the order \(dy\, dx\, dz\text{.}\) \(x\) is bounded by \(x=0\) and \(x=3-3z/2\text{;}\) \(z\) is bounded between \(z=0\) and \(z=2\text{.}\) This leads to the triple integral:
\begin{align*} 0 \amp \leq y\leq 6-2x-3z\\ 0 \amp \leq x\leq 3-3z/2\\ 0 \amp \leq z\leq 2 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^2\int_0^{3-3z/2}\int_0^{6-2x-3z}\, dy\, dx\, dz\text{.} \end{equation*}
This problem was long, but hopefully useful, demonstrating how to determine bounds with every order of integration to describe the region \(D\text{.}\) In practice, we only need 1, but being able to do them all gives us flexibility to choose the order that suits us best.
In the previous example, we collapsed the surface into the \(x\)-\(y\text{,}\) \(x\)-\(z\text{,}\) and \(yz\)-planes as we determined the “curve to curve, point to point” bounds of integration. Since the surface was a triangular portion of a plane, this collapsing, or projecting, was simple: the projection of a straight line in space onto a coordinate plane is a line.
The following example shows us how to do this when dealing with more complicated surfaces and curves.

Example 14.6.13. Finding the projection of a curve in space onto the coordinate planes.

Consider the surfaces \(z=3-x^2-y^2\) and \(z=2y\text{,}\) as shown in Figure 14.6.14.(a). The curve of their intersection is shown, along with the projection of this curve into the coordinate planes, shown dashed. Find the equations of the projections into the coordinate planes.
Figure 14.6.14. Finding the projections of the curve of intersection in Example 14.6.13
Solution.
The two surfaces are \(z=3-x^2-y^2\) and \(z=2y\text{.}\) To find where they intersect, it is natural to set them equal to each other: \(3-x^2-y^2=2y\text{.}\) This is an implicit function of \(x\) and \(y\) that gives all points \((x,y)\) in the \(xy\)-plane where the \(z\) values of the two surfaces are equal.
We can rewrite this implicit function by completing the square:
\begin{equation*} 3-x^2-y^2=2y \Rightarrow y^2+2y+x^2=3 \Rightarrow (y+1)^2+x^2=4\text{.} \end{equation*}
Thus in the \(xy\)-plane the projection of the intersection is a circle with radius 2, centered at \((0,-1)\text{.}\)
To project onto the \(xz\)-plane, we do a similar procedure: find the \(x\) and \(z\) values where the \(y\) values on the surface are the same. We start by solving the equation of each surface for \(y\text{.}\) In this particular case, it works well to actually solve for \(y^2\text{:}\)
\(z=3-x^2-y^2 \Rightarrow y^2=3-x^2-z\)
\(z=2y \Rightarrow y^2=z^2/4\text{.}\)
Thus we have (after again completing the square):
\begin{equation*} 3-x^2-z = z^2/4 \Rightarrow \frac{(z+2)^2}{16}+\frac{x^2}4=1\text{,} \end{equation*}
and ellipse centered at \((0,-2)\) in the \(xz\)-plane with a major axis of length 8 and a minor axis of length 4.
Finally, to project the curve of intersection into the \(yz\)-plane, we solve equation for \(x\text{.}\) Since \(z=2y\) is a cylinder that lacks the variable \(x\text{,}\) it becomes our equation of the projection in the \(yz\)-plane.
All three projections are shown in Figure 14.6.14.(b).
Figure 14.6.15. Changing the order of integration in a triple integral

Example 14.6.16. Finding the volume of a space region with triple integration.

Set up the triple integrals that find the volume of the space region \(D\) bounded by the surfaces \(x^2+y^2=1\text{,}\) \(z=0\) and \(z=-y\text{,}\) as shown in Figure 14.6.17.(a), with the orders of integration \(dz\, dy\, dx\text{,}\) \(dy\, dx\, dz\) and \(dx\, dz\, dy\text{.}\)
Figure 14.6.17. The region \(D\) in Example 14.6.16 is shown in (a); in (b), it is collapsed onto the \(xy\)-plane
Solution.
The order \(dz\, dy\, dx\text{:}\)
The region \(D\) is bounded below by the plane \(z=0\) and above by the plane \(z=-y\text{.}\) The cylinder \(x^2+y^2=1\) does not offer any bounds in the \(z\)-direction, as that surface is parallel to the \(z\)-axis. Thus \(0\leq z\leq -y\text{.}\)
Collapsing the region into the \(xy\)-plane, we get part of the circle with equation \(x^2+y^2=1\) as shown in Figure 14.6.17.(b). As a function of \(x\text{,}\) this half circle has equation \(y=-\sqrt{1-x^2}\text{.}\) Thus \(y\) is bounded below by \(-\sqrt{1-x^2}\) and above by \(y=0\text{:}\) \(-\sqrt{1-x^2}\leq y\leq 0\text{.}\) The \(x\) bounds of the half circle are \(-1\leq x\leq 1\text{.}\) All together, the bounds of integration and triple integral are as follows:
\begin{align*} 0 \amp \leq z\leq -y\\ -\sqrt{1-x^2}\leq \amp y\leq 0\\ -1 \amp \leq x\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_{-1}^1\int_{-\sqrt{1-x^2}}^{0}\int_0^{-y}\, dz\, dy\, dx\text{.} \end{equation*}
We evaluate this triple integral:
\begin{align*} \int_{-1}^1\int_{-\sqrt{1-x^2}}^{0}\int_0^{-y}\, dz\, dy\, dx \amp = \int_{-1}^1\int_{-\sqrt{1-x^2}}^{0}\big(-y\big)\, dy\, dx\\ \amp =\int_{-1}^1\big(-\frac12y^2\big)\Big|_{-\sqrt{1-x^2}}^{0}\, dx\\ \amp = \int_{-1}^1 \frac12\big(1-x^2\big)\, dx\\ \amp = \left.\left(\frac12\left(x-\frac13x^3\right)\right)\right|_{-1}^1\\ \amp = \frac23\text{ units } ^3\text{.} \end{align*}
With the order \(dy\, dx\, dz\text{:}\)
The region is bounded “below” in the \(y\)-direction by the surface \(x^2+y^2=1 \Rightarrow y=-\sqrt{1-x^2}\) and “above” by the surface \(y=-z\text{.}\) Thus the \(y\) bounds are \(-\sqrt{1-x^2}\leq y\leq -z\text{.}\)
Collapsing the region onto the \(xz\)-plane gives the region shown in Figure 14.6.18.(a); this half disk is bounded by \(z=0\) and \(x^2+z^2=1\text{.}\) (We find this curve by solving each surface for \(y^2\text{,}\) then setting them equal to each other. We have \(y^2=1-x^2\) and \(y=-z\Rightarrow y^2=z^2\text{.}\) Thus \(x^2+z^2=1\text{.}\)) It is bounded below by \(x=-\sqrt{1-z^2}\) and above by \(x=\sqrt{1-z^2}\text{,}\) where \(z\) is bounded by \(0\leq z\leq 1\text{.}\) All together, we have:
\begin{align*} -\sqrt{1-x^2} \amp \leq y\leq -z\\ -\sqrt{1-z^2} \amp \leq x\leq \sqrt{1-z^2}\\ 0 \amp \leq z\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_{0}^1\int_{-\sqrt{1-z^2}}^{\sqrt{1-z^2}}\int_{-\sqrt{1-x^2}}^{-z}\, dy\, dx\, dz\text{.} \end{equation*}
Figure 14.6.18. The region \(D\) in Example 14.6.16 is shown collapsed onto the \(xz\)-plane in (a); in (b), it is collapsed onto the \(yz\)-plane
With the order \(dx\, dz\, dy\text{:}\)
\(D\) is bounded below by the surface \(x=-\sqrt{1-y^2}\) and above by \(\sqrt{1-y^2}\text{.}\) We then collapse the region onto the \(yz\)-plane and get the triangle shown in Figure 14.6.18.(b). (The hypotenuse is the line \(z=-y\text{,}\) just as the plane.) Thus \(z\) is bounded by \(0\leq z\leq -y\) and \(y\) is bounded by \(-1\leq y\leq 0\text{.}\) This gives:
\begin{align*} -\sqrt{1-y^2} \amp \leq x\leq \sqrt{1-y^2}\\ 0 \amp \leq z\leq -y\\ -1 \amp \leq y\leq 0 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_{-1}^0\int_{0}^{-y}\int_{-\sqrt{1-y^2}}^{\sqrt{1-y^2}}\, dx\, dz\, dy\text{.} \end{equation*}
The following theorem states two things that should make “common sense” to us. First, using the triple integral to find volume of a region \(D\) should always return a positive number; we are computing volume here, not signed volume. Secondly, to compute the volume of a “complicated” region, we could break it up into subregions and compute the volumes of each subregion separately, summing them later to find the total volume.
We use this latter property in the next example.

Example 14.6.20. Finding the volume of a space region with triple integration.

Find the volume of the space region \(D\) bounded by the coordinate planes, \(z=1-x/2\) and \(z=1-y/4\text{,}\) as shown in Figure 14.6.21.(a). Set up the triple integrals that find the volume of \(D\) in all 6 orders of integration.
Figure 14.6.21. The region \(D\) in Example 14.6.20 is shown in (a); in (b), it is collapsed onto the \(xy\)-plane
Solution.
Following the bounds-determining strategy of “surface to surface, curve to curve, and point to point,” we can see that the most difficult orders of integration are the two in which we integrate with respect to \(z\) first, for there are two “upper” surfaces that bound \(D\) in the \(z\)-direction. So we start by noting that we have
\begin{equation*} 0\leq z\leq 1-\frac12x \text{ and } 0\leq z\leq 1-\frac14y\text{.} \end{equation*}
We now collapse the region \(D\) onto the \(xy\)-axis, as shown in Figure 14.6.21.(b). The boundary of \(D\text{,}\) the line from \((0,0,1)\) to \((2,4,0)\text{,}\) is shown in Figure 14.6.21.(b) as a dashed line; it has equation \(y=2x\text{.}\) (We can recognize this in two ways: one, in collapsing the line from \((0,0,1)\) to \((2,4,0)\) onto the \(xy\)-plane, we simply ignore the \(z\)-values, meaning the line now goes from \((0,0)\) to \((2,4)\text{.}\) Secondly, the two surfaces meet where \(z=1-x/2\) is equal to \(z=1-y/4\text{:}\) thus \(1-x/2=1-y/4 \Rightarrow y=2x\text{.}\))
We use the second property of Theorem 14.6.19 to state that
\begin{equation*} \iiint_D \, dV = \iiint_{D_1}\, dV + \iiint_{D_2}\, dV\text{,} \end{equation*}
where \(D_1\) and \(D_2\) are the space regions above the plane regions \(R_1\) and \(R_2\text{,}\) respectively. Thus we can say
\begin{equation*} \iiint_D\, dV = \iint_{R_1}\left(\int_0^{1-x/2}\, dz\right)dA + \iint_{R_2}\left(\int_0^{1-y/4}\, dz\right)dA\text{.} \end{equation*}
All that is left is to determine bounds of \(R_1\) and \(R_2\text{,}\) depending on whether we are integrating with order \(dx\, dy\) or \(dy\, dx\text{.}\) We give the final integrals here, leaving it to the reader to confirm these results.
\(dz\, dy\, dx\text{:}\)
\begin{align*} \amp\quad 0 \leq z\leq 1-x/2 \amp \amp\quad 0 \leq z\leq 1-y/4\\ \amp\quad 0 \leq y\leq 2x \amp \amp\quad 2x \leq y\leq 4\\ \amp\quad 0 \leq x\leq 2 \amp \amp\quad 0 \leq x\leq 2\\ \amp\amp\amp\\ \iiint_D\, dV = \amp \int_0^2\int_0^{2x}\int_0^{1-x/2}\, dz\, dy\, dx \amp +\quad \amp \int_0^2\int_{2x}^4\int_0^{1-y/4}\, dz\, dy\, dx \end{align*}
\(dz\, dx\, dy\text{:}\)
\begin{align*} \amp\quad 0 \leq z\leq 1-x/2\amp \amp\quad 0 \leq z\leq 1-y/4\\ \amp\quad y/2 \leq x\leq 2\amp \amp\quad 0 \leq x\leq y/2\\ \amp\quad 0 \leq y\leq 4\amp \amp\quad 0 \leq y\leq 4\\ \amp\amp\amp\\ \iiint_D\, dV = \amp \int_0^4\int_{y/2}^{2}\int_0^{1-x/2}\, dz\, dx\, dy \amp +\quad \amp \int_0^4\int_{0}^{y/2}\int_0^{1-y/4}\, dz\, dx\, dy \end{align*}
The remaining four orders of integration do not require a sum of triple integrals. In Figure 14.6.22 we show \(D\) collapsed onto the other two coordinate planes. Using these graphs, we give the final orders of integration here, again leaving it to the reader to confirm these results.
Figure 14.6.22. The region \(D\) in Example 14.6.20 is shown collapsed onto the \(xz\)-plane in (a); in (b), it is collapsed onto the \(yz\)-plane
\(dy\, dx\, dz\text{:}\)
\begin{align*} 0 \amp \leq y\leq 4-4z\\ 0 \amp \leq x\leq 2-2z\\ 0 \amp \leq z\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^1\int_{0}^{2-2z}\int_0^{4-4z}\, dy\, dx\, dz\text{.} \end{equation*}
\(dy\, dz\, dx\text{:}\)
\begin{align*} 0 \amp \leq y\leq 4-4z\\ 0 \amp \leq z\leq 1-x/2\\ 0 \amp \leq x\leq 2 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^2\int_{0}^{1-x/2}\int_0^{4-4z}\, dy\, dx\, dz\text{.} \end{equation*}
\(dx\, dy\, dz\text{:}\)
\begin{align*} 0 \amp \leq x\leq 2-2z\\ 0 \amp \leq y\leq 4-4z\\ 0 \amp \leq z\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^1\int_{0}^{4-4z}\int_0^{2-2z}\, dx\, dy\, dz\text{.} \end{equation*}
\(dx\, dz\, dy\text{:}\)
\begin{align*} 0 \amp \leq x\leq 2-2z\\ 0 \amp \leq z\leq 1-y/4\\ 0 \amp \leq y\leq 4 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_0^4\int_{0}^{1-y/4}\int_0^{2-2z}\, dx\, dz\, dy\text{.} \end{equation*}
We give one more example of finding the volume of a space region.

Example 14.6.23. Finding the volume of a space region.

Set up a triple integral that gives the volume of the space region \(D\) bounded by \(z= 2x^2+2\) and \(z=6-2x^2-y^2\text{.}\) These surfaces are plotted in Figure 14.6.24.(a) and Figure 14.6.24.(b), respectively; the region \(D\) is shown in Figure 14.6.24.(c).
Figure 14.6.24. The region \(D\) is bounded by the surfaces shown in (a) and (b); \(D\) is shown in (c)
Solution.
The main point of this example is this: integrating with respect to \(z\) first is rather straightforward; integrating with respect to \(x\) first is not.
The order \(dz\, dy\, dx\text{:}\)
The bounds on \(z\) are clearly \(2x^2+2\leq z\leq 6-2x^2-y^2\text{.}\) Collapsing \(D\) onto the \(xy\)-plane gives the ellipse shown in Figure 14.6.24.(c). The equation of this ellipse is found by setting the two surfaces equal to each other:
\begin{equation*} 2x^2+2 = 6-2x^2-y^2 \Rightarrow 4x^2+y^2=4 \Rightarrow x^2+\frac{y^2}4=1\text{.} \end{equation*}
We can describe this ellipse with the bounds
\begin{equation*} -\sqrt{4-4x^2} \leq y\leq \sqrt{4-4x^2} \text{ and } -1\leq x\leq 1\text{.} \end{equation*}
Thus we find volume as
\begin{align*} 2x^2+2 \amp \leq z\leq 6-2x^2-y^2\\ -\sqrt{4-4x^2} \amp \leq y\leq \sqrt{4-4x^2}\\ -1 \amp \leq x\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_{-1}^1\int_{-\sqrt{4-4x^2}}^{\sqrt{4-4x^2}}\int_{2x^2+2}^{6-2x^2-y^2}\, dz\, dy\, dx\text{.} \end{equation*}
The order \(dy\, dz\, dx\text{:}\)
Integrating with respect to \(y\) is not too difficult. Since the surface \(z=2x^2+2\) is a cylinder whose directrix is the \(y\)-axis, it does not create a border for \(y\text{.}\) The paraboloid \(z=6-2x^2-y^2\) does; solving for \(y\text{,}\) we get the bounds
\begin{equation*} -\sqrt{6-2x^2-z}\leq y\leq \sqrt{6-2x^2-z}\text{.} \end{equation*}
Collapsing \(D\) onto the \(xz\)-plane gives the region shown in Figure 14.6.25.(a); the lower curve is from the cylinder, with equation \(z=2x^2+2\text{.}\) The upper curve is from the paraboloid; with \(y=0\text{,}\) the curve is \(z=6-2x^2\text{.}\) Thus bounds on \(z\) are \(2x^2+2\leq z\leq 6-2x^2\text{;}\) the bounds on \(x\) are \(-1\leq x\leq 1\text{.}\) Thus we have:
\begin{align*} -\sqrt{6-2x^2-z} \amp \leq y\leq \sqrt{6-2x^2-z}\\ 2x^2+2 \amp \leq z\leq 6-2x^2\\ -1 \amp \leq x\leq 1 \end{align*}
\(\Rightarrow\)
\begin{equation*} \int_{-1}^1\int_{2x^2+2}^{6-2x^2}\int_{-\sqrt{6-2x^2-z}}^{\sqrt{6-2x^2-z}}\, dy\, dz\, dx\text{.} \end{equation*}
Figure 14.6.25. The region \(D\) in Example 14.6.23 is collapsed onto the \(xz\)-plane in (a); in (b), it is collapsed onto the \(yz\)-plane
The order \(dx\, dz\, dy\text{:}\)
This order takes more effort as \(D\) must be split into two subregions. The two surfaces create two sets of upper/lower bounds in terms of \(x\text{;}\) the cylinder creates bounds
\begin{equation*} -\sqrt{z/2-1}\leq x\leq \sqrt{z/2-1} \end{equation*}
for region \(D_1\) and the paraboloid creates bounds
\begin{equation*} -\sqrt{3-y^2/2-z^2/2}\leq x\leq \sqrt{3-y^2/2-z^2/2} \end{equation*}
for region \(D_2\text{.}\)
Collapsing \(D\) onto the \(yz\)-axes gives the regions shown in Figure 14.6.25.(b). We find the equation of the curve \(z=4-y^2/2\) by noting that the equation of the ellipse seen in Figure 14.6.24.(c) has equation
\begin{equation*} x^2+y^2/4=1 \Rightarrow x = \sqrt{1-y^2/4}\text{.} \end{equation*}
Substitute this expression for \(x\) in either surface equation, \(z=6-2x^2-y^2\) or \(z=2x^2+2\text{.}\) In both cases, we find
\begin{equation*} z=4-\frac12y^2\text{.} \end{equation*}
Region \(R_1\text{,}\) corresponding to \(D_1\text{,}\) has bounds
\begin{equation*} 2\leq z\leq 4-y^2/2, -2\leq y\leq 2 \end{equation*}
and region \(R_2\text{,}\) corresponding to \(D_2\text{,}\) has bounds
\begin{equation*} 4-y^2/2\leq z\leq 6-y^2, -2\leq y\leq 2\text{.} \end{equation*}
Thus the volume of \(D\) is given by:
\begin{equation*} \int_{-2}^2\int_2^{4-y^2/2}\int_{-\sqrt{z/2-1}}^{\sqrt{z/2-1}}\, dx\, dz\, dy \, +\, \int_{-2}^2\int_{4-y^2/2}^{6-y^2}\int_{-\sqrt{3-y^2/2-z^2/2}}^{\sqrt{3-y^2/2-z^2/2}}\, dx\, dz\, dy\text{.} \end{equation*}
If all one wanted to do in Example 14.6.23 was find the volume of the region \(D\text{,}\) one would have likely stopped at the first integration setup (with order \(dz\, dy\, dx\)) and computed the volume from there. However, we included the other two methods 1) to show that it could be done, “messy” or not, and 2) because sometimes we “have” to use a less desirable order of integration in order to actually integrate.

Subsection 14.6.2 Triple Integration and Functions of Three Variables

There are uses for triple integration beyond merely finding volume, just as there are uses for integration beyond “area under the curve.” These uses start with understanding how to integrate functions of three variables, which is effectively no different than integrating functions of two variables. This leads us to a definition, followed by an example.

Definition 14.6.26. Iterated Integration, (Part II).

Let \(D\) be a closed, bounded region in space, over which \(g_1(x)\text{,}\) \(g_2(x)\text{,}\) \(f_1(x,y)\text{,}\) \(f_2(x,y)\) and \(h(x,y,z)\) are all continuous, and let \(a\) and \(b\) be real numbers.
The iterated integral \(\ds \int_a^b\int_{g_1(x)}^{g_2(x)}\int_{f_1(x,y)}^{f_2(x,y)} h(x,y,z)\, dz\, dy\, dx\) is evaluated as
\begin{equation*} \int_a^b\int_{g_1(x)}^{g_2(x)}\int_{f_1(x,y)}^{f_2(x,y)} h(x,y,z)\, dz\, dy\, dx = \int_a^b\int_{g_1(x)}^{g_2(x)}\left(\int_{f_1(x,y)}^{f_2(x,y)} h(x,y,z)\, dz\right) dy\, dx\text{.} \end{equation*}

Example 14.6.27. Evaluating a triple integral of a function of three variables.

Evaluate \(\ds \int_0^1\int_{x^2}^x\int_{x^2-y}^{2x+3y} \big(xy+2xz\big)\, dz\, dy\, dx\text{.}\)
Solution.
We evaluate this integral according to Definition 14.6.26.
\begin{align*} \amp \int_0^1\int_{x^2}^x\int_{x^2-y}^{2x+3y} \big(xy+2xz\big)\, dz\, dy\, dx\\ \amp = \int_0^1\int_{x^2}^x\left(\int_{x^2-y}^{2x+3y} \big(xy+2xz\big)\, dz\right)\, dy\, dx\\ \amp = \int_0^1\int_{x^2}^x\left(\big(xyz+ xz^2\big)\Big|_{x^2-y}^{2x+3y}\right)\, dy\, dx\\ \amp = \int_0^1\int_{x^2}^x\Bigg(xy(2x+3y)+x(2x+3y)^2-\Big(xy(x^2-y)+x(x^2-y)^2\Big)\Bigg)\, dy\, dx\\ \amp =\int_0^1\int_{x^2}^x\Big(-x^5+x^3y+4x^3+14x^2y+12xy^2\Big)\, dy\, dx\text{.} \end{align*}
We continue as we have in the past, showing fewer steps.
\begin{align*} \amp = \int_0^1\Bigg(-\frac72x^7-8x^6-\frac72x^5+15x^4\Bigg)\, dx\\ \amp = \frac{281}{336}\approx 0.836\text{.} \end{align*}
We now know how to evaluate a triple integral of a function of three variables; we do not yet understand what it means. We build up this understanding in a way very similar to how we have understood integration and double integration.
Let \(h(x,y,z)\) be a continuous function of three variables, defined over some space region \(D\text{.}\) We can partition \(D\) into \(n\) rectangular-solid subregions, each with dimensions \(\dx_i\times\dy_i\times\ddz_i\text{.}\) Let \((x_i,y_i,z_i)\) be some point in the \(i\)th subregion, and consider the product \(h(x_i,y_i,z_i)\dx_i\dy_i\ddz_i\text{.}\) It is the product of a function value (that’s the \(h(x_i,y_i,z_i)\) part) and a small volume \(\Delta V_i\) (that’s the \(\dx_i\dy_i\ddz_i\) part). One of the simplest understanding of this type of product is when \(h\) describes the density of an object, for then \(h\times\text{ volume } =\text{ mass }\text{.}\)
We can sum up all \(n\) products over \(D\text{.}\) Again letting \(\norm{\Delta D}\) represent the length of the longest diagonal of the \(n\) rectangular solids in the partition, we can take the limit of the sums of products as \(\norm{\Delta D}\to 0\text{.}\) That is, we can find
\begin{equation*} S = \lim_{\norm{\Delta D}\to 0} \sum_{i=1}^n h(x_i,y_i,z_i)\Delta V_i=\lim_{\norm{\Delta D}\to 0} \sum_{i=1}^n h(x_i,y_i,z_i)\dx_i\dy_i\ddz_i\text{.} \end{equation*}
While this limit has lots of interpretations depending on the function \(h\text{,}\) in the case where \(h\) describes density, \(S\) is the total mass of the object described by the region \(D\text{.}\)
We now use the above limit to define the triple integral, give a theorem that relates triple integrals to iterated iteration, followed by the application of triple integrals to find the centers of mass of solid objects.

Definition 14.6.28. Triple Integral.

Let \(w=h(x,y,z)\) be a continuous function over a closed, bounded region \(D\) in space, and let \(\Delta D\) be any partition of \(D\) into \(n\) rectangular solids with volume \(\Delta V_i\text{.}\) The triple integral of \(h\) over \(D\) is
\begin{equation*} \iiint_Dh(x,y,z)\, dV = \lim_{\norm{\Delta D}\to 0}\sum_{i=1}^n h(x_i,y_i,z_i)\Delta V_i\text{.} \end{equation*}
The following theorem assures us that the above limit exists for continuous functions \(h\) and gives us a method of evaluating the limit.
Note: In an aside in Section 14.2, we showed how the summation of rectangles over a region \(R\) in the plane could be viewed as a double sum, leading to the double integral. Likewise, we can view the sum
\begin{equation*} \sum_{i=1}^nh(x_i,y_i,z_i)\dx_i\dy_i\ddz_i \end{equation*}
as a triple sum,
\begin{equation*} \sum_{k=1}^p\sum_{j=1}^n\sum_{i=1}^mh(x_i,y_j,z_k)\dx_i\dy_j\ddz_k\text{,} \end{equation*}
which we evaluate as
\begin{equation*} \sum_{k=1}^p\left(\sum_{j=1}^n\left(\sum_{i=1}^mh(x_i,y_j,z_k)\dx_i\right)\dy_j\right)\ddz_k\text{.} \end{equation*}
Here we fix a \(k\) value, which establishes the \(z\)-height of the rectangular solids on one “level” of all the rectangular solids in the space region \(D\text{.}\) The inner double summation adds up all the volumes of the rectangular solids on this level, while the outer summation adds up the volumes of each level.
This triple summation understanding leads to the \(\iiint_D\) notation of the triple integral, as well as the method of evaluation shown in Theorem 14.6.29.
We now apply triple integration to find the centers of mass of solid objects.

Subsection 14.6.3 Mass and Center of Mass

One may wish to review Section 14.4 for a reminder of the relevant terms and concepts.

Definition 14.6.30. Mass, Center of Mass of Solids.

Let a solid be represented by a closed, bounded region \(D\) in space with variable density function \(\delta(x,y,z)\text{.}\)
  1. The mass of the object is \(\ds M= \iiint_D \, dm=\iiint_D \delta(x,y,z)\, dV\text{.}\)
  2. The moment about the \(yz\)-plane is \(\ds M_{yz}=\iiint_D x\delta(x,y,z)\, dV\text{.}\)
  3. The moment about the \(xz\)-plane is \(\ds M_{xz}=\iiint_D y\delta(x,y,z)\, dV\text{.}\)
  4. The moment about the \(xy\)-plane is \(\ds M_{xy}=\iiint_D z\delta(x,y,z)\, dV\text{.}\)
  5. The center of mass of the object is
    \begin{equation*} \big(\overline{x},\overline{y},\overline{z}\big) = \left(\frac{M_{yz}}M,\frac{M_{xz}}M,\frac{M_{xy}}M\right)\text{.} \end{equation*}

Example 14.6.31. Finding the center of mass of a solid.

Find the mass and center of mass of the solid represented by the space region bounded by the coordinate planes and \(z=2-y/3-2x/3\text{,}\) shown in Figure 14.6.32, with constant density \(\delta(x,y,z)=3\,\text{g/cm}^3\text{.}\) (Note: this space region was used in Example 14.6.9.)
Figure 14.6.32. Finding the center of mass of this solid in Example 14.6.31
Solution.
We apply Definition 14.6.30. In Example 14.6.9, we found bounds for the order of integration \(dz\, dy\, dx\) to be \(0\leq z\leq 2-y/3-2x/3\text{,}\) \(0\leq y\leq 6-2x\) and \(0\leq x\leq 3\text{.}\) We find the mass of the object:
\begin{align*} M \amp = \iiint_D \delta(x,y,z)\, dV\\ \amp = \int_0^3\int_0^{6-2x}\int_0^{2-y/3-2x/3} \big(3\big)\, dz\, dy\, dx\\ \amp = 3\int_0^3\int_0^{6-2x}\int_0^{2-y/3-2x/3} \, dz\, dy\, dx\\ \amp = 3(6) = 18\,\text{g} \text{.} \end{align*}
The evaluation of the triple integral is done in Example 14.6.9, so we skipped those steps above. Note how the mass of an object with constant density is simply “density×volume.”
We now find the moments about the planes.
\begin{align*} M_{xy} \amp = \iiint_D 3z\, dV\\ \amp = \int_0^3\int_0^{6-2x}\int_0^{2-y/3-2x/3} \big(3z\big)\, dz\, dy\, dx\\ \amp = \int_0^3\int_0^{6-2x} \frac32\big(2-y/3-2x/3\big)^2\, dy\, dx\\ \amp = \int_0^3 -\frac49\big(x-3\big)^3\, dx\\ \amp = 9\text{.} \end{align*}
We omit the steps of integrating to find the other moments.
\begin{align*} M_{yz} \amp = \iiint_D 3x\, dV\\ \amp = \frac{27}2.\\ M_{xz} \amp = \iiint_D 3y\, dV\\ \amp = 27\text{.} \end{align*}
The center of mass is
\begin{equation*} \big(\overline{x},\overline{y},\overline{z}\big) = \left(\frac{27/2}{18},\frac{27}{18},\frac{9}{18}\right) = \big(0.75,1.5,0.5\big)\text{.} \end{equation*}

Example 14.6.33. Finding the center of mass of a solid.

Find the center of mass of the solid represented by the region bounded by the planes \(z=0\) and \(z=-y\) and the cylinder \(x^2+y^2=1\text{,}\) shown in Figure 14.6.34, with density function \(\delta(x,y,z) = 10+x^2+5y-5z\text{.}\) (Note: this space region was used in Example 14.6.16.)
Figure 14.6.34. Finding the center of mass of this solid in Example 14.6.33
Solution.
As we start, consider the density function. It is symmetric about the \(yz\)-plane, and the farther one moves from this plane, the denser the object is. The symmetry indicates that \(\overline x\) should be 0.
As one moves away from the origin in the \(y\) or \(z\) directions, the object becomes less dense, though there is more volume in these regions.
Though none of the integrals needed to compute the center of mass are particularly hard, they do require a number of steps. We emphasize here the importance of knowing how to set up the proper integrals; in complex situations we can appeal to technology for a good approximation, if not the exact answer. We use the order of integration \(dz\, dy\, dx\text{,}\) using the bounds found in Example 14.6.16. (As these are the same for all four triple integrals, we explicitly show the bounds only for \(M\text{.}\))
\begin{align*} M \amp = \iiint_D \big(10+x^2+5y-5z\big)\, dV\\ \amp = \int_{-1}^1\int_{-\sqrt{1-x^2}}^0\int_0^{-y} \big(10+x^2+5y-5z\big)\, dV\\ \amp = \frac{64}5-\frac{15\pi}{16} \approx 3.855.\\ M_{yz} \amp = \iiint_D x\big(10+x^2+5y-5z\big)\, dV\\ \amp =0.\\ M_{xz} \amp = \iiint_D y\big(10+x^2+5y-5z\big)\, dV\\ \amp = 2-\frac{61\pi}{48}\approx -1.99.\\ M_{xy} \amp = \iiint_D z\big(10+x^2+5y-5z\big)\, dV\\ \amp = \frac{61\pi}{96}-\frac{10}9\approx 0.885\text{.} \end{align*}
Note how \(M_{yz}=0\text{,}\) as expected. The center of mass is
\begin{equation*} \big(\overline{x},\overline{y},\overline{z}\big) = \left(0,\frac{-1.99}{3.855},\frac{0.885}{3.855}\right) \approx \big(0,-0.516, 0.230\big)\text{.} \end{equation*}
As stated before, there are many uses for triple integration beyond finding volume. When \(h(x,y,z)\) describes a rate of change function over some space region \(D\text{,}\) then \(\ds \iiint_D h(x,y,z)\, dV\) gives the total change over \(D\text{.}\) Our one specific example of this was computing mass; a density function is simply a “rate of mass change per volume” function. Integrating density gives total mass.
While knowing how to integrate is important, it is arguably much more important to know how to set up integrals. It takes skill to create a formula that describes a desired quantity; modern technology is very useful in evaluating these formulas quickly and accurately.
In Section 14.7, we learn about two new coordinate systems (each related to polar coordinates) that allow us to integrate over closed regions in space more easily than when using rectangular coordinates.

Exercises 14.6.4 Exercises

Terms and Concepts

1.
The strategy for establishing bounds for triple integrals is to , to and to .
2.
Give an informal interpretation of what “\(\ds \iiint_D\, dV\)” means.
3.
Give two uses of triple integration.
4.
If an object has a constant density \(\delta\) and a volume \(V\text{,}\) what is its mass?

Problems

Exercise Group.
Two functions \(f_1(x,y)\) and \(f_2(x,y)\) and a region \(R\) in the \(x\text{,}\) \(y\) plane are given. Set up and evaluate the double integral that finds the volume between the surfaces given by the graphs of these two functions over \(R\text{.}\)
5.
\(f_1(x,y) = 8-x^2-y^2\text{,}\) \(f_2(x,y) = 2x+y\text{;}\)
\(R\) is the square with corners \((-1,-1)\) and \((1,1)\text{.}\)
6.
\(z=f_1(x,y) = x^2+y^2\) and \(z=f_2(x,y) = -x^2-y^2\text{;}\)
\(R\) is the square with corners \((0,0)\) and \((2,3)\text{.}\)
7.
\(f_1(x,y) = \sin(x) \cos(y)\text{,}\) \(f_2(x,y) = \cos(x) \sin(y) +2\text{;}\)
\(R\) is the triangle with corners \((0,0)\text{,}\) \((\pi,0)\) and \((\pi,\pi)\text{.}\)
8.
\(f_1(x,y) = 2x^2+2y^2+3\) and \(f_2(x,y) = 6-x^2-y^2\text{;}\)
\(R\) is the disc \(x^2+y^2\leq1\text{.}\)
Exercise Group.
In the following exercises, a domain \(D\) is described by its bounding surfaces, along with a graph. Set up the triple integrals that give the volume of \(D\) in all 6 orders of integration, and find the volume of \(D\) by evaluating the indicated triple integral.
9.
\(D\) is bounded by the coordinate planes and
\(z=2-2x/3-2y\text{.}\)
Evaluate the triple integral with order \(dz\, dy\, dx\text{.}\)
10.
\(D\) is bounded by the planes \(y=0\text{,}\) \(y=2\text{,}\) \(x=1\text{,}\) \(z=0\) and
\(z=(3-x)/2\text{.}\)
Evaluate the triple integral with order \(dx\, dy\, dz\text{.}\)
11.
\(D\) is bounded by the planes \(x=0\text{,}\) \(x=2\text{,}\) \(z=-y\) and by
\(z=y^2/2\text{.}\)
Evaluate the triple integral with the order \(dy\, dz\, dx\text{.}\)
12.
\(D\) is bounded by the planes \(z=0\text{,}\) \(y=9\text{,}\) \(x=0\) and by
\(z=\sqrt{y^2-9x^2}\text{.}\)
Do not evaluate any triple integral.
13.
\(D\) is bounded by the planes \(x=2\text{,}\) \(y=1\text{,}\) \(z=0\) and
\(z=2x+4y-4\text{.}\)
Evaluate the triple integral with the order \(dx\, dy\, dz\text{.}\)
14.
\(D\) is bounded by the plane \(z=2y\) and by \(y=4-x^2\text{.}\)
Evaluate the triple integral with the order \(dz\, dy\, dx\text{.}\)
15.
\(D\) is bounded by the coordinate planes and by
\(y=1-x^2\) and \(y=1-z^2\text{.}\)
Do not evaluate any triple integral. Which order is easier to evaluate: \(dz\, dy\, dx\) or \(dy\, dz\, dx\text{?}\) Explain why.
16.
\(D\) is bounded by the coordinate planes and by
\(z=1-y/3\) and \(z=1-x\text{.}\)
Evaluate the triple integral with order \(dx\, dy\, dz\text{.}\)
Exercise Group.
In the following exercises, evaluate the triple integral.
17.
\(\ds \int_{-\pi/2}^{\pi/2}\int_0^\pi\int_0^\pi\big(\cos(x) \sin(y) \sin(z) \big)\, dz\, dy\, dx\)
18.
Evaluate \(\ds \int_{0}^{1}\int_0^x\int_0^{x+y}(x+y+z)\,dz\,dy\,dx\text{.}\)
19.
\(\ds \int_{0}^{\pi}\int_{0}^{1}\int_{0}^{z}\big(\sin(yz)\big)\, dx\, dy\, dz\)
20.
Evaluate \(\ds \int_{\pi}^{\pi^2}\int_{x}^{x^3}\int_{-y^2}^{y^2}\left(z\frac{x^2y+y^2x}{e^{x^2+y^2}}\right)\,dz\,dy\,dx\text{.}\)
Exercise Group.
In the following exercises, find the center of mass of the solid represented by the indicated space region \(D\) with density function \(\delta(x,y,z)\text{.}\)
21.
\(D\) is bounded by the coordinate planes and
\(z=2-2x/3-2y\text{;}\) \(\delta(x,y,z) = 10\,\text{g/cm}^3\text{.}\)
(Note: this is the same region as used in Exercise 14.6.4.9.)
22.
\(D\) is bounded by the planes \(y=0\text{,}\) \(y=2\text{,}\) \(x=1\text{,}\) \(z=0\) and
\(z=(3-x)/2\text{;}\) \(\delta(x,y,z) = 2\,\text{g/cm}^3\text{.}\)
(Note: this is the same region as used in Exercise 14.6.4.10.)
23.
\(D\) is bounded by the planes \(x=2\text{,}\) \(y=1\text{,}\) \(z=0\) and
\(z=2x+4y-4\text{;}\)\(\delta(x,y,z) = x^2\)lb/in\(^3\text{.}\)
(Note: this is the same region as used in Exercise 14.6.4.13.)
24.
\(D\) is bounded by the plane \(z=2y\) and by \(y=4-x^2\text{.}\)
\(\delta(x,y,z) = y^2\)lb/in\(^3\text{.}\)
(Note: this is the same region as used in Exercise 14.6.4.14.)
You have attempted of activities on this page.