Moments and Centers of Mass
The center of mass is the single point where you could balance an object perfectly. Calculating it requires integrating mass distributions across a shape, and it connects integration techniques you've already learned to real physical problems like balance, rotation, and structural design.
In Calc II, you'll mostly work with one-dimensional distributions (rods, wires) and two-dimensional regions (thin plates). Symmetry often cuts the work in half, and Pappus's theorem gives you a clever shortcut for volumes of revolution.
Center of Mass for Linear Distributions
The center of mass is the point where an object's total mass can be thought of as concentrated. For a system of discrete particles along a line, you find it with a weighted average:
Here is the mass of particle and is its position. The numerator is called the first moment of the system. The denominator is the total mass.
For continuous objects like a rod or wire, mass isn't concentrated at points. Instead, you describe it with a linear density function , which gives mass per unit length at position . A rod with varying thickness, for instance, has higher where it's thicker.
The continuous version of the center of mass formula is:
- The denominator gives the total mass .
- The numerator gives the moment about the origin , which measures how the mass is distributed relative to .
Example: Suppose a rod extends from to with linear density . The total mass is . The moment is . So . The center of mass is shifted toward the heavier end, which makes sense since the density increases with .

Center of Mass for Thin Plates
A thin plate (or lamina) is a flat, two-dimensional object with negligible thickness. Its mass distribution is described by a surface density (or area density) , which gives mass per unit area.
The center of mass for a plate occupying region is:
When the plate has constant (uniform) density, cancels out of the fraction, and the formulas simplify to:
The denominator is just the area of . In this uniform case, the center of mass is called the centroid since it depends only on geometry, not mass.
In many Calc II problems, you won't set up full double integrals. Instead, for a region between curves and (where ) from to with uniform density, you can use:
- Total area:
- Moment about the y-axis:
- Moment about the x-axis:
Then and . The formula comes from the fact that the average height of a thin vertical strip between the two curves is .

Symmetry in Centroid Location
Symmetry is your best friend for these problems because it can eliminate half the computation.
- If a region is symmetric about the y-axis, then .
- If a region is symmetric about the x-axis, then .
- If a region is symmetric about both axes (or the origin), both coordinates are 0.
How to use symmetry in practice:
- Sketch the region and look for lines of symmetry.
- For each axis of symmetry, set the corresponding centroid coordinate to the value on that axis. (If symmetric about , then .)
- Only compute the integral for the remaining coordinate(s).
For example, the region between and is symmetric about the y-axis, so immediately. You only need to calculate .
Pappus's Theorem for Revolution Solids
Pappus's theorem provides an elegant connection between centroids and volumes of revolution: the volume of a solid formed by rotating a plane region about an external axis equals the area of the region times the distance its centroid travels.
Here is the distance from the centroid to the axis of rotation, and is the area of the region. The quantity is the circumference of the circle traced by the centroid.
Steps to apply Pappus's theorem:
- Identify the plane region and the axis of rotation. (The axis must not pass through the region.)
- Find the area of the region using geometry or integration.
- Find the centroid of the region, then determine , the perpendicular distance from the centroid to the axis of rotation.
- Compute .
Example: A semicircular region of radius has area and its centroid sits at distance from the diameter. Rotating about the diameter gives:
That's the volume of a sphere, which confirms the theorem works.
Pappus's theorem also works in reverse: if you know the volume of a solid of revolution and the area of the generating region, you can solve for the centroid location.
Moments of Inertia (Second Moments)
While the center of mass uses first moments (), moments of inertia use second moments (). The moment of inertia measures how mass is distributed relative to an axis and determines an object's resistance to rotational acceleration.
- Moment of inertia about the y-axis: (for a linear distribution)
- Moment of inertia about the x-axis: (for a thin plate)
Moment of inertia is to rotation what mass is to linear motion. A larger moment of inertia means the object is harder to spin. This concept connects the integration techniques from this unit to rotational dynamics in physics, where torque, angular momentum, and rotational equilibrium all depend on how mass is distributed relative to an axis.