4. Multiple Integrals

Applications Of Multiple Integrals

Applies multiple integrals to mass, center of mass, moments, and average value.

Applications of Multiple Integrals

Welcome, students! 🎉 Today, we’re diving into one of the most fascinating and practical topics in Calculus 3: applying multiple integrals to solve real-world problems. By the end of this lesson, you’ll be able to calculate mass, find the center of mass, determine moments of inertia, and compute average values using double and triple integrals. These concepts are not just theoretical—they show up in physics, engineering, and even economics. Ready to explore the power of multiple integrals? Let’s go! 🚀

Mass and Density: Integrals in Action

Let’s start with mass. Imagine you have a thin sheet of metal shaped like a region $R$ in the $xy$-plane. If the density of the sheet varies from point to point, we can use a double integral to find the total mass.

Mass of a 2D Object

If the density function is $\rho(x,y)$, the mass of the object is given by:

$$

$M = \iint_R \rho(x,y) \, dA$

$$

Here, $dA$ represents an infinitesimally small area element. For instance, if $R$ is a rectangle, $dA = dx \, dy$. If $R$ is more irregular, we may use polar coordinates, where $dA = r \, dr \, d\theta$.

Example: Rectangular Plate with Non-Uniform Density

Let’s say we have a rectangular metal plate defined by $0 \leq x \leq 2$ and $0 \leq y \leq 3$. The density at any point $(x, y)$ is given by $\rho(x,y) = 2 + x + y$.

The mass is:

$$

M = $\int_0$^$3 \int_0$^2 (2 + x + y) \, dx \, dy

$$

We integrate with respect to $x$ first:

$$

$\int_0$^2 (2 + x + y) \, dx = $\left[2$x + $\frac{x^2}{2}$ + xy $\right]_0$^2 = (4 + 2 + 2y) = 6 + 2y

$$

Now integrate with respect to $y$:

$$

$\int_0$^3 (6 + 2y) \, dy = $\left[6$y + y^$2 \right]_0$^3 = 18 + 9 = 27

$$

So, the total mass of the plate is $M = 27$ units.

Mass of a 3D Object

Now, what if we’re working with a solid object in three dimensions? Let’s say we have a solid region $D$ in space, and its density is given by $\rho(x,y,z)$. The mass is found using a triple integral:

$$

$M = \iiint_D \rho(x,y,z) \, dV$

$$

Here, $dV$ is the volume element. In Cartesian coordinates, $dV = dx \, dy \, dz$. In cylindrical coordinates, $dV = r \, dr \, d\theta \, dz$, and in spherical coordinates, $dV = \rho^2 \sin(\phi) \, d\rho \, d\phi \, d\theta$.

Example: Solid Hemisphere with Uniform Density

Consider a solid hemisphere of radius $R$ sitting on the $xy$-plane. We’ll assume uniform density $\rho_0$. In spherical coordinates, the region $D$ is described by $0 \leq \rho \leq R$, $0 \leq \phi \leq \frac{\pi}{2}$, and $0 \leq \theta \leq 2\pi$. The volume element is $dV = \rho^2 \sin(\phi) \, d\rho \, d\phi \, d\theta$.

The mass is:

$$

M = $\iiint$_D $\rho_0$ \, dV = $\rho_0$ $\int_0$^{$2\pi$} $\int_0$^{$\pi/2$} $\int_0$^R $\rho^2$ $\sin($$\phi)$ \, d$\rho$ \, d$\phi$ \, d$\theta$

$$

Integrate with respect to $\rho$:

$$

$\int_0^R \rho^2 \, d\rho = \frac{R^3}{3}$

$$

Now integrate with respect to $\phi$:

$$

$\int_0^{\pi/2} \sin(\phi) \, d\phi = 1$

$$

Finally, integrate with respect to $\theta$:

$$

$\int_0^{2\pi} d\theta = 2\pi$

$$

So, the mass is:

$$

M = $\rho_0$ $\cdot$ $\frac{R^3}{3}$ $\cdot 1$ $\cdot 2$$\pi$ = $\frac{2\pi \rho_0 R^3}{3}$

$$

Pretty cool, right? 😊

Center of Mass: Balancing Act

The center of mass is the point where an object balances perfectly. If the object has uniform density, the center of mass is simply the geometric center. But if the density varies, we need integrals to find it.

Center of Mass in 2D

For a lamina (a thin, flat object) occupying a region $R$ in the $xy$-plane, the coordinates of the center of mass $(\bar{x}, \bar{y})$ are given by:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iint$_R x $\rho($x,y) \, dA, \quad $\bar{y}$ = $\frac{1}{M}$ $\iint$_R y $\rho($x,y) \, dA

$$

Example: Triangular Plate with Variable Density

Consider a triangular plate bounded by the lines $x = 0$, $y = 0$, and $y = x$. Suppose the density is $\rho(x,y) = x$.

We already know how to find the mass:

$$

M = $\iint$_R $\rho($x,y) \, dA = $\int_0$^$1 \int_0$^x x \, dy \, dx = $\int_0$^1 (x $\cdot$ x) \, dx = $\int_0$^1 x^2 \, dx = $\frac{1}{3}$

$$

Now let’s find $\bar{x}$:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iint$_R x $\cdot$ $\rho($x,y) \, dA = $\frac{3}{1}$ $\int_0$^$1 \int_0$^x x $\cdot$ x \, dy \, dx = $3 \int_0$^1 x^$2 \cdot$ x \, dx = $3 \int_0$^1 x^3 \, dx = $3 \cdot$ $\frac{1}{4}$ = $\frac{3}{4}$

$$

And $\bar{y}$:

$$

$\bar{y}$ = $\frac{1}{M}$ $\iint$_R y $\cdot$ $\rho($x,y) \, dA = $3 \int_0$^$1 \int_0$^x y $\cdot$ x \, dy \, dx = $3 \int_0$^1 x $\left($$\frac{y^2}{2}$$\right)_0$^x \, dx = $3 \int_0$^1 x $\cdot$ $\frac{x^2}{2}$ \, dx = $3 \int_0$^$1 \frac{x^3}{2}$ \, dx = $3 \cdot$ $\frac{1}{2}$ $\cdot$ $\frac{1}{4}$ = $\frac{3}{8}$

$$

So, the center of mass is at $\left(\frac{3}{4}, \frac{3}{8}\right)$.

Center of Mass in 3D

For a solid object occupying a region $D$, the center of mass $(\bar{x}, \bar{y}, \bar{z})$ is:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iiint$_D x $\rho($x,y,z) \, dV, \quad $\bar{y}$ = $\frac{1}{M}$ $\iiint$_D y $\rho($x,y,z) \, dV, \quad $\bar{z}$ = $\frac{1}{M}$ $\iiint$_D z $\rho($x,y,z) \, dV

$$

Let’s consider a uniform density example to simplify things.

Example: Solid Hemisphere with Uniform Density

We already found the mass of the hemisphere: $M = \frac{2\pi \rho_0 R^3}{3}$. Because of symmetry, $\bar{x} = \bar{y} = 0$. We only need $\bar{z}$.

We use spherical coordinates again. The $z$-coordinate in spherical coordinates is $z = \rho \cos(\phi)$. So:

$$

$\bar{z}$ = $\frac{1}{M}$ $\iiint$_D $\rho$ $\cos($$\phi)$ $\cdot$ $\rho^2$ $\sin($$\phi)$ \, d$\rho$ \, d$\phi$ \, d$\theta$

$$

Simplify the integrand:

$$

$\bar{z}$ = $\frac{1}{M}$ $\int_0$^{$2\pi$} $\int_0$^{$\pi/2$} $\int_0$^R $\rho^3$ $\sin($$\phi)$ $\cos($$\phi)$ \, d$\rho$ \, d$\phi$ \, d$\theta$

$$

Integrate with respect to $\rho$:

$$

$\int_0^R \rho^3 \, d\rho = \frac{R^4}{4}$

$$

Now integrate with respect to $\phi$:

$$

$\int_0$^{$\pi/2$} $\sin($$\phi)$ $\cos($$\phi)$ \, d$\phi$ = $\frac{1}{2}$

$$

Finally, integrate with respect to $\theta$:

$$

$\int_0^{2\pi} d\theta = 2\pi$

$$

So:

$$

$\bar{z}$ = $\frac{1}{M}$ $\cdot$ $\frac{R^4}{4}$ $\cdot$ $\frac{1}{2}$ $\cdot 2$$\pi$ = $\frac{\pi R^4}{4M}$

$$

Substitute $M = \frac{2\pi \rho_0 R^3}{3}$:

$$

$\bar{z}$ = $\frac{\pi R^4}{4 \cdot \frac{2\pi \rho_0 R^3}{3}}$ = $\frac{\pi R^4}{\frac{8\pi \rho_0 R^3}{3}}$ = $\frac{3R}{8}$

$$

So, the center of mass of the hemisphere is $\left(0, 0, \frac{3R}{8}\right)$.

Moments of Inertia: Rotational Dynamics

Moments of inertia measure how mass is distributed relative to an axis. They’re crucial in physics and engineering when analyzing rotational motion.

Moment of Inertia in 2D

For a lamina in the $xy$-plane, the moment of inertia about the $x$-axis is:

$$

I_x = $\iint$_R y^$2 \rho($x,y) \, dA

$$

Similarly, about the $y$-axis:

$$

I_y = $\iint$_R x^$2 \rho($x,y) \, dA

$$

And about the origin (the polar moment of inertia):

$$

I_0 = $\iint$_R (x^2 + y^2) $\rho($x,y) \, dA

$$

Example: Moment of Inertia of a Circular Plate

Consider a circular plate of radius $R$ with uniform density $\rho_0$. We want to find $I_0$. We’ll use polar coordinates, where $x = r \cos(\theta)$, $y = r \sin(\theta)$, and $dA = r \, dr \, d\theta$.

The integrand is:

$$

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

$$

So:

$$

I_0 = $\iint$_R r^$2 \rho_0$ \, dA = $\rho_0$ $\int_0$^{$2\pi$} $\int_0$^R r^$2 \cdot$ r \, dr \, d$\theta$ = $\rho_0$ $\int_0$^{$2\pi$} $\int_0$^R r^3 \, dr \, d$\theta$

$$

Integrate with respect to $r$:

$$

$\int_0^R r^3 \, dr = \frac{R^4}{4}$

$$

Now integrate with respect to $\theta$:

$$

$\int_0^{2\pi} d\theta = 2\pi$

$$

So:

$$

I_0 = $\rho_0$ $\cdot$ $\frac{R^4}{4}$ $\cdot 2$$\pi$ = $\frac{\pi \rho_0 R^4}{2}$

$$

This tells us how the mass is distributed relative to the origin.

Moment of Inertia in 3D

For a solid object in three dimensions, the moment of inertia about the $z$-axis is:

$$

I_z = $\iiint$_D (x^2 + y^2) $\rho($x,y,z) \, dV

$$

These integrals play a big role in rotational dynamics, such as analyzing the stability of spinning objects like wheels, satellites, and even planets. 🌍

Average Value of a Function

Another powerful application of multiple integrals is finding the average value of a function over a region. If you have a function $f(x,y)$ defined over a region $R$, the average value is:

$$

f_{$\text{avg}$} = $\frac{1}{\text{Area}(R)}$ $\iint$_R f(x,y) \, dA

$$

For a three-dimensional region $D$, the average value of $f(x,y,z)$ is:

$$

f_{$\text{avg}$} = \frac{1}{\text{Volume}(D)} $\iiint$_D f(x,y,z) \, dV

$$

Example: Average Temperature in a Room

Imagine a room shaped like a cube with side length $L$. The temperature at any point $(x,y,z)$ is given by $T(x,y,z) = 100 - x - y - z$. We want the average temperature in the room.

First, the volume of the cube is $L^3$. So:

$$

T_{$\text{avg}$} = $\frac{1}{L^3}$ $\iiint_0$^L $\iiint_0$^L $\iiint_0$^L (100 - x - y - z) \, dx \, dy \, dz

$$

Integrate with respect to $x$:

$$

$\int_0$^L (100 - x - y - z) \, dx = $\left[100$x - $\frac{x^2}{2}$ - yx - zx $\right]_0$^L = 100L - $\frac{L^2}{2}$ - yL - zL

$$

Integrate with respect to $y$:

$$

$\int_0$^L $\left(100$L - $\frac{L^2}{2}$ - yL - zL $\right)$ \, dy = $\left[100$Ly - $\frac{L^2}{2}$y - $\frac{y^2 L}{2}$ - zLy $\right]_0$^L = 100L^2 - $\frac{L^3}{2}$ - $\frac{L^3}{2}$ - zL^2 = 100L^2 - L^3 - zL^2

$$

Integrate with respect to $z$:

$$

$\int_0$^L $\left(100$L^2 - L^3 - zL^$2 \right)$ \, dz = $\left[100$L^2 z - L^3 z - $\frac{z^2 L^2}{2}$ $\right]_0$^L = 100L^3 - L^4 - $\frac{L^4}{2}$ = 100L^3 - $\frac{3L^4}{2}$

$$

Finally, divide by the volume $L^3$:

$$

T_{$\text{avg}$} = $\frac{100L^3 - \frac{3L^4}{2}}{L^3}$ = 100 - $\frac{3L}{2}$

$$

So, the average temperature depends on the size of the room. For example, if $L = 2$, $T_{\text{avg}} = 100 - 3 = 97^\circ$.

Conclusion

Great job, students! 🎉 You’ve learned how multiple integrals can be applied to solve important real-world problems. We explored how to find mass using density functions, how to locate the center of mass, how to compute moments of inertia, and how to determine the average value of a function over a region. These tools are essential in fields like physics, engineering, and beyond. Keep practicing, and you’ll be a master of multiple integrals in no time! đŸ’Ș

Study Notes

  • Mass of a 2D region:

$$

$ M = \iint_R \rho(x,y) \, dA$

$$

  • Mass of a 3D region:

$$

$ M = \iiint_D \rho(x,y,z) \, dV$

$$

  • Center of mass for a 2D region:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iint$_R x $\rho($x,y) \, dA, \quad $\bar{y}$ = $\frac{1}{M}$ $\iint$_R y $\rho($x,y) \, dA

$$

  • Center of mass for a 3D region:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iiint$_D x $\rho($x,y,z) \, dV, \quad $\bar{y}$ = $\frac{1}{M}$ $\iiint$_D y $\rho($x,y,z) \, dV, \quad $\bar{z}$ = $\frac{1}{M}$ $\iiint$_D z $\rho($x,y,z) \, dV

$$

  • Moment of inertia about the $x$-axis:

$$

I_x = $\iint$_R y^$2 \rho($x,y) \, dA

$$

  • Moment of inertia about the $y$-axis:

$$

$ I_y = \iint_R x^2$

Practice Quiz

5 questions to test your understanding

Applications Of Multiple Integrals — Calculus 3 | A-Warded