[Graphics:Images/index_gr_1.gif]
[Graphics:Images/index_gr_2.gif]

Calculus III - Lab 2a:
3-Dimensional Graphs - Curves

Warning: Save early and save often when you are working on this lab.  Some of the computations are fairly memory intensive and you really don't want to suddenly have your computer lock up on you and lose an hour's work you never got around to saving.  You have been warned.

Curves

Curvature

For a curve [Graphics:Images/index_gr_3.gif] , find [Graphics:Images/index_gr_4.gif] , the curvature function at time t (define it as a function).

Hint:  You can find the derivative of [Graphics:Images/index_gr_5.gif] just by entering [Graphics:Images/index_gr_6.gif] and the second derivative by entering [Graphics:Images/index_gr_7.gif] (that is two apostrophe's, NOT quotation marks).  Also, you can test your curvature function by using it to find the curvature of [Graphics:Images/index_gr_8.gif], which should be [Graphics:Images/index_gr_9.gif] (for all t).

Graph [Graphics:Images/index_gr_10.gif] and [Graphics:Images/index_gr_11.gif]  over the same domain for t (-1 to 1 should be okay).  Explain how these two graphs relate to each other.  What important fact about the curve does the curvature graph make clear (it isn't at all obvious on the actual graph or r)?

Curves on a surface

Many curves in 3 dimensions actually lie on surfaces of some sort.  For example, the curve:

[Graphics:Images/index_gr_12.gif]

lies on the surface of the unit sphere about the origin.  If you graph r and the unit sphere on the same axes, you can see this:

[Graphics:Images/index_gr_13.gif]

[Graphics:Images/index_gr_14.gif]

[Graphics:Images/index_gr_15.gif]

This defines a unit sphere we can overlay this onto.  (You can use this definition later in the exercises if you wish.)

[Graphics:Images/index_gr_16.gif]

[Graphics:Images/index_gr_17.gif]

[Graphics:Images/index_gr_18.gif]
[Graphics:Images/index_gr_19.gif]

[Graphics:Images/index_gr_20.gif]

[Graphics:Images/index_gr_21.gif]

(If you use the Mesh->False directive in your Show command, you can make it easier to see the curve.  Unfortunately, there is a bug in the RealTime3D package that ignores any color directives.  This means you can either rotate your pictures with the mouse or control the colors, not both.  I'll be glad when they fix this one...)

You can show algebraically that this does lie on the sphere by showing that its components satisfy the equation for a sphere:

[Graphics:Images/index_gr_22.gif]
[Graphics:Images/index_gr_23.gif]

This shows that [Graphics:Images/index_gr_24.gif] as it should be for a sphere.  (It is usually easier to set the Cartesian equation equal to 0 to check it, especially on more complicated surfaces.)  For most of the surfaces we will be looking at, you should apply the //FullSimplify at the end of the line (it does things like take care of trig identities, etc.).

For each of the following, decide what surface it lies on.  Show this graphically and algebraically (as above).  For simplicity sake, you can assume that each surface will be as simple as possible (i.e., the coefficients are all 1).

You will probably need to set PlotPoints to 100 or 200 to get smooth looking curves here.  Also, you will probably need to experiment around with your domain for t a bit.  If the domain is too large, you will get a mess (too many line segments, which can give a false impression of the curve).  If it is too small, you may not be able to tell what surface the curve lies on.

1.
[Graphics:Images/index_gr_25.gif]
2.
[Graphics:Images/index_gr_26.gif]
3.
[Graphics:Images/index_gr_27.gif]
Extra credit:  For all the examples above, it is relatively easy to check to see that the curve really lies on the surface by using the implicit form of the equation for the surface (i.e., an equation in X, Y, and Z only).  However, if all you have are the parametric equations for a surface, explain how you can generate many curves on that surface easily without having to find the implicit form to check.  Give a few examples and graph them (as above)...


Converted by Mathematica      March 18, 2001