Visualizing the Non-Uniform Rod
Imagine a rod of length L placed along the X-axis, starting from the origin (x=0) and ending at x=L. Unlike a standard uniform rod where the mass is distributed evenly, this rod has a non-uniform linear mass density.
The density is given by the function ρ(x)=a+b(Lx)2. This tells us that as we move further away from the origin (as x increases), the density increases quadratically. Because the rod is heavier towards the end x=L, we intuitively expect the center of mass to be shifted towards the right, away from the geometric center L/2.
The Master Equation for Continuous Bodies
For a system of discrete particles, the center of mass is found using a summation. However, for a continuous body like our rod, we must use integration. The x-coordinate of the center of mass is given by:
To use this formula, we consider an infinitesimally small element of the rod of length dx located at a distance x from the origin. The mass of this tiny element, dm, is the product of the linear mass density at that point and its length:
Evaluating the Numerator (The Moment of Mass)
Let's tackle the numerator first, which represents the sum of the moments of all these tiny mass elements about the origin. We integrate from x=0 to x=L:
Numerator=∫0Lxdm=∫0Lx(a+L2bx2)dx
Distributing the x inside the bracket, we get:
Now, we perform the definite integration. The integral of x is 2x2, and the integral of x3 is 4x4:
Substituting the upper limit L (the lower limit 0 just gives 0):
=2aL2+4L2bL4=2aL2+4bL2=L2(2a+4b)
Evaluating the Denominator (Total Mass)
The denominator is simply the total mass M of the rod, found by integrating dm over the entire length:
Denominator=∫0Ldm=∫0L(a+L2bx2)dx
Integrating term by term:
Substituting the upper limit L:
=aL+3L2bL3=aL+3bL=L(a+3b)
Final Calculation
Now, we substitute our evaluated numerator and denominator back into the master equation for xCM:
xCM=L(a+3b)L2(2a+4b)
We can cancel one L from the numerator and denominator. Next, let's take the Least Common Multiple (LCM) inside the brackets to simplify the fractions:
Rearranging the terms by bringing the 3 to the numerator and the 4 to the denominator, we arrive at our final, elegant expression:
This result perfectly matches option (a). Notice how the constants a and b dictate the exact shift of the center of mass from the geometric center!