Study Guide

Center of Mass

AP Physics C: MechanicsΒ· AP Physics C: Mechanics CED β€” Systems of Particles and Linear MomentumΒ· 14 min read

1. Core Definition of Center of Massβ˜…β˜†β˜†β˜†β˜†β± 3 min

The center of mass (COM, often called center of gravity for uniform gravitational fields, a common synonym on the AP exam) is the unique point in a system of particles where the entire mass of the system can be considered concentrated for analyzing translational motion. Per the AP Physics C: Mechanics CED, this topic accounts for 1-4% of exam weight, appearing in both multiple-choice and free-response sections, almost always as a foundational step for momentum, rotation, or equilibrium problems.

The core intuition for COM is that it is a mass-weighted average of particle positions: more massive particles pull the COM closer to them, while low-mass particles have little effect. Unlike the geometric center (which only matches COM for uniform-density objects), COM accounts for uneven mass distribution across a system. On the exam, you will typically either calculate the COM position for a given system, or use properties of COM motion to solve for unknown velocities or displacements of system components.

2. Center of Mass for Discrete Particle Systemsβ˜…β˜…β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Center of Mass (Discrete System)

For separate point masses, the COM position vector is the mass-weighted average of all particle positions: , where is total system mass. In Cartesian coordinates, this gives .

Example:

For two equal masses separated by distance , COM lies at the midpoint between them.

A key strategy to simplify calculations is always choosing a coordinate system that eliminates as many terms as possible, such as placing the origin at one of the masses.

πŸ“ Worked Example

Three point masses are arranged on the xy-plane: 2 kg at (0, 0), 1 kg at (3, 0), and 1 kg at (0, 4). What is the distance of the center of mass from the origin?

  1. 1

    Calculate total system mass:

  2. 2
    M=2+1+1=4 kgM = 2 + 1 + 1 = 4 \text{ kg}
  3. 3

    Calculate the x-coordinate of COM:

  4. 4
    xCM=(2β‹…0)+(1β‹…3)+(1β‹…0)4=0.75 mx_{CM} = \frac{(2 \cdot 0) + (1 \cdot 3) + (1 \cdot 0)}{4} = 0.75 \text{ m}
  5. 5

    Calculate the y-coordinate of COM:

  6. 6
    yCM=(2β‹…0)+(1β‹…0)+(1β‹…4)4=1 my_{CM} = \frac{(2 \cdot 0) + (1 \cdot 0) + (1 \cdot 4)}{4} = 1 \text{ m}
  7. 7

    Calculate distance from the origin:

  8. 8
    d=xCM2+yCM2=0.752+12=1.25 md = \sqrt{x_{CM}^2 + y_{CM}^2} = \sqrt{0.75^2 + 1^2} = 1.25 \text{ m}

Exam tip:

Always place your coordinate origin at one of the masses if possible to eliminate terms from the sum, cutting down on arithmetic errors common on timed MCQ sections.

3. Center of Mass for Continuous Extended Objectsβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Calculator OK

For extended objects made of continuous matter, we replace the sum over discrete particles with an integral over infinitesimal mass elements , each with position . The general formula becomes:

rβƒ—CM=1M∫rβƒ—dm\vec{r}_{CM} = \frac{1}{M} \int \vec{r} dm

Or in Cartesian coordinates for 2D problems:

xCM=1M∫xdm,yCM=1M∫ydmx_{CM} = \frac{1}{M} \int x dm, \quad y_{CM} = \frac{1}{M} \int y dm

For uniform-density objects, density is constant, so cancels out, leaving COM dependent only on geometry. The most powerful shortcut for uniform objects is symmetry: if an object has an axis of symmetry, the COM must lie along that axis. For composite objects or objects with cutouts, you can reuse the discrete COM formula: treat each part as a point mass located at its own COM, or use the negative mass method for cutouts (treating the cutout as a negative mass added to the full original object).

πŸ“ Worked Example

A uniform circular plate of radius 2R has a circular hole of radius R cut out of it, such that the hole is tangent to the edge of the original plate. Taking the center of the original plate as the origin, what is the x-coordinate of the COM of the cut plate?

  1. 1

    Use negative mass: the full original plate has mass proportional to area , with COM at . The cutout hole has mass proportional to , so we treat it as having negative mass , with COM at (its center is R from the origin, since it is tangent to the original edge at ).

  2. 2

    Calculate total mass of the cut plate:

  3. 3
    M=Mfullβˆ’Mfull4=3Mfull4M = M_{full} - \frac{M_{full}}{4} = \frac{3M_{full}}{4}
  4. 4

    Substitute into the discrete COM formula:

  5. 5
    xCM=Mfullβ‹…0+(βˆ’Mfull/4)β‹…R3Mfull/4=βˆ’R3x_{CM} = \frac{M_{full} \cdot 0 + (-M_{full}/4) \cdot R}{3M_{full}/4} = -\frac{R}{3}
  6. 6

    The negative sign indicates the COM is from the origin, opposite the cutout hole.

βœ“ Quick check

Test your understanding of symmetry and negative mass:

  1. A uniform-density donut (annulus) has outer radius and inner hole of radius , centered at the origin of the xy-plane. What is the distance between the center of mass of the donut and the origin?

    Reveal answer
    $0$ β€”

    The donut is uniform and symmetric across all axes through the origin, so COM must lie at the origin. Using negative mass confirms this: the cutout hole is also centered at the origin, so the weighted sum gives .

Exam tip:

For any problem involving a cutout or composite object, use negative mass or composite COM instead of integrating from scratch to save 2-3 minutes on FRQ, leaving more time for harder multi-part questions.

4. Motion of the Center of Massβ˜…β˜…β˜…β˜†β˜†β± 3 min

A core result from COM analysis is that the COM of a system moves as if all the mass of the system is concentrated at the COM, and all external forces acting on the system act at that point. This gives Newton's second law for the COM:

Ma⃗CM=F⃗net,extM \vec{a}_{CM} = \vec{F}_{net, ext}

where is the vector sum of only external forces (forces from objects outside the system boundary). For velocity, this relationship becomes:

Mvβƒ—CM=βˆ‘imivβƒ—i=Pβƒ—totalM \vec{v}_{CM} = \sum_{i} m_i \vec{v}_i = \vec{P}_{total}

The total momentum of the system is always equal to the total mass times the velocity of the COM. If there is no net external force on the system, , so is constant. This is the foundation of momentum conservation for isolated systems, and is often used to solve for unknown displacements of system components when one component moves.

πŸ“ Worked Example

A 50 kg person stands at the left end of a 100 kg, 10 m long uniform boat that is at rest on frictionless water. If the person walks from the left end to the right end of the boat, how far does the boat move relative to the water?

  1. 1

    The system (person + boat) has no net external force, and is initially at rest, so the COM of the system must remain stationary at its initial position.

  2. 2

    Set initial coordinates: origin at the initial position of the left end of the boat. Initial boat COM is at m, person is at . Calculate initial COM:

  3. 3
    xCM,i=(50β‹…0)+(100β‹…5)150=103β‰ˆ3.33 mx_{CM,i} = \frac{(50 \cdot 0) + (100 \cdot 5)}{150} = \frac{10}{3} \approx 3.33 \text{ m}
  4. 4

    Let = displacement of the boat relative to the water. Final position of boat COM is , final position of person is .

  5. 5

    Set final COM equal to initial COM and solve for :

  6. 6
    50(10+d)+100(5+d)150=103d=βˆ’103β‰ˆβˆ’3.33 m\frac{50(10 + d) + 100(5 + d)}{150} = \frac{10}{3} \\ d = -\frac{10}{3} \approx -3.33 \text{ m}
  7. 7

    The negative sign means the boat moves approximately 3.33 m to the left, opposite the direction the person walked.

Exam tip:

Always remember that COM motion only depends on external forcesβ€”internal forces (like friction between a person and boat) cancel out by Newton's third law and never affect the acceleration of the COM.

5. Common Pitfalls

Wrong move:

Forgetting to use a single global coordinate system for composite objects, using each part's local coordinate system instead of shifting positions.

Why:

Students often calculate COM for each part separately in its own coordinate system, then average those positions without shifting to a shared reference frame.

Correct move:

Define one global coordinate system at the start of the problem, and find the position of each part's COM in that global system before calculating total COM.

Wrong move:

Assuming geometric center equals COM for non-uniform objects.

Why:

Students get used to uniform objects having COM at geometric center, so they generalize this to all objects.

Correct move:

Only use geometric center for COM if the problem explicitly states the object has uniform density; for non-uniform objects, always integrate the given mass distribution.

Wrong move:

Including internal forces when calculating from .

Why:

Students confuse internal interactions between system components with external forces from outside the system.

Correct move:

Always draw a clear system boundary, and only include forces from objects outside the boundary when calculating net external force.

Wrong move:

Forgetting to divide the weighted sum by total mass when calculating COM.

Why:

Students rush and accidentally calculate the unweighted sum, or divide by number of particles instead of total mass.

Correct move:

Always calculate total mass first, and explicitly write the division by in every step of your calculation.

Wrong move:

Assuming COM must lie inside the object.

Why:

Most common examples (rods, spheres, cubes) have COM inside the object, so students assume this is a general rule.

Correct move:

Check for hollow shapes or cutouts (e.g. donuts, horseshoes); the COM of these objects lies in the empty space, which is a common MCQ trick.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Discrete system COM

Works for any number of point masses, any coordinate system

Continuous object COM

General formula for all extended objects, uniform or non-uniform

Uniform 1D rod

For a uniform rod of length from to

Symmetry shortcut

COM lies on all axes of symmetry

Only applies to uniform-density objects

Negative mass method

Treat cutout as negative mass added to full object

Saves time vs full integration for cutout problems

Total momentum relation

Holds for all systems, regardless of internal motion

Newton's 2nd law for COM

Only external forces contribute; internal forces cancel out

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    COM of cutout circular plate

  • 2022 Β· FRQ

    COM motion for person on boat

  • 2021 Β· MCQ

    COM acceleration of non-uniform rod

Going deeper

What's Next

Mastering center of mass is an essential prerequisite for the remaining topics in Unit 4 (Systems of Particles and Linear Momentum) and all of Unit 5 (Rotation). Next, you will use COM properties to analyze momentum conservation for collisions, and extend the concept to find torque and angular momentum for extended rotating bodies. Without correctly finding the COM of a system, you cannot correctly solve collision problems involving multiple objects, nor can you analyze rolling motion or static equilibrium later in the course. Center of mass also directly underpins the concept of center of gravity, which is core to rigid body statics.