Historical Context & Motivation
Long before calculus existed, ancient engineers needed to know where to place a support so a beam wouldn't tip over. The Greeks called this special balancing point the center of gravity, and finding it accurately was crucial for building stable structures, designing ships, and constructing levers. As mathematics advanced, scholars realized that the same question — 'Where does an object balance?' — could be answered precisely using integration, especially when the object's density varies from point to point.
The central question this lesson addresses is straightforward: if you have a flat plate (called a lamina) whose density might change from one point to another, how do you compute its total mass, and where exactly would you place a single support so it balances perfectly? Double integrals give us the answer.
Core Principles & Definitions
Before diving into formulas, let's establish the key ideas. We work with a thin, flat plate — a lamina — that occupies some region R in the xy-plane. The plate can have a density function ρ(x, y) that tells us how much mass is packed into each tiny piece of area. When density is constant, the problem simplifies; when density varies, double integrals are essential.
Mass (m)
Moment
Center of Mass (x̄, ȳ)
Density Function ρ(x, y)
Visual Explanation
The diagram below shows a lamina (shaded region) in the xy-plane with varying density. Notice how the density is represented by color intensity — darker areas are denser. The center of mass is marked and sits closer to the denser region, not at the geometric center of the shape.
This visual captures the core idea: when density is not uniform, the balance point (center of mass) does not coincide with the geometric center. The moments Mx and My quantify exactly how much the mass distribution is 'weighted' toward one side, and dividing by total mass yields the precise balance coordinates.
Mathematical Framework
All three quantities — mass, moments, and center of mass — are computed using double integrals over the region R. The density function ρ(x, y) plays the starring role in every formula. Let's walk through each one.
To find the total mass, you integrate the density over every tiny piece of the region. If ρ is constant, this simplifies to ρ × (area of R). When ρ varies, the integral 'adds up' different densities at each point.
Setting Up the Integrals — Step by Step
The hardest part of these problems is usually setting up the limits of integration correctly. Let's look at a concrete example: a triangular lamina with a density function, and see how the integral gets built from the region's geometry.
The process always follows the same pattern. First, sketch the region R and identify its boundaries. Second, decide whether to integrate with respect to y first (vertical strips) or x first (horizontal strips). Third, express the limits of the inner integral in terms of the outer variable. Finally, write the integrand as ρ(x, y) for mass, y · ρ(x, y) for Mx, or x · ρ(x, y) for My.
- Sketch the region R and label all boundary curves.
- Choose order of integration (dy dx or dx dy) — pick whichever makes limits simpler.
- Write limits — inner limits depend on the outer variable; outer limits are constants.
- Place the correct integrand — ρ for mass, y·ρ for Mx, x·ρ for My.
- Evaluate the inner integral first, then the outer integral.
Worked Example
Let's compute the mass and center of mass of a rectangular lamina occupying the region 0 ≤ x ≤ 2, 0 ≤ y ≤ 3, with density function ρ(x, y) = 1 + x. This density increases linearly as we move to the right.
Uniform vs. Variable Density
Many problems you encounter will specify either uniform (constant) density or variable density. It's important to understand how these two cases compare, because uniform density problems simplify dramatically.
| Feature | Uniform Density (ρ = constant) | Variable Density (ρ = f(x, y)) |
|---|---|---|
| Mass formula | m = ρ × Area(R) — no integration needed for mass if area is known | m = ∬ ρ(x,y) dA — must integrate |
| Center of mass | Equals the centroid (geometric center) — ρ cancels out of the formula | Shifts toward regions of higher density |
| Difficulty | Simpler — focus is on geometry of R | Harder — density adds complexity to the integrand |
| Real-world example | Uniform sheet of aluminum | A metal plate that is thicker on one end |
Connection to Triple Integrals & Advanced Theory
Everything we've done with double integrals for flat plates extends naturally to three-dimensional objects using triple integrals. Instead of a lamina in the xy-plane, you work with a solid occupying a region in 3D space, and the density function becomes ρ(x, y, z).
| Quantity | 2D (Double Integral) | 3D (Triple Integral) |
|---|---|---|
| Mass | m = ∬ ρ(x, y) dA | m = ∭ ρ(x, y, z) dV |
| Moment | Mx = ∬ y·ρ dA | Mxy = ∭ z·ρ dV (and similar) |
| Center of mass | (x̄, ȳ) — two coordinates | (x̄, ȳ, z̄) — three coordinates |
| Region | Flat region R in the plane | Solid region E in space |
You'll also encounter moments of inertia in more advanced courses, which measure how mass is distributed relative to rotation. Instead of multiplying by x or y (first power), you multiply by x² or y², giving you a 'second moment.' Moments of inertia are essential in physics for analyzing spinning objects, from figure skaters to car engines.
Practice Problems
Summary & Review
The mass of a lamina with density ρ(x, y) is computed as m = ∬ ρ(x, y) dA. The moments Mx and My measure how mass is distributed relative to the x- and y-axes, respectively, by weighting the density with y or x as a lever arm. The center of mass (x̄, ȳ) = (My/m, Mx/m) is the balance point of the lamina.
When density is uniform, the center of mass equals the centroid — a purely geometric quantity. When density varies, the center of mass shifts toward the denser regions. Use symmetry as a shortcut whenever both the region and density function share symmetry about an axis. These 2D concepts extend to 3D via triple integrals, and lead to more advanced topics like moments of inertia in physics and engineering.