(850, #27) Find the volume of the solid bounded by the cylinder and the planes in the first octant.

Solution: The base of the solid is the shaded circular sector.

The height is z=y. The volume is, then,

Maple Check:

int( int( y, y = 0..sqrt(1-x^2)), x = 0..1);

1/3

by: gm