4. Multiple Integrals

Triple Integrals

Introduces triple integrals and their use in finding volumes and mass of three-dimensional regions.

Triple Integrals

Welcome, students! In today’s lesson, we’ll dive into the exciting world of triple integrals. By the end of this lesson, you’ll understand what triple integrals are, how to set them up, and how to use them to find volumes and masses of three-dimensional regions. Ready to explore the depths of 3D space? Let’s go! 🌟

Understanding Triple Integrals: The Basics

To get started, let’s recall what integrals do in one and two dimensions. A single integral, $\int f(x) \, dx$, helps us find areas under curves. A double integral, $\iint f(x, y) \, dA$, helps us find areas and volumes of regions in two dimensions.

Now, what happens when we move into three dimensions? That’s where triple integrals come in! A triple integral, $\iiint f(x, y, z) \, dV$, allows us to calculate the “volume under a surface” in three-dimensional space.

But wait—volume under a surface in 3D? 🤔 That’s right! We’re not just talking about flat surfaces anymore. We’re exploring entire regions in space. And triple integrals help us measure not just volume, but also mass, moments, and other physical properties of these 3D regions.

Why Triple Integrals Matter

Triple integrals have tons of real-world applications. Engineers use them to find the mass of irregularly shaped objects. Physicists use them to calculate the center of mass of a solid. Environmental scientists use them to measure pollutant concentration in the atmosphere. Even video game designers use them to model physical interactions in 3D worlds. 🎮

By the end of this lesson, you’ll be able to:

  • Set up and solve triple integrals.
  • Find the volume of a 3D region using triple integrals.
  • Calculate the mass of a 3D object if its density is known.
  • Understand how to change the order of integration and use different coordinate systems.

Let’s jump right in!

Setting Up Triple Integrals

The General Form of a Triple Integral

A triple integral is written as:

$$\iiint_{R} f(x, y, z) \, dV$$

Here’s what each part means:

  • $f(x, y, z)$: This is the function we’re integrating. It might represent density, temperature, or just the value 1 if we’re finding volume.
  • $R$: This is the region of integration. It’s the 3D space we’re interested in.
  • $dV$: This is the volume element. It represents a tiny “volume slice” of the region $R$.

In Cartesian coordinates, $dV = dx \, dy \, dz$. That means we’re slicing the region into tiny rectangular prisms, each with volume $dx \, dy \, dz$.

Example: Finding the Volume of a Box

Let’s start with a simple example. Suppose we want to find the volume of a rectangular box. The box extends from $x = 0$ to $x = 2$, from $y = 0$ to $y = 3$, and from $z = 0$ to $z = 4$. We’ll set up a triple integral where $f(x, y, z) = 1$, because we’re just finding volume.

The integral looks like this:

$$\iiint_{R} 1 \, dV = \int_{0}^{2} \int_{0}^{3} \int_{0}^{4} 1 \, dz \, dy \, dx$$

Let’s break it down step-by-step.

  1. Integrate with respect to $z$ first:

$$\int_{0}^{4} 1 \, dz = 4$$

  1. Now integrate with respect to $y$:

$$\int_{0}^{3} 4 \, dy = 4 \times 3 = 12$$

  1. Finally, integrate with respect to $x$:

$$\int_{0}^{2} 12 \, dx = 12 \times 2 = 24$$

So, the volume of the box is 24 cubic units. 📦

Changing the Order of Integration

In the example above, we integrated in the order $z$, then $y$, then $x$. But could we have done it in a different order? Absolutely! In fact, changing the order of integration can sometimes make the integral easier to solve.

For example, let’s switch the order to $x$, then $y$, then $z$:

$$\iiint_{R} 1 \, dV = \int_{0}^{4} \int_{0}^{3} \int_{0}^{2} 1 \, dx \, dy \, dz$$

  1. Integrate with respect to $x$:

$$\int_{0}^{2} 1 \, dx = 2$$

  1. Integrate with respect to $y$:

$$\int_{0}^{3} 2 \, dy = 2 \times 3 = 6$$

  1. Integrate with respect to $z$:

$$\int_{0}^{4} 6 \, dz = 6 \times 4 = 24$$

We get the same answer: 24 cubic units. Changing the order of integration doesn’t change the result, but it can make a tricky integral easier to evaluate.

When Does the Order Matter?

In simple rectangular regions, the order of integration doesn’t matter much. But in more complicated regions, the limits for one variable might depend on another. In those cases, changing the order can simplify the integral.

For example, consider a region bounded by the plane $z = 4 - x - y$. The limits for $z$ depend on $x$ and $y$. We might integrate $z$ first, then $y$, then $x$. Or, depending on the region, it might be easier to integrate $y$ first, then $z$, then $x$. We’ll see examples of this later.

Using Triple Integrals to Find Mass

Density and Mass

Now let’s add some physics. Suppose we have a solid object with a density function $\rho(x, y, z)$. The density tells us how much mass is packed into each tiny volume element. To find the total mass of the object, we multiply the density by the volume element and integrate over the entire region.

The formula for mass is:

$$M = \iiint_{R} \rho(x, y, z) \, dV$$

Example: Finding Mass with Constant Density

Let’s find the mass of a rectangular box again, but this time it has a constant density of $\rho = 5$ kg/m³. The box goes from $x = 0$ to $x = 2$, $y = 0$ to $y = 3$, and $z = 0$ to $z = 4$.

We’ll set up the integral:

$$M = \iiint_{R} 5 \, dV = \int_{0}^{2} \int_{0}^{3} \int_{0}^{4} 5 \, dz \, dy \, dx$$

  1. Integrate with respect to $z$:

$$\int_{0}^{4} 5 \, dz = 5 \times 4 = 20$$

  1. Integrate with respect to $y$:

$$\int_{0}^{3} 20 \, dy = 20 \times 3 = 60$$

  1. Integrate with respect to $x$:

$$\int_{0}^{2} 60 \, dx = 60 \times 2 = 120$$

So, the total mass is 120 kg.

Example: Finding Mass with Variable Density

Now let’s get more interesting. Suppose the density isn’t constant. Let’s say the density of the box varies with height $z$. We’ll use the density function $\rho(x, y, z) = 2 + z$. So the density increases as we go up.

We’ll set up the integral:

$$M = \iiint_{R} (2 + z) \, dV = \int_{0}^{2} \int_{0}^{3} \int_{0}^{4} (2 + z) \, dz \, dy \, dx$$

  1. Integrate with respect to $z$:

$$\int_{0}^{4} (2 + z) \, dz = \left( 2z + \frac{z^2}{2} \right) \Bigg|_{0}^{4} = (2 \times 4 + \frac{4^2}{2}) = (8 + 8) = 16$$

  1. Integrate with respect to $y$:

$$\int_{0}^{3} 16 \, dy = 16 \times 3 = 48$$

  1. Integrate with respect to $x$:

$$\int_{0}^{2} 48 \, dx = 48 \times 2 = 96$$

So the total mass is 96 kg. Notice how the variable density changed the total mass compared to the constant density example. 📈

Finding Volume of Irregular Regions

Volumes Bounded by Surfaces

Triple integrals are super powerful because they let us find volumes of irregular regions—shapes that don’t have simple formulas like rectangular boxes.

Let’s consider a region bounded by the plane $z = 4 - x - y$, and the $xy$-plane (where $z = 0$). We want to find the volume of the solid region under the plane and above the $xy$-plane.

We’ll set up the integral. The region is:

  • $x$ ranges from 0 to 4.
  • For each $x$, $y$ ranges from 0 to $4 - x$.
  • For each $(x, y)$, $z$ ranges from 0 to $4 - x - y$.

So the integral is:

$$\iiint_{R} 1 \, dV = \int_{0}^{4} \int_{0}^{4 - x} \int_{0}^{4 - x - y} 1 \, dz \, dy \, dx$$

Let’s solve it step-by-step.

  1. Integrate with respect to $z$:

$$\int_{0}^{4 - x - y} 1 \, dz = 4 - x - y$$

  1. Integrate with respect to $y$:

$$\int_{0}^{4 - x} (4 - x - y) \, dy = \left( (4 - x)y - \frac{y^2}{2} \right) \Bigg|_{0}^{4 - x}$$

$$= (4 - x)(4 - x) - \frac{(4 - x)^2}{2}$$

$$= (4 - x)^2 - \frac{(4 - x)^2}{2} = \frac{(4 - x)^2}{2}$$

  1. Integrate with respect to $x$:

$$\int_{0}^{4} \frac{(4 - x)^2}{2} \, dx = \frac{1}{2} \int_{0}^{4} (16 - 8x + x^2) \, dx$$

$$= \frac{1}{2} \left( 16x - 4x^2 + \frac{x^3}{3} \right) \Bigg|_{0}^{4}$$

$$= \frac{1}{2} \left( 64 - 64 + \frac{64}{3} \right) = \frac{1}{2} \times \frac{64}{3} = \frac{32}{3}$$

So, the volume of the region is $\frac{32}{3}$ cubic units. 🎉

Using Symmetry to Simplify Integrals

Sometimes, symmetry can help us simplify triple integrals. For example, consider a sphere of radius $r$ centered at the origin. The equation of the sphere is:

$$x^2 + y^2 + z^2 = r^2$$

Because the sphere is symmetric about all three axes, we can find the volume of just one “octant” (one eighth of the sphere) and then multiply by 8.

Let’s find the volume of a sphere of radius $r$.

We’ll use spherical coordinates. In spherical coordinates:

  • $x = r \sin \phi \cos \theta$
  • $y = r \sin \phi \sin \theta$
  • $z = r \cos \phi$
  • The volume element is $dV = r^2 \sin \phi \, dr \, d\phi \, d\theta$

The limits are:

  • $r$ goes from 0 to $r$
  • $\phi$ (the angle from the $z$-axis) goes from 0 to $\pi$
  • $\theta$ (the angle in the $xy$-plane) goes from 0 to $2\pi$

So the integral is:

$$\iiint_{R} 1 \, dV = \int_{0}^{2\pi} \int_{0}^{\pi} \int_{0}^{r} r^2 \sin \phi \, dr \, d\phi \, d\theta$$

  1. Integrate with respect to $r$:

$$\int_{0}^{r} r^2 \, dr = \frac{r^3}{3}$$

  1. Integrate with respect to $\phi$:

$$\int_{0}^{\pi} \sin \phi \, d\phi = 2$$

  1. Integrate with respect to $\theta$:

$$\int_{0}^{2\pi} 1 \, d\theta = 2\pi$$

Putting it all together:

$$\frac{r^3}{3} \times 2 \times 2\pi = \frac{2\pi r^3}{3}$$

So the volume of the sphere is $\frac{4\pi r^3}{3}$. This formula might look familiar—it’s the well-known formula for the volume of a sphere! 🏀

Using Different Coordinate Systems

Cylindrical Coordinates

In some cases, it’s easier to use cylindrical coordinates. Cylindrical coordinates are like polar coordinates, but with an added $z$-dimension. We define:

  • $x = r \cos \theta$
  • $y = r \sin \theta$
  • $z = z$
  • The volume element is $dV = r \, dr \, d\theta \, dz$

Cylindrical coordinates are especially useful for regions that are symmetric around an axis, like cylinders or cones.

Example: Volume of a Cylinder

Let’s find the volume of a cylinder of radius 3 and height 5. We’ll use cylindrical coordinates.

The region is:

  • $r$ goes from 0 to 3.
  • $\theta$ goes from 0 to $2\pi$.
  • $z$ goes from 0 to 5.

The integral is:

$$\iiint_{R} 1 \, dV = \int_{0}^{2\pi} \int_{0}^{3} \int_{0}^{5} r \, dz \, dr \, d\theta$$

  1. Integrate with respect to $z$:

$$\int_{0}^{5} 1 \, dz = 5$$

  1. Integrate with respect to $r$:

$$\int_{0}^{3} 5r \, dr = 5 \times \frac{3^2}{2} = 22.5$$

  1. Integrate with respect to $\theta$:

$$\int_{0}^{2\pi} 22.5 \, d\theta = 22.5 \times 2\pi = 45\pi$$

So, the volume of the cylinder is $45\pi$ cubic units.

Spherical Coordinates

Spherical coordinates are perfect for regions that are symmetric about a point, like spheres or hemispheres. In spherical coordinates:

  • $x = \rho \sin \phi \cos \theta$
  • $y = \rho \sin \phi \sin \theta$
  • $z = \rho \cos \phi$
  • The volume element is $dV = \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta$

We used spherical coordinates earlier to find the volume of a sphere. They’re a powerful tool for solving complex problems involving spheres or spherical regions.

Conclusion

Congratulations, students! 🎉 You’ve journeyed through the world of triple integrals. We started with the basics—understanding what triple integrals are and how to set them up. We explored how to find volumes of simple and irregular regions, and we even calculated mass using density functions. Finally, we learned how to use different coordinate systems—cylindrical and spherical—to simplify tricky integrals.

Triple integrals are a cornerstone of multivariable calculus, with countless real-world applications. Keep practicing, and soon you’ll be using them to solve even more complex problems!

Study Notes

  • A triple integral is written as:

$$\iiint_{R} f(x, y, z) \, dV$$

  • In Cartesian coordinates, $dV = dx \, dy \, dz$.
  • To find volume, use $f(x, y, z) = 1$:

$$\text{Volume} = \iiint_{R} 1 \, dV$$

  • To find mass with density $\rho(x, y, z)$:

$$M = \iiint_{R} \rho(x, y, z) \, dV$$

  • In cylindrical coordinates:
  • $x = r \cos \theta$
  • $y = r \sin \theta$
  • $z = z$
  • $dV = r \, dr \, d\theta \, dz$
  • In spherical coordinates:
  • $x = \rho \sin \phi \cos \theta$
  • $y = \rho \sin \phi \sin \theta$
  • $z = \rho \cos \phi$
  • $dV = \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta$
  • Volume of a sphere of radius $r$:

$$\frac{4\pi r^3}{3}$$

  • Changing the order of integration can simplify the integral, especially for irregular regions.
  • Use symmetry to simplify integrals when possible.

Keep practicing, and you’ll master triple integrals in no time! 🚀

Practice Quiz

5 questions to test your understanding

Triple Integrals — Calculus 3 | A-Warded