Centroids and Centers of Gravity
Composite Bodies and Their Centroids
A composite body is a complex shape built from simpler shapes you already know: rectangles, triangles, semicircles, etc. Instead of integrating over the entire complex shape, you find the centroid by treating each simple piece separately and then combining the results with a weighted average.
The centroid formulas for a composite body are:
where is the area of each component shape, and , are the centroid coordinates of that component (values you can look up in standard tables for common shapes).
A few things to keep in mind:
- Every component must be referenced to the same coordinate system. Pick an origin (usually a corner or axis of symmetry) and stick with it.
- Holes and cutouts count as negative areas. If your shape is a rectangle with a circular hole, include the circle with a negative in your summation.
- The centroid of each simple shape is measured from your chosen origin, not from the shape's own corner.
Centers of Gravity in Composite Bodies
For objects with uniform density, the center of gravity is the same point as the centroid. The center of gravity is where the body would balance if you could support it at a single point.
If density varies between components, you'd replace area with weight in the formulas:
For 3D composite bodies, you use volumes instead of areas (or weights, if density isn't uniform), and you add a equation.
Step-by-step process for composite centroid/center of gravity problems:
- Sketch the composite body and break it into simple shapes (including any holes as negative shapes).
- Set up a coordinate system with a clearly defined origin.
- For each component, record its area and the coordinates of its centroid relative to your origin.
- Organize everything in a table. Columns for shape, , , , , and make the arithmetic much cleaner.
- Sum the columns and apply the centroid formulas.
- Sanity check: the result should fall within the physical boundary of the shape. If it doesn't, look for a sign error or a misplaced centroid coordinate.
Pappus-Guldinus Theorem for Surface Area

Pappus-Guldinus First Theorem
This theorem gives you the surface area of a solid of revolution without integration. The idea: when a plane curve revolves around an external axis, the surface it sweeps out has an area equal to the curve's arc length multiplied by the distance its centroid travels.
- = arc length of the generating curve
- = perpendicular distance from the centroid of that curve to the axis of revolution
- = the circumferential distance the centroid travels in one full revolution
The generating curve must not cross the axis of revolution (otherwise the theorem doesn't apply directly).
Applying the First Theorem
- Identify the generating curve (the line or curve that sweeps out the surface) and the axis of revolution.
- Calculate the arc length of the generating curve. For straight segments, this is just the length. For curves, you may need the arc length formula or a table value.
- Find , the distance from the centroid of the generating curve to the axis of revolution. For composite curves, use the weighted-average centroid approach with arc lengths as weights.
- Plug into .
Example: A straight line segment of length 5 m sits 3 m away from (and parallel to) an axis. Revolving it produces a cylindrical surface with area . You can verify this matches the standard cylinder lateral area formula .
Pappus-Guldinus Theorem for Volume

Pappus-Guldinus Second Theorem
This theorem gives you the volume of a solid of revolution. When a plane region revolves around an external axis, the volume it generates equals the region's area multiplied by the distance its centroid travels.
- = area of the generating plane region
- = perpendicular distance from the centroid of that region to the axis of revolution
Again, the generating region must not cross the axis.
Applying the Second Theorem
- Identify the generating plane region (the 2D shape being revolved) and the axis of revolution.
- Calculate the area of the generating region.
- Find , the distance from the region's centroid to the axis of revolution.
- Plug into .
Example: A semicircle of radius m revolves around its diameter. The area of the semicircle is mยฒ. The centroid of a semicircle sits at m from the diameter. So:
This matches the sphere volume formula , which confirms the theorem works.
Applying Pappus-Guldinus Theorems to Composite Bodies
When the generating curve or region is itself a composite shape, combine the composite centroid technique with the Pappus-Guldinus theorems.
For surface area with a composite generating curve: find the overall centroid of the curve using arc-length weighting:
Then apply .
For volume with a composite generating region: find the overall centroid of the region using area weighting:
Then apply .
Example: A composite region consists of a rectangle (4 m ร 2 m) with a semicircle (radius 2 m) attached to one of its short sides. This region revolves around the opposite short side of the rectangle (4 m away from the semicircle). To find the volume of the resulting solid:
- Calculate each component's area and centroid distance from the axis of revolution.
- Find the composite centroid distance using the area-weighted formula.
- Apply .
The key advantage of Pappus-Guldinus is that you never need to set up an integral. As long as you know the area (or arc length) and centroid location of the generating shape, you can find the volume (or surface area) directly. This is especially useful on exams where time is limited.