Investigate a Surface
On Tuesday March 20 you will be assigned your own surface
(in groups of 2 or alone) - if you missed
class then look for an ASULearn message where I tell you your surface.
Explore the following via
researching
our text and elsewhere (keep track of your references) and
our Maple files. Write it up in your own words but you may use
pictures from elsewhere (with proper reference). You will turn in
all of the following, and share some portions with your classmates.
- Print a picture of the surface. Be prepared to project this to the
class from the document camera and provide the reference.
- In bullet point format, summarize the physically interesting features
of your surface
- In bullet point format, for your surface, summarize the
historical significance and/or significance in current research and/or
significance in
applications
[try to find as many as you can here]
- Write down formulas for the following entities as a review,
using letters, words, etc... Assume that you have a surface
parametrized as X(u,v) to start with. Do NOT do any calculations for your
surface here, but do explain how to calculate each from X(u,v) (and
your answers may build upon one another, ie using part a in another part).
- Normal to a surface X(u,v)
- Curvature of a curve gamma(t) on X(u,v)
- Normal Curvature of gamma(t) on X(u,v)
- Geodesic Curvature of gamma(t) on X(u,v)
- A curve is a geodesic if the geodesic curvature = __________.
- E (of a surface X(u,v))
- F
- G
- Provide parametrization(s)
for your surface that can be used for the Maple worksheets
- Use the Maple file on geodesic and normal
curvatures in order to
provide your new values for each of the following (these are the commands
I used for a sphere or radius 1) for a curve that NOT is a geodesic:
g := (x,y) -> [cos(x)*sin(y), sin(x)*sin(y), cos(y)]:
a1:=0: a2:=Pi: b1:=0: b2:=Pi:
c1 := 1: c2 := 3:
Point := 2:
f1:= (t) -> t:
f2:= (t) -> 1:
and print a graph that shows part of the surface, part of a
NOT-a-geodesic curve, and
the curvature vectors (label which is which).
- Use the Maple file on geodesic and normal
curvatures in order to
provide your new values for each of the following (these are the commands
I used for a sphere or radius 1) for a curve that is a geodesic, or as
close to a geodesic as you can get:
g := (x,y) -> [cos(x)*sin(y), sin(x)*sin(y), cos(y)]:
a1:=0: a2:=Pi: b1:=0: b2:=Pi:
c1 := 1: c2 := 3:
Point := 2:
f1:= (t) -> t:
f2:= (t) -> 1:
and print a graph that shows part of the surface, part of a
geodesic, and
the curvatures.
- Write down formulas for the following entities as a review,
using letters, words, etc... Assume that you have a surface
parametrized as X(u,v) to start with. Do NOT do any calculations for your
surface here, but do explain how to calculate each from X(u,v) (and
your answers may build upon one another, ie using part a in another part,
and/or your answers in #4 above).
- l
- m
- n
- Gauss Curvature of a surface X(u,v)
- Mean Curvature of a surface X(u,v)
- Use the Maple file
Gauss Curvature and Mean Curvature
to calculate
- Normal to the surface
- Unit Normal to the surface
- E, F and G for your surface
- l, m, n for your surface
- Gauss curvature for your surface
- Mean curvature for your surface
and print what Maple provides.
- Write the metric form (ds/dt)2 for your surface
- Set up, but do not solve,
a surface area integral using E, F and G. Explain what
your limits of integration would be to find the surface area for
the entire surface.
In addition, if your surface has infinite surface area,
cap it off somewhere, and explain
what the limits would be and what the capped picture would look like.
[For instance for a parametrization of the x-y plane [u,v,0], u and v range
from negative infinity to positive infinity, but a capped version of the
plane could be a square with u and v from -1..1]
- Discuss instrinsic Gauss curvature arguments (positive, negative, or
zero) for a few interesting points on your surface (from a curvature
perspective).
- If you used any references other than our text, the Maple
files or me, then give proper credit.