I know that both disc and shell method should produce the same answer in this case, but for some reason I am getting two different answers when doing it two different ways.
Question is: Rotate the area bounded by $y=(x^2-1)^2, x=0$ and $x=1$ around the y-axis.
Using Shell Method: I get ${\pi\over3}$ using: $V=2\pi*\int_{0}^1f(x) x\ dx=2\pi*\int_{0}^1(x^2-1)^2*xdx$
Using Disc Method: I get $5\pi\over3$ using: $V=\pi*\int_{0}^1f(y)^2 dy=\pi*\int_{0}^1\sqrt{\sqrt{y}+1}^2*dy$
Any hints as to why I might have one of these incorrect would be great.
Subtle sign error! Note that $x^2-1\lt 0$ in the interval $(0,1)$, so from $(x^2-1)^2=y$ we should get $x^2-1=-\sqrt{y}$.
Thus when we use the disk method, we need to evaluate $$\int_0^1 \pi(1-\sqrt{y})\,dy.$$