AP Physics C: Mechanics · Unit 2: Force and Translational Dynamics · Lesson 2.1

Deep Dive: Systems and Center of Mass

🔬 Deep Dive
This is your textbook for this topic. Take your time. Read it more than once.
2.1.A.1–.6Concept

What Is a System?

A system is any collection of objects you choose to analyze together — a single particle, a block, an entire rocket, or several unrelated objects lumped together for convenience. The boundary is a choice, not a fact of nature, and that choice has consequences: a system's properties come from the interactionsbetween the objects inside it.

chosen "system" boundaryoutside the systemEnergy or mass can cross the boundary —the same objects, a different system choice.
🔑If the internal details of a system don't matter for the question you're asking, you can treat the whole system as a single object. But sometimes the internal structure does matter — individual parts can behave differently from each other and from the system as a whole, and that substructure can even change as external conditions change. Choosing wisely which system to define is often half the battle in a mechanics problem.

Systems aren't sealed off from the world, either — energy or mass can cross a system's boundary through interactions with the environment. Keeping track of what's "inside" versus "outside" your chosen system is a habit you'll lean on for the rest of this course, especially once momentum and energy transfer enter the picture.

2.1.B.1Concept

Symmetry and Center of Mass

For any object or system with a symmetrical mass distribution, the center of mass lies somewhere on its lines of symmetry. A uniform ruler's center of mass sits at its midpoint; a uniform disk's center of mass sits at its geometric center. No calculation required — symmetry alone tells you where to look.

💡This is the fastest sanity check for any center-of-mass calculation: if your object is symmetric and your answer doesn't land on the line of symmetry, something went wrong in the math.
2.1.B.2Math

Center of Mass for Discrete Systems

For a system made of individual point masses, the center of mass along any axis is a mass-weighted average of position — each mass's position, weighted by how much of the total mass it represents.

x(cm) = Σmᵢxᵢ / Σmᵢ
🔑Heavier masses pull the center of mass toward themselves. If one mass in the system is much larger than the others, x(cm) will land close to that mass's position — this is a good intuition check before trusting a calculated answer.

Try it directly below: adjust three point masses and their positions and watch the center of mass respond in real time.

Three point masses on a 1D axis. Adjust each mass and position — the triangle marks the system's center of mass, updating live from x(cm) = Σmᵢxᵢ / Σmᵢ.

m1 = 3 kg
x1 = 1 m
m2 = 5 kg
x2 = 4 m
m3 = 2 kg
x3 = 8 m
0246810x(cm)
Σmᵢxᵢ = 39.0Σmᵢ = 10.0 kgx(cm) = 3.90 m
ExampleWorked Example — Center of Mass of Three Point Masses

Three masses sit on the x-axis: 2 kg at x = 0 m, 3 kg at x = 2 m, and 5 kg at x = 6 m. Find the system's center of mass.

2.1.B.32.1.B.3.i2.1.B.3.iiMath

Center of Mass for Continuous Objects

Real objects aren't a handful of discrete point masses — they're continuous distributions of mass. To find the center of mass of a continuous, nonuniform solid, replace the sum with an integral, treating the object as a collection of infinitesimal mass elements dm:

r(cm) = ∫r dm / ∫dm

Linear mass density

For a rod or other linear (1D) object, the linear mass density λ describes how mass is distributed along its length — and it's defined as a derivative: the rate of change of mass with respect to position.

λ = dm / dx
💡Flip that relationship around and dm = λ dx — which is exactly the substitution you need to actually evaluate the center-of-mass integral for a rod whose density is given as a function of x.

Finding total mass

If you're given a density function, the object's total mass comes from integrating that density over the object's length, area, or volume — one dimension for a rod, two for a plate, three for a solid.

M(total) = ∫ρ(r) dV

Explore this directly below — compare a uniform rod (where symmetry alone gives you the answer) against a rod that gets denser toward one end (where you genuinely need the integral).

A 6 m rod with linear mass density λ(x). Toggle between a uniform rod (λ = k, constant) and a rod that gets denser toward one end (λ = kx). Darker shading means more mass packed into that stretch of rod.

density const. k2 kg/m
0123456x(cm)
M = 12.00 kgx(cm) = 3.00 m

For a uniform rod, x(cm) always lands at the midpoint (L/2) — no integration needed, symmetry alone tells you.

ExampleGuided Example — Center of Mass of a Rod with Linear Density

A rod of length L = 4 m has linear mass density λ(x) = 3x (kg/m), measured from one end at x = 0. Find the rod's total mass and its center of mass.

Step 1Set up the mass integral
M = ∫₀⁴ λ(x) dx = ∫₀⁴ 3x dx
2.1.B.4Concept

Modeling a System as a Single Object

Once you know where a system's center of mass is, you can model the entire system as a single object located at that point — this is exactly the "object model" you first met all the way back in Lesson 1.2, now placed on solid mathematical footing.

🔑This is why "just treat it as a point mass" isn't a hand-wave — it's a justified simplification, and specifically, it's justified at the object's center of mass. Every force law coming up in this unit, starting with Newton's second law, is written in terms of a system's center-of-mass motion.
← Back to Lesson 2.1Ready for 2.2? Forces and Free-Body Diagrams puts this "system as a point" idea to work with actual forces.