I had to calculate the triple integral $J$ of the function $$F(x,y,z) = z$$ over the body $Q \subseteq \mathbb{R}^3$ defined via the inequality
$x^2 + y^2 + z^2 - 2Rz \le 0$,
where $R > 0$ is a constant.
$$J = \iiint_{Q} z \,dx \,dy \,dz$$
This body is the closed ball of radius $R$
centered at the point $M = (0,0,R)$, right?
This is an exercise in using spherical coordinates.
So I figured out that in spherical coordinates this body can be defines as follows:
$\theta \in [0, \pi/2]$
$\phi \in [0, 2\pi]$
$\rho \le 2R\cos\theta$
Here $\theta$ is the inclination (or polar angle) and $\phi$ is the azimuthal angle.
OK... So I calculated $J\ $ by using spherical coordinates and I got this answer.
$$\frac{4\pi R^4}{3}$$
Is my answer correct?
Then I noticed that this is actually the volume of the body multiplied by $R$.
My question is what is the intuition behind this?
There must be a reason why this integral is exactly the volume of the ball multiplied by $R$.
Maybe the symmetry would help our understanding. The ball is symmetric in the plane $z=R$. We separate the ball into upper half $Q_+$ and lower $Q_-$. Also we can pair $(x,y,z)\in Q_-$ with $(x,y,2R-z)\in Q_+$ and vice versa. Then, the function $z$ sums up to a constant $2R$. Therefore, $$J=\int_{Q_+}z+\int_{Q_-}z=\int_{Q_-}2R,$$ that is, $2R$ times the volume of a half-ball. Note that the computation above is justified with the change of variables formula.