Mathematics 136, section 4 -- AP Calculus

Lab Day 2: Parametric Curves and Motion

September 23, 2003

Background

Today's lab is an extended demonstration to introduce a new idea via Maple's graphics facilities. The worksheet you develop today will be your class notes for the day, so make sure both partners in your lab pair print out a copy to keep. In class so far, we have looked only at graphs with equations y = f(x). These are familiar and easy to deal with, but they have certain limitations if we want to describe some situations like the path followed by an object moving in the plane. An object can start at one point and return to that point at some later time, its path can cross vertical lines more than once, etc. A graph y = f(x) cannot do either of those things. Hence to describe this kind of motion, we need a more general idea of how to describe curves in the plane. If we think of the position of the moving object as a function of time, then it is natural to think of describing the path by giving two different functions:

x = f(t); y = g(t)

giving the x- and y-coordinates of the object at each time. If we then plot the points (f(t),g(t)) for all t in the time interval over which the motion takes place, we will see a curve in the plane -- the path the object follows. The resulting curve is called a parametric curve: the time t is the ``parameter''. If you are used to thinking only of graphs y=f(x), though, parametric curves can ``take some getting used to'', because the values of t will not be apparent in the x-y plot of the path of motion. In other words, when we plot a parametric curve, we will see the path traced out over a certain time interval, but we will not directly see where we are at each time. To help visualize how all this works, then, we will look at some examples today using Maple's animation feature. This will let us see how parametric curves are ``traced out'' as t ranges over its domain. You will not need to generate the Maple commands for these animated plots yourself; I will provide those. The goal of today's lab is just to develop an understanding of how this new idea for describing curves works.

Lab Activities

Before proceeding to the demonstrations below, execute the following command in Maple:

with(plots):

(This loads in a package of graphics routines including the animation routine we will use today. (Note: the colon at the end means the output -- the list of names of the procedures in the plots package -- will not be printed. If you want to see all the stuff that is in there, replace the colon by the usual semicolon.)

Lab Assignment

Prepare a Maple worksheet showing all your computations and graphs for questions A,B,C above. Due: Wednesday, September 24.