A body is surrounded by its lateral faces:
$$z(x,y) = h \left(1 - \left(\frac{x}{a}\right)^2 - \left(\frac{y}{b}\right)^2 \right)$$
and
$$z(x,y)=0$$
It should be a paraboloid, right? How can I calculate its volume via integration over $x$ and $y$ in Cartesian coordinates?
Thanks a lot in advance!
We see that $z$ should be between $0$ and $\hat{z}(x, y)=h\left(1-\left(\frac{x}{a}\right)^2-\left(\frac{y}{b}\right)^2\right)$, so the integral in $z$ will be $$\int_0^{\hat{z}(x,y)}\mathrm{d}z$$ We can see zhat $\hat{z}(-a,0)=\hat{z}(a, 0)=0$, so the integral in $x$ will be $$\int_{-a}^{a}\mathrm{d}x$$ And finally, if $x$ is fixed, then we want to find $2$ numbers, for which $\hat{z}(x,y_1)=\hat{z}(x,y_2)=0$, i.e. we want to solve $$0=1-\left(\frac{x}{a}\right)^2-\left(\frac{y}{b}\right)^2$$ $$1=\left(\frac{x}{a}\right)^2+\left(\frac{y}{b}\right)^2$$ $$\hat{y}_{\pm}(x)=\pm b\sqrt{1-\left(\frac{x}{a}\right)^2}$$ And we will get that the integral in $y$ will be $$\int_{\hat{y}_{-}(x)}^{\hat{y}_{+}(x)} \mathrm{d}y$$ Combinating them, the final integral is $$V=\int \mathrm{d}V=\int_{-a}^{a}\mathrm{d}x\left(\int_{\hat{y}_{-}(x)}^{\hat{y}_{+}(x)} \mathrm{d}y\left(\int_0^{\hat{z}(x,y)}\mathrm{d}z\right)\right)$$