Centre of Mass of Systems and Rigid Bodies
The concept of the centre of mass (COM) is fundamental in understanding the motion of extended objects and systems of particles. Instead of treating an object as a collection of individual particles, we can often simplify its motion by considering a single point – the centre of mass – where the entire mass of the object can be considered to be concentrated. This point moves as if all the external forces were applied to it, while the motion of the object about this point is independent of the translational motion of the COM.
1. Centre of Mass of a System of Discrete Particles
For a system of 'n' discrete particles with masses m1, m2, ..., mn, located at positions given by their position vectors r1, r2, ..., rn, the position vector of the centre of mass (RCM) is defined as:
RCM = (m1r1 + m2r2 + ... + mnrn) / (m1 + m2 + ... + mn)
In terms of components, if ri = xii + yij + zk and RCM = XCMi + YCMj + ZCMk, then:
XCM = (m1x1 + m2x2 + ... + mnxn) / (m1 + m2 + ... + mn)
YCM = (m1y1 + m2y2 + ... + mnyn) / (m1 + m2 + ... + mn)
ZCM = (m1z1 + m2z2 + ... + mnzn) / (m1 + m2 + ... + mn)
The total mass of the system is M = Σmi. So, the equations can be written as:
RCM = (1/M) Σmiri
XCM = (1/M) Σmixi
YCM = (1/M) Σmiyi
ZCM = (1/M) Σmizi
Example:
Consider two particles of mass 1 kg and 2 kg placed at positions (1, 2) and (3, 4) respectively.
m1 = 1 kg, r1 = (1, 2)
m2 = 2 kg, r2 = (3, 4)
Total mass M = m1 + m2 = 1 + 2 = 3 kg.
XCM = (m1x1 + m2x2) / M = (1 * 1 + 2 * 3) / 3 = (1 + 6) / 3 = 7/3.
YCM = (m1y1 + m2y2) / M = (1 * 2 + 2 * 4) / 3 = (2 + 8) / 3 = 10/3.
So, the centre of mass is at (7/3, 10/3).
2. Centre of Mass of a Continuous Body
For a continuous body, we can imagine dividing it into infinitesimally small mass elements dm. The position vector of the centre of mass is then given by integrating over the entire body:
RCM = (1/M) ∫ r dm
Where M is the total mass of the body, and the integral is taken over the entire volume of the body.
In terms of components:
XCM = (1/M) ∫ x dm
YCM = (1/M) ∫ y dm
ZCM = (1/M) ∫ z dm
To evaluate these integrals, we need to express dm in terms of the coordinates. This depends on the shape and density distribution of the body.
2.1 Linear Mass Density (λ)
For a thin rod or wire of length L, where mass is distributed along its length. If dm is the mass of a small element of length dl, then dm = λ dl, where λ is the linear mass density. If the rod is uniform, λ is constant.
XCM = (1/M) ∫ x λ dl
YCM = (1/M) ∫ y λ dl
ZCM = (1/M) ∫ z λ dl
2.2 Surface Mass Density (σ)
For a thin sheet or surface of area A, where mass is distributed over its surface. If dm is the mass of a small element of area dA, then dm = σ dA, where σ is the surface mass density. If the sheet is uniform, σ is constant.
XCM = (1/M) ∫ x σ dA
YCM = (1/M) ∫ y σ dA
ZCM = (1/M) ∫ z σ dA
2.3 Volume Mass Density (ρ)
For a solid object of volume V, where mass is distributed throughout its volume. If dm is the mass of a small element of volume dV, then dm = ρ dV, where ρ is the volume mass density. If the object is uniform, ρ is constant.
XCM = (1/M) ∫ x ρ dV
YCM = (1/M) ∫ y ρ dV
ZCM = (1/M) ∫ z ρ dV
3. Centre of Mass of Some Standard Uniform Bodies
For uniform bodies with simple geometric shapes, the centre of mass is often at their geometric centre due to symmetry.
| Object | Centre of Mass Location |
|---|---|
| Thin rod of length L | At the midpoint of the rod (L/2 from either end). |
| Rectangular plate of sides a and b | At the intersection of its diagonals (a/2, b/2 from the corner). |
| Circular disc of radius R | At its geometric centre. |
| Ring of radius R | At its geometric centre. |
| Sphere of radius R | At its geometric centre. |
| Cube of side a | At its geometric centre. |
| Solid cone of height H | At a distance H/4 from the base along the axis. |
| Hollow cone of height H | At a distance H/3 from the base along the axis. |
| Solid hemisphere of radius R | At a distance 3R/8 from the base along the axis of symmetry. |
| Hollow hemisphere of radius R | At a distance R/2 from the base along the axis of symmetry. |
Example: Centre of Mass of a Uniform Rod
Consider a uniform rod of length L and mass M lying along the x-axis from x=0 to x=L. The linear mass density is λ = M/L.
dm = λ dx = (M/L) dx.
XCM = (1/M) ∫ x dm = (1/M) ∫0L x (M/L) dx
XCM = (1/L) ∫0L x dx = (1/L) [x2/2]0L = (1/L) (L2/2 - 0) = L/2.
Since the rod is along the x-axis, YCM = 0 and ZCM = 0. Thus, the COM is at (L/2, 0, 0), which is the midpoint.
4. Centre of Mass of Composite Bodies
For a composite body made of simpler shapes, we can find the COM by treating each simple shape as a point mass located at its own centre of mass.
If a composite body is made of 'n' parts, with masses M1, M2, ..., Mn and their centres of mass at positions R1, R2, ..., Rn, then the COM of the composite body is:
RCM = (M1R1 + M2R2 + ... + MnRn) / (M1 + M2 + ... + Mn)
In terms of components:
XCM = (M1X1 + M2X2 + ... + MnXn) / M
YCM = (M1Y1 + M2Y2 + ... + MnYn) / M
ZCM = (M1Z1 + M2Z2 + ... + MnZn) / M
Example: Centre of Mass of a Disc with a Hole
Consider a uniform circular disc of radius R and mass M. A circular hole of radius r is cut from the disc, concentric with the disc. We need to find the COM of the remaining part.
Let the original disc be D and the hole be H. The remaining part is P = D - H.
Assume the origin (0,0) is at the centre of the disc. The COM of the original disc D is at (0,0).
The mass of the original disc is M. The mass of the hole (if it were present) is MH. Since the density is uniform (σ = M / (πR2)), the mass of the hole is MH = σ * (πr2) = (M / (πR2)) * (πr2) = M(r2/R2).
The mass of the remaining part P is MP = M - MH = M - M(r2/R2) = M(1 - r2/R2).
Let's assume the hole is cut such that its centre is at (d, 0) from the centre of the disc. The COM of the hole (considered as a mass) is at (d, 0).
We can use the principle of superposition. The COM of the remaining part P can be found using the relation:
MD * RD,CM = MP * RP,CM + MH * RH,CM
(0,0) * M = RP,CM * MP + (d,0) * MH
0 = RP,CM * M(1 - r2/R2) + (d,0) * M(r2/R2)
RP,CM * M(1 - r2/R2) = - (d,0) * M(r2/R2)
RP,CM = - (d,0) * (r2/R2) / (1 - r2/R2)
RP,CM = - (d,0) * (r2 / (R2 - r2))
If the hole is cut from the edge, say its centre is at (R-r, 0), then d = R-r.
RP,CM = - ((R-r), 0) * (r2 / (R2 - r2))
The X-coordinate of the COM of the remaining part will be:
XP,CM = - (R-r) * (r2 / (R2 - r2))
This means the COM shifts towards the side opposite to the hole.
5. Motion of the Centre of Mass
The motion of the centre of mass of a system of particles is governed by the net external force acting on the system.
RCM = (1/M) Σmiri
Taking the first derivative with respect to time, we get the velocity of the COM:
VCM = dRCM/dt = (1/M) Σmi(dri/dt) = (1/M) Σmivi
Taking the second derivative with respect to time, we get the acceleration of the COM:
ACM = dVCM/dt = (1/M) Σmi(dvi/dt) = (1/M) Σmiai
According to Newton's second law, the net force on the i-th particle is Fi = miai.
So, MACM = Σmiai = ΣFi.
The sum of all forces ΣFi includes both external forces (Fext) and internal forces (Fint) between the particles.
ΣFi = Fext + Fint.
By Newton's third law, the internal forces occur in equal and opposite pairs, so their vector sum is zero: ΣFint = 0.
Therefore, MACM = Fext.
This is a crucial result: The acceleration of the centre of mass of a system is equal to the net external force divided by the total mass of the system. The internal forces do not affect the motion of the centre of mass.
This means that the centre of mass of a system moves as if it were a single particle of mass M, acted upon by the net external force. If the net external force is zero, the centre of mass moves with constant velocity (or remains at rest). This principle is very useful for analysing the motion of complex systems, including explosions and collisions.
Example: Explosion of a Projectile
Suppose a projectile is fired and explodes in mid-air into several fragments. If we ignore air resistance, the net external force on the system of fragments is zero (only gravity, which is an external force, acts). The momentum of the centre of mass is conserved.
Initially, the projectile has a certain velocity. The centre of mass of the system of fragments will continue to move along the original parabolic trajectory of the projectile, even though the individual fragments may scatter in different directions.
6. Centre of Mass and Rigid Bodies
A rigid body can be considered as a continuous distribution of mass. The centre of mass is a fixed point relative to the body (unless the mass distribution changes). The motion of a rigid body can be decomposed into:
- The translational motion of its centre of mass.
- The rotational motion of the body about an axis passing through its centre of mass.
The translational motion of the COM is governed by the net external force, as discussed above. The rotational motion is governed by the net external torque.
Key Considerations for Rigid Bodies:
- Symmetry: For bodies with high symmetry, the COM often coincides with the geometric centre.
- Non-uniform Density: If the density is not uniform (ρ is a function of position), integration is necessary, and the COM will not necessarily be at the geometric centre.
- Composite Structures: Break down complex shapes into simpler ones, find the COM and mass of each part, and then use the composite body formula.
- Removal of Mass: When a part of a body is removed (like a hole being drilled), treat the removed part as a body with negative mass and find its COM.
- Calculate COM for discrete particles.
- Set up and solve integrals for continuous bodies (especially rods and simple shapes).
- Apply the composite body method, particularly for objects with holes or combined shapes.
- Understand that the COM moves according to external forces, even if the body breaks apart.