Express the volume of the solid enclosed by the paraboloids $y = x^{2}+3z^{2}$ and $y = 45-2x^{2}-2z^{2}$ with a triple integral.
$\displaystyle \int_{-3}^{3}\int_{-\sqrt{9-x^2}}^{\sqrt{9-x^2}}\int_{3x^2+3z^2}^{45-2x^2-2z^2} ? dy dz dx$
I don't know what the equation is. Shouldn't it be $y_2 - y_1$?
$45-2x^{2}-2z^{2} - (x^{2}+3z^{2})$
? It's not being accepted, says: "Your answer isn't a number (it looks like a formula that returns a number)"
here's the screenshot
If you want the volume you would just compute $$\int_{-3}^{3} \int_{-\sqrt{9-x^2}}^{\sqrt{9-x^2}} \int_{3x^2+3z^2}^{45-2x^2-2z^2} dydzdx$$ Notice how if you want the volume the function you're integrating just becomes one.
When you're doing a triple integral you are iterating over the entire 3-space of the solid so if you make the function one you are just then summing up solely the volume element $dV=dxdydz$ which in effect would give you the volume of the solid.
The situation you are thinking of is when you take a double integral. Say instead of doing a triple integral I was doing a double integral, I would want to integrate $$\int_{-3}^{3} \int_{-\sqrt {9-x^2}}^{\sqrt {9-x^2}} (y_2 - y_1)dzdx$$ like you were thinking. This is because $dxdz=dA$ gives a square, or an area, on the $xz $-plane, but we want volume. And so to get volume we just multiply that square base by its "height" in the y direction which is given by $y_2 - y_1$. But remember in a triple integral we are integrating over the entire 3-space, not just it's 2d projection. And notice how $dxdydz $ is a volume element, not an area element this time because it forms a cube in 3-space. So if our goal is still to get the volume we just have to sum up those small volume elements and nothing else, and that's why the function is one. (If your getting volume using a triple integral that function will always be 1, however if you want to get mass you may end up having a density function there.)
EDIT, RESPONSE TO COMMENTS
First for the trig substitution, we have $$\int_{-3}^{3} \frac{20\sqrt{(9-x^2)^3}}{3}dx$$ with $x=3\sin\theta$ and $dx=3\cos\theta\cdot d\theta$ we have $$\frac{20}{3}\int_{x=-3}^{x=3} 3\sqrt{(9-9\sin^2\theta)^3}\cos\theta\cdot d\theta=20 \int_{x=-3}^{x=3} \sqrt{9^3\cos^6\theta}\cos\theta\cdot d\theta$$ $$=20\cdot27\int_{x=-3}^{x=3}\cos^4\theta \cdot d\theta$$ which is easy to integrate. (To go from step one to two we just pull out the 9 and apply the trigonometric identity $\cos^2x=1-\sin^2x$).
Lastly on the volume, just remember that $dxdydz$ looks like an infinitely small cube in 3-space, so if we just sum up all these infinitesimal cubes within a region (which is what the integral does), we get the total volume of that region.