[go: up one dir, main page]

0% found this document useful (0 votes)
25 views10 pages

12.2 Integrals of Vector Functions Projectile Motion

The document discusses the calculus of vector-valued functions, focusing on the definition and calculation of derivatives and integrals. It explains how to find the tangent vector and unit tangent vector, and outlines the properties of derivatives applicable to vector functions. The document also provides examples and exercises to illustrate the concepts of differentiation and integration of vector functions.

Uploaded by

hakanbaykann10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views10 pages

12.2 Integrals of Vector Functions Projectile Motion

The document discusses the calculus of vector-valued functions, focusing on the definition and calculation of derivatives and integrals. It explains how to find the tangent vector and unit tangent vector, and outlines the properties of derivatives applicable to vector functions. The document also provides examples and exercises to illustrate the concepts of differentiation and integration of vector functions.

Uploaded by

hakanbaykann10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

12.

2: Integrals of Vector Functions; Projectile Motion


 Learning Objectives
Write an expression for the derivative of a vector-valued function.
Find the tangent vector at a point for a given position vector.
Find the unit tangent vector at a point for a given position vector and explain its significance.
Calculate the definite integral of a vector-valued function.

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.

Derivatives of Vector-Valued Functions


Now that we have seen what a vector-valued function is and how to take its limit, the next step is to learn how to differentiate a
vector-valued function. The definition of the derivative of a vector-valued function is nearly identical to the definition of a real-valued
function of one variable. However, because the range of a vector-valued function consists of vectors, the same is true for the range of
the derivative of a vector-valued function.

 Definition: Derivative of Vector-Valued Functions


The derivative of a vector-valued function ⇀
r (t) is
⇀ ⇀
r (t + Δt) − r (t)

r '(t) = lim (12.2.1)
Δt→0 Δt

⇀′
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

limits must exist as well:


⇀ ⇀
r (a + Δt) − r (a)

r '(a) = lim
+
Δt→0 Δt

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.

 Example 12.2.1: Finding the Derivative of a Vector-Valued Function


Use the definition to calculate the derivative of the function
⇀ ^ 2 ^
r (t) = (3t + 4) i + (t − 4t + 3) j .

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

Use the definition to calculate the derivative of the function ⇀


r (t) = (2 t
2 ^ ^
+ 3) i + (5t − 6) j .

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.

 Theorem 12.2.1: Differentiation of Vector-Valued Functions


Let f , g , and h be differentiable functions of t .

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.

 Example 12.2.2: Calculating the Derivative of Vector-Valued Functions

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

12.2.1 gives r '(t) = 6 i + (8t + 2) j .


⇀ ^ ^

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 .
⇀ ^ ^

c. The first component of r (t) = e sin t i + e cos t j − e k


⇀ ^ t ^ ^ t
is f (t) = e sin t , the second component is g(t) = e cos t , and
2t t t

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

theorem gives r '(t) = e (sin t + cos t) ^i + e (cos t − sin t) ^j − 2e k


⇀ t t ^
. 2t

 Exercise 12.2.2

Calculate the derivative of the function


⇀ ^ t ^ ^
r (t) = (t ln t) i + (5 e ) j + (cos t − sin t) k.

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.

 Theorem: Properties of the Derivative of 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).

To prove property iv. let ⇀ ^ ^


r (t) = f1 (t) i + g1 (t) j and u (t) = f

2 (t)
^ ^
i + g2 (t) j . Then
d ⇀ ⇀
d
[ r (t) ⋅ u (t)] = [ f1 (t)f2 (t) + g1 (t)g2 (t)]
dt dt

= 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

Now for some examples using these properties.

 Example 12.2.3: Using the Properties of Derivatives of Vector-Valued Functions

Given the vector-valued functions


⇀ ^ 2 ^ ^
r (t) = (6t + 8) i + (4 t + 2t − 3) j + 5t k

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.

2. First, we need to adapt property v for this problem:


d
⇀ ⇀ ⇀ ⇀ ⇀ ⇀
[ u (t) × u '(t)] = u '(t) × u '(t) + u (t) × u ''(t).
dt

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

Tangent Vectors and Unit Tangent Vectors


Recall that the derivative at a point can be interpreted as the slope of the tangent line to the graph at that point. In the case of a vector-
valued function, the derivative provides a tangent vector to the curve represented by the function. Consider the vector-valued function
⇀ ^ ^
r (t) = cos t i + sin t j (12.2.2)

The derivative of this function is


⇀ ^ ^
r '(t) = − sin t i + cos t j

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.

 Definition: principal unit tangent vector

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.

 Example 12.2.4: Finding a Unit Tangent Vector

Find the unit tangent vector for each of the following vector-valued functions:

a. r (t) = cos t ^i + sin t ^j


b. u (t) = (3t + 2t) ^i + (2 − 4t


⇀ 2 3 ^ ^
) j + (6t + 5) k

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

Find the unit tangent vector for the vector-valued function


⇀ 2 ^ ^ ^
r (t) = (t − 3) i + (2t + 1) j + (t − 2) k.

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

Integrals of Vector-Valued Functions


We introduced antiderivatives of real-valued functions in Antiderivatives and definite integrals of real-valued functions in The
Definite Integral. Each of these concepts can be extended to vector-valued functions. Also, just as we can calculate the derivative of a
vector-valued function by differentiating the component functions separately, we can calculate the antiderivative in the same manner.
Furthermore, the Fundamental Theorem of Calculus applies to vector-valued functions as well.
The antiderivative of a vector-valued function appears in applications. For example, if a vector-valued function represents the velocity
of an object at time t, then its antiderivative represents position. Or, if the function represents the acceleration of the object at a given
time, then the antiderivative represents its velocity.

 Definition: Definite and Indefinite Integrals of Vector-Valued Functions

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 .

The definite integral of a vector-valued function is


b b b

^ ^ ^ ^
∫ [f (t) i + g(t) j ] dt = [∫ f (t) dt] i + [∫ g(t) dt] j .
a a a

2. The indefinite integral of a vector-valued function ⇀ ^ ^ ^


r (t) = f (t) i + g(t) j + h(t) k is

^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k.

The definite integral of the vector-valued function is


b b b b

^ ^ ^ ^ ^ ^
∫ [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) dt = F (t) + C1 and ∫ g(t) dt = G(t) + C2 ,

where F and G are antiderivatives of f and g , respectively. Then

^ ^ ^ ^
∫ [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.

 Example 12.2.5: Integrating Vector-Valued Functions

Calculate each of the following integrals:

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

c. First calculate ⟨t, t 2 3 3 2


, t ⟩ × ⟨t , t , t⟩ :

∣ ^ ^ ^ ∣
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.

Next, substitute this back into the integral and integrate:

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

π/3 π/3 π/3


1 ∣ ^ ∣ ^ 1 −2t ∣ ^
= (− cos 2t) i − (ln | cos t|) j −( e ) k
2 ∣0 ∣0 2 ∣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

Calculate the following integral:


3

^ 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

dividing the derivative of a vector-valued function by its magnitude.


The antiderivative of a vector-valued function is found by finding the antiderivatives of the component functions, then putting
them back together in a vector-valued function.
The definite integral of a vector-valued function is found by finding the definite integrals of the component functions, then putting
them back together in a vector-valued function.

Key Equations
Derivative of a vector-valued function
⇀ ⇀
r (t + Δt) − r (t)

r '(t) = lim
Δt→0 Δt

Principal unit tangent vector



⇀ r '(t)
T(t) =

∥ r '(t)∥

Indefinite integral of a vector-valued function

^ ^ ^ ^ ^ ^
∫ [f (t) i + g(t) j + h(t) k] dt = [∫ f (t) dt] i + [∫ g(t) dt] j + [∫ h(t) dt] k

Definite integral of a vector-valued function


b b b b

^ ^ ^ ^ ^ ^
∫ [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

derivative of a vector-valued function


⇀ ⇀
r (t+Δt)− r (t)
the derivative of a vector-valued function ⇀
r (t) is ⇀
r '(t) = lim
Δt
, provided the limit exists
Δt→0

indefinite integral of a vector-valued function


a vector-valued function with a derivative that is equal to a given vector-valued function

principal unit tangent vector


a unit vector tangent to a curve C

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

You might also like