Calculus of Vector-Valued Functions

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

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 is differentiable at t. If r(t)

exists for all t in an open interval (a,b),

then r 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)Δtandr(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.

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.

Let’s use [link]:

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(3i+(2t+Δt4)j)=3i+(2t4)j.

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

r(t)=4ti+5j
Hint

Use [link].

Notice that in the calculations in [link], 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.

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.
Calculating the Derivative of Vector-Valued Functions

Use [link] to calculate the derivative of each of the following functions.

  1. r(t)=(6t+8)i+(4t2+2t3)j
  2. r(t)=3costi+4sintj
  3. r(t)=etsinti+etcostje2tk

We use [link] 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 gives

    r(t)=6i+(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)=−3sinti+4costj.
  3. The first component of r(t)=etsinti+etcostje2tk

    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)j2e2tk.

Calculate the derivative of the function

r(t)=(tlnt)i+(5et)j+(costsint)k.
r(t)=(1+lnt)i+5etj(sint+cost)k
Hint

Identify the component functions and use [link].

We can extend to vector-valued functions the properties of the derivative that we presented in the Introduction to Derivatives. 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.

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 multiple ii.ddt[r(t)±u(t)]=r(t)±u(t)Sum and difference iii.ddt[f(t)u(t)]=f(t)u(t)+f(t)u(t)Scalar product iv.ddt[r(t)·u(t)]=r(t)·u(t)+r(t)·u(t)Dot product v.ddt[r(t)×u(t)]=r(t)×u(t)+r(t)×u(t)Cross product vi.ddt[r(f(t))]=r(f(t))·f(t)Chain rule vii.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 from the Introduction to Derivatives. 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)=(f1i+g1j)·(f2i+g2j)+(f1i+g1j)·(f2i+g2j)=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.

Using the Properties of Derivatives of Vector-Valued Functions

Given the vector-valued functions

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

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)]
  1. We have r(t)=6i+(8t+2)j+5k

    and

    u(t)=2ti+2j+(3t23)k.

    Therefore, according to property iv.:


    ddt[r(t)·u(t)]=r(t)·u(t)+r(t)·u(t)=(6i+(8t+2)j+5k)·((t23)i+(2t+4)j+(t33t)k)+((6t+8)i+(4t2+2t3)j+5tk)·(2ti+2j+(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[2ti+2j+(3t23)k]=2i+6tk.

    Therefore,


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

Given the vector-valued functions r(t)=costi+sintje2tk

and u(t)=ti+sintj+costk,

calculate ddt[r(t)·r(t)]

and ddt[u(t)×r(t)].

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

Follow the same steps as in [link].

Tangent Vectors and Unit Tangent Vectors

Recall from the Introduction to Derivatives 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)=costi+sintj.

The derivative of this function is r(t)=sinti+costj.

If we substitute the value t=π/6

into both functions we get

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

The graph of this function appears in [link], 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)”.

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 r(t)=costi+sintj.

Definition

Let C be a curve defined by a vector-valued function r, and assume that r(t)

exists when t=t0.

A tangent vector v at t=t0

is any vector such that, when the tail of the vector is placed at point r(t0)

on the graph, vector v 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

T(t)=r(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.

Finding a Unit Tangent Vector

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

  1. r(t)=costi+sintj
  2. u(t)=(3t2+2t)i+(24t3)j+(6t+5)k

  1. First step:r(t)=−sinti+costjSecond step:r(t)=(sint)2+(cost)2=1Third step:T(t)=r(t)r(t)=−sinti+costj1=−sinti+costj

  2. First step:u(t)=(6t+2)i12t2j+6kSecond step:u(t)=(6t+2)2+(−12t2)2+62=144t4+36t2+24t+40=236t4+9t2+6t+10Third step:T(t)=u(t)u(t)=(6t+2)i12t2j+6k236t4+9t2+6t+10=3t+136t4+9t2+6t+10i6t236t4+9t2+6t+10j+336t4+9t2+6t+10k

Find the unit tangent vector for the vector-valued function

r(t)=(t23)i+(2t+1)j+(t2)k.
T(t)=2t4t2+5i+24t2+5j+14t2+5k
Hint

Follow the same steps as in [link].

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

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


    ab[f(t)i+g(t)j]dt=[abf(t)dt]i+[abg(t)dt]j.
  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


    ab[f(t)i+g(t)j+h(t)k]dt=[abf(t)dt]i+[abg(t)dt]j+[abh(t)dt]k.

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)+C1andg(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+C1i+C2j=F(t)i+G(t)j+C,

where C=C1i+C2j.

Therefore, the integration constant becomes a constant vector.

Integrating Vector-Valued Functions

Calculate each of the following integrals:

  1. [(3t2+2t)i+(3t6)j+(6t3+5t24)k]dt
  2. [t,t2,t3×t3,t2,t]dt
  3. 0π/3[sin2ti+tantj+e−2tk]dt
  1. We use the first part of the definition of the integral of a space curve:
    [(3t2+2t)i+(3t6)j+(6t3+5t24)k]dt=[3t2+2tdt]i+[3t6dt]j+[6t3+5t24dt]k=(t3+t2)i+(32t26t)j+(32t4+53t34t)k+C.
  2. First calculate t,t2,t3×t3,t2,t:
    t,t2,t3×t3,t2,t=\|ijktt2t3t3t2t\|=(t2(t)t3(t2))i(t2t3(t3))j+(t(t2)t2(t3))k=(t3t5)i+(t6t2)j+(t3t5)k.

    Next, substitute this back into the integral and integrate:


    [t,t2,t3×t3,t2,t]dt=(t3t5)i+(t6t2)j+(t3t5)kdt=(t44t66)i+(t77t33)j+(t44t66)k+C.
  3. Use the second part of the definition of the integral of a space curve:
    0π/3[sin2ti+tantj+e−2tk]dt=[0π/3sin2tdt]i+[0π/3tantdt]j+[0π/3e−2tdt]k=(12cos2t)\|0π/3i(ln(cost))\|0π/3j(12e−2t)\|0π/3k=(12cos2π3+12cos0)i(ln(cosπ3)ln(cos0))j(12e−2π/312e−2(0))k=(14+12)i(ln2)j(12e−2π/312)k=34i+(ln2)j+(1212e−2π/3)k.

Calculate the following integral:

13[(2t+4)i+(3t24t)j]dt.
13[(2t+4)i+(3t24t)j]dt=16i+10j
Hint

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

Key Concepts

Key Equations

Compute the derivatives of the vector-valued functions.

r(t)=t3i+3t2j+t36k
3t2,6t,12t2
r(t)=sin(t)i+cos(t)j+etk
r(t)=eti+sin(3t)j+10tk.

A sketch of the graph is shown here. Notice the varying periodic nature of the graph.

This figure is a 3 dimensional graph. It is a curve inside of a box. The curve starts at the bottom of the box and spirals around the middle, with upward orientation.

et,3cos(3t),5t
r(t)=eti+2etj+k
r(t)=i+j+k
0,0,0
r(t)=teti+tln(t)j+sin(3t)k
r(t)=1t+1i+arctan(t)j+lnt3k
−1(t+1)2,11+t2,3t
r(t)=tan(2t)i+sec(2t)j+sin2(t)k
r(t)=3i+4sin(3t)j+tcos(t)k
0,12cos(3t),costtsint
r(t)=t2i+te−2tj5e−4tk

For the following problems, find a tangent vector at the indicated value of t.

r(t)=ti+sin(2t)j+cos(3t)k;t=π3
121,−1,0
r(t)=3t3i+2t2j+1tk;t=1
r(t)=3eti+2e−3tj+4e2tk; t=ln(2)
11060.56256,34,32
r(t)=cos(2t)i+2sintj+t2k;t=π2

Find the unit tangent vector for the following parameterized curves.

r(t)=6i+cos(3t)j+3sin(4t)k, 0t<2π
19sin2(3t)+144cos2(4t)0,−3sin(3t),12cos(4t)
r(t)=costi+sintj+sintk, 0t<2π.

Two views of this curve are presented here:

This figure has two graphs. The first graph is inside a 3 dimensional box. It has a lattice-look to the graph in the middle of the box, crossing over itself. The second graph is the same as the first, with a different position of the box for a different perspective of the lattice-looking curve.

r(t)=3cos(4t)i+3sin(4t)j+5tk,1t2
T(t)=−1213sin(4t)i+1213cos(4t)j+513k
r(t)=ti+3tj+t2k

Let r(t)=ti+t2jt4k

and s(t)=sin(t)i+etj+cos(t)k.

Here is the graph of the function:

This figure is a 3 dimensional graph. It is inside of a box. The box represents an octant. The curve in the graph starts at the lower left corner of the box and bends upward and out towards the other end of the box. Find the following.

ddt[r(t2)]
2t,4t3,−8t7
ddt[t2·s(t)]
ddt[r(t)·s(t)]
sin(t)+2tet4t3cos(t)+tcos(t)+t2et+t4sin(t)

Compute the first, second, and third derivatives of r(t)=3ti+6ln(t)j+5e−3tk.

Find r(t)·r(t)forr(t)=−3t5i+5tj+2t2k.

900t7+16t

The acceleration function, initial velocity, and initial position of a particle are* * *

a(t)=−5costi5sintj,v(0)=9i+2j,andr(0)=5i.

Find v(t)andr(t).

The position vector of a particle is r(t)=5sec(2t)i4tan(t)j+7t2k.

  1. Graph the position function and display a view of the graph that illustrates the asymptotic behavior of the function.
  2. Find the velocity as t approaches but is not equal to π/4

    (if it exists).


  1. This figure is a graph of a curve in 3 dimensions. The curve has asymptotes and from the above view, the curve resembles the secant function.

  2. Undefined or infinite

Find the velocity and the speed of a particle with the position function r(t)=(2t12t+1)i+ln(14t2)j.

The speed of a particle is the magnitude of the velocity and is represented by r'(t).

A particle moves on a circular path of radius b according to the function r(t)=bcos(ωt)i+bsin(ωt)j,

where ω

is the angular velocity, dθ/dt.

This figure is the graph of a circle centered at the origin with radius of 3. The orientation of the circle is counter-clockwise. Also, in the fourth quadrant there are two vectors. The first starts on the circle and terminates at the origin. The second vector is tangent at the same point in the fourth quadrant towards the x-axis.

Find the velocity function and show that v(t)

is always orthogonal to r(t).

r'(t)=bωsin(ωt)i+bωcos(ωt)j.

To show orthogonality, note that r'(t)·r(t)=0.

Show that the speed of the particle is proportional to the angular velocity.

Evaluate ddt[u(t)×u(t)]

given u(t)=t2i2tj+k.

0i+2j+4tj

Find the antiderivative of r'(t)=cos(2t)i2sintj+11+t2k

that satisfies the initial condition r(0)=3i2j+k.

Evaluate 03ti+t2jdt.

13(103/21)

An object starts from rest at point P(1,2,0)

and moves with an acceleration of a(t)=j+2k,

where a(t)

is measured in feet per second per second. Find the location of the object after t=2

sec.

Show that if the speed of a particle traveling along a curve represented by a vector-valued function is constant, then the velocity function is always perpendicular to the acceleration function.


v(t)=kv(t)·v(t)=kddt(v(t)·v(t))=ddtk=0v(t)·v'(t)+v'(t)·v(t)=02v(t)·v'(t)=0v(t)·v'(t)=0.

The last statement implies that the velocity and acceleration are perpendicular or orthogonal.* * *

Given r(t)=ti+3tj+t2k

and u(t)=4ti+t2j+t3k,

find ddt(r(t)×u(t)).

Given r(t)=t+cost,tsint,

find the velocity and the speed at any time.

v(t)=1sint,1cost, speed=v(t)=42(sint+cost)

Find the velocity vector for the function r(t)=et,et,0.

Find the equation of the tangent line to the curve r(t)=et,et,0

at t=0.

x1=t,y1=t,z0=0

Describe and sketch the curve represented by the vector-valued function r(t)=6t,6tt2.

Locate the highest point on the curve r(t)=6t,6tt2

and give the value of the function at this point.

r(t)=18,9

at t=3

The position vector for a particle is r(t)=ti+t2j+t3k.

The graph is shown here:

This figure is the graph of a curve in 3 dimensions. The curve is inside of a box. The box represents an octant. The curve begins at the bottom of the box to the left and curves upward to the top right corner.

Find the velocity vector at any time.

Find the speed of the particle at time t=2

sec.

593

Find the acceleration at time t=2

sec.

A particle travels along the path of a helix with the equation r(t)=cos(t)i+sin(t)j+tk.

See the graph presented here:

This figure is the graph of a curve in 3 dimensions. The curve is inside of a box. The box represents an octant. The curve is a helix and begins at the bottom of the box to the right and spirals upward. Find the following:

Velocity of the particle at any time

v(t)=sint,cost,1

Speed of the particle at any time

Acceleration of the particle at any time

a(t)=costisintj+0j

Find the unit tangent vector for the helix.

A particle travels along the path of an ellipse with the equation r(t)=costi+2sintj+0k.

Find the following:

Velocity of the particle

v(t)=sint,2cost,0

Speed of the particle at t=π4

Acceleration of the particle at t=π4

a(t)=22,2,0

Given the vector-valued function r(t)=tant,sect,0

(graph is shown here), find the following:

This figure is the graph of a curve in 3 dimensions. The curve is inside of a box. The box represents an octant. The curve has asymptotes that are the diagonals of the box. The curve is hyperbolic.

Velocity

Speed

v(t)=sec4t+sec2ttan2t=sec2t(sec2t+tan2t)

Acceleration

Find the minimum speed of a particle traveling along the curve r(t)=t+cost,tsint

t[0,2π).

2

Given r(t)=ti+2sintj+2costk

and u(t)=1ti+2sintj+2costk,

find the following:

r(t)×u(t)
ddt(r(t)×u(t))
0,2sint(t1t)2cost(1+1t2),2sint(1+1t2)+2cost(t2t)

Now, use the product rule for the derivative of the cross product of two vectors and show this result is the same as the answer for the preceding problem.

Find the unit tangent vector T(t) for the following vector-valued functions.

r(t)=t,1t.

The graph is shown here:

This figure is the graph of a hyperbolic curve. The y-axis is a vertical asymptote and the x-axis is the horizontal asymptote.

T(t)=t2t4+1,−1t4+1
r(t)=tcost,tsint
r(t)=t+1,2t+1,2t+2
T(t)=131,2,2

Evaluate the following integrals:

(eti+sintj+12t1k)dt
01r(t)dt,

where r(t)=t3,1t+1,et

34i+ln(2)j+(11e)j

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 r(t)

is

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

at

t=t0

any vector 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


Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: