I need to find the volume of ellipsoid: $$5x^2 + {y^2\over25} + {3z^2\over4} = 1$$ if the ellipsoid is bounded by $z={-1\over2}$ and $z=1$ planes.
I was able to find the total volume of the ellipsoid using the formula $V={4\pi\over3}*abc={40\pi\over3\sqrt15}$. But I don't think i can use this in any way to find the volume of the ellipsoid that is bounded by 2 planes.
To find the actual volume, I'm pretty sure I need to solve this: $V=\int_{-1\over2}^1S(x)dx$, where $S(x)$ is the area of the cross section of the ellipsoid, which is an ellipse. Now I think that the right move here would be to get the cross sections that are parallel to the $z$-axis. However my question is, how can I find these areas of the ellipses to plug into the above formula?
Any suggestions, would be greatly appreciated!
You can directly integrate to find the volume $V$ like in the following way . The only thing that changes is that now you will integrate from $z=-0.5$ to $z=1$
$$ V = \int\int\int (5x^2+\frac{y^2}{25}+\frac{3z^2}{4})dxdydz$$
limits of $x$ are $-\sqrt{1-\frac{y^2}{25}-\frac{3z^2}{4}}$ to $\sqrt{1-\frac{y^2}{25}-\frac{3z^2}{4}}$
limits of $y$ are $-\sqrt{1-\frac{3z^2}{4}}$ to $\sqrt{1-\frac{3z^2}{4}}$
limits of $z$ are $-0.5$ to $1$