[Math] Finding the centroid of the composition of two functions

calculusphysics

I have a solid that is comprised of the "solid of revolution" of two functions. I want to find the centroid of the entire solid. Because it is a solid of revolution, I can assume that the x and z coordinates of the centroid will be 0, so what I'm looking for is just the y coordinate of the centroid.

The two functions, if this matters, can be described as follows (shown below):

  1. f(x): a line from (0, 4) to (3, 0). When revolved around the y-axis, this is just a cone

  2. g(x): a parabola (but note that it is flipped over the x-axis). When revolved around the y-axis, it looks something like a rounded bottle cap.

functions

To find the volume of each, I've used the disc-based method of finding the area of revolution.

To find the y-coordinate of the centroid, I have this formula:

$$
\bar y = (1/A) * \int^b_a ((1/2)*f(x)^2) dx
$$

This is for a 2D plane, so I'm assuming I can use– and need to use– volume instead of area (A). Please correct me if I'm wrong.

(Going forward, note that the density is constant throughout the entire shape.)

Using that formula, I can find the y-coordinate centroid for each of the two solids of revolution. But once I get to that point, how do I get the centroid of the entire shape? Do I just add their centroids and divide by 2? Or is there a complication since g(x) is under the x-axis instead of above it?

Sorry if I provided way more information than is necessary. My secondary goal in asking this is to make sure I'm not making any major conceptual mistakes by using a formula incorrectly or something. 🙂

Best Answer

Let a shape $S$ in the $(x,y)$-plane be defined by

$$a(x)\leq y\leq b(x)\qquad(0\leq x\leq R)\ .$$

When $S$ is rotated around the $y$-axis we obtain a rotational body $B$. This body can be seen as a union of thin cylindrical shells of radius $x$, height $b(x)-a(x)$, and thickness $dx$. The volume of such a shell is $dV=2\pi x\bigl(b(x)-a(x)\bigr)\ dx$, and its centroid is on the $y$-axis at level $h(x):={1\over2}\bigl(a(x)+b(x)\bigr)$.

The level $\eta$ of the centroid of the full body $B$ is the weighted mean of the levels $h(x)$ of these shells. Therefore

$$\eta\ =\ {\int\nolimits _0^R h(x)\ dV \over \int\nolimits_0^R dV}\ = {\int\nolimits _0^R x\bigl(b^2(x)-a^2(x)\bigr)\ dx \over 2 \int\nolimits_0^R x\bigl(b(x)-a(x)\bigr)\ dx}\ .$$

Of course it is easily possible to translate this "stenographic" derivation into a fullfledged proof by partitioning the $x$-interval $[0,R]$ into $N$ equal parts and letting $N\to\infty$.