[Math] Centroid of a solid of revolution

calculuscentroidsolid of revolution

I am trying to calculate the centroid of the solid of revolution defined by $y=\sin (x)$ from $x=0$ to $x=\pi$ rotated around the $x$ axis. All the information I've been able to find online relates either to centroids of surface areas, or centroids of 2d areas. What is the formula for me to use here?

Best Answer

An alternative method is to use Pappus's ($2^{nd}$) Centroid Theorem: the volume of a planar area of revolution is the product of the area A and the length of the path traced by its centroid R, i.e., 2πR. When composite areas are involved, the centroid is the weighted sum of the component centroids. The bottom line is that the volume is given simply by V=2πRA.

For purpose of symmetry, I redefine your problem by shifting the axis so that $y=\text{cos}(x)$ from $x=-\pi/2$ to $x=\pi/2$. Now, without any further ado, the centroid is at $R=\pi/8$ and the area under the curve is $A=2$. Then

$$V=2\pi RA=2\pi (\pi/8)2=\pi ^2/2 $$

Now granted, you need to calculate the centroid. And that's why I shifted the axis. Not many people know that for a symmetric function such as this the centroid can be expressed as the area of square of the curve, divided by the twice the are under the curve, i.e.,

$$R=\frac{\int_{-\pi/2}^{\pi/2}\text{cos}^2 (x) dx}{2\int_{-\pi/2}^{\pi/2}\text{cos} (x) dx} $$

The point of this exercise is that you have a more general rule that can be applied to many problems, and not just an ad hoc solution to a single one.

Related Question