12.2 Integrals of Vector Functions Projectile Motion
12.2 Integrals of Vector Functions Projectile Motion
To study the calculus of vector-valued functions, we follow a similar path to the one we took in studying real-valued functions. First,
we define the derivative, then we examine applications of the derivative, then we move on to defining integrals. However, we will find
some interesting new ideas along the way as a result of the vector nature of these functions and the properties of space curves.
⇀′
provided the limit exists. If r (t) exists, then r (t) is differentiable at t . If r '(t) exists for all t in an open interval (a, b) then
⇀ ⇀
r (t) is differentiable over the interval (a, b) . For the function to be differentiable over the closed interval [a, b], the following two
⇀
and
⇀ ⇀
r (b + Δt) − r (b)
⇀
r '(b) = lim
Δt→0
−
Δt
Many of the rules for calculating derivatives of real-valued functions can be applied to calculating the derivatives of vector-valued
functions as well. Recall that the derivative of a real-valued function can be interpreted as the slope of a tangent line or the
instantaneous rate of change of the function. The derivative of a vector-valued function can be understood to be an instantaneous rate
of change as well; for example, when the function represents the position of an object at a given point in time, the derivative
represents its velocity at that same point in time.
We now demonstrate taking the derivative of a vector-valued function.
Solution
Let’s use Equation 12.2.1:
12.2.1 https://math.libretexts.org/@go/page/5527
⇀ ⇀
r (t + Δt) − r (t)
⇀
r '(t) = lim
Δt→0 Δt
^ 2 ^ ^ 2 ^
[(3(t + Δt) + 4) i + ((t + Δt) − 4(t + Δt) + 3) j ] − [(3t + 4) i + (t − 4t + 3) j ]
= lim
Δt→0 Δt
^ ^ 2 2 ^ 2 ^
(3t + 3Δt + 4) i − (3t + 4) i + (t + 2tΔt + (Δt) − 4t − 4Δt + 3) j − (t − 4t + 3) j
= lim
Δt→0 Δt
^ 2 ^
(3Δt) i + (2tΔt + (Δt) − 4Δt) j
= lim
Δt→0 Δt
^ ^
= lim (3 i + (2t + Δt − 4) j )
Δt→0
^ ^
= 3 i + (2t − 4) j
Exercise 12.2.1
Hint
Use Equation 12.2.1.
Answer
⇀ ^ ^
r '(t) = 4t i + 5 j
Notice that in the calculations in Example 12.2.1, we could also obtain the answer by first calculating the derivative of each
component function, then putting these derivatives back into the vector-valued function. This is always true for calculating the
derivative of a vector-valued function, whether it is in two or three dimensions. We state this in the following theorem. The proof of
this theorem follows directly from the definitions of the limit of a vector-valued function and the derivative of a vector-valued
function.
1. If ⇀ ^ ^
r (t) = f (t) i + g(t) j then
⇀ ^ ^
r '(t) = f '(t) i + g'(t) j .
2. If ⇀ ^ ^ ^
r (t) = f (t) i + g(t) j + h(t) k then
⇀ ^ ^ ^
r '(t) = f '(t) i + g'(t) j + h'(t) k.
Use Theorem 12.2.1 to calculate the derivative of each of the following functions.
a. ⇀ ^ 2 ^
r (t) = (6t + 8) i + (4 t + 2t − 3) j
b. ⇀ ^ ^
r (t) = 3 cos t i + 4 sin t j
c. ⇀ t ^ t ^
r (t) = e sin t i + e cos t j − e
2t ^
k
Solution
We use Theorem 12.2.1 and what we know about differentiating functions of one variable.
a. The first component of
⇀ ^ 2 ^
r (t) = (6t + 8) i + (4 t + 2t − 3) j
12.2.2 https://math.libretexts.org/@go/page/5527
is f (t) = 6t + 8 . The second component is g(t) = 4t + 2t − 3 . We have f '(t) = 6 and g'(t) = 8t + 2 , so the Theorem
2
b. The first component is f (t) = 3 cos t and the second component is g(t) = 4 sin t . We have f '(t) = −3 sin t and
g'(t) = 4 cos t , so we obtain r '(t) = −3 sin t i + 4 cos t j .
⇀ ^ ^
the third component is h(t) = −e . We have f '(t) = e (sin t + cos t) , g'(t) = e (cos t − sin t) , and h'(t) = −2e , so the
2t t t 2t
Exercise 12.2.2
Hint
Identify the component functions and use Theorem 12.2.1.
Answer
⇀ ^ t ^ ^
r '(t) = (1 + ln t) i + 5 e j − (sin t + cos t) k
We can extend to vector-valued functions the properties of the derivative that we presented previously. In particular, the constant
multiple rule, the sum and difference rules, the product rule, and the chain rule all extend to vector-valued functions. However, in the
case of the product rule, there are actually three extensions:
1. for a real-valued function multiplied by a vector-valued function,
2. for the dot product of two vector-valued functions, and
3. for the cross product of two vector-valued functions.
Let ⇀
r and u be differentiable vector-valued functions of t , let f be a differentiable real-valued function of t , and let c be a scalar.
⇀
d
⇀ ⇀
i. [c r (t)] = c r '(t) Scalar multiple
dt
d
⇀ ⇀ ⇀ ⇀
ii. [ r (t) ± u (t)] = r '(t) ± u '(t) Sum and difference
dt
d ⇀ ⇀ ⇀
iii. [f (t) u (t)] = f '(t) u (t) + f (t) u '(t) Scalar product
dt
d ⇀ ⇀ ⇀ ⇀ ⇀ ⇀
iv. [ r (t) ⋅ u (t)] = r '(t) ⋅ u (t) + r (t) ⋅ u '(t) Dot product
dt
d ⇀ ⇀ ⇀ ⇀ ⇀ ⇀
v. [ r (t) × u (t)] = r '(t) × u (t) + r (t) × u '(t) Cross product
dt
d ⇀ ⇀
vi. [ r (f (t))] = r '(f (t)) ⋅ f '(t) Chain rule
dt
⇀ ⇀ ⇀ ⇀
vii. If r (t) ⋅ r (t) = c, then r (t) ⋅ r '(t) = 0 .
Proof
The proofs of the first two properties follow directly from the definition of the derivative of a vector-valued function. The third
property can be derived from the first two properties, along with the product rule. Let u (t) = g(t) ^i + h(t) ^j . Then
⇀
12.2.3 https://math.libretexts.org/@go/page/5527
d ⇀
d
^ ^
[f (t) u (t)] = [f (t)(g(t) i + h(t) j )]
dt dt
d
^ ^
= [f (t)g(t) i + f (t)h(t) j ]
dt
d d
^ ^
= [f (t)g(t)] i + [f (t)h(t)] j
dt dt
^ ^
= (f '(t)g(t) + f (t)g'(t)) i + (f '(t)h(t) + f (t)h'(t)) j
⇀ ⇀
= f '(t) u (t) + f (t) u '(t).
= f1 '(t)f2 (t) + f1 (t)f2 '(t) + g1 '(t)g2 (t) + g1 (t)g2 '(t) = f1 '(t)f2 (t) + g1 '(t)g2 (t) + f1 (t)f2 '(t) + g1 (t)g2 '(t)
^ ^ ^ ^ ^ ^ ^ ^
= (f1 ' i + g1 ' j ) ⋅ (f2 i + g2 j ) + (f1 i + g1 j ) ⋅ (f2 ' i + g2 ' j )
⇀ ⇀ ⇀ ⇀
= r '(t) ⋅ u (t) + r (t) ⋅ u '(t).
The proof of property v. is similar to that of property iv. Property vi. can be proved using the chain rule. Last, property vii. follows
from property iv:
d ⇀ ⇀
d
[ r (t) ⋅ r (t)] = [c]
dt dt
⇀ ⇀ ⇀ ⇀
r '(t) ⋅ r (t) + r (t) ⋅ r '(t) = 0
⇀ ⇀
2 r (t) ⋅ r '(t) = 0
⇀ ⇀
r (t) ⋅ r '(t) = 0
and
⇀ 2 ^ ^ 3 ^
u (t) = (t − 3) i + (2t + 4) j + (t − 3t) k,
calculate each of the following derivatives using the properties of the derivative of vector-valued functions.
d
a. ⇀ ⇀
[ r (t) ⋅ u (t)]
dt
d
b. ⇀ ⇀
[ u (t) × u '(t)]
dt
Solution
We have ⇀ ^ ^ ^
r '(t) = 6 i + (8t + 2) j + 5 k and u '(t) = 2t ^i + 2 ^j + (3t
⇀ 2 ^
− 3) k . Therefore, according to property iv:
1.
12.2.4 https://math.libretexts.org/@go/page/5527
d ⇀ ⇀ ⇀ ⇀ ⇀ ⇀
[ r (t) ⋅ u (t)] = r '(t) ⋅ u (t) + r (t) ⋅ u '(t)
dt
^ ^ ^ 2 ^ ^ 3 ^
= (6 i + (8t + 2) j + 5 k) ⋅ ((t − 3) i + (2t + 4) j + (t − 3t) k)
^ 2 ^ ^ ^ ^ 2 ^
+ ((6t + 8) i + (4 t + 2t − 3) j + 5t k) ⋅ (2t i + 2 j + (3 t − 3) k)
2 3
= 6(t − 3) + (8t + 2)(2t + 4) + 5(t − 3t)
2 2
+ 2t(6t + 8) + 2(4 t + 2t − 3) + 5t(3 t − 3)
3 2
= 20 t + 42 t + 26t − 16.
Recall that the cross product of any vector with itself is zero. Furthermore, u ''(t) represents the second derivative of u (t) :
⇀ ⇀
d d
⇀ ⇀ ^ ^ 2 ^ ^ ^
u ''(t) = [ u '(t)] = [2t i + 2 j + (3 t − 3) k] = 2 i + 6t k.
dt dt
Therefore,
d
⇀ ⇀ 2 ^ ^ 3 ^ ^ ^
[ u (t) × u '(t)] = 0 + ((t − 3) i + (2t + 4) j + (t − 3t) k) × (2 i + 6t k)
dt
∣ ^ ^ ^ ∣
i j k
∣ ∣
= ∣ t2 − 3 2t + 4 t
3
− 3t ∣
∣ ∣
∣ 2 0 6t ∣
^ 2 3 ^ ^
= 6t(2t + 4) i − (6t(t − 3) − 2(t − 3t)) j − 2(2t + 4) k
2 ^ 3 ^ ^
= (12 t + 24t) i + (12t − 4 t ) j − (4t + 8) k.
Exercise 12.2.3
d d
Calculate ⇀ ⇀
[ r (t) ⋅ r '(t)] and ⇀ ⇀
[ u (t) × r (t)] for the vector-valued functions:
dt dt
⇀ ^ ^ 2t ^
r (t) = cos t i + sin t j − e k
⇀ ^ ^ ^
u (t) = t i + sin t j + cos t k ,
Hint
Follow the same steps as in Example 12.2.3.
Answer
d ⇀ ⇀ 4t
[ r (t) ⋅ r '(t)] = 8 e
dt
d ⇀ ⇀ 2t ^ 2t ^ ^
[ u (t) × r (t)] = −(e (cos t + 2 sin t) + cos 2t) i + (e (2t + 1) − sin 2t) j + (t cos t + sin t − cos 2t) k
dt
12.2.5 https://math.libretexts.org/@go/page/5527
If we substitute the value t = π/6 into both functions we get
–
π √3 1
⇀ ^ ^
r ( ) = i + j
6 2 2
and
–
π 1 √3
⇀ ^ ^
r' ( ) =− i + j.
6 2 2
π ⇀′
π
The graph of this function appears in Figure 12.2.1, along with the vectors ⇀
r ( ) and r ( ) .
6 6
Figure 12.2.1 : The tangent line at a point is calculated from the derivative of the vector-valued function ⇀
.
r (t)
π π
Notice that the vector ⇀
r' ( ) is tangent to the circle at the point corresponding to t = . This is an example of a tangent vector to
6 6
the plane curve defined by Equation 12.2.2.
Let C be a curve defined by a vector-valued function r , and assume that r '(t) exists when t = t A tangent vector r at t = t is
⇀ ⇀
0
⇀
0
any vector such that, when the tail of the vector is placed at point r (t ) on the graph, vector r is tangent to curve C . Vector
⇀
0
⇀
r '(t ) is an example of a tangent vector at point t = t . Furthermore, assume that r '(t) ≠ 0 . The principal unit tangent vector at
⇀ ⇀
0 0
t is defined to be
⇀
⇀ r '(t)
T(t) = ,
⇀
∥ r '(t)∥
provided ∥ r '(t)∥ ≠ 0 .
⇀
The unit tangent vector is exactly what it sounds like: a unit vector that is tangent to the curve. To calculate a unit tangent vector, first
find the derivative r '(t). Second, calculate the magnitude of the derivative. The third step is to divide the derivative by its magnitude.
⇀
Find the unit tangent vector for each of the following vector-valued functions:
Solution
⇀ ^ ^
First step: r '(t) = − sin t i + cos t j
⇀
−−−−−−−−−−−−−− −
2 2
Second step: ∥ r '(t)∥ = √(− sin t) + (cos t) =1
a.
⇀ ^ ^
⇀ r '(t) − sin t i + cos t j
^ ^
Third step: T(t) = = = − sin t i + cos t j
⇀
∥ r '(t)∥ 1
12.2.6 https://math.libretexts.org/@go/page/5527
⇀ ^ 2 ^ ^
First step: r '(t) = (6t + 2) i − 12 t j + 6 k
−−−−−−−−−−−−−−−−−−−−
⇀ 2
Second step: ∥ r '(t)∥ = √(6t + 2 )2 + (−12 t2 )2 + 6
−−−−−−−−−−−−−−−−− −
= √144 t4 + 36 t2 + 24t + 40
−−−−−−−−−−−−−−− −
4 2
2 √36 t + 9 t + 6t + 10
b. =
⇀ ^ 2 ^ ^
⇀ r '(t) (6t + 2) i − 12 t j + 6 k
Third step: T(t) = = −−−−−−−−−−−−−−− −
⇀
∥ r '(t)∥ 2 √36 t4 + 9 t2 + 6t + 10
2
3t + 1 6t 3
^ ^ ^
= −−−−−−−−−−−−−−− − i − −−−−−−−−−−−−−−− − j + −−−−−−−−−−−−−−− − k
√36 t4 + 9 t2 + 6t + 10 √36 t4 + 9 t2 + 6t + 10 √36 t4 + 9 t2 + 6t + 10
Exercise 12.2.4
Hint
Follow the same steps as in Example 12.2.4.
Answer
⇀ 2t 2 1
^ ^ ^
T(t) = − − −−−− i + − − −−−− j + − − −−−− k
√ 4 t2 + 5 √ 4 t2 + 5 √ 4 t2 + 5
Let f , g , and h be integrable real-valued functions over the closed interval [a, b].
1. The indefinite integral of a vector-valued function ⇀ ^ ^
r (t) = f (t) i + g(t) j is
^ ^ ^ ^
∫ [f (t) i + g(t) j ] dt = [∫ f (t) dt] i + [∫ g(t) dt] j .
^ ^ ^ ^
∫ [f (t) i + g(t) j ] dt = [∫ f (t) dt] i + [∫ g(t) dt] j .
a a a
^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k.
^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k.
a a a a
12.2.7 https://math.libretexts.org/@go/page/5527
Since the indefinite integral of a vector-valued function involves indefinite integrals of the component functions, each of these
component integrals contains an integration constant. They can all be different. For example, in the two-dimensional case, we can
have
^ ^ ^ ^
∫ [f (t) i + g(t) j ] dt = [∫ f (t) dt] i + [∫ g(t) dt] j
^ ^
= (F (t) + C1 ) i + (G(t) + C2 ) j
^ ^ ^ ^
= F (t) i + G(t) j + C1 i + C2 j
⇀
^ ^
= F (t) i + G(t) j + C
⇀
where C = C 1
^ ^
i + C2 j . Therefore, the integration constants becomes a constant vector.
a. ∫ [(3 t
2 ^ ^ 3 2 ^
+ 2t) i + (3t − 6) j + (6 t + 5 t − 4) k] dt
b. ∫ 2 3 3 2
[⟨t, t , t ⟩ × ⟨t , t , t⟩] dt
c. ∫
^ ^
[sin 2t i + tan t j + e
−2t ^
k] dt
0
Solution
a. We use the first part of the definition of the integral of a space curve:
b. 2 ^ ^ 3 2 ^ 2 ^ ^ 3 2 ^
∫ [(3 t + 2t) i + (3t − 6) j + (6 t + 5 t − 4) k] dt = [∫ 3t + 2t dt] i + [∫ 3t − 6 dt] j + [∫ 6t + 5t − 4 dt] k
3 3 5 ⇀
3 2 ^ 2 ^ 4 3 ^
= (t +t ) i +( t − 6t) j + ( t + t − 4t) k + C.
2 2 3
∣ ^ ^ ^ ∣
i j k
∣ ∣
2 3 3 2
2 3
⟨t, t , t ⟩ × ⟨t , t , t⟩ = ∣ t t t ∣
∣ ∣
3 2
∣t t t ∣
2 3 2 ^ 2 3 3 ^ 2 2 3 ^
= (t (t) − t (t )) i − (t − t (t )) j + (t(t ) − t (t )) k
3 5 ^ 6 2 ^ 3 5 ^
= (t − t ) i + (t − t ) j + (t − t ) k.
2 3 3 2 3 5 ^ 6 2 ^ 3 5 ^
∫ [⟨t, t , t ⟩ × ⟨t , t , t⟩] dt = ∫ (t − t ) i + (t − t ) j + (t − t ) k dt
4 6 7 3 4 6
t t t t t t ⇀
^ ^ ^
=( − ) i +( − ) j +( − ) k + C.
4 6 7 3 4 6
d. Use the second part of the definition of the integral of a space curve:
12.2.8 https://math.libretexts.org/@go/page/5527
π π π π
3 3 3 3
^ ^ −2t ^ ^ ^ −2t ^
∫ [sin 2t i + tan t j + e k] dt = [∫ sin 2t dt] i + [ ∫ tan t dt] j + [ ∫ e dt] k
0 0 0 0
1 2π 1 ^ π ^ 1 −2π/3 1 −2(0) ^
= (− cos + cos 0) i − (ln(cos ) − ln(cos 0)) j − ( e − e ) k
2 3 2 3 2 2
1 1 ^ ^ 1 −2π/3 1 ^
=( + ) i − (− ln 2) j − ( e − ) k
4 2 2 2
3 ^ ^ 1 1 −2π/3 ^
= i + (ln 2) j + ( − e ) k.
4 2 2
Exercise 12.2.5
^ 2 ^
∫ [(2t + 4) i + (3 t − 4t) j ] dt
1
Hint
Use the definition of the definite integral of a plane curve.
Answer
3
^ 2 ^ ^ ^
∫ [(2t + 4) i + (3 t − 4t) j ] dt = 16 i + 10 j
1
Summary
To calculate the derivative of a vector-valued function, calculate the derivatives of the component functions, then put them back
into a new vector-valued function.
Many of the properties of differentiation of scalar functions also apply to vector-valued functions.
⇀
The derivative of a vector-valued function r (t) is also a tangent vector to the curve. The unit tangent vector T(t) is calculated by
⇀
Key Equations
Derivative of a vector-valued function
⇀ ⇀
r (t + Δt) − r (t)
⇀
r '(t) = lim
Δt→0 Δt
^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k
^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k
a a a a
12.2.9 https://math.libretexts.org/@go/page/5527
Glossary
definite integral of a vector-valued function
the vector obtained by calculating the definite integral of each of the component functions of a given vector-valued function, then
using the results as the components of the resulting function
tangent vector
to r (t) at t = t any vector
⇀
0
⇀
v such that, when the tail of the vector is placed at point ⇀
r (t0 ) on the graph, vector ⇀
v is tangent to
curve C
12.2: Integrals of Vector Functions; Projectile Motion is shared under a not declared license and was authored, remixed, and/or curated by
LibreTexts.
13.2: Calculus of Vector-Valued Functions by Edwin “Jed” Herman, Gilbert Strang is licensed CC BY-NC-SA 4.0. Original source:
https://openstax.org/details/books/calculus-volume-1.
12.2.10 https://math.libretexts.org/@go/page/5527