Question
How do we find the centre of mass (COM) for a system of discrete particles and for continuous bodies (rods, semicircles, hemispheres)?
Solution — Step by Step
For particles with masses at positions :
Similarly for and .
Example: Two particles of mass 2 kg at and 3 kg at m:
The COM is closer to the heavier particle — always.
Replace the sum with an integral. For a body with linear mass density :
where for a rod, for a surface, or for a volume.
Example — Uniform rod of length L:
No surprise — the COM of a uniform rod is at its midpoint.
| Body | COM location |
|---|---|
| Uniform rod | Centre ( from either end) |
| Semicircular ring (radius ) | from centre |
| Semicircular disc (radius ) | from centre |
| Hemisphere (solid, radius ) | from flat face |
| Hemisphere (hollow, radius ) | from flat face |
| Triangular lamina | At centroid ( of median) |
| Cone (solid, height ) | from base |
| Cone (hollow, height ) | from base |
For a body with a hole (like a disc with a circular cavity), use:
This avoids complicated integration. Treat the removed part as having negative mass.
flowchart TD
A["Find COM"] --> B{"Type of system?"}
B -->|"Discrete particles"| C["Use sum formula: sum mi xi / sum mi"]
B -->|"Continuous body"| D{"Shape known?"}
D -->|"Standard shape"| E["Use memorised result from table"]
D -->|"Non-standard"| F["Integrate: integral of x dm / integral of dm"]
B -->|"Body with cavity"| G["Use subtraction: full body minus removed part"]
Why This Works
The centre of mass is the mass-weighted average position. For discrete systems, it is a simple weighted average. For continuous bodies, the sum becomes an integral because we are adding up infinitely many infinitesimally small mass elements.
The subtraction trick works because of superposition: a disc with a hole equals a full disc minus the removed piece. Since COM calculation is linear (weighted sum), we can subtract the removed part’s contribution.
Alternative Method
For complex geometries, use symmetry first. If a body has an axis of symmetry, the COM lies on that axis. This reduces a 3D problem to 1D. For a uniform body with two axes of symmetry, the COM is at the intersection — no calculation needed.
Common Mistake
When using the subtraction method, students often subtract positions instead of using the formula correctly. You must write . A common error is to write directly, which is dimensionally and physically wrong. The masses act as weights in the average — you cannot skip them. JEE Main 2023 had a disc-with-cavity problem where this was the primary source of wrong answers.