Center of Mass Calculations to Know for AP Physics 1
What You Need to Know
Center of mass (COM) is the mass-weighted “balance point” of a system. On AP Physics 1, you mainly use COM to:
- Calculate where an object/system balances (statics, torque problems).
- Track the motion of a system without analyzing every piece (COM dynamics: external forces control COM).
- Simplify multi-object situations (clusters of masses, composite objects, objects with cutouts).
Core definition (particles):
- In 1D:
x_{\text{cm}} = \frac{\sum m_i x_i}{\sum m_i} - In 2D/3D (component form):
x_{\text{cm}} = \frac{\sum m_i x_i}{\sum m_i},\quad y_{\text{cm}} = \frac{\sum m_i y_i}{\sum m_i},\quad z_{\text{cm}} = \frac{\sum m_i z_i}{\sum m_i}
For a continuous mass distribution:
- General idea:
x_{\text{cm}} = \frac{1}{M}\int x\,dm\quad\text{with}\quad M=\int dm
AP Physics 1 usually emphasizes uniform objects (so symmetry + proportional reasoning often avoids heavy calculus).
Critical reminder: COM depends on your coordinate system, but the physical location is fixed. Choose an origin/axis that makes coordinates easy.
Step-by-Step Breakdown
A) Discrete masses (most common AP1 COM calculation)
- Choose axes and an origin. Put the origin at a convenient edge, corner, or a mass.
- List each mass and its coordinate(s). Make a quick table with m_i and x_i (and y_i if needed).
- Compute totals:
- M = \sum m_i
- \sum m_i x_i (and \sum m_i y_i)
- Divide to get COM:
x_{\text{cm}} = \frac{\sum m_i x_i}{M} - Sanity-check: COM must lie between extremes in 1D (unless you used weird coordinates), and should be closer to larger masses.
Mini-worked check: two masses on a line
- m_1=2\,\text{kg} at x_1=0, m_2=6\,\text{kg} at x_2=4\,\text{m}
- M=8
- \sum m_i x_i = 2\cdot 0 + 6\cdot 4 = 24
- x_{\text{cm}} = 24/8 = 3\,\text{m} (closer to the 6\,\text{kg} mass—makes sense)
B) Composite objects (built-up shapes, rods with attachments, cutouts)
- Break the object into parts with known COM locations (or easy ones).
- Assign each part a mass.
- If same material & thickness, then mass is proportional to length/area/volume.
- Use the particle COM formula treating each part’s COM as a “point mass.”
- For holes/cutouts, treat removed mass as negative mass at the cutout’s COM.
Decision point:
- If the object is uniform and symmetric, you can often locate COM by symmetry alone (no arithmetic).
C) Continuous 1D (uniform or piecewise density)
- Identify density type: linear density \lambda(x) so that dm = \lambda(x)\,dx.
- Total mass:
M=\int \lambda(x)\,dx - COM:
x_{\text{cm}}=\frac{1}{M}\int x\,\lambda(x)\,dx
AP1 typically keeps this simple (uniform rods or simple density functions if any).
Key Formulas, Rules & Facts
Center of mass formulas (particles + continuous)
| Concept | Formula | When to use | Notes |
|---|---|---|---|
| 1D particles | x_{\text{cm}}=\frac{\sum m_i x_i}{\sum m_i} | Multiple masses on a line | Coordinates can be negative; keep sign. |
| 2D particles | x_{\text{cm}}=\frac{\sum m_i x_i}{M},\;y_{\text{cm}}=\frac{\sum m_i y_i}{M} | Point masses in a plane | Do components separately. |
| 3D particles | z_{\text{cm}}=\frac{\sum m_i z_i}{M} | 3D setups | Same idea; often not needed in AP1. |
| Continuous (general) | \vec r_{\text{cm}}=\frac{1}{M}\int \vec r\,dm | Continuous mass distribution | Use when density varies with position. |
| Continuous 1D | x_{\text{cm}}=\frac{1}{M}\int x\,\lambda(x)\,dx | Rod/wire density | dm=\lambda(x)dx. |
| Continuous 2D lamina | x_{\text{cm}}=\frac{1}{M}\int x\,\sigma\,dA | Thin plate | dm=\sigma dA. |
| Continuous 3D solid | x_{\text{cm}}=\frac{1}{M}\int x\,\rho\,dV | Solid object | dm=\rho dV. |
“COM as a point” dynamics fact (often paired with calculations)
| Idea | Equation | What it means for COM problems |
|---|---|---|
| Net external force controls COM acceleration | \sum \vec F_{\text{ext}} = M\vec a_{\text{cm}} | Internal forces cancel in pairs; for many systems you can solve motion using COM + external forces only. |
High-yield geometry COM locations (uniform objects)
| Object (uniform density) | COM location | Quick reason |
|---|---|---|
| Uniform rod (length L) | Midpoint: x_{\text{cm}}=L/2 from an end | Symmetry. |
| Rectangle/box plate | Geometric center | Symmetry in both directions. |
| Disk (solid circle) | Center | Radial symmetry. |
| Ring/hoop | Center (even though mass is on rim) | Symmetry; COM can be in empty space. |
| Triangle lamina | Centroid: intersection of medians; located 2/3 of the way from a vertex along a median | Standard centroid fact; very testable. |
If an object has a symmetry line/plane and uniform density, the COM lies on that symmetry line/plane.
Composite-object mass shortcuts (uniform material)
- Same material + thickness:
- Mass proportional to length (1D), area (2D), or volume (3D).
- Example: two uniform rods with same density: m\propto L.
- Cutout method:
- Treat missing piece as negative mass: include m_\text{hole} < 0 in \sum m_i x_i and in \sum m_i.
Examples & Applications
Example 1: Two masses on a meterstick (classic balance question)
A 1.0\,\text{kg} mass at x=0.20\,\text{m} and a 3.0\,\text{kg} mass at x=0.80\,\text{m}.
- Total mass: M=4.0
- Moment sum: \sum m_i x_i = 1.0(0.20)+3.0(0.80)=0.20+2.40=2.60
- COM:
x_{\text{cm}}=2.60/4.0=0.65\,\text{m}
Exam insight: If you place a pivot at x_{\text{cm}}, the net torque from gravity is zero (for a horizontal stick with those point masses, ignoring stick mass).
Example 2: 2D point masses (do components separately)
Masses: m_1=2\,\text{kg} at (x_1,y_1)=(0,0), m_2=1\,\text{kg} at (4,0), m_3=3\,\text{kg} at (0,2).
- M=6
- x_{\text{cm}} = \frac{2\cdot 0 + 1\cdot 4 + 3\cdot 0}{6} = \frac{4}{6}=0.667\,\text{m}
- y_{\text{cm}} = \frac{2\cdot 0 + 1\cdot 0 + 3\cdot 2}{6} = \frac{6}{6}=1.0\,\text{m}
Exam insight: Many students try to combine coordinates into one “distance.” Don’t. COM is vector/component-based.
Example 3: Uniform rod + attached point mass (composite 1D)
A uniform rod of mass 2\,\text{kg} and length L=1.2\,\text{m} lies along the x-axis from x=0 to x=1.2. A 1\,\text{kg} mass is attached at the right end.
- Rod COM: at x=0.6\,\text{m}.
- Treat as two “particles”:
- m_\text{rod}=2 at x=0.6
- m=1 at x=1.2
- Total: M=3
- COM:
x_{\text{cm}}=\frac{2(0.6)+1(1.2)}{3}=\frac{1.2+1.2}{3}=0.80\,\text{m}
Exam insight: This is the fastest way—don’t integrate for a uniform rod.
Example 4: Plate with a circular hole (negative mass method)
A uniform square plate of side 2a is centered at the origin. A circular hole of radius a/2 is cut out with its center at (x,y)=(a/2,0). Find the new x_{\text{cm}}.
- Use area proportional to mass (uniform thickness and density).
- Square area: A_s=(2a)^2=4a^2 at x_s=0.
- Hole area: A_h=\pi(a/2)^2=\pi a^2/4 at x_h=a/2, but treat as negative.
- COM in x:
x_{\text{cm}}=\frac{A_s x_s + (-A_h)x_h}{A_s - A_h} = \frac{0 - (\pi a^2/4)(a/2)}{4a^2-\pi a^2/4}
x_{\text{cm}}=\frac{-\pi a^3/8}{a^2(4-\pi/4)}=\frac{-\pi a/8}{4-\pi/4}
Exam insight: The COM shifts away from the removed mass, so negative x_{\text{cm}} makes sense (hole is on +x side).
Common Mistakes & Traps
Using distances instead of coordinates
- Wrong: plugging in “how far apart” masses are without defining an origin.
- Fix: pick an origin and write each x_i relative to it.
Forgetting COM is component-based in 2D/3D
- Wrong: trying to average positions using a single radial distance.
- Fix: compute x_{\text{cm}} and y_{\text{cm}} separately.
Dropping negative signs
- Wrong: using absolute values for positions.
- Fix: positions are signed coordinates; only masses are always positive (except “negative mass” cutout technique).
Forgetting to divide by total mass
- Wrong: stopping at \sum m_i x_i.
- Fix: always compute M=\sum m_i and divide.
Assuming geometric center equals COM when density is not uniform
- Wrong: using midpoint even when one side is heavier.
- Fix: if density/mass distribution changes, you must weight by mass.
Messing up composite-object masses (using length when it should be area, etc.)
- Wrong: treating a 2D plate’s mass as proportional to length.
- Fix: uniform objects: m\propto L (wire/rod), m\propto A (lamina), m\propto V (solid).
Not using symmetry when it’s available
- Wrong: doing long calculations for a symmetric object.
- Fix: if the object is symmetric about an axis/plane, COM lies on it immediately.
Expecting COM must lie “inside the material”
- Wrong: rejecting answers where COM is in empty space.
- Fix: rings, hoops, and some cutout shapes have COM outside the material.
Memory Aids & Quick Tricks
| Trick / mnemonic | What it helps you remember | When to use it |
|---|---|---|
| “Weighted average” | x_{\text{cm}} is an average weighted by mass | Any particle/composite problem |
| “Do x and y like separate problems” | Component method for 2D COM | Any 2D point-mass setup |
| “Symmetry pins COM to the symmetry line” | COM must lie on symmetry axis/plane | Uniform objects with symmetry |
| “Hole = negative mass” | Subtracting removed material | Plates/solids with cutouts |
| “Bigger mass pulls COM closer” | Quick sanity check direction | After you compute a COM |
Quick Review Checklist
- Know and be able to use: x_{\text{cm}}=\frac{\sum m_i x_i}{\sum m_i} (and y_{\text{cm}} similarly).
- Always define an origin before plugging numbers into x_i, y_i.
- In 2D: compute x_{\text{cm}} and y_{\text{cm}} separately.
- Use symmetry first for uniform objects (saves time, reduces errors).
- For composite objects: treat each part’s COM as a point mass and use weighted averaging.
- For cutouts: use negative mass (or negative area/volume) at the cutout’s COM.
- Sanity check: COM should shift toward heavier parts and can be outside the object.
You’ve got this—if you can set up the coordinates cleanly, COM problems become plug-and-check fast.