okay, this is a bit tricky for 2U students, but i'll do the best i can.
steps to do:
1) draw curves
2) find intersection(s)
3) identify which curve, when rotated, will give a larger volume
4) rotate around x or y axis? change limits if have to.
5) do the intergral.
1) draw the curves y = (1/8)x^3 and y=2x on the same number plane. they are going to intersect at some pts.
2) consider 1/8 x^3 - 2x = 0, solve for x
x^3 - 16x = 0 (times by 8)
x(x^2 - 16) = 0 (factorise), we know x = 0 is one solution
(x - 4)(x + 4) = 0, we know x= 4, -4. BUT we only consider 1st quad, so
we only work with x=0 and x=4
3) the curve y = 1/8x^3, when rotated, has larger volume than y=2x when rotated. essentially, we are taking one volume off the other to find the bounded volume.
4) curves rotate around y-axis, so we have to change the limits. sub x= 0 into y=2x, y =0. sub x=4 into y=2x, y = 8.
5) use the general formula:
----------------/b---------------/d
volume = (pi)| ( x1 )^2 dy - | (x2)^2 dy , x1 and x2 are the two curves
---------------/a----------------/c
so, make x the subject for each of the two curves:
y = (1/8)x^3 --> x = 2y^(1/3)
y = 2x --> x = 1/2y
SO the final volume is THUS:
------------------/8---------------------/8
volume =( (pi) | ( 2y^(1/3) )^2 dy - | (1/2y)^2 dy ) Units ^2
-----------------/0---------------------/0
if ur still confused, PM me or reply.