Loading [MathJax]/jax/element/mml/optable/GeneralPunctuation.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

13.2: Calculus of Vector-Valued Functions

  • Gilbert Strang & Edwin “Jed” Herman
  • OpenStax

( \newcommand{\kernel}{\mathrm{null}\,}\)

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)=limΔt0r(t+Δt)r(t)Δ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)=limΔt0+r(a+Δt)r(a)Δt

and

r(b)=limΔt0r(b+Δt)r(b)Δ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 13.2.1: Finding the Derivative of a Vector-Valued Function

Use the definition to calculate the derivative of the function

r(t)=(3t+4)ˆi+(t24t+3)ˆj.

Solution

Let’s use Equation ???:

r(t)=limΔt0r(t+Δt)r(t)Δt=limΔt0[(3(t+Δt)+4)ˆi+((t+Δt)24(t+Δt)+3)ˆj][(3t+4)ˆi+(t24t+3)ˆj]Δt=limΔt0(3t+3Δt+4)ˆi(3t+4)ˆi+(t2+2tΔt+(Δt)24t4Δt+3)ˆj(t24t+3)ˆjΔt=limΔt0(3Δt)ˆi+(2tΔt+(Δt)24Δt)ˆjΔt=limΔt0(3ˆi+(2t+Δt4)ˆj)=3ˆi+(2t4)ˆj

Exercise 13.2.1

Use the definition to calculate the derivative of the function r(t)=(2t2+3)ˆi+(5t6)ˆj.

Hint

Use Equation ???.

Answer

r(t)=4tˆi+5ˆj

Notice that in the calculations in Example 13.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 13.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 13.2.2: Calculating the Derivative of Vector-Valued Functions

Use Theorem 13.2.1 to calculate the derivative of each of the following functions.

  1. r(t)=(6t+8)ˆi+(4t2+2t3)ˆj
  2. r(t)=3costˆi+4sintˆj
  3. r(t)=etsintˆi+etcostˆje2tˆk
Solution

We use Theorem 13.2.1 and what we know about differentiating functions of one variable.

  1. The first component of r(t)=(6t+8)ˆi+(4t2+2t3)ˆj is f(t)=6t+8. The second component is g(t)=4t2+2t3. We have f(t)=6 and g(t)=8t+2, so the Theorem 13.2.1 gives r(t)=6ˆi+(8t+2)ˆj.
  2. The first component is f(t)=3cost and the second component is g(t)=4sint. We have f(t)=3sint and g(t)=4cost, so we obtain r(t)=3sintˆi+4costˆj.
  3. The first component of r(t)=etsintˆi+etcostˆje2tˆk is f(t)=etsint, the second component is g(t)=etcost, and the third component is h(t)=e2t. We have f(t)=et(sint+cost), g(t)=et(costsint), and h(t)=2e2t, so the theorem gives r(t)=et(sint+cost)ˆi+et(costsint)ˆj2e2tˆk.
Exercise 13.2.2

Calculate the derivative of the function

r(t)=(tlnt)ˆi+(5et)ˆj+(costsint)ˆk.

Hint

Identify the component functions and use Theorem 13.2.1.

Answer

r(t)=(1+lnt)ˆi+5etˆj(sint+cost)ˆ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.

i.ddt[cr(t)]=cr(t)Scalar multipleii.ddt[r(t)±u(t)]=r(t)±u(t)Sum and differenceiii.ddt[f(t)u(t)]=f(t)u(t)+f(t)u(t)Scalar productiv.ddt[r(t)u(t)]=r(t)u(t)+r(t)u(t)Dot productv.ddt[r(t)×u(t)]=r(t)×u(t)+r(t)×u(t)Cross productvi.ddt[r(f(t))]=r(f(t))f(t)Chain rulevii.Ifr(t)·r(t)=c,thenr(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

ddt[f(t)u(t)]=ddt[f(t)(g(t)ˆi+h(t)ˆj)]=ddt[f(t)g(t)ˆi+f(t)h(t)ˆj]=ddt[f(t)g(t)]ˆi+ddt[f(t)h(t)]ˆj=(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)=f2(t)ˆi+g2(t)ˆj. Then

ddt[r(t)u(t)]=ddt[f1(t)f2(t)+g1(t)g2(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:

ddt[r(t)·r(t)]=ddt[c]r(t)·r(t)+r(t)·r(t)=02r(t)·r(t)=0r(t)·r(t)=0

Now for some examples using these properties.

Example 13.2.3: Using the Properties of Derivatives of Vector-Valued Functions

Given the vector-valued functions

r(t)=(6t+8)ˆi+(4t2+2t3)ˆj+5tˆk

and

u(t)=(t23)ˆi+(2t+4)ˆj+(t33t)ˆk,

calculate each of the following derivatives using the properties of the derivative of vector-valued functions.

  1. ddt[r(t)u(t)]
  2. ddt[u(t)×u(t)]
Solution

We have r(t)=6ˆi+(8t+2)ˆj+5ˆk and u(t)=2tˆi+2ˆj+(3t23)ˆk. Therefore, according to property iv:

  1. ddt[r(t)u(t)]=r(t)u(t)+r(t)u(t)=(6ˆi+(8t+2)ˆj+5ˆk)((t23)ˆi+(2t+4)ˆj+(t33t)ˆk)+((6t+8)ˆi+(4t2+2t3)ˆj+5tˆk)(2tˆi+2ˆj+(3t23)ˆk)=6(t23)+(8t+2)(2t+4)+5(t33t)+2t(6t+8)+2(4t2+2t3)+5t(3t23)=20t3+42t2+26t16.
  2. First, we need to adapt property v for this problem:

    ddt[u(t)×u(t)]=u(t)×u(t)+u(t)×u(t).

    Recall that the cross product of any vector with itself is zero. Furthermore,u(t) represents the second derivative of u(t):

    u(t)=ddt[u(t)]=ddt[2tˆi+2ˆj+(3t23)ˆk]=2ˆi+6tˆk.

    Therefore,

    ddt[u(t)×u(t)]=0+((t23)ˆi+(2t+4)ˆj+(t33t)ˆk)×(2ˆi+6tˆk)=|ˆiˆjˆkt232t+4t33t206t|=6t(2t+4)ˆi(6t(t23)2(t33t))ˆj2(2t+4)ˆk=(12t2+24t)ˆi+(12t4t3)ˆj(4t+8)ˆk.

Exercise 13.2.3

Calculate ddt[r(t)r(t)] and ddt[u(t)×r(t)] for the vector-valued functions:

  • r(t)=costˆi+sintˆje2tˆk
  • u(t)=tˆi+sintˆj+costˆk,
Hint

Follow the same steps as in Example 13.2.3.

Answer

ddt[r(t)r(t)]=8e4t

ddt[u(t)×r(t)]=(e2t(cost+2sint)+cos2t)ˆi+(e2t(2t+1)sin2t)ˆj+(tcost+sintcos2t)ˆk

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)=costˆi+sintˆj

The derivative of this function is

r(t)=sintˆi+costˆj

If we substitute the value t=π/6 into both functions we get

r(π6)=32ˆi+12ˆj

and

r(π6)=12ˆi+32ˆj.

The graph of this function appears in Figure 13.2.1, along with the vectors r(π6) and r(π6).

This figure is the graph of a circle represented by the vector-valued function r(t) = cost i + sint j. It is a circle centered at the origin with radius of 1, and counter-clockwise orientation. It has a vector from the origin pointing to the curve and labeled r(pi/6). At the same point on the circle there is a tangent vector labeled “r’(pi/6)”.
Figure 13.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(π6) is tangent to the circle at the point corresponding to t=π6. This is an example of a tangent vector to the plane curve defined by Equation ???.

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=t0 A tangent vector r at t=t0 is any vector such that, when the tail of the vector is placed at point r(t0) on the graph, vector r is tangent to curve C. Vector r(t0) is an example of a tangent vector at point t=t0. Furthermore, assume that r(t)0. The principal unit tangent vector at t is defined to be

\vecs{T}(t)=\dfrac{ \vecs{r}′(t)}{‖\vecs{r}′(t)‖}, \nonumber

provided ‖\vecs{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 \vecs{r}′(t). Second, calculate the magnitude of the derivative. The third step is to divide the derivative by its magnitude.

Example \PageIndex{4}: Finding a Unit Tangent Vector

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

  1. \vecs{r}(t)=\cos t \,\mathbf{\hat{i}}+\sin t \,\mathbf{\hat{j}}
  2. \vecs{u}(t)=(3t^2+2t) \,\mathbf{\hat{i}}+(2−4t^3)\,\mathbf{\hat{j}}+(6t+5)\,\mathbf{\hat{k}}
Solution
  1. \begin{array}{lrcl} \text{First step:} & \vecs r′(t) & = & − \sin t \,\hat{\mathbf{i}}+ \cos t \,\hat{\mathbf{j}} \\ \text{Second step:} & ‖\vecs r′(t)‖ & = & \sqrt{(− \sin t)^2+( \cos t)^2} = 1 \\ \text{Third step:} & \vecs T(t) & = & \dfrac{\vecs r′(t)}{‖\vecs r′(t)‖}=\dfrac{− \sin t \,\hat{\mathbf{i}}+ \cos t \,\hat{\mathbf{j}}}{1}=− \sin t \,\hat{\mathbf{i}}+ \cos t \,\hat{\mathbf{j}} \end{array}
  2. \begin{array}{lrcl} \text{First step:} & \vecs r′(t) & = & (6t+2) \,\hat{\mathbf{i}}−12t^2 \,\hat{\mathbf{j}}+6 \,\hat{\mathbf{k}} \\ \text{Second step:} & ‖\vecs r′(t)‖ & = & \sqrt{(6t+2)^2+(−12t^2)^2+6^2} \\ \text{} & \text{} & = & \sqrt{144t^4+36t^2+24t+40} \\ \text{} & \text{} & = & 2 \sqrt{36t^4+9t^2+6t+10} \\ \text{Third step:} & \vecs T(t) & = & \dfrac{\vecs r′(t)}{‖\vecs r′(t)‖}=\dfrac{(6t+2) \,\hat{\mathbf{i}}−12t^2 \,\hat{\mathbf{j}}+6 \,\hat{\mathbf{k}}}{2 \sqrt{36t^4+9t^2+6t+10}} \\ \text{} & \text{} & = & \dfrac{3t+1}{\sqrt{36t^4+9t^2+6t+10}} \,\hat{\mathbf{i}} - \dfrac{6t^2}{\sqrt{36t^4+9t^2+6t+10}} \,\hat{\mathbf{j}} + \dfrac{3}{\sqrt{36t^4+9t^2+6t+10}} \,\hat{\mathbf{k}} \end{array}
Exercise \PageIndex{4}

Find the unit tangent vector for the vector-valued function

\vecs r(t)=(t^2−3)\,\mathbf{\hat{i}}+(2t+1) \,\mathbf{\hat{j}}+(t−2) \,\mathbf{\hat{k}}. \nonumber

Hint

Follow the same steps as in Example \PageIndex{4}.

Answer

\vecs T(t)=\dfrac{2t}{\sqrt{4t^2+5}}\,\mathbf{\hat{i}}+\dfrac{2}{\sqrt{4t^2+5}}\,\mathbf{\hat{j}}+\dfrac{1}{\sqrt{4t^2+5}}\,\mathbf{\hat{k}} \nonumber

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 \vecs{r}(t)=f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}} is

    \int [f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}}]\,dt= \left[ \int f(t)\,dt \right] \,\hat{\mathbf{i}}+ \left[ \int g(t)\,dt \right] \,\hat{\mathbf{j}}. \nonumber

    The definite integral of a vector-valued function is

    \int_a^b [f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}}]\,dt = \left[ \int_a^b f(t)\,dt \right] \,\hat{\mathbf{i}}+ \left[ \int_a^b g(t)\,dt \right] \,\hat{\mathbf{j}}. \nonumber

  2. The indefinite integral of a vector-valued function \vecs r(t)=f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}}+h(t) \,\hat{\mathbf{k}} is

    \int [f(t) \,\hat{\mathbf{i}}+g(t)\,\hat{\mathbf{j}} + h(t) \,\hat{\mathbf{k}}]\,dt= \left[ \int f(t)\,dt \right] \,\hat{\mathbf{i}}+ \left[ \int g(t)\,dt \right] \,\hat{\mathbf{j}} + \left[ \int h(t)\,dt \right] \,\hat{\mathbf{k}}. \nonumber

    The definite integral of the vector-valued function is

    \int_a^b [f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}} + h(t) \,\hat{\mathbf{k}}]\,dt= \left[ \int_a^b f(t)\,dt \right] \,\hat{\mathbf{i}}+ \left[ \int_a^b g(t)\,dt \right] \,\hat{\mathbf{j}} + \left[ \int_a^b h(t)\,dt \right] \,\hat{\mathbf{k}}. \nonumber

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

\int f(t)\,dt=F(t)+C_1 \; and \; \int g(t)\,dt=G(t)+C_2, \nonumber

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

\begin{align*} \int [f(t) \,\hat{\mathbf{i}}+g(t) \,\hat{\mathbf{j}}]\,dt &= \left[ \int f(t)\,dt \right] \,\hat{\mathbf{i}}+ \left[ \int g(t)\,dt \right] \,\hat{\mathbf{j}} \\[4pt] &= (F(t)+C_1) \,\hat{\mathbf{i}}+(G(t)+C_2) \,\hat{\mathbf{j}} \\[4pt] &=F(t) \,\hat{\mathbf{i}}+G(t) \,\hat{\mathbf{j}}+C_1 \,\hat{\mathbf{i}}+C_2 \,\hat{\mathbf{j}} \\[4pt] &= F(t) \,\hat{\mathbf{i}}+G(t) \,\hat{\mathbf{j}}+\vecs{C} \end{align*}

where \vecs{C}=C_1 \,\hat{\mathbf{i}}+C_2 \,\hat{\mathbf{j}}. Therefore, the integration constants becomes a constant vector.

Example \PageIndex{5}: Integrating Vector-Valued Functions

Calculate each of the following integrals:

  1. \displaystyle \int [(3t^2+2t) \,\hat{\mathbf{i}}+(3t−6) \,\hat{\mathbf{j}}+(6t^3+5t^2−4) \,\hat{\mathbf{k}}]\,dt
  2. \displaystyle \int [⟨t,t^2,t^3⟩ \times ⟨t^3,t^2,t⟩] \,dt
  3. \displaystyle \int_{0}^{\frac{\pi}{3}} [\sin 2t \,\hat{\mathbf{i}}+ \tan t \,\hat{\mathbf{j}}+e^{−2t} \,\hat{\mathbf{k}}]\,dt
Solution
  1. We use the first part of the definition of the integral of a space curve:
  2. \begin{align*} \int[(3t^2+2t)\,\hat{\mathbf{i}}+(3t−6) \,\hat{\mathbf{j}}+(6t^3+5t^2−4)\,\hat{\mathbf{k}}]\,dt &=\left[\int 3t^2+2t\,dt \right]\,\hat{\mathbf{i}}+ \left[\int 3t−6\,dt \right] \,\hat{\mathbf{j}}+ \left[\int 6t^3+5t^2−4\,dt \right] \,\hat{\mathbf{k}} \\[4pt] &=(t^3+t^2) \,\hat{\mathbf{i}}+\left(\frac{3}{2}t^2−6t\right) \,\hat{\mathbf{j}}+\left(\frac{3}{2}t^4+\frac{5}{3}t^3−4t\right)\,\hat{\mathbf{k}}+\vecs C. \end{align*}
  3. First calculate ⟨t,t^2,t^3⟩ \times ⟨t^3,t^2,t⟩:

    \begin{align*} ⟨t,t^2,t^3⟩ \times ⟨t^3,t^2,t⟩ &= \begin{vmatrix} \hat{\mathbf{i}} & \,\hat{\mathbf{j}} & \,\hat{\mathbf{k}} \\ t & t^2 & t^3 \\ t^3 & t^2 & t \end{vmatrix} \\[4pt] &=(t^2(t)−t^3(t^2)) \,\hat{\mathbf{i}}−(t^2−t^3(t^3))\,\hat{\mathbf{j}}+(t(t^2)−t^2(t^3))\,\hat{\mathbf{k}} \\[4pt] &=(t^3−t^5)\,\hat{\mathbf{i}}+(t^6−t^2)\,\hat{\mathbf{j}}+(t^3−t^5)\,\hat{\mathbf{k}}. \end{align*} \nonumber

    Next, substitute this back into the integral and integrate:

    \begin{align*} \int [⟨t,t^2,t^3⟩ \times ⟨t^3,t^2,t⟩]\,dt &= \int (t^3−t^5) \,\hat{\mathbf{i}}+(t^6−t^2) \,\hat{\mathbf{j}}+(t^3−t^5)\,\hat{\mathbf{k}}\,dt \\[4pt] &=\left(\frac{t^4}{4}−\frac{t^6}{6}\right)\,\hat{\mathbf{i}}+\left(\frac{t^7}{7}−\frac{t^3}{3}\right)\,\hat{\mathbf{j}}+\left(\frac{t^4}{4}−\frac{t^6}{6}\right)\,\hat{\mathbf{k}}+\vecs C. \end{align*}

  4. Use the second part of the definition of the integral of a space curve:

    \begin{align*} \int_0^{\frac{\pi}{3}} [\sin 2t \,\hat{\mathbf{i}}+ \tan t \,\hat{\mathbf{j}}+e^{−2t} \,\hat{\mathbf{k}}]\,dt &=\left[\int_0^{\frac{π}{3}} \sin 2t \,dt \right] \,\hat{\mathbf{i}}+ \left[ \int_0^{\frac{π}{3}} \tan t \,dt \right] \,\hat{\mathbf{j}}+\left[\int_0^{\frac{π}{3}}e^{−2t}\,dt \right] \,\hat{\mathbf{k}} \\[4pt] &= (-\tfrac{1}{2} \cos 2t) \Big\vert_{0}^{π/3} \,\hat{\mathbf{i}}−( \ln |\cos t|)\Big\vert_{0}^{π/3} \,\hat{\mathbf{j}}−\left(\tfrac{1}{2}e^{−2t}\right)\Big\vert_{0}^{π/3} \,\hat{\mathbf{k}} \\[4pt] &=\left(−\tfrac{1}{2} \cos \tfrac{2π}{3}+\tfrac{1}{2} \cos 0\right) \,\hat{\mathbf{i}}−\left( \ln \left( \cos \tfrac{π}{3}\right)− \ln( \cos 0)\right) \,\hat{\mathbf{j}}−\left( \tfrac{1}{2}e^{−2π/3}−\tfrac{1}{2}e^{−2(0)}\right) \,\hat{\mathbf{k}} \\[4pt] & =\left(\tfrac{1}{4}+\tfrac{1}{2}\right) \,\hat{\mathbf{i}}−(−\ln 2) \,\hat{\mathbf{j}}−\left(\tfrac{1}{2}e^{−2π/3}−\tfrac{1}{2}\right) \,\hat{\mathbf{k}} \\[4pt] &=\tfrac{3}{4}\,\hat{\mathbf{i}}+(\ln 2) \,\hat{\mathbf{j}}+\left(\tfrac{1}{2}−\tfrac{1}{2}e^{−2π/3}\right)\,\hat{\mathbf{k}}. \end{align*}

Exercise \PageIndex{5}

Calculate the following integral:

\int_1^3 [(2t+4) \,\mathbf{\hat{i}}+(3t^2−4t) \,\mathbf{\hat{j}}]\,dt \nonumber

Hint

Use the definition of the definite integral of a plane curve.

Answer

\int_1^3 [(2t+4) \,\mathbf{\hat{i}}+(3t^2−4t) \,\mathbf{\hat{j}}]\,dt = 16 \,\mathbf{\hat{i}}+10 \,\mathbf{\hat{j}} \nonumber

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 \vecs r(t) is also a tangent vector to the curve. The unit tangent vector \vecs 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\vecs r′(t) = \lim \limits_{\Delta t \to 0} \dfrac{\vecs r(t+\Delta t)−\vecs r(t)}{ \Delta t} \nonumber
  • Principal unit tangent vector \vecs T(t)=\frac{\vecs r′(t)}{‖\vecs r′(t)‖} \nonumber
  • Indefinite integral of a vector-valued function \int [f(t) \,\mathbf{\hat{i}}+g(t)\,\mathbf{\hat{j}} + h(t) \,\mathbf{\hat{k}}]\,dt= \left[ \int f(t)\,dt \right] \,\mathbf{\hat{i}}+ \left[ \int g(t)\,dt \right] \,\mathbf{\hat{j}} + \left[ \int h(t)\,dt \right] \,\mathbf{\hat{k}}\nonumber
  • Definite integral of a vector-valued function \int_a^b [f(t) \,\mathbf{\hat{i}}+g(t) \,\mathbf{\hat{j}} + h(t) \,\mathbf{\hat{k}}]\,dt= \left[\int_a^b f(t)\,dt \right] \,\mathbf{\hat{i}}+ \left[ \int _a^b g(t)\,dt \right] \,\mathbf{\hat{j}} + \left[ \int _a^b h(t)\,dt \right] \,\mathbf{\hat{k}}\nonumber

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
the derivative of a vector-valued function \vecs{r}(t) is \vecs{r}′(t) = \lim \limits_{\Delta t \to 0} \frac{\vecs r(t+\Delta t)−\vecs r(t)}{ \Delta t}, provided the limit exists
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 \vecs{r}(t) at t=t_0 any vector \vecs v such that, when the tail of the vector is placed at point \vecs r(t_0) on the graph, vector \vecs{v} is tangent to curve C

This page titled 13.2: Calculus of Vector-Valued Functions is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Gilbert Strang & Edwin “Jed” Herman (OpenStax) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?