The Calculus of Vector-Valued Functions II
The Calculus of Vector-Valued Functions II
The previous section introduced us to a new mathematical object, the vector-valued function. We now apply calculus concepts to
these functions. We start with the limit, then work our way through derivatives to integrals.
⇀
⇀
lim r (t) = L, (1)
t→c
⇀
means that given any ϵ > 0 , there exists a δ > 0 such that for all t ≠ c , if |t − c| < δ , we have ∥ r (t) − L∥ < ϵ. ⇀
Note how the measurement of distance between real numbers is the absolute value of their difference; the measure of distance
between vectors is the vector norm, or magnitude, of their difference.
⇀
lim r (t) = ⟨lim f (t) , lim g(t)⟩. (2)
t→c t→c t→c
2. Let ⇀
r (t) = ⟨ f (t), g(t), h(t) ⟩ be a vector-valued function in R defined on an open interval I containing c . Then
3
⇀
lim r (t) = ⟨lim f (t) , lim g(t) , lim h(t)⟩ (3)
t→c t→c t→c t→c
Let ⇀
r (t) = ⟨
sin t
t
2
, t − 3t + 3, cos t⟩. Find lim t→0
⇀
r (t) .
Solution
We apply the theorem and compute limits component-wise.
⇀
sin t
2
lim r (t) = ⟨lim , lim t − 3t + 3 , lim cos t⟩
t→0 t→0 t t→0 t→0
= ⟨1, 3, 1⟩.
Continuity
Definition 69: Continuity of Vector-Valued Functions
Let ⇀
r (t) be a vector-valued function defined on an open interval I containing c .
1. r (t) is continuous at c if lim
⇀
r (t) = r(c) .
t→c
⇀
1 https://math.libretexts.org/@go/page/21002
THEOREM 90: Continuity of Vector-Valued Functions
Let r (t) be a vector-valued function defined on an open interval I containing c .
⇀ ⇀
r (t) is continuous at c if, and only if, each of
its component functions is continuous at c .
Let ⇀
r (t) = ⟨
sin t
t
2
, t − 3t + 3, cos t⟩. Determine whether ⇀
r is continuous at t = 0 and t = 1 .
Solution
While the second and third components of r (t) are defined at t = 0 , the first component, (sin t)/t , is not. Since the first
⇀
component is not even defined at t = 0 , r (t) is not defined at t = 0 , and hence it is not continuous at t = 0 .
⇀
Derivatives
Consider a vector-valued function r defined on an open interval I containing t and t . We can compute the displacement of r on
⇀
0 1
⇀
as shown in 1b.
for any value of h ≠ 0 . We take the limit as h → 0 to measure the instantaneous rate of change; this is the derivative of ⇀
r .
2. The derivative of ⇀
r is
⇀ ⇀
r (t + h) − r (t)
⇀′
r (t) = lim . (6)
h→0 h
If a vector-valued function has a derivative for all c in an open interval I , we say that ⇀
r (t) is differentiable on I .
Once again we might view this definition as intimidating, but recall that we can evaluate limits component-wise. The following
theorem verifies that this means we can compute derivatives component-wise as well, making the task not too difficult.
2 https://math.libretexts.org/@go/page/21002
theorem 91: Derivatives of Vector-Valued Functions
1. Let ⇀
r (t) = ⟨ f (t), g(t) ⟩ . Then
⇀′ ′ ′
r (t) = ⟨ f (t), g (t) ⟩. (8)
2. Let ⇀
r (t) = ⟨ f (t), g(t), h(t) ⟩ . Then
⇀′ ′ ′ ′
r (t) = ⟨ f (t), g (t), h (t) ⟩. (9)
Let ⇀ 2
r (t) = ⟨t , t⟩ .
⇀′
1. Sketch r (t) and r (t) on the same axes.
⇀
2. Compute r (1) and sketch this vector with its initial point at the origin and at
⇀′ ⇀
r (1) .
Solution
1. Theorem 91 allows us to compute derivatives component-wise, so
⇀′
r (t) = ⟨2t, 1⟩. (10)
⇀′
r (t) and r (t) are graphed together in Figure 11.9(a). Note how plotting the two of these together, in this way, is not very
⇀
illuminating. When dealing with real-valued functions, plotting f (x) with f (x) gave us useful information as we were
′
able to compare f and f at the same x-values. When dealing with vector-valued functions, it is hard to tell which points on
′
⇀′
the graph of r correspond to which points on the graph of r . ⇀
⇀′
2. We easily compute r (1) = ⟨2, 1⟩, which is drawn in Figure 2a with its initial point at the origin, as well as at
r (1) = ⟨1, 1⟩. These are sketched in Figure 2b.
⇀
3 https://math.libretexts.org/@go/page/21002
Figure 3: Viewing a vector-valued function and its derivative at one point.
In Examples 3 and 4, sketching a particular derivative with its initial point at the origin did not seem to reveal anything significant.
However, when we sketched the vector with its initial point on the corresponding point on the graph, we did see something
significant: the vector appeared to be tangent to the graph. We have not yet defined what "tangent'' means in terms of curves in
space; in fact, we use the derivative to define this term.
⇀′
2. The tangent line} to the graph of r (t) at t = c is the line through r (c) with direction parallel to
⇀ ⇀
r (c) . An equation of the
tangent line is
⇀
⇀ ⇀′
ℓ (t) = r (c) + t r (c). (11)
Let ⇀ 2
r (t) = ⟨t, t , t ⟩
3
on [−1.5, 1.5]. Find the vector equation of the line tangent to the graph of ⇀
r at t = −1 .
Solution
To find the equation of a line, we need a point on the line and the line's direction. The point is given by ⇀
r (−1) = ⟨−1, 1, −1⟩ .
(To be clear, ⟨−1, 1, −1⟩ is a vector, not a point, but we use the point "pointed to'' by this vector.)
⇀′ ⇀′ ⇀′
The direction comes from r (−1) . We compute, component-wise, r (t) = ⟨1, 2t, 3 t ⟩
2
. Thus r (−1) = ⟨1, −2, 3⟩ .
The vector equation of the line is ℓ(t) = ⟨−1, 1, −1⟩ + t⟨1, −2, 3⟩ . This line and ⇀
r (t) are sketched, from two perspectives, in
Figure 4a and 4b.
Solution
⇀′
We find that 2
r (t) = ⟨3 t , 2t⟩ . At t = −1 , we have
4 https://math.libretexts.org/@go/page/21002
⇀ ⇀′
r (−1) = ⟨−1, 1⟩ and r (−1) = ⟨3, −2⟩,
Figure 5: Graphing ⇀
r (t) and its tangent line in Example 6.
⇀
⇀′
At t = 0 , we have r (0) = ⟨0, 0⟩ = 0 ! This implies that the tangent line "has no direction.'' We cannot apply Definition 71,
hence cannot find the equation of the tangent line.
⇀
⇀′
We were unable to compute the equation of the tangent line to r (t) = ⟨t , t ⟩ at t = 0 because r (0) = 0 . The graph in Figure
⇀ 3 2
11.12 shows that there is a cusp at this point. This leads us to another definition of smooth, previously defined by Definition 46 in
Section 9.2.
Having established derivatives of vector-valued functions, we now explore the relationships between the derivative and other
vector operations. The following theorem states how the derivative interacts with vector addition and the various vector products.
dt
⇀ ⇀
( r (t) ± s (t)) = r (t) ± s
⇀ ′
(t)
2. d
dt
⇀
(c r (t)) = c r (t)
⇀′
⇀′
3. d
dt
⇀ ′ ⇀
(f (t) r (t)) = f (t) r (t) + f (t) r (t) Product Rule
⇀′
4. d
dt
⇀ ⇀ ⇀
( r (t) ⋅ s (t)) = r (t) ⋅ s (t) + r (t) ⋅ s
⇀ ⇀ ′
(t) Product Rule
⇀′
5. d
dt
⇀ ⇀
( r (t) × s (t)) = r (t) × s (t) + r (t) × s
⇀ ⇀ ⇀ ′
(t) Product Rule
⇀′
6. d
dt
⇀
( r (f (t))) = r (f (t))f (t)
′
Chain Rule
Let ⇀
r (t) = ⟨t, t
2
− 1⟩ and let u (t) be the unit vector that points in the direction of
⇀ ⇀
r (t) .
1. Graph r (t) and u (t) on the same axes, on [−2, 2].
⇀ ⇀
2. Find u (t) and sketch u (−2), u (−1) and u (0). Sketch each with initial point the corresponding point on the graph of
⇀ ′ ⇀ ′ ⇀ ′ ⇀ ′
u.
⇀
Solution
1. To form the unit vector that points in the direction of ⇀
r , we need to divide ⇀
r (t) by its magnitude.
5 https://math.libretexts.org/@go/page/21002
−−−−−−−−−−−
⇀ 2 2 2 ⇀
1 2
∥ r (t)∥ = √ t + (t − 1) ⇒ u (t) = − − −−−− −−−−− ⟨t, t − 1⟩. (12)
2 2 2
√ t + (t − 1 )
⇀
r (t) and u (t) are graphed in Figure 11.13. Note how the graph of u (t) forms part of a circle; this must be the case, as the
⇀ ⇀
⇀ ⇀
1 2 2 2 −1/2
u (t) = f (t) r (t), where f (t) = − − −−−− −−−−− = (t + (t − 1 ) ) . (13)
2 2 2
√ t + (t − 1 )
and then take the derivative. It is a matter of preference; this latter method requires two applications of the Quotient Rule
where our method uses the Product and Chain Rules.)
We find f ′
(t) using the Chain Rule:
′
1 2 2 2 −3/2 2
f (t) =− (t + (t − 1) ) (2t + 2(t − 1)(2t))
2
2
2t(2 t − 1)
=−
− − −−−−−−−− − 3
2 2 2
2(√ t + (t − 1 ) )
We now find u ⇀ ′
(t) using part 3 of Theorem 92:
⇀ ′ ′ ⇀ ⇀ ′
u (t) = f (t) u (t) + f (t) u (t)
2
2t(2 t − 1) 1
2
=− ⟨t, t − 1⟩ + − −−− −− −−− − − ⟨1, 2t⟩.
− − −−−−−−−− − 3
2 2
2(√ t + (t − 1 )
2
) √ t2 + (t2 − 1 )2
This is admittedly very "messy;'' such is usually the case when we deal with unit vectors. We can use this formula to
compute u (−2), u (−1) and u (0):
⇀ ⇀ ⇀
⇀
15 10
u (−2) = ⟨− −−, − −− ⟩ ≈ ⟨−0.320, −0.213⟩
13 √13 13 √13
⇀
u (−1) = ⟨0, −2⟩
⇀
u (0) = ⟨1, 0⟩
6 https://math.libretexts.org/@go/page/21002
Each of these is sketched in Figure 6. Note how the length of the vector gives an indication of how quickly the circle is being
traced at that point. When t = −2 , the circle is being drawn relatively slow; when t = −1 , the circle is being traced much
more quickly.
It is a basic geometric fact that a line tangent to a circle at a point P is perpendicular to the line passing through the center of the
circle and P . This is illustrated in Figure 11.14; each tangent vector is perpendicular to the line that passes through its initial point
and the center of the circle. Since the center of the circle is the origin, we can state this another way: u (t) is orthogonal to u (t) . ⇀ ′ ⇀
This is true of any vector-valued function that has a constant length, that is, that traces out part of a circle. It has important
implications later on, so we state it as a theorem (and leave its formal proof as an Exercise.)
Integration
Indefinite and definite integrals of vector-valued functions are also evaluated component-wise.
1. ∫ ⇀
r (t) dt = ⟨∫ f (t) dt, ∫ g(t) dt⟩
b ⇀ b b
2. ∫ a
r (t) dt = ⟨∫
a
f (t) dt, ∫
a
g(t) dt⟩
1 1
2t
= ⟨∫ e dt , ∫ sin t dt⟩
0 0
1 1 1
2t ∣ ∣
=⟨ e , − cos t ⟩
∣ ∣
2 0 0
1
2
=⟨ (e − 1) , − cos(1) + 1⟩
2
≈ ⟨3.19, 0.460⟩.
Solution
⇀′′ ⇀′
Knowing r (t) = ⟨2, cos t, 12t⟩ , we find r (t) by evaluating the indefinite integral.
7 https://math.libretexts.org/@go/page/21002
⇀′′
∫ r (t)dt = ⟨∫ 2dt , ∫ cos tdt , ∫ 12tdt⟩
2
= ⟨2t + C1 , sin t + C2 , 6 t + C3 ⟩
2
= ⟨2t, sin t, 6 t ⟩ + ⟨C1 , C2 , C3 ⟩
⇀
2
= ⟨2t, sin t, 6 t ⟩ + C1 .
⇀
Note how each indefinite integral creates its own constant which we collect as one constant vector C1 . Knowing
⇀
⇀′
r (0) = ⟨5, 3, 0⟩ allows us to solve for C : 1
⇀
⇀′ 2
r (t) = ⟨2t, sin t, 6 t ⟩ + C1
⇀
⇀′
r (0) = ⟨0, 0, 0⟩ + C1
⇀
⟨5, 3, 0⟩ = C1 .
⇀′
So 2
r (t) = ⟨2t, sin t, 6 t ⟩ + ⟨5, 3, 0⟩ = ⟨2t + 5, sin t + 3, 6 t ⟩
2
. To find ⇀
r (t) , we integrate once more.
⇀′ 2
∫ r (t) dt = ⟨∫ 2t + 5 dt, ∫ sin t + 3 dt, ∫ 6 t dt⟩
⇀
2 3
= ⟨t + 5t, − cos t + 3t, 2 t ⟩ + C2 .
⇀
With ⇀
r (0) = ⟨−7, −1, 2⟩ , we solve for C : 2
⇀
⇀ 2 3
r (t) = ⟨t + 5t, − cos t + 3t, 2 t ⟩ + C2
⇀
⇀
r (0) = ⟨0, −1, 0⟩ + C2
⇀
⟨−7, −1, 2⟩ = ⟨0, −1, 0⟩ + C2
⇀
⟨−7, 0, 2⟩ = C2 .
So ⇀
r (t) = ⟨t
2 3
+ 5t, − cos t + 3t, 2 t ⟩ + ⟨−7, 0, 2⟩ = ⟨t
2
+ 5t − 7, − cos t + 3t, 2 t
3
+ 2⟩.
What does the integration of a vector-valued function mean? There are many applications, but none as direct as "the area under the
curve'' that we used in understanding the integral of a real-valued function.
A key understanding for us comes from considering the integral of a derivative:
b
b
⇀′ ⇀ ∣ ⇀ ⇀
∫ r (t)dt = r (t) = r (b) − r (a). (15)
∣
a
a
−−−−−−−−−−− ⇀′
as stated in Theorem 82 in Section 9.3. If r (t) = ⟨f (t), g(t)⟩ , note that √f (t) + g (t) = ∥ r (t)∥ . Therefore we can express
⇀ ′ 2 ′ 2
the arc length of the graph of a vector-valued function as an integral of the magnitude of its derivative.
Note that we are actually integrating a scalar-function here, not a vector-valued function.
8 https://math.libretexts.org/@go/page/21002
The next section takes what we have established thus far and applies it to objects in motion. We will let ⇀
r (t) describe the path of
⇀′ ⇀′′
an object in the plane or in space and will discover the information provided by r (t) and r (t).
The Calculus of Vector-Valued Functions II is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.
11.2: Calculus and Vector-Valued Functions is licensed CC BY-NC 3.0. Original source: http://www.apexcalculus.com/.
9 https://math.libretexts.org/@go/page/21002