STATICS AND DYNAMICS • STATICS

Center of Mass — Compute center of mass for composite bodies using mass distribution

Locate the single equivalent point through which gravity acts on any composite structure.

Historical Context & Motivation

The concept of a center of mass (also called the center of gravity for uniform gravitational fields) is one of the oldest ideas in mechanics. Ancient Greek scholars recognized that every rigid body behaves, under the action of gravity, as though its entire weight were concentrated at a single special point. The quest to locate that point precisely—especially for irregularly shaped or composite bodies built from distinct geometric primitives—has driven structural analysis from the design of Roman aqueducts to the mass-property budgets of modern spacecraft. Understanding where the resultant gravitational force effectively acts is the first step in any static-equilibrium analysis, and it remains indispensable in dynamics when computing inertial responses of multi-component assemblies.

~250 BCE
Archimedes' Law of the Lever
Archimedes formally proved the lever principle and computed centers of gravity for triangles, parabolic segments, and other planar figures, establishing the first rigorous treatment of mass-weighted position averaging.
1586
Simon Stevin's Composite Bodies
Stevin extended Archimedean methods to three-dimensional composite solids, demonstrating how to decompose complex shapes into simpler sub-bodies and combine their individual centers of gravity—an approach still central to modern engineering practice.
1687
Newton's Principia Mathematica
Newton formalized the center of mass as the point about which the total first moment of mass vanishes, embedding the concept in the broader framework of classical mechanics and gravitational theory.
1788
Lagrange's Mécanique Analytique
Lagrange generalized the center-of-mass concept into analytical mechanics, showing that the translational motion of any system of particles reduces to the motion of a single point carrying the total mass—a result fundamental to both statics and dynamics.
20th–21st C
CAD & Mass-Property Analysis
Modern CAD software automates composite-body decomposition, yet the underlying algorithm is precisely the weighted-average formula engineers have used for centuries. Understanding the hand-calculation method remains essential for validation, preliminary design, and exam proficiency.

The central question this lesson addresses is deceptively simple: given a body composed of several distinct sub-regions, each with known geometry and mass (or density and volume), how do we systematically locate the single point at which the entire mass can be considered concentrated for purposes of static equilibrium and force analysis? The answer lies in the principle of mass-weighted averaging, formalized through integral or summation expressions that form the backbone of composite-body problems in statics.

Core Principles & Definitions

Before diving into calculations, it is important to establish the foundational ideas that govern center-of-mass computation. Every composite-body problem reduces to the same logical structure: decompose the body into parts whose individual centers of mass are either known or easily computed, then combine those results using mass-weighted averages. The following principles capture the essential machinery.

1

Mass-Weighted Average

The center of mass coordinate in any direction equals the sum of each sub-body's mass times its own centroidal coordinate, divided by the total mass. This is the discrete analog of the continuous integral definition and is the workhorse formula for composite bodies.
2

Superposition / Decomposition

A composite body can be broken into simpler shapes (rectangles, circles, triangles, etc.) whose centroids are tabulated. Alternatively, a body with a hole can be treated as a full shape minus the removed region, assigning negative mass to the cutout.
3

Symmetry Shortcut

If a body has an axis or plane of symmetry and the density distribution is symmetric about that axis or plane, the center of mass lies on that axis or plane. Exploiting symmetry immediately eliminates one or more coordinate unknowns.
4

Uniform vs. Non-Uniform Density

For uniform (homogeneous) bodies, mass is proportional to volume (3-D), area (2-D plates), or length (wires), so the center of mass coincides with the geometric centroid. Non-uniform density requires the full integral treatment or piecewise-constant approximation.
5

Independence of Coordinates

The x̄, ȳ, and z̄ coordinates of the center of mass are computed independently. Each coordinate uses the same total mass in the denominator but a different position variable in the numerator, so the three calculations decouple.
KEY TAKEAWAY
Think of the center of mass like the balance point of a loaded barbell. If one plate weighs three times the other, the balance point sits three-quarters of the way toward the heavy plate—not at the geometric midpoint. In the same way, each sub-body 'pulls' the composite center of mass toward itself in proportion to its mass. Composite-body problems simply formalize this intuition: you sum each piece's mass times its position, then divide by the total mass.

Visual Explanation — Composite Body Decomposition

The diagram below illustrates the fundamental strategy for locating the center of mass of a composite body. An L-shaped flat plate of uniform thickness is decomposed into two rectangles. Each rectangle's centroid is straightforward to identify (the geometric center of a rectangle), and those individual centroidal positions, together with each rectangle's area (proportional to mass for a uniform plate), are all we need to compute the composite center of mass via the weighted-average formula.

An L-shaped plate decomposed into two rectangular sub-bodies. Each sub-body's centroid (C₁ and C₂) is at the geometric center of its rectangle. The composite center of mass C̄ is found by the area-weighted average of C₁ and C₂, lying closer to the larger sub-body.

Notice how the composite center of mass C̄ does not coincide with either individual centroid but lies on the line segment connecting them, shifted toward Sub-body 1 because it has the larger area (and thus more mass for a plate of uniform density). This geometric picture is the physical manifestation of the weighted-average formula: the larger mass contribution dominates the position. The origin is placed at the lower-left corner of the plate, and all coordinates are measured from there. In practice, a well-chosen origin and the exploitation of any axes of symmetry reduce the computational burden significantly.

Mathematical Framework

The position vector of the center of mass for a system of particles or rigid sub-bodies is derived from the requirement that the first moment of mass about the center of mass is zero. For a system with n discrete sub-bodies, each of mass mi with centroidal coordinates (x̄i, ȳi, z̄i), the composite center-of-mass coordinates are given by the following expressions.

CENTER OF MASS — DISCRETE SUMMATION
x̄ = Σ(mᵢ x̄ᵢ) / Σ mᵢ , ȳ = Σ(mᵢ ȳᵢ) / Σ mᵢ , z̄ = Σ(mᵢ z̄ᵢ) / Σ mᵢ
where mᵢ = mass of sub-body i, (x̄ᵢ, ȳᵢ, z̄ᵢ) = centroidal coordinates of sub-body i, and all sums run from i = 1 to n. For uniform-density plates, replace mᵢ with Aᵢ (area); for wires, replace mᵢ with Lᵢ (length).
CENTER OF MASS — CONTINUOUS BODY
x̄ = (1/M) ∫ x dm , where dm = ρ dV (3-D) or dm = ρt dA (plate of thickness t)
Here M = total mass = ∫ dm, ρ = volumetric mass density, and dV or dA = differential volume or area element. Analogous expressions hold for ȳ and z̄.
NEGATIVE-AREA METHOD (CUTOUTS)
x̄ = (A_full × x̄_full − A_hole × x̄_hole) / (A_full − A_hole)
When a body is most easily described as a full shape with material removed, the cutout's area (or mass) is subtracted in both the numerator and denominator. The same logic extends to any number of added and subtracted regions.

The discrete summation formula is the practical tool for composite-body problems encountered in statics courses. The continuous integral form is the rigorous foundation from which the summation formula is derived, and it becomes the primary tool when density varies continuously or when the geometry does not decompose neatly into standard shapes. In most textbook and exam settings, however, the discrete approach with tabulated centroids is the expected technique.

⚠️ Sign Convention Matters
Always define a consistent coordinate system before beginning computations. Centroidal positions may be negative relative to the chosen origin. For the negative-area method, the 'subtracted' sub-body enters the formula with a negative area or mass, but its centroidal coordinates retain their actual algebraic sign from the chosen coordinate system. Mixing sign conventions is one of the most common sources of error in composite-body problems.

Step-by-Step Procedure & Centroid Table

To systematically compute the center of mass of a composite body, engineers follow a standard procedure that organizes the problem data into a tabular format. This approach minimizes bookkeeping errors, especially when the body contains three or more sub-regions. The procedure applies identically to 2-D areas (plates of uniform thickness), 3-D volumes, and wires.

  1. Step 1 — Choose coordinates and identify symmetry. Place the origin at a convenient location (often a corner or axis of symmetry). If the body is symmetric about an axis, the center of mass lies on that axis and that coordinate need not be computed.
  2. Step 2 — Decompose into simple shapes. Break the composite body into rectangles, triangles, semicircles, or other shapes whose centroids are known from standard tables. For bodies with cutouts, treat the full shape as positive and the removed region as negative.
  3. Step 3 — Build the data table. For each sub-body, list its area (or mass), and the x̄ᵢ and ȳᵢ coordinates of its centroid, as well as the products Aᵢ x̄ᵢ and Aᵢ ȳᵢ.
  4. Step 4 — Sum the columns. Compute ΣAᵢ, ΣAᵢ x̄ᵢ, and ΣAᵢ ȳᵢ from the table totals.
  5. Step 5 — Divide to obtain x̄ and ȳ. The composite centroid is x̄ = ΣAᵢ x̄ᵢ / ΣAᵢ and ȳ = ΣAᵢ ȳᵢ / ΣAᵢ.
  6. Step 6 — Verify plausibility. The result must lie within the physical extent of the body (or within its convex hull). It should be biased toward the sub-body with the greatest mass contribution.
Top: centroid locations and area formulas for four standard shapes commonly used in composite-body decomposition. Bottom: a completed data table for the L-shaped plate from Section 3, culminating in the composite centroid coordinates.

The data-table approach is remarkably powerful because it converts a potentially intimidating composite-body problem into routine arithmetic. Each row contributes independently to the column sums, making it straightforward to add or remove sub-bodies—a feature especially useful when the design changes during the iterative engineering process. It also provides a natural audit trail: if the computed center of mass falls outside the body's boundary, an error in one of the rows is immediately suspected.

Worked Example — Plate with a Circular Cutout

Consider a rectangular steel plate measuring 400 mm × 200 mm with a circular hole of radius 40 mm. The center of the hole is located at (300, 100) measured from the lower-left corner. The plate has uniform thickness and density. Determine the centroid of the remaining area.

Centroid of a Plate with a Circular Cutout
1
Step 1 — Define the Coordinate SystemPlace the origin at the lower-left corner of the full rectangle. The x-axis points right and the y-axis points up. Because the plate has uniform thickness and density, mass is proportional to area, and the problem reduces to finding the area centroid.
2
Step 2 — Identify Sub-bodiesSub-body 1 (positive): full rectangle, 400 mm × 200 mm. Sub-body 2 (negative): circular hole, radius r = 40 mm, centered at (300, 100).
3
Step 3 — Compute Individual Areas and CentroidsFor the rectangle: A₁ = 400 × 200 = 80 000 mm², x̄₁ = 200 mm, ȳ₁ = 100 mm. For the circle: A₂ = π(40)² = 5 026.5 mm², x̄₂ = 300 mm, ȳ₂ = 100 mm. Note the circle's area will be subtracted.
A₁ = 80 000 mm², A₂ = −5 026.5 mm²
4
Step 4 — Build the Data Table and Compute First MomentsA₁ x̄₁ = 80 000 × 200 = 16 000 000 mm³. A₂ x̄₂ = −5 026.5 × 300 = −1 507 950 mm³. A₁ ȳ₁ = 80 000 × 100 = 8 000 000 mm³. A₂ ȳ₂ = −5 026.5 × 100 = −502 650 mm³. The total area is ΣA = 80 000 − 5 026.5 = 74 973.5 mm².
ΣAx̄ = 14 492 050 mm³, ΣAȳ = 7 497 350 mm³
5
Step 5 — Compute Composite Centroid Coordinatesx̄ = 14 492 050 / 74 973.5 ≈ 193.3 mm. ȳ = 7 497 350 / 74 973.5 ≈ 100.0 mm. The ȳ result is expected: the hole is centered at the same height as the rectangle's centroid, so symmetry dictates no shift in y.
x̄ ≈ 193.3 mm, ȳ = 100.0 mm
6
Step 6 — Verify PlausibilityThe hole is located to the right of center (at x = 300 vs. the rectangle centroid at x = 200). Removing material from the right side shifts the composite centroid to the left, yielding x̄ < 200 mm. The result x̄ ≈ 193.3 mm is consistent with this physical reasoning, and the point lies well within the plate's boundary.

Strengths, Limitations & Method Comparisons

Several approaches exist for locating the center of mass, and each has a niche where it excels. The composite (discrete summation) method, the direct integration method, and the experimental (plumb-line) method are the most commonly encountered. The table below compares their attributes to help you choose the right tool for a given problem context.

Comparison of methods for locating the center of mass
AttributeComposite (Summation)Direct IntegrationExperimental (Plumb-Line)
Best forBodies decomposable into standard shapesBodies with curved boundaries or variable densityPhysical prototypes or irregular objects
AccuracyExact for piecewise-standard shapesExact if integral is evaluated analyticallyApproximate; limited by measurement precision
Handles cutoutsYes—use negative area/massYes—adjust integration limitsInherently included in the physical object
Non-uniform densityOnly if each sub-body has constant densityFully general—density function enters dmAutomatically accounts for density variation
Computational effortLow—arithmetic and table lookupsModerate to high—requires integration skillLow—requires physical setup
Common errorsWrong centroid for sub-shapes; sign errors on cutoutsIncorrect integration limits; forgetting JacobiansFriction at pivot; non-vertical string alignment
KEY TAKEAWAY
In engineering design, the composite-body method dominates hand calculations because most structural components are machined or fabricated from standard cross-sections (I-beams, channels, angle sections). Think of it like assembling LEGO bricks: you know the center of each brick from the catalog, and the center of the final assembly is just the mass-weighted average. When the geometry becomes too complex for neat decomposition—say, an organic-shaped aerospace fairing—the problem is usually handed off to CAD mass-property analysis, which numerically evaluates the same integrals. Understanding the hand method ensures you can validate that software output and catch modeling errors.

Connection to Moments of Inertia & Dynamics

The center of mass is the first-moment property of a mass distribution—it involves the sum Σ mᵢ rᵢ (mass times position to the first power). Advancing to the second-moment property leads to the moment of inertia (Σ mᵢ rᵢ²), which governs resistance to angular acceleration. Both quantities share the same composite-body decomposition philosophy, and the parallel-axis (Steiner) theorem that links them relies explicitly on knowing the centroidal position of each sub-body.

First moment (center of mass) vs. second moment (moment of inertia)
PropertyCenter of Mass (1st Moment)Moment of Inertia (2nd Moment)
Defining sumx̄ = Σ mᵢ x̄ᵢ / Σ mᵢI = Σ (Ī_i + mᵢ dᵢ²)
Physical meaningPoint where resultant weight effectively actsResistance to rotational acceleration about an axis
Transfer theoremNot needed—formula is inherently about a chosen originParallel-axis theorem: I = Ī + m d²
PrerequisiteGeometry and mass distributionGeometry, mass distribution, AND centroid location
Role in dynamicsGoverns translational motion (F = ma applied at CoM)Governs rotational motion (M = Iα)

In dynamics, the center of mass takes on even greater significance. Newton's second law for a system of particles states that the net external force equals the total mass times the acceleration of the center of mass: ΣF = M a_G. This remarkable result means that the translational motion of any extended body—no matter how complex its internal structure—is entirely described by tracking a single point. Mastering the center-of-mass calculation in statics therefore provides the essential foundation for analyzing rigid-body kinetics in your subsequent dynamics coursework. Furthermore, when you progress to structural analysis and finite-element methods, accurately determining the centroid of cross-sections is critical for computing section moduli and bending-stress distributions.

Practice Problems

PROBLEM 1CONCEPTUAL
A thin, uniform rectangular plate has a small square hole cut from its upper-right corner. Without performing any calculation, explain qualitatively in which direction (relative to the geometric center of the original rectangle) the center of mass shifts, and why.
PROBLEM 2BASIC CALCULATION
A composite body consists of two uniform bars welded at a right angle. Bar A is horizontal, 600 mm long, and has a mass of 3 kg. Bar B is vertical, 400 mm long, and has a mass of 2 kg. Bar B is attached at the right end of Bar A. Taking the origin at the left end of Bar A, find the center of mass of the composite.
PROBLEM 3INTERMEDIATE
A uniform triangular plate (base 120 mm, height 90 mm) is attached along its base to the top edge of a uniform rectangular plate (120 mm wide, 160 mm tall). Both plates have the same thickness and material. Taking the origin at the lower-left corner of the rectangle, find the composite centroid.
PROBLEM 4APPLIED
An engineer designs a machine bracket from a 500 mm × 300 mm steel plate (ρ = 7 850 kg/m³, thickness t = 10 mm) with two identical circular holes, each of radius 50 mm, centered at (125, 150) and (375, 150). Determine the x̄ coordinate of the composite centroid. State whether the bracket will balance on a knife-edge placed at x = 250 mm.
PROBLEM 5CRITICAL THINKING
A composite 2-D body consists of a uniform semicircular plate (radius R) attached along its diameter to a uniform rectangular plate (width 2R, height h). The semicircle sits on top of the rectangle. Both have the same areal density. Derive a general expression for the composite centroid ȳ above the base of the rectangle, and determine the ratio h/R for which the center of mass lies exactly at the junction between the rectangle and the semicircle.

Lesson Summary

The center of mass of a composite body is the single point at which its entire mass can be considered concentrated for purposes of static equilibrium and translational dynamics. The fundamental computation uses a mass-weighted average of centroidal positions: x̄ = Σ mᵢ x̄ᵢ / Σ mᵢ, with analogous expressions for ȳ and z̄. For uniform-density bodies, mass is replaced by area (2-D) or volume (3-D), and the center of mass coincides with the geometric centroid.

The standard procedure involves decomposing the composite body into simple shapes (rectangles, triangles, semicircles, etc.) whose centroids are tabulated, constructing a data table of areas and first moments, and summing columns. Bodies with holes employ the negative-area method, treating removed regions as sub-bodies with negative area. Symmetry should always be exploited to eliminate unnecessary coordinate calculations. Mastery of this technique is prerequisite for computing moments of inertia (via the parallel-axis theorem) and for analyzing rigid-body motion in dynamics.

Varsity Tutors • Statics and Dynamics • Center of Mass — Compute center of mass for composite bodies using mass distribution