I need to find the volume between two functions $ z=x^2+y^2 $ and $ z=x + y $. I converted the functions into polar coordinates and ended up with next integral:
\begin{cases} z=z \newline x=r\cos(\phi) \newline y=r\sin(\phi) \newline I=r \end{cases} $$ \int^{2\pi}_0\int^{1}_0\int^{2}_0rdzdrd\phi=...=2\pi $$
It does not seem correct, because I estimated that rectangular with height $2$ and sides $\sqrt2$ around the shape has volume of $4$, which is less than $2\pi$. Where is the mistake?