The One Point That Behaves Like the Whole Body

Section 1 ended with a promise: the general motion of a rigid body splits into translation of one special point plus rotation about that point. This section finds the point.

Think of it this way. Throw a spanner spinning across a room and photograph it every hundredth of a second. Almost every part of it traces a wild, looping curve. But there is exactly one point in the spanner that traces a clean, boring parabola — the same parabola a thrown pebble would follow. That point is the centre of mass, and this section is about locating it.

Start with two particles

Put two particles on a line — call it the xx-axis — with masses m1m_1 and m2m_2 at positions x1x_1 and x2x_2.

Two masses on a line with the centre of mass dividing the join

Key Point — centre of mass of two particles: The centre of mass is the point CC at X=m1x1+m2x2m1+m2\boxed{X = \frac{m_1x_1 + m_2x_2}{m_1 + m_2}} It is the mass-weighted mean of x1x_1 and x2x_2: an ordinary average in which each position is counted as many times as the mass sitting there.

Read the formula, don't just memorise it

Equal masses. Put m1=m2=mm_1 = m_2 = m: X=mx1+mx22m=x1+x22X = \frac{mx_1 + mx_2}{2m} = \frac{x_1 + x_2}{2} Exactly midway, as common sense demands.

Unequal masses. Now the heavier particle wins, and by a precise amount. Take the numbers in the figure: 2 kg at the origin, 3 kg one metre away. Then X=(2)(0)+(3)(1.0)2+3=3.05=0.60 mX = \frac{(2)(0) + (3)(1.0)}{2 + 3} = \frac{3.0}{5} = 0.60 \text{ m}

So the centre of mass is 0.60 m from the 2 kg particle and 0.40 m from the 3 kg one. Notice what happened: r1r2=0.600.40=32=m2m1\frac{r_1}{r_2} = \frac{0.60}{0.40} = \frac{3}{2} = \frac{m_2}{m_1}

The inverse-ratio result

That was not a coincidence. Take the general two-particle case, measure r1=Xx1r_1 = X - x_1 and r2=x2Xr_2 = x_2 - X, and substitute: r1=m1x1+m2x2m1+m2x1=m2(x2x1)m1+m2,r2=x2m1x1+m2x2m1+m2=m1(x2x1)m1+m2r_1 = \frac{m_1x_1 + m_2x_2}{m_1+m_2} - x_1 = \frac{m_2(x_2 - x_1)}{m_1+m_2}, \qquad r_2 = x_2 - \frac{m_1x_1 + m_2x_2}{m_1+m_2} = \frac{m_1(x_2 - x_1)}{m_1+m_2}

Divide one by the other and everything cancels except the masses:

Key Point — the inverse ratio: For two particles, the centre of mass lies on the line joining them and divides it in the inverse ratio of the masses: m1r1=m2r2equivalentlyr1r2=m2m1\boxed{m_1 r_1 = m_2 r_2} \qquad \text{equivalently} \qquad \frac{r_1}{r_2} = \frac{m_2}{m_1} The centre of mass always lies closer to the heavier particle, and always between the two.

Panel (b) of the figure gives the physical picture: put the two masses on a light plank and the plank balances only when the pivot sits at the centre of mass, because m1r1=m2r2m_1r_1 = m_2r_2 is precisely the balance condition. (Section 7 makes that connection exact under the name centre of gravity.)

[NEET Important] For two particles the answer is almost always faster from m1r1=m2r2m_1r_1 = m_2r_2 than from the full formula. "The separation is dd; where is the centre of mass?" has the instant answer r1=m2dm1+m2r_1 = \dfrac{m_2 d}{m_1+m_2} measured from m1m_1.

A caution about the inverse ratio

This clean result is only for two particles. With three or more you must go back to the weighted sum — there is no simple "divides in the inverse ratio" statement for a triangle of masses, and assuming there is will cost you the question.

Many Particles, and the Vector Form

Two particles were a warm-up. Now the general case.

Along a line

For nn particles of masses m1,m2,,mnm_1, m_2, \ldots, m_n at positions x1,x2,,xnx_1, x_2, \ldots, x_n along the xx-axis, X=m1x1+m2x2++mnxnm1+m2++mn=imixiimi=1MimixiX = \frac{m_1x_1 + m_2x_2 + \cdots + m_nx_n}{m_1 + m_2 + \cdots + m_n} = \frac{\sum_i m_ix_i}{\sum_i m_i} = \frac{1}{M}\sum_i m_ix_i where M=imiM = \sum_i m_i is the total mass of the system. The symbol \sum just says "add these up over all nn particles".

In space

Particles rarely oblige by lying on a line. If the ii-th particle sits at (xi,yi,zi)(x_i, y_i, z_i), then the centre of mass is at (X,Y,Z)(X, Y, Z) with X=1Mimixi,Y=1Mimiyi,Z=1MimiziX = \frac{1}{M}\sum_i m_ix_i, \qquad Y = \frac{1}{M}\sum_i m_iy_i, \qquad Z = \frac{1}{M}\sum_i m_iz_i

Three separate scalar sums, one for each axis. They never mix — an xx-coordinate can only ever affect XX.

The one-line version

Write ri=xii^+yij^+zik^\vec{r}_i = x_i\hat{i} + y_i\hat{j} + z_i\hat{k} for the position vector of the ii-th particle, and R=Xi^+Yj^+Zk^\vec{R} = X\hat{i} + Y\hat{j} + Z\hat{k} for the centre of mass. Then all three equations collapse into one:

Key Point — centre of mass of a system of particles: R=imiriimi=1Mimiri\boxed{\vec{R} = \frac{\sum_i m_i\vec{r}_i}{\sum_i m_i} = \frac{1}{M}\sum_i m_i\vec{r}_i} The sum on the right is a vector sum. Its unit is the metre; the centre of mass is a position, not a mass.

A note on symbols. This chapter writes R\vec{R} for the centre of mass. Many books write rcm\vec{r}_{cm} instead, and some write rC\vec{r}_C. They are the same quantity — do not let a change of letter throw you in an exam. Where a subscript makes a formula clearer, rcm\vec{r}_{cm} is used here too.

The single most useful consequence

Multiply the definition through by MM: MR=imiriM\vec{R} = \sum_i m_i\vec{r}_i

Now do something clever: choose the origin of coordinates at the centre of mass itself. Then R=0\vec{R} = 0, and the equation becomes

Key Point: If the origin is taken at the centre of mass, then imiri=0\boxed{\sum_i m_i\vec{r}^{\,\prime}_i = 0} where ri\vec{r}^{\,\prime}_i is the position of the ii-th particle measured from the centre of mass. In words: the mass-weighted position vectors of a system add to zero about its own centre of mass.

This looks like a triviality and is not. It is the statement that the centre of mass is the "balance point" of the mass distribution, and it is the identity that makes Section 3's results come out so cleanly. Keep it.

Two properties worth stating now

1. The centre of mass does not depend on your choice of origin. Shift the origin and every ri\vec{r}_i changes by the same constant vector c\vec{c}; then Rnew=1Mimi(ri+c)=Rold+c\vec{R}_{new} = \frac{1}{M}\sum_i m_i(\vec{r}_i + \vec{c}) = \vec{R}_{old} + \vec{c} which is the same physical point, just relabelled. Choose the origin to make the arithmetic easy — at a corner, at one of the masses, at a centre of symmetry — and say what you chose.

2. A rigid body's centre of mass is fixed in the body. Since the particles of a rigid body never move relative to one another, the centre of mass sits at a definite point of the body and travels with it. For a fluid or a flexing system it can wander about inside.

Where this is heading

Nothing in this section is about how the centre of mass moves; that is Section 3's job, and it is where the payoff is (MA=FextM\vec{A} = \vec{F}_{ext}, and the momentum of a system). Here we are only learning to locate it.

Continuous Bodies: From Sums to Integrals

A metre rule is a system of particles too — it is just that it has around 102510^{25} of them, and you are not going to write down that sum.

So we do what physics always does with very large numbers of very small things: we chop the body into nn small elements of mass Δm1,Δm2,\Delta m_1, \Delta m_2, \ldots, put the ii-th element at (xi,yi,zi)(x_i, y_i, z_i), and write Xi(Δmi)xiiΔmiX \approx \frac{\sum_i (\Delta m_i) x_i}{\sum_i \Delta m_i}

Then we let the elements get smaller and more numerous. In that limit Δmidm=M\sum \Delta m_i \to \int dm = M, and the sums become integrals.

Key Point — centre of mass of a continuous body: X=1Mxdm,Y=1Mydm,Z=1Mzdm\boxed{X = \frac{1}{M}\int x\,dm, \qquad Y = \frac{1}{M}\int y\,dm, \qquad Z = \frac{1}{M}\int z\,dm} or, in one vector line, R=1MrdmwithM=dm\boxed{\vec{R} = \frac{1}{M}\int \vec{r}\,dm} \qquad \text{with} \qquad M = \int dm Taking the origin at the centre of mass itself gives the continuous version of the balance identity: rdm=0\int \vec{r}\,dm = 0, that is, xdm=ydm=zdm=0\int x\,dm = \int y\,dm = \int z\,dm = 0.

The only hard part is dmdm

An integral over dmdm is useless until dmdm is written in terms of a length, an area or a volume. That is what density is for:

Body Density symbol Its meaning Element
Wire, rod, thin ring λ\lambda mass per unit length dm=λdldm = \lambda\,dl
Lamina, sheet, disc σ\sigma mass per unit area dm=σdAdm = \sigma\,dA
Solid body ρ\rho mass per unit volume dm=ρdVdm = \rho\,dV

For a uniform body λ\lambda, σ\sigma, ρ\rho are constants and come straight out of the integral. For a non-uniform one they are functions of position and must stay inside.

Mass element on a thin rod and strips across a triangular lamina

How to choose the element — the rule that saves you

Key Point: Choose the mass element so that every point of it has the same value of the coordinate you are integrating. Then you can treat the whole element as sitting at that one coordinate.

For a rod integrating along its length, the element is a thin slice perpendicular to the rod. For a triangular lamina finding YY, the element is a strip parallel to the base (every point of it has the same yy). For a disc, an annular ring or a strip, depending on which coordinate you want. Choose badly and the integral becomes a double integral you did not need.

Worked: the uniform thin rod

Take a rod of length LL and mass MM lying along the xx-axis from 00 to LL. It is uniform, so λ=M/L\lambda = M/L is constant and dm=λdxdm = \lambda\,dx. X=1M0Lxλdx=λM[x22]0L=λL22M=(M/L)L22M=L2X = \frac{1}{M}\int_0^L x\,\lambda\,dx = \frac{\lambda}{M}\left[\frac{x^2}{2}\right]_0^L = \frac{\lambda L^2}{2M} = \frac{(M/L)L^2}{2M} = \frac{L}{2}

The midpoint, as you would have guessed. Y=Z=0Y = Z = 0 because the rod is thin and lies on the axis.

Worked: a rod whose density increases along its length

Now let the rod be non-uniform, with λ=λ0xL\lambda = \lambda_0 \dfrac{x}{L} — massless at one end, densest at the other. Nothing changes in the method; λ\lambda simply stays inside both integrals.

Total mass: M=0Lλdx=λ0L0Lxdx=λ0LL22=λ0L2M = \int_0^L \lambda\,dx = \frac{\lambda_0}{L}\int_0^L x\,dx = \frac{\lambda_0}{L}\cdot\frac{L^2}{2} = \frac{\lambda_0 L}{2}

First moment: 0Lxλdx=λ0L0Lx2dx=λ0LL33=λ0L23\int_0^L x\,\lambda\,dx = \frac{\lambda_0}{L}\int_0^L x^2\,dx = \frac{\lambda_0}{L}\cdot\frac{L^3}{3} = \frac{\lambda_0 L^2}{3}

Divide: X=λ0L2/3λ0L/2=2L3X = \frac{\lambda_0 L^2/3}{\lambda_0 L/2} = \frac{2L}{3}

Two-thirds of the way along, pulled towards the heavy end. Check the sense of the answer: the mass piles up near x=Lx = L, so X>L/2X > L/2. It does. That sanity check catches most sign and algebra slips.

[JEE Tip] Non-uniform rods with λ=λ0(1+x/L)\lambda = \lambda_0(1 + x/L), λx\lambda \propto x, or λx2\lambda \propto x^2 are standard JEE Main fare. The recipe never changes: compute M=λdxM = \int\lambda\,dx first, then xλdx\int x\lambda\,dx, then divide. Never assume the midpoint.

Worked: the triangular lamina

A uniform triangular lamina of base bb and height hh. Slice it into strips parallel to the base at height yy. By similar triangles, the strip at height yy has width b(1yh)b\left(1 - \dfrac{y}{h}\right), so with surface density σ\sigma, dm=σb(1yh)dy,M=0hdm=σb[hh2]=σbh2dm = \sigma\, b\left(1 - \frac{y}{h}\right)dy, \qquad M = \int_0^h dm = \sigma b\left[h - \frac{h}{2}\right] = \frac{\sigma b h}{2} which is σ×\sigma \times (area), as it must be. Then ydm=σb0h(yy2h)dy=σb(h22h23)=σbh26\int y\,dm = \sigma b \int_0^h \left(y - \frac{y^2}{h}\right)dy = \sigma b\left(\frac{h^2}{2} - \frac{h^2}{3}\right) = \frac{\sigma b h^2}{6} Y=σbh2/6σbh/2=h3Y = \frac{\sigma b h^2/6}{\sigma b h/2} = \frac{h}{3}

Key Point: The centre of mass of a uniform triangular lamina lies on the centroid — at the intersection of the three medians, a distance h/3h/3 above any side taken as base.

There is a slicker argument, and the figure shows it. Every strip parallel to MNMN balances at its own midpoint, and all those midpoints lie on the median LPLP. So the centre of mass lies on LPLP. Repeat the argument slicing parallel to the other two sides and it must lie on those medians too. The only point on all three medians is the centroid.

Symmetry: the Shortcut, and Why the Answer Can Be Nowhere Near the Body

You will almost never actually do the integral in an exam, because for the standard shapes symmetry hands you the answer.

The symmetry argument

Take a uniform thin rod and put the origin at its geometric centre. For every element dmdm at position xx, reflection symmetry guarantees an identical element dmdm at x-x. Their contributions to xdm\int x\,dm are xdmx\,dm and xdm-x\,dm: they cancel in pairs. Every pair cancels, so the whole integral is zero — and xdm=0\int x\,dm = 0 is exactly the condition that the origin is the centre of mass.

The same argument runs for any body with a centre of symmetry. If for every element at (x,y,z)(x, y, z) there is an identical element at (x,y,z)(-x, -y, -z), then all three integrals vanish together.

Key Point — the symmetry shortcut: For a body of uniform density possessing a centre of symmetry, the centre of mass coincides with the geometric centre. No integration required.

That covers rings, discs, spheres (solid and hollow), rods (thin or thick, of circular or rectangular cross-section), cubes, rectangular laminas, and uniform cylinders.

If a body has only one line of symmetry rather than a centre, the argument still buys you something: the centre of mass must lie on that line. You then need one integral instead of two or three.

Ring, semicircular wire and L-shaped lamina with centres of mass marked

The centre of mass need not be in the material

Look at panel (a). A uniform ring has two mirror lines, so its centre of mass is at the centre — where there is no ring at all. Nothing is sitting at the centre of mass. It is a point of the system, not a particle of it.

Panel (b) is a semicircular wire. It has one mirror line, so the answer sits on that line, at 2R/π0.64R2R/\pi \approx 0.64R from the centre — again in mid-air, since the wire itself is everywhere at distance RR.

The same happens for a horseshoe, a boomerang, a bangle, an empty cup, a hollow sphere, a doughnut, a V-shaped bracket. A perfectly ordinary state of affairs, and a favourite one-mark question.

The standard table — print it in your memory

Distances are measured from the centre OO of the flat face (or the centre of the circle) along the axis of symmetry.

Uniform body Centre of mass
Thin rod, length LL midpoint, L/2L/2 from either end
Rectangular or square lamina intersection of the diagonals
Circular ring or hoop, radius RR the centre (no material there)
Circular disc, radius RR the centre
Solid sphere or hollow spherical shell the centre
Solid cylinder, length LL midpoint of its axis
Triangular lamina, height hh centroid, h/3h/3 above the base
Semicircular wire, radius RR 2R/π0.637R2R/\pi \approx 0.637R from OO
Semicircular lamina (half disc), radius RR 4R/3π0.424R4R/3\pi \approx 0.424R from OO
Hemispherical shell, radius RR R/2R/2 from OO
Solid hemisphere, radius RR 3R/8=0.375R3R/8 = 0.375R from OO
Hollow cone (no base), height hh h/3h/3 above the base
Solid cone, height hh h/4h/4 above the base

[NEET Important] The four that get asked over and over are the semicircular wire (2R/π2R/\pi), the half disc (4R/3π4R/3\pi), the solid hemisphere (3R/83R/8) and the solid cone (h/4h/4). Notice the pattern in the last two pairs: the solid version always sits closer to the flat face than the hollow one, because a solid body has more of its mass bunched near the base.

A caution. Symmetry only works if the body is uniform. A ring made of copper on one side and aluminium on the other has the same shape and a completely different centre of mass. Read the word "uniform" in the question before you reach for symmetry.

Composite Bodies and Cavities: Chop It Up, or Subtract

Most real questions are not a single clean shape. They are two shapes joined, or one shape with a bite taken out. Both cases use the same idea: replace each simple piece by a point particle at its own centre of mass, then apply the discrete formula.

Key Point — the composite rule: If a body is made of parts of masses m1,m2,m_1, m_2, \ldots whose individual centres of mass are at r1,r2,\vec{r}_1, \vec{r}_2, \ldots, then R=m1r1+m2r2+m1+m2+\vec{R} = \frac{m_1\vec{r}_1 + m_2\vec{r}_2 + \cdots}{m_1 + m_2 + \cdots} This is exact, not an approximation. The centre of mass of a system of bodies is found exactly as for a system of particles.

Worked: the L-shaped lamina

Panel (c) of the previous figure shows a uniform L-shaped lamina of mass 3 kg, made of three squares each 1 m on a side. Because the lamina is uniform, each square carries 1 kg.

By symmetry each square's own centre of mass is at its geometric centre, so with the axes as drawn the three point masses are

Piece Mass Its centre of mass
C1C_1 1 kg (1/2, 1/2)(1/2,\ 1/2)
C2C_2 1 kg (3/2, 1/2)(3/2,\ 1/2)
C3C_3 1 kg (1/2, 3/2)(1/2,\ 3/2)

X=1(1/2)+1(3/2)+1(1/2)1+1+1=5/23=56 mX = \frac{1(1/2) + 1(3/2) + 1(1/2)}{1+1+1} = \frac{5/2}{3} = \frac{5}{6} \text{ m} Y=1(1/2)+1(1/2)+1(3/2)3=56 mY = \frac{1(1/2) + 1(1/2) + 1(3/2)}{3} = \frac{5}{6} \text{ m}

So the answer is (56, 56)\left(\dfrac{5}{6},\ \dfrac{5}{6}\right) m, about (0.833,0.833)(0.833, 0.833).

You could have guessed that it lies on the diagonal. Reflect the L-shape in the line y=xy = x and it maps onto itself, so that line is a mirror line and the centre of mass has to sit on it. That does not give the answer, but it checks it — and it is worth a mark for the reasoning.

And if the squares had different masses? Then the mirror symmetry is gone, but the method is untouched: use the same three positions with the actual masses in the weighted sum.

Cavities: the negative-mass trick

Now the other case. A uniform disc of radius RR has a circular hole of radius R/2R/2 punched out of it, the hole's centre being at a distance R/2R/2 from the centre of the disc.

Uniform disc with a circular hole, showing the shifted centre of mass

Integrating over the awkward crescent that is left would be unpleasant. Instead:

Key Point — the negative-mass method: Restore the removed piece, so that you have a whole body again, and then subtract it by treating the removed piece as having negative mass: R=MwholerwholemremovedrremovedMwholemremoved\vec{R} = \frac{M_{whole}\,\vec{r}_{whole} - m_{removed}\,\vec{r}_{removed}}{M_{whole} - m_{removed}} Both the numerator and the denominator lose the removed part. Everything else is the ordinary composite rule.

Do it. Let σ\sigma be the mass per unit area. Put the origin at the centre OO of the full disc, with the hole's centre OO^{\,\prime} on the positive xx-axis.

  1. The whole disc: M=σπR2M = \sigma\pi R^2, its centre of mass at x=0x = 0.
  2. The removed disc: radius R/2R/2, so m=σπ(R2)2=σπR24=M4m = \sigma\pi\left(\frac{R}{2}\right)^2 = \frac{\sigma\pi R^2}{4} = \frac{M}{4} with its centre of mass at x=R/2x = R/2.
  3. Subtract: xcm=M(0)M4R2MM4=MR/83M/4=R6x_{cm} = \frac{M(0) - \dfrac{M}{4}\cdot\dfrac{R}{2}}{M - \dfrac{M}{4}} = \frac{-MR/8}{3M/4} = -\frac{R}{6}
  4. ycm=0y_{cm} = 0, because the whole arrangement is symmetric about the xx-axis.

Read the minus sign. The centre of mass has moved to the side away from the hole, by R/6R/6. That is the physical sense-check: removing mass from the right pushes the balance point left. If your answer comes out on the hole's side, you have dropped a sign.

[JEE Tip] Three things make or break a cavity problem. (i) Compute the removed mass from its area or volume ratio, not by guessing — a hole of half the radius removes a quarter of a disc's mass but an eighth of a sphere's. (ii) Put the origin at the centre of the full body and the cavity on an axis; that kills one coordinate outright. (iii) Check the sign at the end.

The mass ratio table for cavities

Removed piece Fraction of the original mass removed
Disc of radius R/2R/2 from a disc of radius RR 1/41/4
Disc of radius R/3R/3 from a disc of radius RR 1/91/9
Sphere of radius R/2R/2 from a sphere of radius RR 1/81/8
Square of side a/2a/2 from a square of side aa 1/41/4
Cube of side a/2a/2 from a cube of side aa 1/81/8

For a lamina the fraction goes as the square of the length ratio; for a solid, as the cube.

What the Centre of Mass Is, and What It Is Not

A short block of housekeeping, because the misunderstandings here are expensive.

It is a point, not a particle

Nothing has to be sitting at the centre of mass. A ring's centre of mass is in the hole; a hollow sphere's is in the empty middle; a V-shaped bracket's is in the air between its arms. "Is there mass at the centre of mass?" — usually, but not necessarily, and it does not matter.

It is not the centre of the body

For a uniform body the two coincide, and that is why symmetry works. For a non-uniform one they do not. Three equal masses at the corners of a triangle put the centre of mass at the centroid; make them unequal and it moves off the centroid immediately. A cricket bat's centre of mass is nowhere near its geometric centre.

It is not (in general) the centre of gravity

These two are different ideas that happen to coincide in every problem you will meet at this level:

  • the centre of mass depends only on how the mass is arranged;
  • the centre of gravity is the point where the total weight may be taken to act.

They coincide whenever gg is uniform over the body — which for anything smaller than a mountain it is. Section 7 makes this precise and shows where the two would separate.

Its position in the body does not depend on the coordinate system

Slide the origin, rotate the axes, and the numbers XX, YY, ZZ change — but they always describe the same physical spot in the body. So choose the most convenient origin and say so.

Its motion is Section 3's business

This section only locates the centre of mass. What makes it worth locating is what happens next: the centre of mass of any system, however wildly its parts are moving, obeys MA=FextM\vec{A} = \vec{F}_{ext} as though the whole mass sat there and every external force acted there. That result — and the linear momentum P=MV\vec{P} = M\vec{V} that comes with it, and the exploding shell whose fragments scatter while the centre of mass sails serenely along the original parabola — is developed in Section 3.

The method, in order

  1. Look for symmetry first. Uniform and symmetric? The answer is the geometric centre; stop. One mirror line? The answer is on it, so one coordinate is already known.
  2. Discrete particles? Use X=mixiMX = \dfrac{\sum m_ix_i}{M}, one axis at a time. Two particles only: use m1r1=m2r2m_1r_1 = m_2r_2 instead.
  3. A continuous body? Pick the element so that all of it shares one coordinate, write dmdm using λ\lambda, σ\sigma or ρ\rho, find M=dmM = \int dm first, then xdm\int x\,dm, then divide.
  4. A composite? Replace each simple part by a point mass at its own centre of mass and use the discrete formula.
  5. A cavity? Put the piece back and subtract it as a negative mass. Get the removed mass from the area or volume ratio.
  6. Always sanity-check. Is the answer inside the region the mass occupies? Is it on the side you expect — nearer the heavy end, away from the hole? Does it lie on the mirror line?

The classic mistakes

Mistake What to do instead
Using m1r1=m2r2m_1r_1 = m_2r_2 for three or more particles Go back to the weighted sum
Assuming a non-uniform rod balances at its midpoint Integrate; the midpoint is only for uniform rods
Taking the removed mass to be half when the radius is halved For a lamina it is a quarter; for a solid, an eighth
Getting the centre of mass on the same side as the cavity Recheck the sign; it always moves away from the hole
Mixing units in one sum (grams with kilograms, cm with m) Convert everything first; the units cancel in the ratio, but only if they match
Forgetting that the answer may lie outside the material Perfectly normal for rings, arcs and L or V shapes

[Board Important] "Does the centre of mass of a body necessarily lie inside the body?" — answer no, and give the ring or the horseshoe as the example. It is asked almost every year in some form.

Solved Examples

Every centre of mass below has been recomputed independently — the discrete ones by summing mirim_i\vec{r}_i numerically, and the continuous ones by integrating over the actual geometry rather than by re-using the closed form being derived. No problem in this set needs gg.

Example 1: Two particles, and the inverse-ratio check

Particles of mass 2 kg and 3 kg lie on a straight line, 1.00 m apart. Locate the centre of mass, and verify that it divides the join in the inverse ratio of the masses.

Solution:

  1. Choose the origin at the 2 kg particle, with the xx-axis along the join. Then x1=0x_1 = 0 and x2=1.00x_2 = 1.00 m.

  2. Apply the definition: X=m1x1+m2x2m1+m2=(2)(0)+(3)(1.00)2+3=3.005=0.60 mX = \frac{m_1x_1 + m_2x_2}{m_1+m_2} = \frac{(2)(0) + (3)(1.00)}{2+3} = \frac{3.00}{5} = 0.60 \text{ m}

  3. Distances from each particle: r1=0.600=0.60 m,r2=1.000.60=0.40 mr_1 = 0.60 - 0 = 0.60 \text{ m}, \qquad r_2 = 1.00 - 0.60 = 0.40 \text{ m}

  4. Check the inverse ratio: r1r2=0.600.40=1.5=32=m2m1\frac{r_1}{r_2} = \frac{0.60}{0.40} = 1.5 = \frac{3}{2} = \frac{m_2}{m_1} \quad\checkmark Equivalently m1r1=(2)(0.60)=1.2m_1r_1 = (2)(0.60) = 1.2 and m2r2=(3)(0.40)=1.2m_2r_2 = (3)(0.40) = 1.2: equal, as required.

  5. Check the origin does not matter. Put the origin at the 3 kg particle instead, so x1=1.00x_1 = -1.00 and x2=0x_2 = 0. Then X=(2)(1.00)+05=0.40X = \dfrac{(2)(-1.00)+0}{5} = -0.40 m, which is 0.40 m from the 3 kg particle on the side of the 2 kg one — the same physical point.

Final Answer: 0.60 m from the 2 kg particle, or equivalently 0.40 m from the 3 kg particle.

Takeaway: Step 5 is worth doing once in your life and then trusting forever: the centre of mass is a physical point and does not care where you put your origin. Choose the origin that makes the arithmetic shortest — usually at one of the masses.

Example 2: A diatomic molecule

In a carbon monoxide molecule the two nuclei are about 1.131.13 Å apart (11 Å =1010= 10^{-10} m). An oxygen atom is about 16/1216/12 times as massive as a carbon atom, and essentially all of an atom's mass sits in its nucleus. Locate the centre of mass of the molecule.

Solution:

  1. Set it up. Put the carbon nucleus at the origin and the oxygen nucleus at x=1.13x = 1.13 Å. Work in atomic mass units: mC=12m_C = 12 u, mO=16m_O = 16 u, total 28 u. The units of mass cancel in the formula, so there is no need to convert to kilograms.

  2. Weighted sum: X=(12)(0)+(16)(1.13)12+16=18.0828=0.6457 A˚X = \frac{(12)(0) + (16)(1.13)}{12 + 16} = \frac{18.08}{28} = 0.6457 \text{ Å}

  3. From the other end: 1.130.6457=0.48431.13 - 0.6457 = 0.4843 Å from the oxygen nucleus.

  4. Sense-check with the inverse ratio. The centre of mass should be closer to the heavier oxygen, and by the factor 12:16=3:412:16 = 3:4. Indeed rCrO=0.64570.4843=1.333=43=mOmC\frac{r_C}{r_O} = \frac{0.6457}{0.4843} = 1.333 = \frac{4}{3} = \frac{m_O}{m_C} \quad\checkmark

Final Answer: about 0.6460.646 Å from the carbon nucleus, on the line joining the two nuclei — that is, 0.4840.484 Å from the oxygen nucleus.

Takeaway: Ratios of masses are all that matter, so any consistent mass unit will do — atomic mass units, grams, "times as massive as". Converting to kilograms here would waste a minute and risk an error. [NEET Important] Molecule problems are pure two-particle problems in disguise; go straight to m1r1=m2r2m_1r_1 = m_2r_2.

Example 3: Three unequal masses at the corners of a triangle

Masses of 1 kg, 2 kg and 3 kg sit at the vertices of an equilateral triangle of side 1.00 m. Find the centre of mass. Is it at the centroid of the triangle?

Solution:

  1. Choose coordinates. Put the 1 kg mass at the origin O(0,0)O(0, 0), the 2 kg mass at A(1.00,0)A(1.00, 0), and the 3 kg mass at the apex BB. For an equilateral triangle of side 1.00 m the apex is at B=(0.500, 32)=(0.500, 0.8660)B = \left(0.500,\ \frac{\sqrt{3}}{2}\right) = (0.500,\ 0.8660)

  2. Total mass: M=1+2+3=6M = 1 + 2 + 3 = 6 kg.

  3. The xx-coordinate: X=(1)(0)+(2)(1.00)+(3)(0.500)6=0+2.00+1.506=3.506=0.5833 mX = \frac{(1)(0) + (2)(1.00) + (3)(0.500)}{6} = \frac{0 + 2.00 + 1.50}{6} = \frac{3.50}{6} = 0.5833 \text{ m}

  4. The yy-coordinate: Y=(1)(0)+(2)(0)+(3)(0.8660)6=2.5986=0.4330 mY = \frac{(1)(0) + (2)(0) + (3)(0.8660)}{6} = \frac{2.598}{6} = 0.4330 \text{ m} (Exactly 3/4\sqrt{3}/4.)

  5. Compare with the centroid. The centroid of the triangle is the plain average of the vertices: (0+1.00+0.5003, 0+0+0.86603)=(0.500, 0.2887)\left(\frac{0 + 1.00 + 0.500}{3},\ \frac{0 + 0 + 0.8660}{3}\right) = (0.500,\ 0.2887) Not the same point.

  6. Why not? The centroid is what you get when the three masses are equal; then the weights mim_i cancel and the weighted mean becomes an ordinary mean. Here the 3 kg mass at the apex drags the centre of mass upwards and the 2 kg mass drags it to the right — exactly what the numbers show.

Final Answer: (0.583,0.433)(0.583, 0.433) m; it is not the centroid, because the masses are unequal.

Takeaway: The centroid is the centre of mass only for equal masses (or for a uniform lamina). [JEE Tip] Whenever a question puts different masses at the corners of a symmetric figure, it is testing exactly this point — do not shortcut to the geometric centre.

Example 4: Four masses at the corners of a square

Masses 1 kg, 2 kg, 3 kg and 4 kg are placed at the corners AA, BB, CC, DD of a square of side 2.0 m, taken in order. Find the centre of mass.

Solution:

  1. Coordinates. Put AA at the origin and the square in the first quadrant: A(0,0)=1 kg,B(2,0)=2 kg,C(2,2)=3 kg,D(0,2)=4 kgA(0,0) = 1 \text{ kg}, \quad B(2,0) = 2 \text{ kg}, \quad C(2,2) = 3 \text{ kg}, \quad D(0,2) = 4 \text{ kg}

  2. Total mass: M=1+2+3+4=10M = 1+2+3+4 = 10 kg.

  3. xx-coordinate: X=(1)(0)+(2)(2)+(3)(2)+(4)(0)10=0+4+6+010=1.0 mX = \frac{(1)(0) + (2)(2) + (3)(2) + (4)(0)}{10} = \frac{0 + 4 + 6 + 0}{10} = 1.0 \text{ m}

  4. yy-coordinate: Y=(1)(0)+(2)(0)+(3)(2)+(4)(2)10=0+0+6+810=1.4 mY = \frac{(1)(0) + (2)(0) + (3)(2) + (4)(2)}{10} = \frac{0 + 0 + 6 + 8}{10} = 1.4 \text{ m}

  5. Sense-check. The heavy side is the top (3+4=73+4 = 7 kg above, 1+2=31+2 = 3 kg below), so YY should be above the middle value 1.0 m. It is: 1.4 m. Left and right carry 1+4=51+4 = 5 kg and 2+3=52+3 = 5 kg — equal, so XX should sit exactly in the middle at 1.0 m. It does.

Final Answer: (1.0,1.4)(1.0, 1.4) m from corner AA.

Takeaway: Do the two coordinates as two completely separate one-dimensional problems. And use the "which side is heavier?" check on each one — in this problem it pins down XX before you calculate anything.

Example 5: A rod whose density is not uniform

A rod of length LL lies along the xx-axis from x=0x = 0 to x=Lx = L. Its linear mass density varies as λ=λ0(1+xL)\lambda = \lambda_0\left(1 + \dfrac{x}{L}\right), where λ0\lambda_0 is a constant. Find its centre of mass.

Solution:

  1. Element: a slice of width dxdx at position xx, of mass dm=λdxdm = \lambda\,dx.

  2. Total mass first: M=0Lλ0(1+xL)dx=λ0[x+x22L]0L=λ0(L+L2)=3λ0L2M = \int_0^L \lambda_0\left(1 + \frac{x}{L}\right)dx = \lambda_0\left[x + \frac{x^2}{2L}\right]_0^L = \lambda_0\left(L + \frac{L}{2}\right) = \frac{3\lambda_0 L}{2}

  3. First moment: 0Lxdm=λ00L(x+x2L)dx=λ0[x22+x33L]0L=λ0(L22+L23)=5λ0L26\int_0^L x\,dm = \lambda_0\int_0^L \left(x + \frac{x^2}{L}\right)dx = \lambda_0\left[\frac{x^2}{2} + \frac{x^3}{3L}\right]_0^L = \lambda_0\left(\frac{L^2}{2} + \frac{L^2}{3}\right) = \frac{5\lambda_0 L^2}{6}

  4. Divide: X=5λ0L2/63λ0L/2=5L2623L=5L90.556LX = \frac{5\lambda_0 L^2/6}{3\lambda_0 L/2} = \frac{5L^2}{6}\cdot\frac{2}{3L} = \frac{5L}{9} \approx 0.556L

  5. Sense-check. The density at x=0x=0 is λ0\lambda_0 and at x=Lx=L it is 2λ02\lambda_0 — twice as heavy at the far end — so the centre of mass must be beyond the midpoint but not by much. 0.556L0.556L against 0.500L0.500L: exactly the modest shift we expected.

Final Answer: X=5L9X = \dfrac{5L}{9}, measured from the light end.

Takeaway: Compute MM by integration too — do not assume M=λ0LM = \lambda_0 L. Half the marks lost on non-uniform rod problems come from using the wrong total mass in the denominator. [JEE Tip] For λxn\lambda \propto x^n the answer is always X=n+1n+2LX = \dfrac{n+1}{n+2}L: check it — n=0n = 0 gives L/2L/2, n=1n = 1 gives 2L/32L/3.

Example 6: Deriving the centroid of a triangular lamina

Show by integration that the centre of mass of a uniform triangular lamina of base bb and height hh lies at a height h/3h/3 above the base.

Solution:

  1. Choose the element. Slice into strips parallel to the base, so that every point of a strip has the same yy. Take the strip at height yy, of thickness dydy.

  2. Its width. By similar triangles, the horizontal cut at height yy is shorter than the base in the ratio (1yh)\left(1 - \dfrac{y}{h}\right), so its width is b(1yh)b\left(1 - \dfrac{y}{h}\right).

  3. Its mass. With surface density σ\sigma, dm=σb(1yh)dydm = \sigma\, b\left(1 - \frac{y}{h}\right)dy

  4. Total mass (a good check): M=σb0h(1yh)dy=σb[yy22h]0h=σb(hh2)=σbh2M = \sigma b\int_0^h\left(1 - \frac{y}{h}\right)dy = \sigma b\left[y - \frac{y^2}{2h}\right]_0^h = \sigma b\left(h - \frac{h}{2}\right) = \frac{\sigma b h}{2} which is σ×12bh\sigma \times \frac{1}{2}bh, that is, density times area. Correct.

  5. First moment: ydm=σb0h(yy2h)dy=σb[y22y33h]0h=σb(h22h23)=σbh26\int y\,dm = \sigma b\int_0^h\left(y - \frac{y^2}{h}\right)dy = \sigma b\left[\frac{y^2}{2} - \frac{y^3}{3h}\right]_0^h = \sigma b\left(\frac{h^2}{2} - \frac{h^2}{3}\right) = \frac{\sigma b h^2}{6}

  6. Divide: Y=σbh2/6σbh/2=h3Y = \frac{\sigma b h^2/6}{\sigma b h/2} = \frac{h}{3}

  7. The symmetry argument, as a cross-check. Each strip balances at its own midpoint, and the midpoints of all strips parallel to one side lie on the median from the opposite vertex. So the centre of mass lies on that median. Slice the other two ways and it lies on the other two medians as well. The only such point is the centroid — which is indeed h/3h/3 above every side.

Final Answer: Y=h/3Y = h/3 above the base, at the centroid.

Takeaway: The answer is h/3h/3 from any side you choose as base, since the centroid divides each median in the ratio 2:12:1 from the vertex. [Board Important] Both routes — the integral and the median argument — are acceptable derivations; the median argument is quicker and harder to get wrong.

Example 7: A semicircular wire

Find the centre of mass of a uniform semicircular wire of radius RR and mass MM.

Solution:

  1. Use symmetry to kill one coordinate. Put the centre of the circle at the origin with the wire occupying the upper half. The yy-axis is a mirror line, so X=0X = 0. Only YY needs work.

  2. The element. Take the small piece of wire subtending an angle dθd\theta at the centre, at angle θ\theta from the xx-axis. Its length is RdθR\,d\theta, and with λ=MπR\lambda = \dfrac{M}{\pi R}, dm=λRdθ=MπRRdθ=Mπdθdm = \lambda R\,d\theta = \frac{M}{\pi R}\cdot R\,d\theta = \frac{M}{\pi}d\theta

  3. Its yy-coordinate: every point of that little piece is essentially at y=Rsinθy = R\sin\theta.

  4. Integrate over the semicircle, θ\theta from 00 to π\pi: Y=1M0π(Rsinθ)Mπdθ=Rπ0πsinθdθ=Rπ[cosθ]0π=Rπ(1+1)=2RπY = \frac{1}{M}\int_0^{\pi} (R\sin\theta)\frac{M}{\pi}d\theta = \frac{R}{\pi}\int_0^{\pi}\sin\theta\,d\theta = \frac{R}{\pi}\Big[-\cos\theta\Big]_0^{\pi} = \frac{R}{\pi}(1 + 1) = \frac{2R}{\pi}

  5. Sense-check. 2/π0.6372/\pi \approx 0.637, so Y0.637RY \approx 0.637R, comfortably less than RR. It must be, since every bit of the wire is at distance RR from the centre but most of it is not directly overhead. And note where the answer is: at 0.637R0.637R up the yy-axis, in mid-air — the wire itself is nowhere near there.

Final Answer: on the axis of symmetry, at a distance 2Rπ0.637R\dfrac{2R}{\pi} \approx 0.637R from the centre.

Takeaway: Note the two savings: symmetry removed one coordinate for free, and choosing θ\theta (rather than yy) as the variable made the element trivially simple. [NEET Important] 2R/π2R/\pi for the wire and 4R/3π4R/3\pi for the half disc are worth memorising outright; questions rarely leave time to derive them.

Example 8: A semicircular lamina

Find the centre of mass of a uniform half disc of radius RR and mass MM.

Solution:

  1. Symmetry again. With the flat edge along the xx-axis and the material in the upper half plane, X=0X = 0.

  2. The element — choose it well. Slice the half disc into thin semicircular strips of radius rr and thickness drdr. Each such strip is itself a semicircular wire, and Example 7 already told us that its own centre of mass is at y=2rπy = \dfrac{2r}{\pi}. That saves a whole integration.

  3. Mass of the strip. Its area is πrdr\pi r\,dr (length πr\pi r, thickness drdr), so with σ=M12πR2=2MπR2\sigma = \dfrac{M}{\frac{1}{2}\pi R^2} = \dfrac{2M}{\pi R^2}, dm=σπrdr=2MR2rdrdm = \sigma\pi r\,dr = \frac{2M}{R^2}r\,dr

  4. Integrate: Y=1M0R2rπ2MR2rdr=4πR20Rr2dr=4πR2R33=4R3πY = \frac{1}{M}\int_0^R \frac{2r}{\pi}\cdot\frac{2M}{R^2}r\,dr = \frac{4}{\pi R^2}\int_0^R r^2\,dr = \frac{4}{\pi R^2}\cdot\frac{R^3}{3} = \frac{4R}{3\pi}

  5. Sense-check. 43π0.424\dfrac{4}{3\pi} \approx 0.424, so Y0.424RY \approx 0.424Rless than the 0.637R0.637R of the wire, and it should be: the lamina has material spread all the way down to the flat edge, while the wire has all its mass out at the rim.

Final Answer: on the axis of symmetry, at 4R3π0.424R\dfrac{4R}{3\pi} \approx 0.424R from the centre of the flat edge.

Takeaway: Step 2 is the trick worth stealing — build a harder body out of a shape whose centre of mass you already know. The same move gives a solid hemisphere from hemispherical shells, and a solid cone from discs.

Example 9: The L-shaped lamina

A uniform L-shaped lamina of total mass 3 kg is made of three squares, each 1 m by 1 m. With the origin at the inner corner of the L, the squares occupy the regions [0,1]×[0,1][0,1]\times[0,1], [1,2]×[0,1][1,2]\times[0,1] and [0,1]×[1,2][0,1]\times[1,2]. Locate the centre of mass.

Solution:

  1. Split into pieces whose answers you know. Three equal squares, and the lamina is uniform, so each square has mass 33=1\dfrac{3}{3} = 1 kg. Each square's own centre of mass is at its geometric centre.

  2. Tabulate:

    Square Mass xix_i yiy_i
    [0,1]×[0,1][0,1]\times[0,1] 1 kg 1/21/2 1/21/2
    [1,2]×[0,1][1,2]\times[0,1] 1 kg 3/23/2 1/21/2
    [0,1]×[1,2][0,1]\times[1,2] 1 kg 1/21/2 3/23/2
  3. Weighted sums: X=1(1/2)+1(3/2)+1(1/2)1+1+1=5/23=560.833 mX = \frac{1(1/2) + 1(3/2) + 1(1/2)}{1+1+1} = \frac{5/2}{3} = \frac{5}{6} \approx 0.833 \text{ m} Y=1(1/2)+1(1/2)+1(3/2)3=560.833 mY = \frac{1(1/2) + 1(1/2) + 1(3/2)}{3} = \frac{5}{6} \approx 0.833 \text{ m}

  4. Check it with symmetry. Reflecting the L in the line y=xy = x maps it exactly onto itself, so that line is a mirror line and the centre of mass must lie on it. Our answer has X=YX = Y. Consistent.

  5. Is the point inside the material? Yes — (0.833,0.833)(0.833, 0.833) lies inside the corner square. For a slightly different L it need not; there is no rule that says it must.

Final Answer: (56, 56)\left(\dfrac{5}{6},\ \dfrac{5}{6}\right) m, that is, about (0.83,0.83)(0.83, 0.83) m from the inner corner.

Takeaway: Cut a composite into the fewest pieces whose centres of mass you already know, and never integrate what you can split. And always look for a mirror line first: here it gives you half the answer before any arithmetic.

Example 10: A disc with a hole punched out of it

From a uniform circular disc of radius R=12R = 12 cm, a circular piece of radius 6 cm is removed. The centre of the removed piece is 6 cm from the centre of the disc. Locate the centre of mass of what is left.

Solution:

  1. Set up. Origin at the centre OO of the full disc; xx-axis along OOOO^{\,\prime}, where OO^{\,\prime} is the centre of the hole, at x=+6x = +6 cm. By symmetry about this axis, ycm=0y_{cm} = 0.

  2. Masses from areas. Let σ\sigma be the mass per unit area. Mwhole=σπ(12)2=144πσ,mhole=σπ(6)2=36πσM_{whole} = \sigma\pi(12)^2 = 144\pi\sigma, \qquad m_{hole} = \sigma\pi(6)^2 = 36\pi\sigma So mhole=Mwhole4m_{hole} = \dfrac{M_{whole}}{4}a quarter, because the radius halved and area goes as radius squared.

  3. Remaining mass: Mrem=144πσ36πσ=108πσ=34MwholeM_{rem} = 144\pi\sigma - 36\pi\sigma = 108\pi\sigma = \dfrac{3}{4}M_{whole}.

  4. Subtract the hole as a negative mass: xcm=Mwhole(0)mhole(6)Mwholemhole=(144πσ)(0)(36πσ)(6)108πσ=216πσ108πσ=2.0 cmx_{cm} = \frac{M_{whole}(0) - m_{hole}(6)}{M_{whole} - m_{hole}} = \frac{(144\pi\sigma)(0) - (36\pi\sigma)(6)}{108\pi\sigma} = \frac{-216\pi\sigma}{108\pi\sigma} = -2.0 \text{ cm}

  5. In symbols. With a hole of radius R/2R/2 centred at R/2R/2, xcm=M4R23M4=R6x_{cm} = \frac{-\frac{M}{4}\cdot\frac{R}{2}}{\frac{3M}{4}} = -\frac{R}{6} and R/6=12/6=2.0R/6 = 12/6 = 2.0 cm. Agreed.

  6. Read the sign. Negative means it has moved away from the hole, to the side of the disc that still has all its material.

Final Answer: 2.0 cm from the centre of the disc, on the side opposite the hole.

Takeaway: Two habits will carry you through every cavity problem. Get the removed mass from the area (or volume) ratio, never from the radius ratio, and check the direction at the end — the centre of mass always retreats from a hole. [JEE Tip] The general result xcm=R6x_{cm} = -\dfrac{R}{6} for this exact configuration is worth remembering; it appears constantly.

Example 11: A square plate with a square hole

A uniform square plate of side 4.0 m has its corner quarter — a square of side 2.0 m — cut away. Taking the origin at a corner of the plate that survives, with the plate occupying [0,4]×[0,4][0,4]\times[0,4] and the removed square occupying [2,4]×[2,4][2,4]\times[2,4], find the centre of mass of the remainder.

Solution:

  1. Masses from areas, with σ\sigma the mass per unit area: Mwhole=σ(4)(4)=16σ  at (2,2),mcut=σ(2)(2)=4σ  at (3,3)M_{whole} = \sigma(4)(4) = 16\sigma \ \text{ at } (2, 2), \qquad m_{cut} = \sigma(2)(2) = 4\sigma \ \text{ at } (3, 3) The cut removes 416=14\dfrac{4}{16} = \dfrac{1}{4} of the plate.

  2. Remaining mass: 16σ4σ=12σ16\sigma - 4\sigma = 12\sigma.

  3. Subtract: X=(16σ)(2)(4σ)(3)12σ=321212=2012=531.667 mX = \frac{(16\sigma)(2) - (4\sigma)(3)}{12\sigma} = \frac{32 - 12}{12} = \frac{20}{12} = \frac{5}{3} \approx 1.667 \text{ m}

  4. By symmetry, YY is the same. The whole arrangement — plate and hole together — is unchanged by reflection in the line y=xy = x, so Y=531.667 mY = \frac{5}{3} \approx 1.667 \text{ m}

  5. Sense-check. Before the cut the centre of mass was at (2,2)(2, 2). Removing material from the far corner should pull it back towards the origin, and it has: 1.667<21.667 < 2.

Final Answer: (53, 53)\left(\dfrac{5}{3},\ \dfrac{5}{3}\right) m, about (1.67,1.67)(1.67, 1.67) m from that corner.

Takeaway: The negative-mass method does not care what shape the hole is — square, circular, triangular, all the same. [JEE Tip] Look for a mirror line before you compute the second coordinate; here it halved the work.

Example 12: Placing a third mass to put the centre of mass where you want it

(a) Particles of mass 1 kg and 2 kg lie at x=0x = 0 and x=3.0x = 3.0 m. Where must a 3 kg particle be placed so that the centre of mass of the three is at the origin?

(b) In two dimensions, a 1 kg particle sits at (1,2)(1, 2) m and a 2 kg particle at (3,1)(3, -1) m. Where must a 3 kg particle be placed so that the centre of mass of the system is at the origin?

Solution:

  1. The condition. "Centre of mass at the origin" means imiri=0\sum_i m_i\vec{r}_i = 0 — the balance identity from earlier in this section. That is much easier to work with than the fraction.

  2. (a) One dimension. (1)(0)+(2)(3.0)+(3)x3=0    6.0+3x3=0    x3=2.0 m(1)(0) + (2)(3.0) + (3)x_3 = 0 \;\Longrightarrow\; 6.0 + 3x_3 = 0 \;\Longrightarrow\; x_3 = -2.0 \text{ m}

  3. Check (a): X=(1)(0)+(2)(3.0)+(3)(2.0)1+2+3=0+6.06.06=0X = \frac{(1)(0) + (2)(3.0) + (3)(-2.0)}{1+2+3} = \frac{0 + 6.0 - 6.0}{6} = 0 \quad\checkmark

  4. (b) Two dimensions — do the two components separately. (1)(1)+(2)(3)+3x3=0    1+6+3x3=0    x3=732.33 m(1)(1) + (2)(3) + 3x_3 = 0 \;\Longrightarrow\; 1 + 6 + 3x_3 = 0 \;\Longrightarrow\; x_3 = -\frac{7}{3} \approx -2.33 \text{ m} (1)(2)+(2)(1)+3y3=0    22+3y3=0    y3=0(1)(2) + (2)(-1) + 3y_3 = 0 \;\Longrightarrow\; 2 - 2 + 3y_3 = 0 \;\Longrightarrow\; y_3 = 0

  5. Check (b): X=1(1)+2(3)+3(7/3)6=1+676=0,Y=1(2)+2(1)+3(0)6=22+06=0X = \frac{1(1) + 2(3) + 3(-7/3)}{6} = \frac{1 + 6 - 7}{6} = 0, \qquad Y = \frac{1(2) + 2(-1) + 3(0)}{6} = \frac{2 - 2 + 0}{6} = 0 \quad\checkmark

Final Answer: (a) at x=2.0x = -2.0 m; (b) at (73, 0)\left(-\dfrac{7}{3},\ 0\right) m, about (2.33,0)(-2.33, 0) m.

Takeaway: When the target is the origin, use miri=0\sum m_i\vec{r}_i = 0 rather than the full formula — no denominator to carry, no fractions. [JEE Tip] If the question instead asks for the centre of mass to be at some point r0\vec{r}_0, shift your origin to r0\vec{r}_0 first and the same trick works.