Welcome to the Centre of Mass!
Ever wondered why a tightrope walker carries a long pole, or how an architect ensures a skyscraper doesn't tip over in the wind? It all comes down to the Centre of Mass. In this chapter, we will learn how to find that "magic point" where an object's entire weight seems to act. Whether you're dealing with a few small particles or complex 3D shapes created by calculus, the principles remain the same. Don't worry if it seems a bit abstract at first—we'll break it down piece by piece!
1. Systems of Particles
The simplest way to think about the centre of mass is as a weighted average of positions. Imagine several small weights (particles) scattered along a line or on a flat surface.
Finding the Centre of Mass in 1D and 2D
To find the coordinates of the centre of mass \((\bar{x}, \bar{y})\), we use the following principle: The moment of the total mass about any axis is equal to the sum of the moments of the individual masses about that same axis.
The Formulas:
For the x-coordinate: \(\bar{x} = \frac{\sum m_i x_i}{\sum m_i}\)
For the y-coordinate: \(\bar{y} = \frac{\sum m_i y_i}{\sum m_i}\)
Step-by-Step Process:
1. Identify the mass (\(m\)) and position (\(x, y\)) of every particle.
2. Multiply each mass by its position (this is the "moment").
3. Add all these moments together.
4. Divide by the total mass of the system.
Common Mistake: Students often forget to divide by the total mass at the end. Always double-check your denominator!
Key Takeaway: The centre of mass will always be closer to the heavier particles. Think of it like the balancing point of a seesaw.
2. Symmetry and Standard Shapes
For uniform bodies (where the density is the same everywhere), we can often find the centre of mass just by looking at the shape's symmetry.
Symmetry Rules:
- Uniform Rod: The centre of mass is at its geometric center (midpoint).
- Uniform Rectangular Lamina: The centre of mass is where the diagonals intersect.
- Uniform Circular Lamina/Sphere/Cuboid: The centre of mass is at the geometric center.
The Triangular Lamina
This is a favorite in exams! For a uniform triangle, the centre of mass lies on the median (the line from a vertex to the midpoint of the opposite side). It is located one-third of the way along the median from the base.
Memory Aid: "The Rule of Thirds" – Always 1/3 from the base, 2/3 from the vertex.
Did you know? The centre of mass of a triangle is also the average of its three vertices: \((\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3})\).
3. Composite Bodies
A "composite" body is just a shape made by sticking simpler shapes together or cutting pieces out of them.
Adding Parts
Treat each part as if it were a single particle located at its own centre of mass.
Example: To find the centre of mass of an 'L' shape, split it into two rectangles. Find the area (which represents mass) and the centre of mass for each, then use the particle formula from Section 1.
Subtracting Parts (The "Negative Mass" Trick)
If you have a shape with a hole cut out of it, treat the hole as having negative mass.
\(\bar{x} = \frac{M_{total}x_{total} - m_{hole}x_{hole}}{M_{total} - m_{hole}}\)
Quick Review:
- Use Area for 2D laminas.
- Use Length for wires/rods.
- Use Volume for 3D solids.
4. Equilibrium and Stability
Understanding where the centre of mass is helps us predict if an object will fall over or stay put.
Suspended Objects
When an object is hung freely from a point, it will settle so that its centre of mass is vertically below the point of suspension. To solve these problems, draw a vertical line from the pivot through the centre of mass and use trigonometry (usually \( \tan \theta \)) to find the angle of tilt.
Toppling vs. Sliding
Imagine a block on a ramp. As the ramp gets steeper:
- Toppling: Occurs if the vertical line through the centre of mass falls outside the base of the object.
- Sliding: Occurs if the component of weight down the slope is greater than the maximum friction (\(F > \mu R\)).
Key Takeaway: Low centre of mass = High stability. This is why racing cars are built so close to the ground!
5. Using Calculus for Laminas
When a shape is defined by a curve \(y = f(x)\), we use integration to sum up an infinite number of tiny slices. Don't worry if this seems tricky at first; it follows the same "moment" logic as the particle formula!
For a uniform lamina bounded by the x-axis, the lines \(x=a\), \(x=b\), and the curve \(y = f(x)\):
The Formulas:
Area \(A = \int_a^b y \, dx\)
\(\bar{x} = \frac{1}{A} \int_a^b xy \, dx\)
\(\bar{y} = \frac{1}{A} \int_a^b \frac{1}{2}y^2 \, dx\)
Why \(\frac{1}{2}y^2\)? Each vertical strip of the lamina has a centre of mass at its midpoint, which is at height \(y/2\). When we calculate the moment for y, we multiply the "mass" (\(y \, dx\)) by the "position" (\(y/2\)), giving us \(\frac{1}{2}y^2 \, dx\).
6. Using Calculus for Solids of Revolution
If we rotate a curve \(y = f(x)\) around the x-axis, we create a 3D solid (like a cone or a bowl). Because of symmetry, the centre of mass must lie on the x-axis, so \(\bar{y} = 0\). We only need to find \(\bar{x}\).
The Formulas:
Volume \(V = \int_a^b \pi y^2 \, dx\)
\(\bar{x} = \frac{1}{V} \int_a^b \pi x y^2 \, dx\)
Step-by-Step for Solids:
1. Substitute your equation for \(y^2\) into the integral.
2. Integrate \(\pi y^2\) to find the volume \(V\).
3. Integrate \(\pi x y^2\) to find the total moment.
4. Divide the moment by the volume.
Example Shapes:
- Solid Hemisphere (radius \(r\)): \(\bar{x} = \frac{3}{8}r\) from the flat face.
- Solid Cone (height \(h\)): \(\bar{x} = \frac{1}{4}h\) from the base.
Key Takeaway: For solids of revolution, we use \(y^2\) because we are summing up circular discs (Area = \(\pi r^2\)).
Summary Checklist
1. Discrete Particles: Use \(\frac{\sum mx}{\sum m}\).
2. Composite Shapes: Split into simple parts; treat parts as particles.
3. Subtraction: Use negative mass for holes.
4. Suspension: CM is always vertically below the pivot.
5. Toppling: Happens when the CM moves outside the base.
6. Calculus: Use integration for areas (laminas) and volumes (solids of revolution). Always remember to divide by the total area or volume!