> with(plots):
Now, let's plot the surface in cylindrical coordinates:
>
plot3d([u,Pi/2-v,v],u=0..1,v=0..2*Pi,
coords=cylindrical,axes='NORMAL',
orientation=[8,75]);
Let's now use Maple to help evaluate the surface integral.
The indefinite integral is given by:
> int(sqrt(1+u^2),u);
and the definite integral is given by:
> int(sqrt(1+u^2),u=0..1);