I'm trying to find the volume of a solid created by rotating the region enclosed between $x=y^2$ and $x=1$ around the line $x=8$.
Noting that the intersections of the functions occur at $(0,0)$ and $(1,1)$, I can see that $y=\sqrt{x}$ is the upper function.
I tried using the formula $$\pi\int_0^1{((1+7)^2-(x^2+7)^2)dx}$$
However this doesn't yield the correct answer. What am I doing wrong?
Using the disc method, you have that $V=\int_{-1}^1 π(R^2-r^2)dy$ where $R=8-y^2$ and $r=8-1$,
so $\displaystyle V=\int_{-1}^1 \pi((8-y^2)^2-7^2)\;dy$.
Alternatively, using the shell method,
$\;\;\displaystyle V=\int_0^12\pi r(x)h(x)dx=\int_0^12\pi (8-x)(2\sqrt{x})\;dx$