Posted by jake on Tuesday, September 11, 2012 at 4:38pm.
I'd suggest using shells for this one:
v = ∫[0,1] 2πrh dx
where r = x+4 and h = y = x^2
v = 2π∫[0,1](x+4)*x^2 dx
= 2π∫[0,1] x^3 + 4x^2 dx
= 2π (1/4 x^4 + 4/3 x^3) [0,1]
= 2π (1/4 + 4/3)
= 19π/6
It can be done with discs, but you have to make them washers:
v = ∫[0,1] π(R^2-r^2) dy
where R = 5, r=4+x = 4+√y
v = π∫[0,1] (25 - (4+√y)^2) dy
= π (9y - 16/3 y^3/2 - 1/2 y^2) [0,1]
= π (9 - 16/3 - 1/2)
= 19π/6
Related Questions
Calculus - Find the volume of the solid generated by revolving the following ...
math - 1) A region is bounded by the line y = x and the parabola y = x2 - 6x + ...
math - 1) A region is bounded by the line y = x and the parabola y = x2 - 6x + ...
Volume - Find the volume of the solid generated by revolving the region bounded...
poly - the volume of the solid generated by revolving infinite region bounded by...
Calculus Voulme - find the volume of the solid generated by revolving the region...
calculus - Find the volume of the solid generated by revolving the region about ...
math - Find the volume of the solid generated by revolving the region bounded by...
Calculus - Let R be the region bounded by the y-axis and the curves y = sin x ...
Calculus - Let R be the region bounded by the y-axis and the curves y = sin x ...
For Further Reading