Fiveable

🔗Statics and Strength of Materials Unit 5 Review

QR code for Statics and Strength of Materials practice questions

5.3 Composite bodies and Pappus-Guldinus theorems

5.3 Composite bodies and Pappus-Guldinus theorems

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔗Statics and Strength of Materials
Unit & Topic Study Guides

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:

xˉ=AixˉiAi\bar{x} = \frac{\sum A_i \bar{x}_i}{\sum A_i}

yˉ=AiyˉiAi\bar{y} = \frac{\sum A_i \bar{y}_i}{\sum A_i}

where AiA_i is the area of each component shape, and xˉi\bar{x}_i, yˉi\bar{y}_i 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 AiA_i 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 AiA_i with weight WiW_i in the formulas:

xˉ=WixˉiWi\bar{x} = \frac{\sum W_i \bar{x}_i}{\sum W_i}

For 3D composite bodies, you use volumes ViV_i instead of areas (or weights, if density isn't uniform), and you add a zˉ\bar{z} equation.

Step-by-step process for composite centroid/center of gravity problems:

  1. Sketch the composite body and break it into simple shapes (including any holes as negative shapes).
  2. Set up a coordinate system with a clearly defined origin.
  3. For each component, record its area AiA_i and the coordinates of its centroid (xˉi,yˉi)(\bar{x}_i, \bar{y}_i) relative to your origin.
  4. Organize everything in a table. Columns for shape, AiA_i, xˉi\bar{x}_i, yˉi\bar{y}_i, AixˉiA_i \bar{x}_i, and AiyˉiA_i \bar{y}_i make the arithmetic much cleaner.
  5. Sum the columns and apply the centroid formulas.
  6. 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

Composite Bodies and Their Centroids, Moments and Centers of Mass · Calculus

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.

SA=2πrˉLSA = 2\pi \bar{r} \cdot L

  • LL = arc length of the generating curve
  • rˉ\bar{r} = perpendicular distance from the centroid of that curve to the axis of revolution
  • 2πrˉ2\pi \bar{r} = 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

  1. Identify the generating curve (the line or curve that sweeps out the surface) and the axis of revolution.
  2. Calculate the arc length LL 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.
  3. Find rˉ\bar{r}, 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.
  4. Plug into SA=2πrˉLSA = 2\pi \bar{r} \cdot L.

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 SA=2π(3)(5)=30π94.2 m2SA = 2\pi(3)(5) = 30\pi \approx 94.2 \text{ m}^2. You can verify this matches the standard cylinder lateral area formula 2πrh2\pi r h.

Pappus-Guldinus Theorem for Volume

Composite Bodies and Their Centroids, Centroid - Wikipedia

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.

V=2πrˉAV = 2\pi \bar{r} \cdot A

  • AA = area of the generating plane region
  • rˉ\bar{r} = 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

  1. Identify the generating plane region (the 2D shape being revolved) and the axis of revolution.
  2. Calculate the area AA of the generating region.
  3. Find rˉ\bar{r}, the distance from the region's centroid to the axis of revolution.
  4. Plug into V=2πrˉAV = 2\pi \bar{r} \cdot A.

Example: A semicircle of radius R=5R = 5 m revolves around its diameter. The area of the semicircle is A=12π(5)2=25π2A = \frac{1}{2}\pi(5)^2 = \frac{25\pi}{2} m². The centroid of a semicircle sits at rˉ=4R3π=4(5)3π=203π\bar{r} = \frac{4R}{3\pi} = \frac{4(5)}{3\pi} = \frac{20}{3\pi} m from the diameter. So:

V=2π(203π)(25π2)=500π3523.6 m3V = 2\pi \left(\frac{20}{3\pi}\right)\left(\frac{25\pi}{2}\right) = \frac{500\pi}{3} \approx 523.6 \text{ m}^3

This matches the sphere volume formula 43πR3=43π(125)=500π3\frac{4}{3}\pi R^3 = \frac{4}{3}\pi(125) = \frac{500\pi}{3}, 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:

rˉ=LirˉiLi\bar{r} = \frac{\sum L_i \bar{r}_i}{\sum L_i}

Then apply SA=2πrˉLtotalSA = 2\pi \bar{r} \cdot L_{\text{total}}.

For volume with a composite generating region: find the overall centroid of the region using area weighting:

rˉ=AirˉiAi\bar{r} = \frac{\sum A_i \bar{r}_i}{\sum A_i}

Then apply V=2πrˉAtotalV = 2\pi \bar{r} \cdot A_{\text{total}}.

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:

  1. Calculate each component's area and centroid distance from the axis of revolution.
  2. Find the composite centroid distance rˉ\bar{r} using the area-weighted formula.
  3. Apply V=2πrˉAtotalV = 2\pi \bar{r} \cdot A_{\text{total}}.

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.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →