I would like to find the coordinates of mass centre of the the following solid $$D = \{(x, y, z) \in \mathbb{R}^3: (x^2 + y^2 + z^2)^2 \le z \}.$$
The density of this solid is constant and equal to $a$.
I know that I am to compute some triple integrals: $$M = \int \int \int _D a \, d \Omega, \\ C_{Mx} = \frac{1}{M}\int\int\int_D a x \, d \Omega,$$ similarly for $y$ and $z$.
How to deal with these integrals?
The mass center of $D$ is $\left(\bar x,\bar y,\bar z\right)$, where$$\bar x=\iiint_D x\,\mathrm dx\,\mathrm dy\,\mathrm dz,\ \bar y=\iiint_D y\,\mathrm dx\,\mathrm dy\,\mathrm dz\text{, and }\bar z=\iiint_D z\,\mathrm dx\,\mathrm dy\,\mathrm dz.$$By symmetry, $\bar x=\bar y=0$. In order to compute $\bar z$, I will use spherical coordinates. So, we have $x=\rho\cos(\theta)\sin(\varphi)$, $y=\rho\sin(\theta)\sin(\varphi)$, and $z=\rho\cos(\varphi)$. In these coordinates, the condition $(x^2+y^2+z^2)^2\leqslant z$ becomes $\rho^4\leqslant\rho\cos(\varphi)$. So, $0\leqslant\varphi\leqslant\frac\pi2$, and the computation of $\bar z$ becomes\begin{multline}\int_0^{2\pi}\int_0^{\pi/2}\int_0^{\sqrt[3]{\cos(\varphi)}}\rho\cos(\varphi)\rho^2\sin(\varphi)\,\mathrm d\rho\,\mathrm d\varphi\,\mathrm d\theta=\\=2\pi\int_0^{\pi/2}\int_0^{\sqrt[3]{\cos(\varphi)}}\rho^3\cos(\varphi)\sin(\varphi)\,\mathrm d\rho\,\mathrm d\varphi.\end{multline}It turns out to be equal to $\frac{3\pi}{20}$. So, the mass center of $D$ is $\left(0,0,\frac{3\pi}{20}\right)$.