I'm refreshing my calculus knowledge with MIT Open courseware, and cannot figure out how to solve this problem using a slightly different method:
They solve it by slicing it up in the y direction, but I tried it in the x direction and have a mistake somewhere. I ended up with:
$$y^2 = \frac{4-x^2}{4} = 1- \frac{x^2}{4}$$ $$dV = \int_2^{-2}\pi y^2 dx$$ $$dV = \int_2^{-2}\pi 1 - \frac{x^2}{4} dx$$ $$\pi\int_2^{-2} x - \frac{x^3}{12} dx = \frac{8}{3} \pi$$
Have I made a simple arithmetic error or is the integral formula not setup correctly?
I think the Integrand musst be $$\frac{1}{4}-\frac{x^2}{4}$$ and so we get
$$[\frac{x}{4}-\frac{x^3}{12}]_{-2}^2$$