Differentiation and Integration of Vector-Valued Functions
Differentiation and Integration of Vector-Valued Functions
2.2.1 Di¤erentiation
De…nition 116 Let ! r (t) be a vector function. The derivative of !
r with re-
d !
r
spect to t, denoted !
r 0 (t) or is de…ned to be
dt
!r (t + h) !r (t)
!r 0 (t) = lim
h!0 h
! 0
Geometrically, r (a) is the vector tangent to the curve at t = a.
De…nition 118 (Unit Tangent Vector) The unit tangent vector, denoted
!
T (t) is de…ned to be
! !r 0 (t)
T (t) = !0 (2.4)
k r (t)k
!
Remark 119 Of course, the above de…nition makes sense only if !
r 0 (t) 6= 0 .
Since the component functions are real-valued functions of one variable, all
the properties of the derivative will hold. We have the following theorem:
Theorem 121 Suppose that ! u and ! v are di¤ erentiable vector functions, c is
a scalar and f is a real-valued function. Then:
1. (! !
v (t)) = ! !
0
u (t) u 0 (t) v 0 (t)
2. (c!
u (t)) = c!
0
u 0 (t)
3. (f (t) !
u (t)) = f 0 (t) !
u (t) + f (t) !
0
u 0 (t)
4. (!
u (t) !
v (t)) = !
u 0 (t) !
v (t) + !
u (t) !
0
v 0 (t)
72 CHAPTER 2. VECTOR FUNCTIONS
5. (!
u (t) ! v (t)) = ! u 0 (t) ! v (t) + ! !
0
u (t) v 0 (t)
6. (!
u (f (t))) = f 0 (t) !
0
u 0 (f (t))
D E
Example 122 Let ! r (t) = t; et ; sin 2t . Find !
2
r 0 (t) and the unit tangent
vector at t = 0. Then, …nd the equation of the tangent at t = 0.
1. Computation of ! r 0 (t).
D E
! 2
r 0 (t) = 1; 2tet ; 2 cos 2t
We …nish with the proof of a well known result which we state as a propo-
sition.
Proposition 125 Let C be a curve given by a position vector ! r (t). If k!
r (t)k =
c (a constant) then !
r 0 (t) ? !r (t) for all t.
Proof. We know that k! r (t)k = ! r (t) ! r (t). So, we have ! !
2
r (t) r (t) = c2 .
If we di¤ erentiate each side and use our rules of di¤ erentiation, we get
!
r 0 (t) !
r (t) + !
r (t) ! r 0 (t) = 0
2!
r 0 (t) !r (t) = 0
!
r 0 (t) !
r (t) = 0
This says that !
r 0 (t) ? !
r (t).
You may not recognize this result the way it is stated. Think of a circle.
The position vector of a circle is its radius. The theorem stated in the case of
a circle says that the radius of a circle is perpendicular to the tangent to the
circle.
2.2.2 Integration
De…nition 126 If !
r (t) = hf (t) ; g (t) ; h (t)i then
Z b *Z Z b Z +
b b
!
r (t) dt = f (t) dt; g (t) dt; h (t) dt
a a a a
and Z Z Z Z
!
r (t) dt = f (t) dt; g (t) dt; h (t) dt
Velocity:
!
v (t) = 1; 3t2 ; 3
Acceleration:
!
a (t) = h0; 6t; 0i
and
!
a (1) = h0; 6; 0i
The trajectory of the object as well as the velocity and acceleration at t = 1
are shown in …gure 2.2.
Velocity: Since !
a (t) = !
v 0 (t), it follows that
Z
!v (t) = ! a (t) dt
Thus
!
v (t) = 2t2 + C1 ; 3t2 + C2 ; t + C3
We …nd the constants by using the initial condition.
!
v (0) = h1; 1; 1i = hC1 ; C2 ; C3 i
2t3 t2
= + t + C1 ; t3 t + C2 ; + t + C3
3 2
We …nd the constants by using the initial condition.
!
r (0) = h1; 0; 0i = hC1 ; C2 ; C3 i
76 CHAPTER 2. VECTOR FUNCTIONS
! 2t3 t2
r (t) = + t + 1; t3 t; +t
3 2
Remark 131 The above problem can be set up as a di¤ erential equation, that
is an equation which involves the derivatives of an unknown function. Solv-
ing the equation amounts to …nding the unknown function. We were given
the acceleration !a (t) and we had to …nd the position function ! r (t). Since
! !
a (t) = r (t), the above problem could have been stated as: Find !
00
r (t) given
! 00 ! !
that r (t) = h4t; 6t; 1i, r (0) = h1; 0; 0i and v (0) = h1; 1; 1i. The last two
conditions are called the initial conditions because they are the conditions
when t = 0. Of course, we would solve the problem the same way in this par-
ticular example. However, many di¤ erential equations which appear in applied
mathematics are far more challenging to solve.
This can be derived from the de…nition of acceleration. Since a (t) = v 0 (t),
Rt Rt
integrating from t0 to t gives t0 a (u) du = t0 v 0 (u) du. Using the fundamental
Rt
theorem of calculus, we get t0 a (u) du = v (t) v (t0 ) hence the result. Similarly,
if !
v (t) and !r (t0 ) are known, then
Z t
!
r (t) = !
r (t0 ) + !
v (u) du
t0
This can be proven the same way as the formula for velocity.
Remark 133 When studying the motion of an object, the time at which we
start tracking the object is usually set to 0. The acceleration at time t = 0 is
called initial acceleration and denoted ! a 0 . Similarly, the velocity at time
t = 0 is called initial velocity and usually denoted ! v 0 . The position at time
t = 0 is called initial position and usually denoted ! r 0 . The term initial
means at time t = 0.
= hC1 ; gt + C2 i
!
Let v 0 = hv0x ; v0y i. Then, we have
!
v (0) = hv ; v i = hC ; C i
0x 0y 1 2
Thus
!
v (t) = hv0x ; gt + v0y i
Elementary trigonometry tells us that
v0x = k! v 0 k cos
v !
= k v k sin
0y 0
Thus
!
v (t) = hk!v 0 k cos ; gt + k!
v 0 k sin i
!
Now, we can compute r (t).
Z
!r (t) = !v (t) dt
1 2
= (k!
v 0 k cos ) t + C1 ; gt + (k!
v 0 k sin ) t + C2
2
78 CHAPTER 2. VECTOR FUNCTIONS
Since !
r (0) = h0; 0i, both C1 and C2 are 0 hence
! 1 2
r (t) = (k!
v 0 k cos ) t; gt + (k!
v 0 k sin ) t
2
So, we can see that the motion in the x direction and in the y direction
follow di¤ erent laws. This can be made more obvious by writing the para-
metric equations of the trajectory of the object.
(
x = (k!v 0 k cos ) t
1 2
y= gt + (k! v 0 k sin ) t
2
2 k!
v 0 k sin
This happens when either t = 0 or t = . t = 0 corresponds
g
2 k!
v 0 k sin
to the initial position. The value of t we want is t = . This
g
value gives us
2 k!
v 0 k sin
d = (k!v 0 k cos )
g
! 2
k v k sin 2
0
d =
g
2.2.5 Problems
Do odd # 1 - 25 at the end of 10.1 in your book.
Do odd # 1 - 7, 13, 15, 17 at the end of 10.2 in your book.
2.3. ARC LENGTH AND CURVATURE 79
as t varies in the interval [a; b]. In fact, a curve is a little more than just a set
of points. It is a succession of points traversed in a certain order. As t varies
from a to b, the points obtained will trace the curve in a certain order. We say
that a parametrized curve is an oriented curve.
Many curves are parametrized with time as their parameter. One reason for
this is that the equations of these curves are often derived from principles in the
sciences. These principles often involve time. However, time may not always be
the best parameter. Consider the following example. Suppose that you are an
explorer, think of the path you follow as a curve. One day you are on a curve
that is so fascinating that you want to record what you see so other people
can follow your steps. You want to describe the path you follow (the curve)
from a known point. Suppose you use statements like: "For 2 hours, we went
straight east, then after 2 hours, we turned left 45 degrees, we continued on