I am calculating the integral $\iiint_V z\,dV$ between $x^2+y^2=2z$ and $x+y=z$, but I am not sure how to find boundaries for this case. I tried with cylindrical coordinates, but I was unable to solve the problem.
I would also like to know if there is any general procedure to solve this kind of problem.
In cylindrical coordinates, those conditions become $r^2=2z$ and $r(\cos\theta+\sin\theta)=z$. But then $\frac12r^2=r(\cos\theta+\sin\theta)$ and therefore $r=2(\cos\theta+\sin\theta)$. So, $\cos\theta+\sin\theta\geqslant0$, and therefore $-\frac\pi4\leqslant\theta\leqslant\frac{3\pi}4$. For each such $\theta$, the possible values of $r$ go from $0$ to $2\sqrt{1+\sin(2\theta)}$ (taken at $\bigl(2\cos^2(\theta)+\sin(2\theta),2\sin^2(\theta)+\sin(2\theta),2+2\sin(2\theta)\bigr)$). So, since we are interested in the region above the paraboloid $z=\frac12(x^2+y^2)$ and below the plane $x+y=z$, take$$\int_{-\pi/4}^{3\pi/4}\int_0^{2\sqrt{1+\sin(2\theta)}}\int_{r^2/2}^{r(\cos\theta+\sin\theta)}rz\,\mathrm dz\,\mathrm dr\,\mathrm d\theta.\tag1$$Then\begin{align}(1)&=\int_{-\pi/4}^{3\pi/4}\int_0^{2\sqrt{1+\sin(2\theta)}}-\frac{r^5}8+\frac{r^3}2\sin(2\theta)+\frac{r^3}2\,\mathrm dr\,\mathrm d\theta\\&=\int_{-\pi/4}^{3\pi/4}\frac23\bigl(\sin(\theta)+\cos(\theta)\bigr)^6\,\mathrm d\theta\\&=\frac{5\pi}3.\end{align}