Finding the center of mass of a complex, extended object might seem like a daunting task that requires heavy calculus and integration. However, physics is often about finding elegant shortcuts. When an object is composed of several simpler, uniform geometric shapes, we can use the powerful principle of superposition.
In this problem, we are presented with a drawing resembling a face, made entirely of ink with a uniform line thickness. Because the thickness is uniform, the mass of any part of the drawing is directly proportional to the amount of ink used. Instead of integrating over the entire complex shape, we can break it down into five distinct, simple components: the outer circle, the two inner circles (the "eyes"), the vertical line (the "nose"), and the horizontal line (the "mouth").
Analyzing the Setup
The beauty of uniform, symmetric shapes is that their center of mass lies exactly at their geometric center. This allows us to treat each of the five components as a single point mass located at its respective center. Let's list out our "arsenal" of point masses and their y-coordinates:
1. The Outer Circle: We are given that its mass is 6m, and its center is at the origin (0,0). So, y1=0.
2. The Left Inner Circle: Its mass is m, and its center is at (−a,a). So, y2=a.
3. The Right Inner Circle: Its mass is m, and its center is at (a,a). So, y3=a.
4. The Vertical Line: Its mass is m, and its center is at the origin (0,0). So, y4=0.
5. The Horizontal Line: Its mass is m, and its center is at (0,−a). So, y5=−a.
The Master Equation
For a system of discrete point masses, the y-coordinate of the center of mass is given by the weighted average of their individual y-coordinates:
yCM=m1+m2+m3+m4+m5m1y1+m2y2+m3y3+m4y4+m5y5
This equation perfectly mirrors our physical setup. The numerator represents the total "moment of mass" about the x-axis, and the denominator is simply the total mass of the entire drawing.
Final Calculation
Now, we carefully substitute our values into the master equation:
yCM=6m+m+m+m+m(6m)(0)+(m)(a)+(m)(a)+(m)(0)+(m)(−a)
Let's simplify the numerator. The outer circle and the vertical line contribute nothing since their centers lie exactly on the x-axis (y=0). The two inner circles contribute ma+ma=2ma. The horizontal line contributes −ma. Adding these up, the numerator becomes 2ma−ma=ma.
Next, we calculate the total mass in the denominator. Adding the mass of the outer circle (6m) to the four other components (m each) gives us a total mass of 10m.
Plugging these back into our fraction:
The mass m beautifully cancels out, leaving us with our final answer:
Physical Intuition: Does this answer make sense? The center of mass is at a positive y-coordinate, meaning it is slightly above the x-axis. If we look at the drawing, the two "eyes" (mass 2m total) are at y=a, while the "mouth" (mass m) is at y=−a. There is more mass in the upper half of the drawing than in the lower half, so it perfectly aligns with our intuition that the center of mass should be pulled slightly upwards!