Let's work with curves in
R, although
curves in
R
are treated the same.
Recall that a curve given parametrically is the same
thing as a vector-valued function
, i.e., a function
R
R
or a function on just part of
R
to
R
. We can either write
directly or write the
function using coordinates:
.
The curve in
R is really the image of the
function, or in other words, the path swept out by the moving
point described by
, if you think of
as time.
Usually, though, we just say ``the parametric curve'' when we mean
the function
.
In this course, such functions are usually given one of two ways:
An expression such as the one of Example may look
unfamiliar at first, but notice that for each
, each
coefficient is some particular number, so this kind of
computation is really nothing new. For instance, in Example
4,
.
We could call an expression of the second kind a
time-varying linear combination of points. In graphics
the coefficient functions of are called blending
functions. For a curve given this way, it is easy to find
the coefficient functions:
Observation. For a curve
, write
and
. Then
,
.
Interestingly, and
can also be
regarded as linear combinations of the functions
with the numbers
or
as coefficients,
instead of as linear combinations of numbers with functions
as coefficients.
In all applications in this course, the coefficient
functions will add up to at all times
used . This property is needed to ensure that if the points
are translated by some vector
b
, then the
curve is also translated by
b
. (See the Exercises.)