Part 1: Limits and Derivatives

In R3, vector-valued functions are of the form
r( t) =   á f( t) ,g( t),h( t) ñ ,    t  in [ a,b]
If f( t) , g( t) , and h( t) are continuous over [ a,b] , then the set of position vectors r( t) , t in [ a,b] , often parameterizes a curve C. Conversely, if a curve C is parameterized by a vector-valued function r( t) , t in [ a,b] , then r( t) is called a parameterization of C with parameter t in [ a,b] .      

EXAMPLE 1    Sketch the curve parametrized by r(t) = á cos(t), sin(t),  t ñ for t in [ 0,4p] .       

Solution: The computer algebra system Maple yields the following curve

Because we have little experience with 3-dimensional curves, eliminating t from x = f( t) , y = g( t) , and z = h( t) tells us little about the curve. Instead, we develop the calculus of vector-valued functions in R3 as a means of studying curves and their parameterizations.

To begin with, we define the limit of a vector-valued function r( t) =   á f( t) ,g( t) ,h(t) ñ to be

lim
t® p 
r( t) = 
lim
t® p 
f( t) ,
lim
t® p 
g( t),
lim
t® p 
h( t)
(1)
when each of these limits exist. Subsequently, the derivative of r( t) =   á f( t) ,g( t),h( t) ñ is defined
dr
dt
=
lim
Dt® 0 
r(t+Dt) -r( t)
Dt
 
which via the definition of the limit (1) yields
 dr
dt

lim
Dt® 0 
 f( t+Dt) -f( t)
Dt
,
lim
Dt® 0 
g(t+Dt) -g( t)
Dt
,
lim
Dt® 0 
h( t+Dt) -h(t)
Dt
We often denote dr/dt by v and call it the velocity of r(t) . Likewise, the derivative of v( t) is often called the acceleration of r( t) . The computation above shows us that we have the following:   

Theorem 6.1: The velocity v( t) of the function r( t) =   á f( t),g( t) ,h( t) ñ  is
v( t) = 
dr
dt

= á f ¢( t) ,g¢( t) ,h¢( t) ñ
Likewise, the acceleration of r( t) is given by
a( t) = 
dv
dt
 
= á f ¢¢( t) ,g¢¢( t) ,h¢¢( t) ñ

       

If v( t) exists for each t in (a,b) , then we say that r( t) is differentiable over ( a,b) .

       

EXAMPLE 2    Compute the velocity and acceleration of
r( t) = á t2,e2t,t3 ñ
Solution: To begin with, the velocity of r(t) is
v( t) = 
d
dt
t2
d
dt
e2t
d
dt
t3 
 = á 2t,2e2t,3t2 ñ
As a result, the acceleration of r(t) is
a( t) = 
d
dt
2t
d
dt
2e2t
d
dt
3t2 
  = á2,4e2t,6t  ñ

               

Check your Reading: What is v( t) if r( t) = á t2,t2,t2 ñ ?