$y = x^3, y = 0, x = 1;$ about $x = 2$
I understand that this is a cross sectional graph and I know how to do it with two curves, but the $y = 0$ throws me off. I am left with one curve so I assume the integral would be:
$\int \pi(2-x^3)^2dx$
but I'm not getting the correct answer. Maybe I calculated wrong. Could someone assist me with this?
Well, first you need to define the area that is to be rotated. You do need all three curves to do that. It's a good idea to sketch them very roughly...
The area is bounded on the bottom by $y=0$, on the right by the vertical line $x=1$. The third "side" is the curve $y=x^3$. So, the three "corners" of the area are $(0,0)$, $(1,0)$, and $(1,1)$.
Next, what is the axis of rotation? Easy, it's the vertical line $x=2$.
Now, you need to decide whether to use shells or discs; let's use discs. Or rather washers, The tricky bit is that the axis of rotation is distinct from the area being rotated. The final volume is basically a volcano cone minus the crater...
The outer radius of the washer is $2-x$, the inner radius is $2-1=1$, the thickness is $dy$, so the volume of the washer is $$pi((2-x)^2-1^2)dy$$ Replace x with $y^{(1/3)}$ and add up all the washers from $y=0$ to $y=1$
General question: is this too much help? I'm new here...