I am stuck on the problem of finding volume of the figure given by $0 \leq z \leq 2, x^{2} + y^{2} \leq 2, x^{2} + y^{2} + z \leq 2x$. I have tried three different coordinates but the problem is $2x$ in the last relation. Thanks ahead for help!
Add. Sorry that I didn't mention this before. But I want a full solution without "brute-force" computation. I did try many different tricks, so if any of those works, it means that I do not know how to work out the details.


Denote by $D$ the bottom boundary of the solid (its volume be $V$), which can be expressed as set $\{(x,y)\in \mathcal{R}^2 \mid x^2+y^2\leq 2\} \cap \{(x,y)\in\mathcal{R}^2 \mid x^2+y^2\leq 2 x\}$. Observing that the solid is symmetric with respect to the plane $y=0$, so we have: The Total Volume of Solid= 2 $ \times$ that of the part with $y\geq 0.$ Now denote $D_+:=D\cap \{y>0\}$, then we have
$$\begin{aligned}V&=2\iint_{D_+} (2x-x^2-y^2)dxdy\\ &=2\int_0^1\bigg(\int_{1-\sqrt{1-y^2}}^{\sqrt{2-y^2}} (2x-x^2-y^2)dx\bigg)dy ~~( D_+ \text{is $x-$ simple})\\ &=2-\pi/4. \end{aligned}$$
May this can help you.