next up previous
Next: Velocity Up: Parameterized Curves Previous: Curves as One Variable

Describing Curves

Since a curve is one dimensional, we only need a single parameter to describe it. Usually this parameter is denoted t and sometimes has the additional meaning of representing time in more physical applications. To fully specify how the curve moves in three-dimensional space we will need to give x, y, and z as functions of t. We also need a range of values for t. A parameterization of a curve is the specification of these quantities:

\begin{displaymath}
x = x(t), \qquad y = y(t), \qquad z = z(t), \qquad a \le t \le b.\end{displaymath} (1)

It is also important to make sure that the range of values for t is such that the curve is only traced out by the parameterization once.

When we say that a parameterization traces out a curve, we mean that if we specify a point on the curve as (x(t),y(t),z(t)) and vary t, the collection of points specified in this manner make up the curve. Another way, that is more common, is to use the notation of the position vector. We let the vector $\vec{r}(t)= x(t)\hat{i} + y(t)\hat{j} + z(t)\hat{k}$.The tail of this vector sits at the origin, and the tip of this vector is at a pint on the curve. As t varies over its possible values, the tip traces out the curve. When we draw a curve from a parameterization, we usually put an arrow along the curve in order to indicate the direction of increasing t.





 
next up previous
Next: Velocity Up: Parameterized Curves Previous: Curves as One Variable
Vector Calculus
12/6/1997