Slimsta
- 189
- 0
Homework Statement
The region R enclosed by the curves x-2y=-2 and y=sqrt(x-2)+2 is rotated about the line x=-2. Find the volume of the resulting solid.
Homework Equations
$\displaystyle \Large V=\int _b^d A(y) dy$
$\displaystyle \Large V=\int _b^d\pi ((2 +x_R(y))^2-(2 +x_L(y))^2)dy.$
The Attempt at a Solution
after making y1 = y2
intersection points, (2, 2) and (6, 4).
i need xR and xL, so
xR = 2y-2
xL = y2-4y+6
$\displaystyle \Large V=\int _2^4\pi [(2 +(2y-2))^2-(2+(y^2-4y+6))^2]dy$
==>
$\displaystyle \Large V=\int _2^4\pi [4y^2-(y^4 - 8y^3 +32y^2 +64y +64)]dy$
==>
$\displaystyle \Large V=\pi [(-y^5)/5 + 2y^4 -(28y^3)/3 +32y -64y)]$42
V = 261.3805088
what's wrong with my calculation?