cp ~bfarr/Surf_start.mws ~
You can copy the worksheet now, but you should read through the lab before you load it into Maple. Once you have read to the exercises, start up Maple, load the worksheet Surf_start.mws, and go through it carefully. Then you can start working on the exercises.
One of the most valuable services provided by computer software such as Maple is that it allows us to produce intricate graphs with a minimum of effort on our part. This becomes especially apparent when it comes to functions of two variables, because there are many more computations required to produce one graph, yet Maple performs all these computations with only a little guidance from the user.
The simplest way of describing a surface in Cartesian coordinates is
as the graph of a function over a domain, e.g. a set of
points in the
plane. The domain can have any shape, but a
rectangular one is the easiest to deal with.
Another common, but more difficult way of describing a surface is as
the graph of an equation
, where
is a constant. In
this case, we say the surface is defined implicitly. A third way of
representing a surface
is through the use of level
curves. The idea is that a plane
intersects the
surface in a curve. The projection of this curve on the
plane is
called a level curve. A collection of such curves for different values
of
is a representation of the surface called a contour plot.
Some surfaces are difficult to describe in Cartesian coordinates, but easy to describe using either cylindrical or spherical coordinates. The obvious examples are cylinders and spheres, but there are many other situations where these coordinate systems are useful.
What does the contour plot look like in the regions where the surface plot has a steep incline? What does it look like where the surface plot is almost flat?
What can you say about the surface plot in a region where the contour plot looks like a series of nested circles?
> implicitplot3d(z=cos(r^2),r=0..2,theta=0..2*Pi,z=-1..1,coords=cylindrical);
> plot3d([4*cos(s)+cos(t)*cos(s),4*sin(s)+cos(t)*sin(s),sin(t)], s=0..2*Pi,t=0..2*Pi,style=patch);This surface is called a torus. Can you explain why it can't be represented in Cartesian coordinates as