Fiveable

Calculus IV Unit 12 Review

QR code for Calculus IV practice questions

12.1 Calculation of mass, moments, and centers of mass

12.1 Calculation of mass, moments, and centers of mass

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Mass and Density

Mass Density Function and Total Mass

The mass density function ρ(x,y)\rho(x,y) tells you the mass per unit area at each point (x,y)(x,y) in a planar region. Think of it as a map of how "heavy" each tiny piece of the region is. When density varies across the region, you need a double integral to add up all those tiny contributions.

The total mass MM of a region RR is:

M=Rρ(x,y)dAM = \iint_R \rho(x,y) \, dA

If the density is constant (uniform), this collapses to M=ρAM = \rho \cdot A, where AA is the area of the region.

Example: A rectangular plate measuring 2m×3m2 \, \text{m} \times 3 \, \text{m} has constant density ρ=5kg/m2\rho = 5 \, \text{kg/m}^2. Then M=5×(2×3)=30kgM = 5 \times (2 \times 3) = 30 \, \text{kg}.

For variable density, you have to actually evaluate the integral. Suppose a square plate over 0x10 \le x \le 1, 0y10 \le y \le 1 has density ρ(x,y)=3x+2y\rho(x,y) = 3x + 2y. You'd compute:

M=0101(3x+2y)dydxM = \int_0^1 \int_0^1 (3x + 2y) \, dy \, dx

Evaluate the inner integral first with respect to yy, then the outer with respect to xx.

Planar Regions and Setting Up Double Integrals

A planar region is the two-dimensional domain in the xyxy-plane over which you integrate. The shape of this region determines your limits of integration, and choosing the right coordinate system can simplify things dramatically.

  • For rectangular regions, Cartesian coordinates with constant limits work directly.
  • For circular or radial regions, polar coordinates are almost always the better choice. The area element transforms as dA=rdrdθdA = r \, dr \, d\theta.

Example (polar): For a circular disk of radius RR centered at the origin:

Rf(r,θ)dA=02π0Rf(r,θ)rdrdθ\iint_R f(r,\theta) \, dA = \int_0^{2\pi} \int_0^R f(r,\theta) \, r \, dr \, d\theta

Don't forget the extra factor of rr in polar coordinates. Leaving it out is one of the most common mistakes in these problems.

Mass Density Function and Total Mass, Double Integrals over General Regions · Calculus

Moments

First Moments

First moments measure how mass is distributed relative to an axis. They're the building blocks for finding the center of mass.

For a region with density ρ(x,y)\rho(x,y):

  • First moment about the xx-axis: Mx=Ryρ(x,y)dAM_x = \iint_R y \, \rho(x,y) \, dA
  • First moment about the yy-axis: My=Rxρ(x,y)dAM_y = \iint_R x \, \rho(x,y) \, dA

Notice the pattern: MxM_x uses yy (the distance from the xx-axis), and MyM_y uses xx (the distance from the yy-axis). This notation trips people up constantly. The subscript tells you which axis you're taking the moment about, but the integrand uses the other variable because that's the perpendicular distance to that axis.

Mass Density Function and Total Mass, Calculating Centers of Mass and Moments of Inertia · Calculus

Second Moments (Moments of Inertia)

The second moment, or moment of inertia, measures an object's resistance to rotational acceleration about a given axis. Larger moment of inertia means harder to spin.

  • About the xx-axis: Ix=Ry2ρ(x,y)dAI_x = \iint_R y^2 \, \rho(x,y) \, dA
  • About the yy-axis: Iy=Rx2ρ(x,y)dAI_y = \iint_R x^2 \, \rho(x,y) \, dA
  • About the zz-axis (origin): Iz=R(x2+y2)ρ(x,y)dAI_z = \iint_R (x^2 + y^2) \, \rho(x,y) \, dA

The zz-axis version, also called the polar moment of inertia, uses x2+y2x^2 + y^2 because that's the squared distance from the origin. Notice that Iz=Ix+IyI_z = I_x + I_y, which is the perpendicular axis theorem for planar objects.

Example: A thin circular disk of radius RR with constant density ρ\rho has moment of inertia about its center:

Iz=12ρπR4I_z = \frac{1}{2} \rho \pi R^4

To see where this comes from, set it up in polar coordinates:

Iz=02π0Rr2ρrdrdθ=ρ02πdθ0Rr3dr=ρ2πR44=12ρπR4I_z = \int_0^{2\pi} \int_0^R r^2 \cdot \rho \cdot r \, dr \, d\theta = \rho \int_0^{2\pi} d\theta \int_0^R r^3 \, dr = \rho \cdot 2\pi \cdot \frac{R^4}{4} = \frac{1}{2}\rho\pi R^4

Since the total mass is M=ρπR2M = \rho \pi R^2, this can also be written as Iz=12MR2I_z = \frac{1}{2}MR^2, which you may recognize from physics.

Center of Mass

Center of Mass and Centroid

The center of mass (xˉ,yˉ)(\bar{x}, \bar{y}) is the point where the region would balance perfectly if placed on a pin. It's computed from the first moments and total mass:

xˉ=MyM,yˉ=MxM\bar{x} = \frac{M_y}{M}, \quad \bar{y} = \frac{M_x}{M}

Again, watch the subscripts: xˉ\bar{x} uses MyM_y (not MxM_x), and yˉ\bar{y} uses MxM_x (not MyM_y).

When density is constant, it cancels from the numerator and denominator, and the center of mass becomes the centroid, which depends only on geometry:

xˉ=1ARxdA,yˉ=1ARydA\bar{x} = \frac{1}{A} \iint_R x \, dA, \quad \bar{y} = \frac{1}{A} \iint_R y \, dA

where AA is the area of the region.

Calculating Center of Mass: Step-by-Step

For a region RR with variable density ρ(x,y)\rho(x,y):

  1. Sketch the region and determine appropriate limits of integration (Cartesian or polar).
  2. Compute total mass: M=Rρ(x,y)dAM = \iint_R \rho(x,y) \, dA
  3. Compute the first moment about the yy-axis: My=Rxρ(x,y)dAM_y = \iint_R x \, \rho(x,y) \, dA
  4. Compute the first moment about the xx-axis: Mx=Ryρ(x,y)dAM_x = \iint_R y \, \rho(x,y) \, dA
  5. Divide to get the center of mass: xˉ=MyM,yˉ=MxM\bar{x} = \frac{M_y}{M}, \quad \bar{y} = \frac{M_x}{M}

You're evaluating three separate double integrals over the same region. Often you can reuse intermediate calculations, so look for shared factors.

Example: Consider the upper half of a disk of radius RR (a semicircular region, y0y \ge 0) with constant density ρ\rho. By symmetry, xˉ=0\bar{x} = 0. For yˉ\bar{y}, you compute:

M=ρπR22,Mx=0π0Rrsinθρrdrdθ=2ρR33M = \rho \cdot \frac{\pi R^2}{2}, \quad M_x = \int_0^{\pi} \int_0^R r\sin\theta \cdot \rho \cdot r \, dr \, d\theta = \frac{2\rho R^3}{3}

So yˉ=MxM=4R3π\bar{y} = \frac{M_x}{M} = \frac{4R}{3\pi}. The center of mass sits above the geometric midpoint because more area is concentrated near the base.

Common pitfall: If the problem gives a non-constant density like ρ(x,y)=xy\rho(x,y) = xy, you can't assume symmetry shortcuts without checking. A density that's asymmetric in xx or yy will shift the center of mass away from the centroid.