Suppose we have region $\mathcal{R}$ that is bounded by the parabolas $x^2$ and $2-x^2$. If we rotate $\mathcal{R}$ about line $x=1$, what is the volume?
Well, the parabolas intersect at $x= \pm 1$. I would use shell-method to find the volume of an slice to be
$$ dV = 2 \pi \underbrace{(x-1)}_{radius} \cdot \underbrace{ ( 2 - x^2 - x^2 ) }_{hieght}d x $$
Thus,
$$ \boxed{ V = \int\limits_{-1}^1 2 \pi (x-1)(2-2x^2) dx }$$
is this correct?
