Centre of mass — how to find for discrete and continuous bodies

medium CBSE JEE-MAIN 4 min read
Tags Com

Question

Find the centre of mass of a system of three particles: 2 kg at (0,0)(0, 0), 3 kg at (4,0)(4, 0), and 5 kg at (0,3)(0, 3). Also explain how to find the COM of a semicircular disc of radius RR.

(JEE Main / CBSE Class 11 pattern)


Solution — Step by Step

flowchart TD
    A["Find COM"] --> B{"System type?"}
    B -->|"Discrete particles"| C["Use summation formula\nxcm = Σmᵢxᵢ / Σmᵢ"]
    B -->|"Continuous body\n(uniform)"| D{"Standard shape?"}
    D -->|Yes| E["Use known results\n(memorise for rod, disc, etc.)"]
    D -->|No| F["Use integration\nxcm = ∫x dm / ∫dm"]
    B -->|"Body with cavity"| G["Subtraction method\nTreat cavity as\nnegative mass"]
xcm=m1x1+m2x2+m3x3m1+m2+m3=2(0)+3(4)+5(0)2+3+5=1210=1.2x_{\text{cm}} = \frac{m_1 x_1 + m_2 x_2 + m_3 x_3}{m_1 + m_2 + m_3} = \frac{2(0) + 3(4) + 5(0)}{2+3+5} = \frac{12}{10} = \mathbf{1.2} ycm=m1y1+m2y2+m3y3m1+m2+m3=2(0)+3(0)+5(3)10=1510=1.5y_{\text{cm}} = \frac{m_1 y_1 + m_2 y_2 + m_3 y_3}{m_1 + m_2 + m_3} = \frac{2(0) + 3(0) + 5(3)}{10} = \frac{15}{10} = \mathbf{1.5}

The centre of mass is at (1.2,1.5)\mathbf{(1.2, 1.5)}.

By symmetry, xcm=0x_{\text{cm}} = 0 (taking the diameter as the x-axis, the flat edge).

For ycmy_{\text{cm}}, we integrate using thin semicircular strips or use the known result:

ycm=4R3πy_{\text{cm}} = \frac{4R}{3\pi}

This result comes from integrating ydmy \cdot dm over the disc area, where dm=2MπR2ydxdydm = \frac{2M}{\pi R^2} \cdot y \, dx \, dy in appropriate coordinates. The derivation uses polar coordinates and gives 4R3π0.424R\frac{4R}{3\pi} \approx 0.424R above the flat edge.

BodyCOM position (from the symmetric point)
Uniform rodCentre of the rod
Semicircular ring2Rπ\frac{2R}{\pi} from centre
Semicircular disc4R3π\frac{4R}{3\pi} from centre
Hemispherical shellR2\frac{R}{2} from centre
Solid hemisphere3R8\frac{3R}{8} from centre
Triangular laminah3\frac{h}{3} from base
Cone (solid)h4\frac{h}{4} from base

Why This Works

The centre of mass is the mass-weighted average position. For discrete particles, it is a simple weighted sum. For continuous bodies, the sum becomes an integral. The physical meaning: if you support the body at its COM, it balances perfectly — no net torque due to gravity.

The subtraction method for cavities works because COM is additive: if a full disc has COM at the centre, and we remove a smaller disc (treated as negative mass), the COM of the remaining body shifts away from the cavity.


Alternative Method — Subtraction for Bodies with Cavities

For a disc of radius RR with a circular hole of radius R/2R/2 cut from one edge:

Total mass MM, cavity mass m=M/4m = M/4 (area ratio), cavity COM at distance R/2R/2 from centre.

xcm=M0m(R/2)Mm=M4R2MM4=MR/83M/4=R6x_{\text{cm}} = \frac{M \cdot 0 - m \cdot (R/2)}{M - m} = \frac{-\frac{M}{4} \cdot \frac{R}{2}}{M - \frac{M}{4}} = \frac{-MR/8}{3M/4} = -\frac{R}{6}

The COM shifts R/6R/6 away from the cavity.

For JEE, the subtraction method is tested almost every year. The trick: treat the cavity as a body with negative mass and apply the two-body COM formula. This avoids integration entirely and solves complex problems in under 2 minutes.


Common Mistake

When using the subtraction method, students often forget to use the remaining mass in the denominator. The denominator is (Mm)(M - m), not MM. Also, the sign of the cavity mass must be negative. If you write positive mass for the cavity, the COM shifts toward the cavity instead of away from it — physically absurd.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next