I am struggling with a tricky triple integral. It is as follows:
Let $K \subset \mathbb{R^3}$ be the body given by the inequalities: \begin{equation} x \geq 0, y^2 + z^2 \leq 1, x+y\leq 2. \end{equation} Calculate $\iiint_K \sqrt{y^2+z^2}dV$.
I think that I have to transfer coordinates. Something like polar coordinates, but I cannot seem to get a good transformation.
Help would be greatly appreciated!
Hint. Note that $$I:=\iiint_K \sqrt{y^2+z^2}dV=\iint_{y^2+z^2\leq 1} \sqrt{y^2+z^2}\left(\int_{x=0}^{2-y}dx\right)dydz\\=\iint_{y^2+z^2\leq 1} (2-y)\sqrt{y^2+z^2} dydz$$ Then use the polar coordinates $y=r\cos(t)$, $z=r\sin(t)$, $$I=\int_{r=0}^1\int_{t=0}^{2\pi} r^2(2-r\cos(t)) dr dt.$$ Can you take it from here?