I have to compute $\int_D f$, where $D$ is the region in ${(0 , \infty)}^3$ between the cone $z^2 = {(x - 1)}^2 + y^2$ and the sphere $x^2 + y^2 + z^2 = 1$, and $f : D \to \mathbb{R}$ is given by $f(x , y , z) = z \sqrt{x^2 + y^2}$.
My attempt: If I use spherical coordinates $(\rho , \varphi , \theta) \in (0 , \infty) \times (0 , 2 \pi) \times (0 , \pi)$ given by $$ \left\{ \begin{array} xx = \rho \sin \varphi \cos \theta \\ y = \rho \sin \varphi \sin \theta \\ z = \rho \cos \varphi \end{array} \right. $$ then we can start to deduce $\rho \leq 1$ from the equation of the sphere, and $\varphi < \frac{\pi}2$ is deduced from $z > 0$. We can use this to see furthermore that $\theta < \frac{\pi}2$ because $x , y > 0$. The equation of the cone says $$ {\rho}^2 {\cos}^2 \varphi = {\rho}^2 {\sin}^2 \varphi - 2 \rho \sin \varphi \cos \theta + 1. $$ This helps appearently nothing. I am wondering if spherical coordinates are helpful to fix this integral.