How can I calculate the volume of the solid from the following equation using double integral?
$$S=\{(x,y,z) \in \mathbb R^3: x^2+y^2 \le 4; 0 \le z \le x^2+y^2+4\}$$
I have been able to graph the solid and I do understand the concept working in $\mathbb R^2$ but I am not sure how in $\mathbb R^3$.
In $\mathbb R^3$ you write the volume of the solid in terms of $dx dy dz$, integrating $x$ between $-2$ and $2$, $y$ between $-\sqrt{4-x^2}$ and $\sqrt{4-x^2}$, and $z$ between $0$ and $x^2+y^2+4$. The interpretation is that you count infinitesimally small cubes. In $\mathbb R^2$, you just integrate over the disk in the $xy$ plane, but now the volume element is a rectangular parallelepiped, with volume $dx dy (x^2+y^2+4)$. This is equivalent to doing the integration in the $z$ direction before.