next up previous
Next: About this document ... Up: lab_template Previous: lab_template

Subsections


MA 1024: Surfaces

Purpose

The purpose of this lab is to introduce you to some of the Maple commands that can be used to plot surfaces in three dimensions.

Getting Started

To assist you, there is a worksheet associated with this lab that contains examples to get you aquainted with the lab. You can copy that worksheet to your home directory with the following command, which must be run in a terminal window for example, not in Maple.

cp /math/calclab/MA1024/Surf_start.mws My_Documents

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.

Background

The graph of a function of a single real variable is a set of points $(x,f(x))$ in the plane. Typically, the graph of such a function is a curve. For functions of two variables in Cartesian coordinates, the graph is a set of points $(x,y,f(x,y))$ in three-dimensional space. For this reason, visualizing functions of two variables is usually more difficult.

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 $z = f(x,y)$ over a domain, e.g. a set of points in the $xy$ 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 $F(x,y,z) = C$, where $C$ is a constant. In this case, we say the surface is defined implicitly. A third way of representing a surface $z = f(x,y)$ is through the use of level curves. The idea is that a plane $z=c$ intersects the surface in a curve. The projection of this curve on the $xy$ plane is called a level curve. A collection of such curves for different values of $c$ is a representation of the surface called a contour plot.

Similar to the idea of level curves is to look at cross sections of the surface to see what two-dimensional shape is traced, not only in the $xy$ plane by letting $z$ be constant, but also in the $yz$ plane by holding $x$ constant and the $xz$ plane by holding $y$ constant.

Exercises

  1. For the given equations below, plot two dimensional level curves parallel to the $xy$ plane and then plot two dimensional cross sections in the $xz$ plane and the $yz$ plane. Identify the type or shape of the quadric surface, ie. a sphere, cylinder, cone, elliptic cone, paraboloid, elliptic parabaloid, ellipsoid, hyperboloid of one sheet, hyperboloid of two sheets, elliptic hyperboloid of one or two sheets, or a hyperbolic parabaloid (saddle). Once you have determined the shape of the surface, supply a three dimensional plot to support your conclusion.
    a)

    \begin{displaymath}z=x^2+y^2 \end{displaymath}

    b)

    \begin{displaymath}z^2=x^2+3y^2 \end{displaymath}

    c)

    \begin{displaymath}z=x^2-y^2 \end{displaymath}

  2. Create a contour plot for the function $\displaystyle f(x,y)= \frac{\exp(x)+\exp(y)}{x^2+y^2}$ for the $z$ values $1/2,1,2,3,4$ using two different methods; first using cross sections and then using Maple's contourplot command.

  3. Consider the following function $\displaystyle f(x,y) = \frac{\sin(x)}{1+y^2}$ for $0 \leq x \leq 2 \pi$ and $-3 \leq y \leq 3$ which looks like a deep valley with a mountain opposite it. Is is possible to find a path from the point $(0,3,0)$ to $(2\pi,-3,0)$ such that the value of $z$ is always between $-0.25$ and $0.25$ ? You do not have to find a formula for your path, but you must present convincing evidence that it exists. For example, you might want to sketch your path in by hand on an appropriate countour plot. You need to show at least 6 contours in your plot.


next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina Solitro
2008-03-19