To find the center of mass of a continuous body like a semi-circular plate with a cavity, we need to consider the geometry and distribution of mass within the object. The process involves using the principles of integration to account for the varying density across the shape. Let's break this down step by step.
Understanding the Geometry
Imagine a semi-circular plate that has an outer radius \( R \) and an inner radius \( r \). The cavity means that there is a circular section removed from the center of the semi-circle. This creates a ring-like structure. To visualize this, think of a pizza slice where the inner part has been cut out, leaving just the crust.
Setting Up the Problem
To find the center of mass, we can use the formula for the center of mass of a two-dimensional shape:
- The x-coordinate of the center of mass \( \bar{x} \) is given by:
\( \bar{x} = \frac{1}{A} \int x \, dA \)
- The y-coordinate of the center of mass \( \bar{y} \) is given by:
\( \bar{y} = \frac{1}{A} \int y \, dA \)
Here, \( A \) is the area of the shape, and \( dA \) is an infinitesimal area element. For our semi-circular plate with a cavity, we need to calculate the area of the outer semi-circle and subtract the area of the inner semi-circle.
Calculating Areas
The area of a full circle is \( \pi r^2 \). Therefore, the area of the outer semi-circle is:
Area of outer semi-circle: \( A_{outer} = \frac{1}{2} \pi R^2 \)
For the inner semi-circle, the area is:
Area of inner semi-circle: \( A_{inner} = \frac{1}{2} \pi r^2 \)
Thus, the area of the semi-circular plate with the cavity is:
Total Area: \( A = A_{outer} - A_{inner} = \frac{1}{2} \pi (R^2 - r^2) \)
Finding the Center of Mass Coordinates
Since the plate is symmetric about the y-axis, the x-coordinate of the center of mass will be zero (\( \bar{x} = 0 \)). We only need to find \( \bar{y} \).
To find \( \bar{y} \), we need to compute the integral of \( y \, dA \). We can use polar coordinates for this calculation, where \( dA = r \, dr \, d\theta \). The limits for \( r \) will be from \( r \) to \( R \), and for \( \theta \), from \( 0 \) to \( \pi \).
The y-coordinate in polar coordinates is given by \( y = r \sin(\theta) \). Thus, we can express the integral for \( \bar{y} \) as follows:
\( \bar{y} = \frac{1}{A} \int_0^\pi \int_r^R (r \sin(\theta)) (r \, dr \, d\theta) \)
Evaluating the Integral
Now, we can evaluate the double integral. First, we integrate with respect to \( r \):
\( \int_r^R r^2 \sin(\theta) \, dr = \sin(\theta) \left[ \frac{r^3}{3} \right]_r^R = \sin(\theta) \left( \frac{R^3 - r^3}{3} \right) \)
Next, we integrate with respect to \( \theta \):
\( \int_0^\pi \sin(\theta) \, d\theta = 2 \)
Putting it all together, we can find \( \bar{y} \) by substituting back into our equation and simplifying. This will yield the y-coordinate of the center of mass for the semi-circular plate with a cavity.
Final Thoughts
Finding the center of mass for complex shapes like this one requires careful consideration of geometry and integration. By breaking down the problem into manageable parts, we can arrive at a solution that accurately reflects the distribution of mass within the object. This method can be applied to various shapes and configurations, making it a powerful tool in physics and engineering.