Physics Lab

Centre of Mass

For an extended body or a collection of particles, the centre of mass (CM) is a single point that behaves as if all the mass were concentrated there and all external forces applied there. This simplifies analysis enormously — a wobbling wrench thrown across a room has a CM that traces a clean parabola.

Concept

For a system of discrete particles of masses mim_i at positions ri\vec{r}_i, the position of the CM is

RCM=imiriimi=1Mimiri\vec{R}_{\text{CM}} = \frac{\sum_i m_i \vec{r}_i}{\sum_i m_i} = \frac{1}{M}\sum_i m_i \vec{r}_i

where M=miM = \sum m_i.

For a continuous body with mass density ρ(r)\rho(\vec{r}),

RCM=1Mrdm=1Mrρ(r)dV\vec{R}_{\text{CM}} = \frac{1}{M}\int \vec{r}\,dm = \frac{1}{M}\int \vec{r}\,\rho(\vec{r})\,dV

Key properties:

  • CM depends on mass distribution, not on motion.
  • For symmetric, uniform bodies, CM lies at the geometric centre.
  • CM may lie outside the body (e.g., a ring, a horseshoe).

CM of standard uniform bodies:

  • Uniform rod: midpoint.
  • Triangular lamina: centroid (1/3 of the way from base to vertex).
  • Uniform disc / ring: geometric centre.
  • Hollow / solid sphere: geometric centre.
  • Hollow / solid hemisphere: along the symmetry axis at 3R/83R/8 (solid) or R/2R/2 (hollow) from the flat face.
  • Uniform cone (solid): along axis at h/4h/4 from base.

Derivation

CM of a system of two particles. Particles of masses m1m_1 and m2m_2 at positions x1x_1 and x2x_2 on the xx-axis:

XCM=m1x1+m2x2m1+m2X_{\text{CM}} = \frac{m_1 x_1 + m_2 x_2}{m_1 + m_2}

If we take x1=0x_1 = 0 and x2=dx_2 = d, then XCM=m2dm1+m2X_{\text{CM}} = \frac{m_2 d}{m_1+m_2} — closer to the heavier mass.

CM of a uniform rod of length LL. Place the rod along the xx-axis from 0 to LL, with linear mass density λ=M/L\lambda = M/L:

XCM=1M0Lxλdx=λML22=L2X_{\text{CM}} = \frac{1}{M}\int_0^L x\,\lambda\,dx = \frac{\lambda}{M}\cdot\frac{L^2}{2} = \frac{L}{2}

The CM is at the midpoint, as expected.

CM of a solid hemisphere of radius RR (along symmetry axis, measuring from flat face):

zCM=1Mzdmz_{\text{CM}} = \frac{1}{M}\int z\,dm

Using thin disc elements of radius R2z2\sqrt{R^2 - z^2} and density ρ=M/(23πR3)\rho = M/(\tfrac{2}{3}\pi R^3), one gets zCM=3R/8z_{\text{CM}} = 3R/8.

Worked Example

Three point masses are placed at the corners of an equilateral triangle of side aa: mm, 2m2m, 3m3m. Find the position of the CM.

Solution:

Place the masses: mm at (0,0)(0,0), 2m2m at (a,0)(a, 0), 3m3m at (a/2,a3/2)(a/2, a\sqrt{3}/2).

Total mass M=6mM = 6m.

XCM=m(0)+2m(a)+3m(a/2)6m=2a+1.5a6=3.5a6=7a12X_{\text{CM}} = \frac{m(0) + 2m(a) + 3m(a/2)}{6m} = \frac{2a + 1.5a}{6} = \frac{3.5a}{6} = \frac{7a}{12}

YCM=0+0+3ma3/26m=3a3/26=a34Y_{\text{CM}} = \frac{0 + 0 + 3m \cdot a\sqrt{3}/2}{6m} = \frac{3 a\sqrt{3}/2}{6} = \frac{a\sqrt{3}}{4}

So RCM=(7a/12,a3/4)\vec{R}_{\text{CM}} = (7a/12, \, a\sqrt{3}/4), closer to the heaviest mass at the top.

Common Confusions

  • CM is not always inside the body. A ring's CM is at its centre, where no mass exists.
  • CM is not always at the geometric centre. Only when the body is uniform and symmetric. A barbell with heavier weights on one side has its CM shifted.
  • CM is a property of the mass distribution, not of forces or motion.
  • Position vector of CM depends on the chosen origin — but the point itself doesn't.

Key Takeaways

  • RCM=1Mmiri\vec{R}_{\text{CM}} = \frac{1}{M}\sum m_i \vec{r}_i (discrete) or 1Mrdm\frac{1}{M}\int\vec{r}\,dm (continuous).
  • For symmetric uniform bodies, CM is at the geometric centre.
  • CM of two particles is on the line joining them, closer to the heavier.
  • CM may lie outside the body (ring, hemisphere).
  • The CM is the "balance point" — gravity acting at CM gives the same net torque as gravity distributed.

AI Summary

Summarize this page in your favorite LLM