Evaluate the volume of the solid $$A=\{(x,y,z)\in \mathbb{R}^3: x^2+y^2-2y\le0; 0\le z\le 10-3\sqrt {x^2+y^2}\}.$$
Knowing that integration "by wires" can be used when the domain of integration $\Omega$ can be written as $$\Omega=\{(x,y,z)\in \mathbb{R}^3: g_1(x,y)\le z\le g_2(x,y); (x,y)\in D\}$$ we can setup the integral $$\begin{align}\iiint_{A}dxdydz&=\iint_{x^2+y^2-2y\le 0}\Big(\int_{0}^{10-3\sqrt{x^2+y^2}}dz\Big)dxdy \\&=\iint_{x^2+y^2-2y\le 0}\Big(10-3\sqrt {x^2+y^2}\Big)dxdy.\end{align}$$ Now, the domain $D=\{(x,y)\in \mathbb{R}^2: x^2+y^2-2y\le 0\}$ is a circle with centre in $(0,1)$ and radius $1$. I used the following polar coordinates: $x=r\cos(\theta)$, $y=1+r\sin(\theta)$ because of the translation of the circle and the integral became: $$\int_{0}^{2\pi}\int_{0}^{1}(10-3\sqrt{r^2\cos^2(\theta)+1+2r\sin(\theta)+r^2\sin^2(\theta)})rdrd\theta\\ =\int_{0}^{2\pi}\int_{0}^{1}\Big(10-3\sqrt{r^2+1+2r\sin(\theta)}\Big)rdrd\theta.$$ As the final calculations are not so straightforward I'm perplexed about my method and, in the first place, I'm asking if this is correct, in the second place if there exists another method which is simpler.