Next: About this document ...
Up: lab_template
Previous: lab_template
Subsections
The purpose of this lab is to introduce you to curve computations
using Maple for parametric curves and vector-valued functions in the
plane.
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 with the following command,
which must be run in a terminal window, not in Maple.
cp ~bfarr/Vec2D_start.mws ~
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 Vec2D_start.mws, and go through it
carefully. Then you can start working on the exercises.
By parametric curve in the plane, we mean a pair of equations
and
for
in some interval
. A vector-valued function in
the plane is a function
that associates a vector in
the plane with
each value of
in its domain. Such a vector valued function can
always be
written in component form as follows,
where
and
are functions defined on some interval
. From our
definition of a parametric curve, it should be clear that you can
always associate a
parametric curve with a vector-valued function by just considering the
curve traced out by the head of the vector. However, there are
lots of situations where a vector-valued function is more
appropriate. This happens most often when the quantity you want to
describe with the function is natural to think of as a vector, for
example, a force or a displacement.
For the applications we will deal with, we only need to consider
curvilinear motion of a point in the plane, That is, we have a
vector-valued function
that gives the position at time
of a moving point
in the plane. The velocity of this point is
given by the derivative
and the acceleration is given
by the second derivative,
. If the velocity,
, is not the zero vector, then it is clear from the
way it is defined that
is a vector that is tangent to
the curve at the point
.
In many applications of
curvilinear motion, we need to know the magnitude of the velocity, or
the speed. This is easy to compute - just take the magnitude
.
Using our idea of the parametric curve associated with
and recalling the definition of arc length, we arrive
at a different interpretation of speed as the rate of change of
arc length, or
where
is arc length.
This should make sense, if you recall that speed is the rate of change
of distance with time and arc length is distance measured along a
curve.
If the speed is not zero for any value of
in the interval
,
then it is possible to define a unit vector,
that is
tangent to the curve as follows.
Using this definition, you can write the velocity in the following form.
This is not the most useful form for calculating the velocity, but it
does lead to a useful way of thinking about the acceleration
experience by a particle moving in a curvilinear path.
If the path is a straight line, acceleration depends only on
whether the particle is speeding up or slowing down. In a curve, however,
there is an additional acceleration, called the centripetal
acceleration, that is needed to keep the particle moving on the curve. The
magnitude of this acceleration depends on the speed of the car and how
much the path is curving. It turns out that you can quantify this
with an intrinsic property of the curve called
the curvature, usually denoted
, defined by the following
equation.
That is, the curvature is the magnitude of the rate of change of the
tangent vector
with respect to arc length. For example,
the curvature of a straight line is zero and it can be shown that the
curvature of a circle of radius
is the same for every point on the
circle and is given by
.
If the curvature is never zero for a particular curve, then we can
define another intrinsic property of curve, the unit normal vector
by the following equation.
It can be shown that at each point on the curve the vector
defined
by this equation is a unit vector that is always perpendicular to the
tangent vector
at that point. Furthermore, the unit normal vector
always points in the direction of the centripetal
acceleration required to keep a particle moving on the curve. One way
to see this is to compute the acceleration by differentiating both
sides of the equation
Using the chain rule and the definition of the
curvature and the normal vector one obtains the following important
equation.
To see why this equation is useful, recall that
is the
speed, so
is the rate of change of the speed.
That is, this term measures whether the particle is speeding up or
slowing down. Because this component of the
acceleration is in the direction of the tangent vector it is often
called the tangential acceleration, denoted by the symbol
. The
component of the acceleration in the direction of the normal vector is
called the normal acceleration, denoted
. In the case of motion
on a circular path, the curvature is the reciprocal of the radius, so
this term should be easily recognizable as the centripetal
acceleration.
Computing these quantities is generally not an
easy task. The Getting started worksheet for this lab
describes commands from the CalcP package that simplify these
calculations and provides examples for you to work from.
- Consider the circle in the plane
and the two
different parametrizations given below. Consider only the interval
in each case.
-
-
- Describe the difference between these two different
parametrizations. Animating the curves might help you.
- Compute the unit tangent vector
at the point
,
for each parametrization and explain your results. (You will
have to find the appropriate values of
.)
- For
with
, answer the following questions.
- For which value(s) of
is the speed a maximum?
- For which value(s) of
is the curvature a maximum?
Next: About this document ...
Up: lab_template
Previous: lab_template
William W. Farr
2002-03-19