Triple Integrals: Volumes and Mass
students, triple integrals let us measure how much three-dimensional space is filled and how much matter is inside a solid 📦. In single-variable calculus, an integral can find area under a curve. In multivariable calculus, a triple integral can find volume in space, and with density, it can find mass. This lesson explains the main ideas, the notation, and how to use triple integrals to solve real problems.
By the end of this lesson, you should be able to:
- Explain what a triple integral means in everyday language.
- Find volume using $\iiint_E 1\, dV$.
- Find mass using $\iiint_E \rho(x,y,z)\, dV$.
- Describe how triple integrals connect to regions in space.
- Recognize when a constant or variable density changes the mass of a solid.
What a Triple Integral Measures
A triple integral adds up a quantity over a three-dimensional region $E$. The region might be a box, a ball, a cone, or any solid shape. The tiny piece of volume is written as $dV$, and the full integral looks like $\iiint_E f(x,y,z)\, dV$.
If the function is $f(x,y,z)=1$, then the integral counts volume:
$$
$\iiint$_E 1\, dV = \text{Volume of } E.
$$
This works because adding up lots of tiny volume pieces gives the total space inside the solid. Think of filling a fish tank with tiny cubes of water. If each cube has a very small volume, the total of all cubes gives the full tank volume 🐟.
If the function is density $\rho(x,y,z)$, then the integral gives mass:
$$
$\text{Mass} = \iiint_E \rho(x,y,z)\, dV.$
$$
Here, density tells how much mass is packed into each tiny volume piece. A region with higher density has more mass even if it has the same volume as another region.
Volume from a Triple Integral
Volume is the simplest use of triple integrals. If a solid region $E$ is described in three dimensions, then the volume is
$$
$V = \iiint_E 1\, dV.$
$$
This formula is the three-dimensional version of finding area with $\int_a^b 1\, dx = b-a$.
Example 1: Volume of a Box
Suppose a box is given by
$$
0 \le x \le 2, \quad 0 \le y \le 3, \quad 0 \le z \le 4.
$$
Then the volume is
$$
V = $\int_0$^$2 \int_0$^$3 \int_0$^4 1\, dz\, dy\, dx.
$$
Compute step by step:
$$
$\int_0^4 1\, dz = 4,$
$$
so
$$
V = $\int_0$^$2 \int_0$^3 4\, dy\, dx.
$$
Next,
$$
$\int_0^3 4\, dy = 12,$
$$
so
$$
V = $\int_0$^2 12\, dx = 24.
$$
The box has volume $24$ cubic units.
This example shows why the order of integration matters for setup but not for the final value, as long as the region is described correctly. students, the limits must match the solid you are measuring.
Example 2: Volume of a Region with Curved Boundaries
Imagine a solid between the plane $z=0$ and the surface $z=4-x^2-y^2$, above the disk $x^2+y^2\le 4$. The volume is
$$
V = $\iint$_D $\int_0$^{4-x^2-y^2} 1\, dz\, dA,
$$
where $D$ is the disk $x^2+y^2\le 4$.
After integrating with respect to $z$,
$$
$V = \iint_D (4-x^2-y^2)\, dA.$
$$
This says that the height of the solid above each point $(x,y)$ is $4-x^2-y^2$. The total volume is found by adding all those tiny vertical columns. This is a powerful idea because a hard three-dimensional volume becomes a sum of many simple slices ✂️.
Mass from Density
Mass measures how much matter is in a solid. For a region $E$ with density function $\rho(x,y,z)$, mass is
$$
$M = \iiint_E \rho(x,y,z)\, dV.$
$$
The density might be constant or vary from point to point.
Constant Density
If the density is constant, say $\rho(x,y,z)=k$, then
$$
M = $\iiint$_E k\, dV = k$\iiint$_E 1\, dV = kV.
$$
So mass equals density times volume. This matches everyday experience: if two objects have the same size but one is made of a heavier material, it has more mass.
Variable Density
Sometimes density changes with location. For example,
$$
$\rho(x,y,z)=x+y+z$
$$
means that points farther from the origin tend to be denser. In this case, the mass is not just volume times one number. Instead, each tiny piece contributes based on where it is located.
Example 3: Mass of a Box with Density
Let $E$ be the box from Example 1, and let
$$
$\rho(x,y,z)=2.$
$$
Then
$$
M = $\iiint$_E 2\, dV = $2\cdot 24$ = 48.
$$
Because the density is constant, the mass is easy to find.
Now suppose the density is
$$
$\rho(x,y,z)=x.$
$$
Then
$$
M = $\int_0$^$2 \int_0$^$3 \int_0$^4 x\, dz\, dy\, dx.
$$
Since $x$ does not depend on $z$ or $y$,
$$
M = $\int_0$^$2 \int_0$^3 4x\, dy\, dx = $\int_0$^2 12x\, dx = 24.
$$
This result is interesting because the mass is not the same as the constant-density case, even though the volume is still $24$. The shape stayed the same, but the density changed.
How to Set Up the Integral
The most important step is describing the region $E$ correctly. Triple integrals are often harder to set up than to compute. students, here are the key ideas:
- Identify the solid region. Ask what surfaces or planes bound it.
- Choose an order of integration. Common orders are $dz\,dy\,dx$, $dy\,dz\,dx$, or others.
- Write the limits carefully. The limits should match the geometry.
- Use the correct integrand. For volume, use $1$. For mass, use $\rho(x,y,z)$.
For a box, the limits are constants. For a general region, limits may depend on $x$, $y$, or $z$.
Slicing Idea
A triple integral can be thought of as adding up many thin slices. If you integrate in the order $dz\,dy\,dx$, then:
- $z$ gives thickness of each vertical slice,
- $y$ groups those slices into strips,
- $x$ adds the strips across the region.
This slicing viewpoint helps connect triple integrals to the geometry of the solid. It is also why volume and mass are natural applications of triple integrals. They are both “add-up” quantities in three dimensions.
Why This Matters in Multivariable Calculus
Volumes and mass are one of the first major applications of triple integrals because they show what integration means in space. In one variable, integration adds line segments. In two variables, double integrals add area elements. In three variables, triple integrals add volume elements.
This lesson also prepares you for more advanced coordinate systems. Some regions are easier to describe in cylindrical or spherical coordinates, especially when the solid has circular or spherical symmetry. Even when the coordinates change, the big idea stays the same: add up tiny pieces over a region $E$.
Triple integrals also connect to physics and engineering. Mass calculations help model objects with nonuniform materials, and volume calculations help measure tanks, caves, clouds, or any 3D shape where direct formulas are not simple.
Conclusion
Triple integrals extend the idea of integration into three dimensions. For volume, the integrand is $1$, and for mass, the integrand is density $\rho(x,y,z)$. The main challenge is usually setting up the limits for the region $E$ correctly. Once the region is described, the integral adds up tiny volume pieces to produce a total volume or mass.
students, remember this core idea: a triple integral is a way to sum over a solid. Volume counts space, and mass counts matter. This is the foundation for many later topics in multivariable calculus, including integration in cylindrical and spherical coordinates.
Study Notes
- A triple integral adds a function over a three-dimensional region $E$.
- Volume is found with $\iiint_E 1\, dV$.
- Mass is found with $\iiint_E \rho(x,y,z)\, dV$.
- If density is constant $\rho(x,y,z)=k$, then mass is $M=kV$.
- The key challenge is setting correct limits for the region.
- A box has constant limits; a curved solid often has variable limits.
- Triple integrals can be understood as adding many tiny slices or volume pieces.
- This topic connects directly to later work in cylindrical and spherical coordinates.
- Real-world uses include measuring mass of objects with nonuniform density and finding volume of three-dimensional solids.
