|
|
|
We define a new type of function, called a vector-valued function, that maps a domain value t to values for each of the coordinates x and y of a vector. One such function is t --> (t, t2), which we denote r(t) = (t, t2).
What is the familiar curve in the plane described by the vector-valued function r(t) = (t, t2)?
A curve written in this way is also said to be parameterized, and its coordinates are usually written as functions of t by expressing the points on the curve (x,y) as (x(t),y(t)).
How should we differentiate a vector-valued function? Using the definition of the derivative with a vector-valued function r(t) = (x(t), y(t)), we get
So we only need to compute the derivatives of the coordinate functions. The result of this operation is another coordinate pair -- in other words, the derivative of a vector-valued function is again a vector-valued function. This new function, r'(t), gives a vector for each value of t that is a tangent vector to the curve at that point. A tangent vector to a curve points in the direction of the familiar tangent line and (by convention) has its base at the point of tangency on the curve instead of at the origin.
An alternate notation for a vector-valued function is r(t) = x(t)i + y(t)j, which expresses the points on the curve as vector sums of the basic vectors i and j. In this notation, the derivative vector of the vector-valued function r(t) = x(t)i + y(t)j is r'(t) = x'(t)i + y'(t)j.
|
|
|
| CCP Home | Materials | Multivariable Calculus | Module Contents | Back | Forward |
modules at math.duke.edu
Copyright
CCP and the author(s), 2001-2002