System of Particles and Rotational Motion • Topic 1 of 3

Centre of Mass

A rigid body has countless particles, yet it moves as if its entire mass were concentrated at a single point. That point is the centre of mass (CM). When you throw a spanner, every particle follows a complicated path, but one special point traces a neat parabola — exactly the path a single particle of the same mass would follow. Studying that point lets us treat an extended body like a point particle.

For a system of discrete particles of masses $m_1, m_2, \dots, m_n$ at position vectors $\vec{r}_1, \vec{r}_2, \dots, \vec{r}_n$, the centre of mass is the mass-weighted average position:

  • $\vec{r}_{cm}=\frac{\sum m_i \vec{r}_i}{\sum m_i}=\frac{m_1\vec{r}_1+m_2\vec{r}_2+\cdots+m_n\vec{r}_n}{m_1+m_2+\cdots+m_n}$.
  • In components: $x_{cm}=\frac{\sum m_i x_i}{\sum m_i}$ and $y_{cm}=\frac{\sum m_i y_i}{\sum m_i}$.
  • For a continuous body the sums become integrals: $\vec{r}_{cm}=\frac{1}{M}\int \vec{r}\,dm$.

For symmetric, uniform bodies the CM lies at the geometric centre. The CM of a uniform rod is at its midpoint, of a uniform disc or ring at its centre, and of a uniform sphere at its centre. Note that the CM need not lie inside the body — for a ring it lies in the empty central space, and for an L-shaped lamina it can fall outside the material altogether.

Motion of the centre of mass. Differentiating $\vec{r}_{cm}$ gives the velocity and acceleration of the CM:

  • $\vec{v}_{cm}=\frac{\sum m_i \vec{v}_i}{M}$, so the total momentum of the system is $\vec{P}=M\vec{v}_{cm}$.
  • $M\vec{a}_{cm}=\vec{F}_{ext}$ — the CM accelerates only under the net external force; internal forces cancel in pairs (Newton's third law).

Momentum of a system. Because internal forces cannot shift the CM, if $\vec{F}_{ext}=0$ then $\vec{P}=M\vec{v}_{cm}$ is constant — the law of conservation of linear momentum. This is why a bomb exploding in mid-air has fragments flying apart, yet their CM keeps moving along the original parabola: the explosive forces are purely internal.

Centre of mass of two masses m1 and m2m1m2CMr1r2CM divides such that m1 r1 = m2 r2 (closer to heavier mass)
1
Worked Example
Two particles of masses 2 kg and 3 kg are placed on the x-axis at $x=0$ and $x=5$ m. Find the position of the centre of mass.
Solution
  1. Step 1: Use $x_{cm}=\frac{m_1 x_1+m_2 x_2}{m_1+m_2}$.
  2. Step 2: Substitute: $x_{cm}=\frac{2(0)+3(5)}{2+3}=\frac{15}{5}$.
  3. Step 3: Compute: $x_{cm}=3\ \text{m}$.

Answer: The CM is at $x=3\ \text{m}$ (closer to the heavier 3 kg mass).

2
Worked Example
Three masses 1 kg, 2 kg and 3 kg are placed at the corners of a triangle: $(0,0)$, $(2,0)$ and $(0,2)$ m respectively. Find the coordinates of the centre of mass.
Solution
  1. Step 1: $x_{cm}=\frac{1(0)+2(2)+3(0)}{1+2+3}=\frac{4}{6}$.
  2. Step 2: $y_{cm}=\frac{1(0)+2(0)+3(2)}{6}=\frac{6}{6}$.
  3. Step 3: Compute: $x_{cm}=0.67\ \text{m}$, $y_{cm}=1\ \text{m}$.

Answer: CM at $(0.67,\ 1)\ \text{m}$.

3
Worked Example
Two particles of masses 4 kg and 6 kg are separated by a distance of 10 m. How far from the 4 kg mass is the centre of mass?
Solution
  1. Step 1: Take the 4 kg mass at $x=0$ and the 6 kg mass at $x=10$ m.
  2. Step 2: $x_{cm}=\frac{4(0)+6(10)}{4+6}=\frac{60}{10}$.
  3. Step 3: Compute: $x_{cm}=6\ \text{m}$ from the 4 kg mass.

Answer: $6\ \text{m}$ from the 4 kg mass (i.e. 4 m from the 6 kg mass).

4
Worked Example
A particle of mass 2 kg moves with velocity $3\ \text{m/s}$ and another of mass 1 kg moves with velocity $6\ \text{m/s}$ in the same direction. Find the velocity of the centre of mass.
Solution
  1. Step 1: Use $v_{cm}=\frac{m_1 v_1+m_2 v_2}{m_1+m_2}$.
  2. Step 2: Substitute: $v_{cm}=\frac{2(3)+1(6)}{2+1}=\frac{12}{3}$.
  3. Step 3: Compute: $v_{cm}=4\ \text{m/s}$.

Answer: $v_{cm}=4\ \text{m/s}$ in the same direction.

5
Worked Example
A shell of mass 5 kg moving at $10\ \text{m/s}$ explodes into two fragments. One fragment of mass 2 kg flies off at $25\ \text{m/s}$ in the original direction. Find the velocity of the other fragment.
Solution
  1. Step 1: Total momentum is conserved (only internal forces act): $P_i=5\times10=50\ \text{kg m/s}$.
  2. Step 2: After explosion: $P_f=2(25)+3(v)=50+3v$.
  3. Step 3: Set $50=50+3v\Rightarrow v=0$. The 3 kg fragment momentarily comes to rest.

Answer: The 3 kg fragment has velocity $0\ \text{m/s}$ (it stops).

6
Worked Example
Two masses of 1 kg are at $(0,0)$ and $(4,0)$ m. A third mass is added at $(4,3)$ m so that the CM lies at $(2,1)$ m. Find the third mass.
Solution
  1. Step 1: Use $y_{cm}=\frac{m_1 y_1+m_2 y_2+m_3 y_3}{m_1+m_2+m_3}$ with the y-values $0,0,3$.
  2. Step 2: $1=\frac{1(0)+1(0)+m_3(3)}{1+1+m_3}=\frac{3m_3}{2+m_3}$.
  3. Step 3: Solve: $2+m_3=3m_3\Rightarrow 2=2m_3\Rightarrow m_3=1\ \text{kg}$.

Answer: The third mass is $1\ \text{kg}$.

Key Points

  • Centre of mass is the mass-weighted mean position: $\vec{r}_{cm}=\frac{\sum m_i \vec{r}_i}{\sum m_i}$.
  • For uniform symmetric bodies the CM is at the geometric centre and may lie outside the material (e.g. a ring).
  • Total momentum of a system equals $\vec{P}=M\vec{v}_{cm}$.
  • The CM accelerates only under the net external force: $M\vec{a}_{cm}=\vec{F}_{ext}$; internal forces cancel.
  • If $\vec{F}_{ext}=0$, total momentum is conserved and the CM moves with constant velocity.
Tap an option to check your answer0 / 4
Q1.The centre of mass of a system is the:
Explanation: By definition $\vec{r}_{cm}=\frac{\sum m_i \vec{r}_i}{\sum m_i}$, the mass-weighted mean position.
Q2.Two masses 2 kg and 8 kg are 10 m apart. The CM lies:
Explanation: $x_{cm}$ measured from 8 kg $=\frac{2\times10}{10}=2\ \text{m}$; it is closer to the heavier mass.
Q3.The centre of mass of a uniform ring lies:
Explanation: By symmetry the CM is at the geometric centre, which contains no material.
Q4.When a shell explodes in mid-air, the centre of mass of the fragments:
Explanation: Explosive forces are internal; the only external force is gravity, so the CM keeps its projectile path.