A surface is a 2-dimensional object in . Later I'll discuss parametric
surfaces and give a more precise definition. This section is
primarily descriptive, to acquaint you with some of the objects we'll
use in multivariable calculus.
Just as the graph of a function is a curve in
, the graph of a function
is a surface
in
. In principle, you could draw the graph of
by plotting points, as you can for the graph of
.
Example. Consider the function .
(a) Is the point on the graph of f?
(b) Is the point on the graph of f?
(c) Complete the following table, filling in the z-values:
To determine whether a point is on the graph, plug x and y
into
and see if you get z.
(a) , so the point is on the
graph.
(b) , so the point is not
on the graph.
(c)
The last example shows the limitation of drawing surfaces by plotting
points: With 2 input variables (compared to one input variable for
) it is even more tedious than drawing curves by
plotting points. For that reason, I'll usually assume that you have
access to computer software that can draw the graphs for you. Try to
plot the surfaces in the examples yourself using a software package
like Mathematica or maxima. Some of the graphs that
occur a lot (like planes, spheres, cylinders, cones, or paraboloids)
you will probably learn to sketch by hand.
Example. Sketch the plane .
You could do this by finding the intercepts of the plane with the x, y, and z axes. Alternatively, solve for z:
Now I can use software to draw the graph:
Example. Sketch the paraboloid:
(a) .
(b) .
A paraboloid is the surface-analog of a parabola. In fact, you can get a paraboloid by revolving a parabola about its axis.
(a)
(b)
Notice how the form of the equation relates to whether the paraboloid opens upward or downward.
Example. Find and describe the curve of
intersection of the paraboloid and the x-y-plane.
The x-y-plane has the equation . Setting
in the paraboloid equation, I get
This is a circle of radius 2 centered at the origin in the
x-y-plane.
Here's a picture:
Notice that this paraboloid is "round" compared to the earlier paraboloids. To get this picture (so you could see that the intersection is a circle) I needed to represent the paraboloid parametrically. I'll discuss parametric surfaces later, but if you want to try this for yourself, use:
As in the last example, I'll describe some of the surfaces below parametrically and discuss parametrizing surfaces in more detail later. You'll probably be able to figure out (a bit) how parametric surfaces work by following along with the examples.
Just as some curves in the planes are not the graphs of functions
because they fail the "vertical line test", some useful
surfaces are not graph of functions (because they fail the
"vertical line test" for functions of 2 variables). In this
case, the failure of the test means that for some pairs of inputs
, there are multiples z-values satisfying the
equation. You can draw some of these surfaces by drawing them
"in pieces".
Example. Graph the sphere
Notice what happens if I solve for z:
I actually get two functions, one for the plus sign and one for the minus sign. The plus sign gives the top hemisphere and the minus sign gives the bottom hemisphere.
If I graph the two functions and
together, I get:
Note: I could graph the sphere "all at once" by representing it parametrically. I'll discuss parametric surfaces later, but if you want to try this for yourself, use:
Example. Graph the cones:
(a) .
(b) .
(a)
(b)
These graphs may not look like cones to you. If you looked at the last few examples, you might anticipate that I could get better pictures by representing the surfaces parametrically.
For the first cone, use:
The graph looks like this:
For the second cone, use:
The graph looks like this:
Those look more like cones!
After seeing the last few examples, you might be anxious to move on to parametric surfaces. Still, it's worth remembering that you can obtain many useful surfaces as graphs of functions.
Example. Graph .
If I draw the graph "as-is", I get:
However, this graph may be too "flat" for you to be able to
discern some important features of the graph. If you don't care about
scale and you want to exaggerate the features of a surface, you can
wrap in
, so you end up plotting
.
(I first saw this trick in Stan Wagon's book [1], which contains lots of neat projects. It is written for Mathematica, but you can translate the projects to other computer algebra systems like maxima without too much trouble.)
Why does this work? Remember that the inverse tangent function takes
to
. So taking
has the effect
of compressing an infinite range down to a finite range, and
exaggerating features which would otherwise be "smeared
out".
Here's how the surface looks:
Now you can clearly see a a local maximum (
the "mountain") with a saddle point
to its right.
Example. Sketch the cylinder:
(a) .
(b) .
(c) .
In all of these cases, I used a parametric representation for the cylinder, simply because it's easier to obtain the graphs.
(a) For , I used
(b) For , I used
(c) For , I used
[1] Stan Wagon, Mathematica in action. New York: W. H. Freeman and Company, 1991. (See pages 88--89 for the inverse tangent trick)
Copyright 2018 by Bruce Ikenaga