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’s lesson dives into the fascinating world of multiple integrals in Calculus 3. We’ll explore how these integrals are not just abstract math tools, but powerful methods for solving real-world problems. By the end of this lesson, you’ll know how to apply double and triple integrals to find mass, centers of mass, moments of inertia, and even average values of functions over regions. Ready to discover how calculus shapes the physical world? Let’s get started!

Understanding Mass from Density

Let’s begin with mass. Imagine you have an object with a density that varies throughout its volume. How do we find the total mass? This is where multiple integrals shine.

Density Function and Mass

The density of an object is often described by a function $\rho(x, y)$ in two dimensions, or $\rho(x, y, z)$ in three dimensions. Density tells us how much mass is packed into a small region of space. If the object is thin (like a plate), we’ll use a two-dimensional density $\rho(x, y)$. For a three-dimensional solid, we’ll use $\rho(x, y, z)$.

Mass in Two Dimensions

Suppose you have a thin plate occupying a region $R$ in the $xy$-plane. The density of the plate at any point $(x, y)$ is $\rho(x, y)$ (measured in units like kg/m²). To find the total mass $M$ of the plate, we add up the mass contributions of all the tiny pieces of area $dA$ in $R$.

Mathematically, this is done by a double integral:

$$

M = $\iint$_R $\rho($x, y) \, dA

$$

Here, $dA$ is the infinitesimal area element. If we’re working in rectangular coordinates, $dA = dx\,dy$.

Mass in Three Dimensions

For a three-dimensional object occupying a region $V$, the density varies with $x$, $y$, and $z$. The total mass is the sum of all the tiny mass contributions $dV$ (volume elements) inside $V$:

$$

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

$$

In rectangular coordinates, $dV = dx\,dy\,dz$.

Real-World Example: Mass of a Pyramid

Consider a pyramid with a square base of side length 4 m and a height of 6 m. Suppose the density is given by $\rho(x, y, z) = z$ kg/m³, meaning the density increases as you go higher.

We can find the mass by integrating over the volume of the pyramid. The volume element is $dV = dx\,dy\,dz$. We need to set up the limits carefully.

The base is in the $xy$-plane, and at height $z$, the cross-section is a square with side length that decreases linearly as $z$ increases. We can describe the region as:

$$

$0 \leq$ z $\leq 6$, \quad -$\frac{2(6 - z)}{6}$ $\leq$ x $\leq$ $\frac{2(6 - z)}{6}$, \quad -$\frac{2(6 - z)}{6}$ $\leq$ y $\leq$ $\frac{2(6 - z)}{6}$.

$$

Then we compute:

$$

M = $\iiint$_V z \, dV = $\int_0$^$6 \int_{-2(1 - z/6)}$^{2(1 - z/6)} $\int_{-2(1 - z/6)}$^{2(1 - z/6)} z \, dx\,dy\,dz.

$$

This integral gives us the total mass. Solving it shows how multiple integrals let us handle non-uniform density distributions.

Center of Mass and Centroids

Once we know the mass, we often want to find the center of mass (also called the centroid if the density is uniform). The center of mass is the “balance point” of an object. It’s where you could theoretically balance the object on the tip of a pencil.

Center of Mass in Two Dimensions

For a thin plate with density $\rho(x, y)$, 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.

$$

We multiply by $x$ or $y$ before integrating to find the moments. Then we divide by the total mass $M$.

Center of Mass in Three Dimensions

For a three-dimensional object with density $\rho(x, y, z)$, the center of mass $(\bar{x}, \bar{y}, \bar{z})$ is:

$$

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

$$

Fun Fact: Symmetry Helps!

If the density is uniform (a constant) and the region is symmetric, we can often determine the centroid by geometry alone. For example, a rectangle has its centroid at the intersection of its diagonals. A circle’s centroid is at its center. This can save calculation time!

Real-World Example: Center of Mass of a Triangle

Consider a triangular plate with vertices at $(0, 0)$, $(4, 0)$, and $(0, 4)$, and uniform density $\rho = 1$ kg/m².

First, we find the mass:

$$

M = $\iint$_R 1 \, dA = \text{(Area of the triangle)} = $\frac{1}{2}$ $\times 4$ $\times 4$ = $8 \text{ kg}$.

$$

To find $\bar{x}$:

$$

$\bar{x}$ = $\frac{1}{M}$ $\iint$_R x \, dA.

$$

We integrate $x$ over the triangular region. We know the region is bounded by $y = 0$ and $y = 4 - x$. So:

$$

$\bar{x}$ = $\frac{1}{8}$ $\int_0$^$4 \int_0$^{4 - x} x \, dy \, dx.

$$

Compute the inner integral first:

$$

$\int_0$^{4 - x} x \, dy = x(4 - x).

$$

Then integrate with respect to $x$:

$$

$\bar{x}$ = $\frac{1}{8}$ $\int_0$^4 (4x - x^2) \, dx = $\frac{1}{8}$ $\left[2$x^2 - $\frac{x^3}{3}$$\right]_0$^4 = $\frac{1}{8}$ $\left[32$ - $\frac{64}{3}$$\right]$ = $\frac{1}{8}$ $\times$ $\frac{32}{3}$ = $\frac{4}{3}$.

$$

By symmetry, $\bar{y} = \frac{4}{3}$ as well. So, the center of mass is at $\left(\frac{4}{3}, \frac{4}{3}\right)$.

Moments of Inertia

Moments of inertia measure how mass is distributed relative to an axis. They tell us how hard it is to rotate an object around that axis. This concept is crucial in physics and engineering, especially in designing stable structures and machines.

Moments of Inertia in Two Dimensions

For a thin plate in the $xy$-plane, the moments of inertia (about the $x$-axis and $y$-axis) are:

$$

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

$$

There’s also the polar moment of inertia, which is about the origin (or $z$-axis coming out of the plane):

$$

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

$$

Moments of Inertia in Three Dimensions

For a three-dimensional solid, the moments of inertia are:

$$

I_x = $\iiint$_V (y^2 + z^2) $\rho($x, y, z) \, dV, \quad I_y = $\iiint$_V (x^2 + z^2) $\rho($x, y, z) \, dV, \quad I_z = $\iiint$_V (x^2 + y^2) $\rho($x, y, z) \, dV.

$$

Real-World Example: Moment of Inertia of a Rectangular Plate

Let’s find the moment of inertia of a uniform rectangular plate (density $\rho = 1$ kg/m²) about the $x$-axis. The plate occupies $0 \leq x \leq a$ and $0 \leq y \leq b$.

We know:

$$

I_x = $\iint$_R y^2 \, dA = $\int_0$^a $\int_0$^b y^2 \, dy \, dx.

$$

Integrate with respect to $y$ first:

$$

$\int_0^b y^2 \, dy = \frac{b^3}{3}.$

$$

Then integrate with respect to $x$:

$$

I_x = $\int_0$^a $\frac{b^3}{3}$ \, dx = $\frac{b^3}{3}$ $\times$ a = $\frac{a b^3}{3}$.

$$

This tells us that the moment of inertia depends on the geometry of the plate.

Average Value of a Function

Another powerful application of multiple integrals is finding the average value of a function over a region.

Definition of Average Value

The average value of a function $f(x, y)$ over a region $R$ is:

$$

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

$$

In three dimensions, the average value of $f(x, y, z)$ over a volume $V$ is:

$$

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

$$

Real-World Example: Average Temperature

Imagine you have a metal plate with temperature distribution $T(x, y) = 100 - x^2 - y^2$ °C. The plate is a disk of radius 3 centered at the origin. We want to find the average temperature.

First, find the area of the region $R$:

$$

$\text{Area}$(R) = $\pi$ $\times 3^2$ = $9\pi.$

$$

Now, we integrate $T(x, y)$ over the disk. It’s easier in polar coordinates. We set:

$$

x = r $\cos$$\theta$, \quad y = r $\sin$$\theta$, \quad dA = r \, dr \, d$\theta.$

$$

So:

$$

$T(r, \theta) = 100 - r^2.$

$$

We integrate over $r$ from 0 to 3 and $\theta$ from 0 to $2\pi$:

$$

$\iint$_R T(x, y) \, dA = $\int_0$^{$2\pi$} $\int_0$^3 (100 - r^2) r \, dr \, d$\theta.$

$$

Integrate with respect to $r$:

$$

$\int_0$^3 (100r - r^3) \, dr = $\left[50$r^2 - $\frac{r^4}{4}$$\right]_0$^3 = $50 \times 9$ - $\frac{81}{4}$ = 450 - 20.25 = 429.75.

$$

Then integrate with respect to $\theta$:

$$

$\int_0$^{$2\pi$} 429.75 \, d$\theta$ = $429.75 \times 2$$\pi$ = $859.5\pi.$

$$

Finally, the average temperature is:

$$

$T_{\text{avg}} = \frac{859.5\pi}{9\pi} = 95.5^\circ \text{C}.$

$$

So the average temperature of the plate is about 95.5°C.

Conclusion

Great job, students! 🎉 We’ve covered a lot today. You learned how multiple integrals can be applied to find mass, centers of mass, moments of inertia, and average values of functions. These concepts are essential in physics, engineering, and any field that involves analyzing distributions of mass, density, or other quantities.

Remember: multiple integrals allow us to sum up tiny contributions over regions and volumes, giving us powerful tools to solve real-world problems. Practice setting up the limits of integration carefully—it’s often the trickiest part, but also the most rewarding once you master it!

Study Notes

  • Total mass in 2D:

$$

M = $\iint$_R $\rho($x, y) \, dA

$$

where $dA = dx\,dy$ in rectangular coordinates.

  • Total mass in 3D:

$$

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

$$

where $dV = dx\,dy\,dz$ in rectangular coordinates.

  • Center of mass in 2D:

$$

$\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 in 3D:

$$

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

$$

  • Moment of inertia in 2D about $x$-axis:

$$

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

$$

  • Moment of inertia in 2D about $y$-axis:

$$

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

$$

  • Polar moment of inertia in 2D:

$$

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

$$

  • Moment of inertia in 3D about $x$-axis:

$$

I_x = $\iiint$_V (y^2 + z^2) $\rho($x, y, z) \, dV

$$

  • Moment of inertia in 3D about $y$-axis:

$$

I_y = $\iiint$_V (x^2 + z^2) $\rho($x, y, z) \, dV

$$

  • Moment of inertia in 3D about $z$-axis:

$$

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

$$

  • Average value of a function in 2D:

$$

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

$$

  • Average value of a function in 3D:

$$

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

$$

  • Area element in polar coordinates:

$$

dA = r \, dr \, d$\theta$

$$

  • Volume element in cylindrical coordinates:

$$

dV = r \, dr \, d$\theta$ \, dz

$$

  • Volume element in spherical coordinates:

$$

dV = $\rho^2$ $\sin$$\phi$ \, d$\rho$ \, d$\phi$ \, d$\theta$

$$

Keep practicing these integrals, and soon you’ll be a master of applying multiple integrals to solve real-world problems! 🚀

Practice Quiz

5 questions to test your understanding