How do you compute the volume of the solid formed by revolving the given the region bounded by y=sqrtx, y=2, x=0 revolved about (a) the y-axis; (b) x=4?

2 Answers
Jul 20, 2017

I have chosen to do both parts by both shells and washers(discs). Therefore I have provided separate answers for questions (a) and (b). Here is part (b)

Explanation:

Part (b) by shells

For shells we'll take a slice parallel to the axis of rotation. SO that's a vertical slice at some value of x and the thickness is dx.

enter image source here

The radius of revolution is the distance between the slice and the axis of rotation. So, r = 4-x

As in part (a), the height is h = y_"top"-y_"bottom" = 2-sqrtx

The representative shell has volume

2pirh*"thickness" = 2pi(4-x)(2-sqrtx)dx

x varies from 0 to 4.

The volume of the resulting solid is

int_0^4 2pi(4-x)(2-sqrtx)dx = (224pi)/15
(Details are left to the reader.)

Part (b) by washers

Take the slice perpendicular to the axis of rotation. So we are taking a horizontal slice at a value of y. The curve involves has equation x = y^2 (in the first quadrant).

enter image source here

The revolution results not in a disc, but in a washer.

The outer (greater) radius is R = 4-x_"left" = 4-0 = 4 and the inner (lesser) radius is r = 4-x_"right" = 4-y^2

The representative washer has volume

pi(R^2-r^2)*"thickness" = pi(4^2-(4-y^2)^2)dy

y varies from 0 to 2, so the solid has volume

int_0^2 pi(4^2-(4-y^2)^2)dy =(224pi)/15
(Details are left to the reader.)

Jul 20, 2017

I have chosen to do both parts by both shells and washers(discs). Therefore I have provided separate answers for questions (a) and (b). Here is part (a)

Explanation:

Here is a graph of the region:
enter image source here

Part (a)

By Cylindrical Shells

We'll take a thin slice parallel to the axis of rotation -- in this case the y-axis. The thickness of the slice will be dx. So we will be integrating with respect to x.

enter image source here

The location of the slice is x, so the radius of the cylinder (the dotted black line) is x-0 = x

The volume of the representative shell is 2pirh*"thickness"

In this case r = x and

h = y_"top"-y_"bottom" (the greater value of y minus the lesser) which is h = (2-sqrtx)

"thickness" = dx

So the representative shell has volume 2pix(2-sqrtx)dx

The value of x go from 0 to 4, so the volume of the solid of revolution is

int_0^4 2pix(2-sqrtx)dx = 2piint_0^4 (2x-x^(3/s))dx = (32pi)/5
(Details are left to the reader.)

Part (a) By discs (washers)

For discs or washers we take our slice perpendicular to the axiz of rotation.

In this case the thickness of the slice will be dy so we'll be integrating with respect to y. The slice is taken at a value of y.

enter image source here

The volume of the representative disc is pir^2*"thickness"

In this case r = x at our chosen value of y. But we need r in terms of y. The curve y = sqrtx is the upper part of x=y^2. (We have only positive values of y.) So,

r = y^2.

The volume of the representative disc is pi(y^2)^2dy

y varies from 0 to 2

The volume of the solid is

int_0^2piy^4dy = (32pi)/5