Find the volume of figure that is bounded with the three following surfaces:$z=y^2,y=x^2,z=4$. I don't think this has anything to do with polar coordinates etc. So I tried to put this problem in $OXY$ plane and i get parabola $y=x^2$ and $y=0$ but not sure how to read boundaries, because here(in $OXY$) we don't have that some area is closed, only that is bounded with parabola and x-axis, but not sure how to know boundaries for x,y from that. If someone knows how to proceed following example in this way I would be happy to know.
2026-04-02 02:04:28.1775095468
Boundaries in 2D space
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

At any given $z$, your surface will be bound by:
$-\sqrt y \leq x \leq \sqrt y \,$ (by parabolic cylinder $y = x^2$)
$0 \leq y \leq \sqrt z \,$ (by parabolic cylinder $z = y^2$).
Bound of $z$ is $0 \leq z \leq 4$.
Integrate in order $dx$ first, $dy$ next and $dz$ last.
EDIT: Here is the integral
$\displaystyle \int_0^4 \bigg [\int_0^{\sqrt {z}} \bigg[\int_{-\sqrt {y}}^{\sqrt{y}} dx\bigg] \, dy \bigg]\, dz$
And the sketch at any given $z \,$:
You can also change the order of integration by writing the limits differently.