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 and even solutions to some of the exercises. You can copy that worksheet to your home directory by going to your computer's Start menu and choose run. In the run field type:

\\filer\calclab

when you hit enter, you can then choose MA1024 and then choose the worksheet

Surf_start_A11.mw

Remember to immediately save it in your own home directory. Once you've copied and saved the worksheet, read through the background on the internet and the background of the worksheet before starting 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. Generate a surface plot and contour plot for the following function on the given domain:

    \begin{displaymath}f(x,y) = (x^2-y^2)e^{(-x^2-y^2)}, ~~ -3\leq x \leq 3, ~~ -3\leq y\leq 3 \end{displaymath}

    A
    Describe the difference between the contour lines in the regions where the surface plot has a steep incline compared to where the surface plot is almost flat?
    B
    What can you say about the surface plot in a region where the contour plot looks like a series of nested circles?

  2. 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=4x^2+y^2 \end{displaymath}

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


next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2011-08-27