I have been given a sphere of radius a, from this sphere a cap of hight h is cut off.
1) What is the centre of mass of the rest of the sphere?
2) What is the moment of inertia regarding the axis of symmetry?
1 - no real Idea how to do it.
2 - I got $$ I = \frac{1}{2}\rho \pi(\frac{16}{15}R^5-\frac{4}{3}R^2h^3+h^4R)$$ could this be right?
Thank you very much for your help!
For part (1), assuming the axis of the cap is the $z$ axis, consider a slice of the remaining part of the sphere perpendicular to the $z$ axis, such as the part of the sphere between the planes at $z = z_0$ and $z = z_0 + \Delta z$. For very small $\Delta z$, the mass of this slice is approximately $\rho \pi (R^2 - z^2) \,\Delta z$ and its center of mass is at a distance of approximately $z$ from the origin, so its moment about the origin is approximately $\rho \pi (R^2 - z^2) z \,\Delta z$. The range of possible $z$ values within the remaining part of the sphere is from $-R$ to $R - h$. The moment of the entire remaining part of the sphere is just the sum of moments of all its parts, so this suggests that its total moment is:
$$ \int_{-R}^{R-h} \rho \pi (R^2 - z^2) z \,dz. $$
The center of mass is found by dividing the total moment of the remaining part of the sphere by its mass (which can also be computed by an integral, this time just adding up the masses of the disks without considering their distance from the origin).
To check your answer for part (2), try the following substitutions:
$h = 0$.
$h = R$.
$h = 2R$.
These should result in values of $I$ for an entire spherical ball ($I = \frac{8}{15} \pi \rho R^5$), for half a spherical ball around its axis of symmetry ($I = \frac{4}{15} \pi \rho R^5$), and for what remains when you remove the entire spherical ball (that is, nothing, $I = 0$).
Your formula checks out for $h = 0$ but not for either of the other two cases. The problem seems to be that you neglected a term in $h^5$ somewhere in your calculations.