Skip to main content
\(\require{cancel}\newcommand{\highlight}[1]{{\color{blue}{#1}}} \newcommand{\apex}{A\kern -1pt \lower -2pt\mbox{P}\kern -4pt \lower .7ex\mbox{E}\kern -1pt X} \newcommand{\colorlinecolor}{blue!95!black!30} \newcommand{\bwlinecolor}{black!30} \newcommand{\thelinecolor}{\colorlinecolor} \newcommand{\colornamesuffix}{} \newcommand{\linestyle}{[thick, \thelinecolor]} \newcommand{\bmx}[1]{\left[\hskip -3pt\begin{array}{#1} } \newcommand{\emx}{\end{array}\hskip -3pt\right]} \newcommand{\ds}{\displaystyle} \newcommand{\fp}{f'} \newcommand{\fpp}{f''} \newcommand{\lz}[2]{\frac{d#1}{d#2}} \newcommand{\lzn}[3]{\frac{d^{#1}#2}{d#3^{#1}}} \newcommand{\lzo}[1]{\frac{d}{d#1}} \newcommand{\lzoo}[2]{{\frac{d}{d#1}}{\left(#2\right)}} \newcommand{\lzon}[2]{\frac{d^{#1}}{d#2^{#1}}} \newcommand{\lzoa}[3]{\left.{\frac{d#1}{d#2}}\right|_{#3}} \newcommand{\plz}[2]{\frac{\partial#1}{\partial#2}} \newcommand{\plzoa}[3]{\left.{\frac{\partial#1}{\partial#2}}\right|_{#3}} \newcommand{\inflim}[1][n]{\lim\limits_{#1 \to \infty}} \newcommand{\infser}[1][1]{\sum_{n=#1}^\infty} \newcommand{\Fp}{F\primeskip'} \newcommand{\Fpp}{F\primeskip''} \newcommand{\yp}{y\primeskip'} \newcommand{\gp}{g\primeskip'} \newcommand{\dx}{\Delta x} \newcommand{\dy}{\Delta y} \newcommand{\ddz}{\Delta z} \newcommand{\thet}{\theta} \newcommand{\norm}[1]{\left\lVert#1\right\rVert} \newcommand{\vnorm}[1]{\left\lVert\vec #1\right\rVert} \newcommand{\snorm}[1]{\left|\left|\ #1\ \right|\right|} \newcommand{\la}{\left\langle} \newcommand{\ra}{\right\rangle} \newcommand{\dotp}[2]{\vec #1 \cdot \vec #2} \newcommand{\proj}[2]{\text{proj}_{\,\vec #2}{\,\vec #1}} \newcommand{\crossp}[2]{\vec #1 \times \vec #2} \newcommand{\veci}{\vec i} \newcommand{\vecj}{\vec j} \newcommand{\veck}{\vec k} \newcommand{\vecu}{\vec u} \newcommand{\vecv}{\vec v} \newcommand{\vecw}{\vec w} \newcommand{\vecx}{\vec x} \newcommand{\vecy}{\vec y} \newcommand{\vrp}{\vec r\, '} \newcommand{\vsp}{\vec s\, '} \newcommand{\vrt}{\vec r(t)} \newcommand{\vst}{\vec s(t)} \newcommand{\vvt}{\vec v(t)} \newcommand{\vat}{\vec a(t)} \newcommand{\px}{\partial x} \newcommand{\py}{\partial y} \newcommand{\pz}{\partial z} \newcommand{\pf}{\partial f} \newcommand{\mathN}{\mathbb{N}} \newcommand{\zerooverzero}{\ds \raisebox{8pt}{\text{``\ }}\frac{0}{0}\raisebox{8pt}{\textit{ ''}}} \newcommand{\deriv}[2]{\myds\frac{d}{dx}\left(#1\right)=#2} \newcommand{\myint}[2]{\myds\int #1\ dx= {\ds #2}} \DeclareMathOperator{\sech}{sech} \DeclareMathOperator{\csch}{csch} \newcommand{\primeskip}{\hskip.75pt} \newcommand{\plotlinecolor}{blue} \newcommand{\colorone}{blue} \newcommand{\colortwo}{red} \newcommand{\coloronefill}{blue!15!white} \newcommand{\colortwofill}{red!15!white} \newcommand{\abs}[1]{\left\lvert #1\right\rvert} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section11.2Calculus and Vector–Valued Functions

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.

Subsection11.2.1Limits of Vector–Valued Functions

The initial definition of the limit of a vector–valued function is a bit intimidating, as was the definition of the limit in Definition 1.2.1. The theorem following the definition shows that in practice, taking limits of vector–valued functions is no more difficult than taking limits of real–valued functions.

Definition11.2.1Limits of Vector–Valued Functions

Let \(I\) be an open interval containing \(c\text{,}\) and let \(\vec r(t)\) be a vector–valued function defined on \(I\text{,}\) except possibly at \(c\text{.}\) The limit of \(\vec r(t)\text{,}\) as \(t\) approaches \(c\text{,}\) is \(\vec L\), expressed as \begin{equation*} \lim_{t\to c} \vec r(t) = \vec L, \end{equation*} means that given any \(\varepsilon>0\text{,}\) there exists a \(\delta>0\) such that for all \(t\neq c\text{,}\) if \(\abs{t-c} \lt \delta\text{,}\) we have \(\norm{\vec r(t) - \vec L} \lt \varepsilon\text{.}\)

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.

Theorem 11.2.2 states that we compute limits component–wise.

Example11.2.3Finding limits of vector–valued functions

Let \(\ds\vec r(t) = \la \frac{\sin(t) }{t},\, t^2-3t+3,\,\cos(t) \ra\text{.}\) Find \(\lim\limits_{t\to 0}\vec r(t)\text{.}\)

Solution

Subsection11.2.2Continuity

Definition11.2.4Continuity of Vector–Valued Functions

Let \(\vec r(t)\) be a vector–valued function defined on an open interval \(I\) containing \(c\text{.}\)

  1. \(\vec r(t)\) is continuous at \(c\) if \(\lim\limits_{t\to c} \vec r(t) = r(c)\text{.}\)

  2. If \(\vec r(t)\) is continuous at all \(c\) in \(I\text{,}\) then \(\vec r(t)\) is continuous on \(I\text{.}\)

We again have a theorem that lets us evaluate continuity component–wise.

Example11.2.6Evaluating continuity of vector–valued functions

Let \(\ds\vec r(t) = \la \frac{\sin(t) }{t},\, t^2-3t+3,\,\cos(t) \ra\text{.}\) Determine whether \(\vec r\) is continuous at \(t=0\) and \(t=1\text{.}\)

Solution

Subsection11.2.3Derivatives

Consider a vector–valued function \(\vec r\) defined on an open interval \(I\) containing \(t_0\) and \(t_1\text{.}\) We can compute the displacement of \(\vec r\) on \([t_0,t_1]\text{,}\) as shown in Figure 11.2.3(a). Recall that dividing the displacement vector by \(t_1-t_0\) gives the average rate of change on \([t_0,t_1]\text{,}\) as shown in (b).

<<SVG image is unavailable, or your browser cannot render it>>

<<SVG image is unavailable, or your browser cannot render it>>

Figure11.2.7(a) & (b)

The derivative of a vector–valued function is a measure of the instantaneous rate of change, measured by taking the limit as the length of \([t_0,t_1]\) goes to 0. Instead of thinking of an interval as \([t_0,t_1]\text{,}\) we think of it as \([c,c+h]\) for some value of \(h\) (hence the interval has length \(h\)). The average rate of change is \begin{equation*} \frac{\vec r(c+h)-\vec r(c)}{h} \end{equation*} for any value of \(h\neq0\text{.}\) We take the limit as \(h\to0\) to measure the instantaneous rate of change; this is the derivative of \(\vec r\text{.}\)

Definition11.2.8Derivative of a Vector–Valued Function

Let \(\vec r(t)\) be continuous on an open interval \(I\) containing \(c\text{.}\)

  1. The derivative of \(\vec r\) at \(t=c\) is \begin{equation*} \vrp (c) = \lim_{h\to 0} \frac{\vec r(c+h) - \vec r(c)}{h}. \end{equation*}

  2. The derivative of \(\vec r\) is \begin{equation*} \vrp (t) = \lim_{h\to 0} \frac{\vec r(t+h) - \vec r(t)}{h}. \end{equation*}

Alternate notations for the derivative of \(\vec r\) include: \begin{equation*} \vrp(t) = \frac{d}{dt}\big(\,\vec r(t)\,\big) = \frac{d\vec r}{dt}. \end{equation*}

If a vector–valued function has a derivative for all \(c\) in an open interval \(I\text{,}\) we say that \(\vec r(t)\) is differentiable on \(I\text{.}\)

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.

Example11.2.10Derivatives of vector–valued functions

Let \(\vec r(t) = \la t^2,t\ra\text{.}\)

  1. Sketch \(\vec r(t)\) and \(\vrp(t)\) on the same axes.

  2. Compute \(\vrp(1)\) and sketch this vector with its initial point at the origin and at \(\vec r(1)\text{.}\)

Solution
Example11.2.14Derivatives of vector–valued functions

Let \(\vec r(t) = \la \cos(t) , \sin(t) , t\ra\text{.}\) Compute \(\vrp(t)\) and \(\vrp(\pi/2)\text{.}\) Sketch \(\vrp(\pi/2)\) with its initial point at the origin and at \(\vec r(\pi/2)\text{.}\)

Solution

In Examples 11.2.10 and 11.2.14, 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.

Definition11.2.16Tangent Vector, Tangent Line

Let \(\vec r(t)\) be a differentiable vector–valued function on an open interval \(I\) containing \(c\text{,}\) where \(\vrp(c)\neq \vec 0\text{.}\)

  1. A vector \(\vec v\) is tangent to the graph of \(\vec r(t)\) at \(t=c\) if \(\vec v\) is parallel to \(\vrp(c)\text{.}\)

  2. The tangent line to the graph of \(\vec r(t)\) at \(t=c\) is the line through \(\vec r(c)\) with direction parallel to \(\vrp(c)\text{.}\) An equation of the tangent line is \begin{equation*} \vec \ell(t) = \vec r(c) + t\,\vrp(c). \end{equation*}

Example11.2.17Finding tangent lines to curves in space

Let \(\vec r(t) = \la t,t^2,t^3\ra\) on \([-1.5,1.5]\text{.}\) Find the vector equation of the line tangent to the graph of \(\vec r\) at \(t=-1\text{.}\)

Solution
Example11.2.19Finding tangent lines to curves

Find the equations of the lines tangent to \(\vec r(t) = \la t^3,t^2\ra\) at \(t=-1\) and \(t=0\text{.}\)

Solution

We were unable to compute the equation of the tangent line to \(\vec r(t)= \la t^3,t^2\ra\) at \(t=0\) because \(\vrp(0) = \vec 0\text{.}\) The graph in Figure 11.2.20 shows that there is a cusp at this point. This leads us to another definition of smooth, previously defined by Definition 9.2.21 in Section 9.2.

Definition11.2.21Smooth Vector–Valued Functions

Let \(\vec r(t)\) be a differentiable vector–valued function on an open interval \(I\text{.}\) \(\vec r(t)\) is smooth on \(I\) if \(\vrp(t)\neq \vec 0\) on \(I\text{.}\)

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.

Example11.2.23Using derivative properties of vector–valued functions

Let \(\vec r(t) = \la t, t^2-1\ra\) and let \(\vec u(t)\) be the unit vector that points in the direction of \(\vec r(t)\text{.}\)

  1. Graph \(\vec r(t)\) and \(\vec u(t)\) on the same axes, on \([-2,2]\text{.}\)

  2. Find \(\vec u\,'(t)\) and sketch \(\vec u\,'(-2)\text{,}\) \(\vec u\,'(-1)\) and \(\vec u\,'(0)\text{.}\) Sketch each with initial point the corresponding point on the graph of \(\vec u\text{.}\)

Solution

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\text{.}\) This is illustrated in Figure 11.2.25; 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: \(\vec u\,'(t)\) is orthogonal to \(\vec u(t)\text{.}\)

Recall that the dot product serves as a test for orthogonality: if \(\vec u\cdot \vec v = 0\text{,}\) then \(\vec u\) is orthogonal to \(\vec v\text{.}\) Thus in the above example, \(\vec u(t)\cdot \vec u\,'(t)=0\text{.}\)

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

Subsection11.2.4Integration

Indefinite and definite integrals of vector–valued functions are also evaluated component–wise.

Example11.2.28Evaluating a definite integral of a vector–valued function

Let \(\vec r(t) = \la e^{2t},\sin(t) \ra\text{.}\) Evaluate \(\ds \int_0^1 \vec r(t) \ dt\text{.}\)

Solution
Example11.2.29Solving an initial value problem

Let \(\vrp'(t) = \la 2, \cos(t) , 12t\ra\text{.}\) Find \(\vec r(t)\) where:

  • \(\vec r(0) = \la-7,-1,2\ra\) and

  • \(\vrp(0) = \la 5,3,0\ra\text{.}\)

Solution

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: \begin{equation*} \int_a^b \vrp(t)\ dt = \vec r(t)\Big|_a^b = \vec r(b)-\vec r(a). \end{equation*}

Integrating a rate of change function gives displacement.

Noting that vector–valued functions are closely related to parametric equations, we can describe the arc length of the graph of a vector–valued function as an integral. Given parametric equations \(x=f(t)\text{,}\) \(y=g(t)\text{,}\) the arc length on \([a,b]\) of the graph is \begin{equation*} \text{ Arc Length } = \int_a^b\sqrt{\fp(t)^2+g'(t)^2}\ dt, \end{equation*} as stated in Theorem 9.3.16 in Section 9.3. If \(\vrt = \la f(t), g(t)\ra\text{,}\) note that \(\sqrt{\fp(t)^2+g'(t)^2} = \norm{\vrp(t)}\text{.}\) Therefore we can express 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.

The next section takes what we have established thus far and applies it to objects in motion. We will let \vrt describe the path of an object in the plane or in space and will discover the information provided by \(\vrp(t)\) and \(\vrp'(t)\text{.}\)

Subsection11.2.5Exercises

In the following exercises, evaluate the given limit.

In the following exercises, identify the interval or union of intervals on which \(\vec r(t)\) is continuous.

In the following exercises, find the derivative of the given function.

In the following exercises, find \(\vrp (t)\text{.}\) Sketch \(\vec r(t)\) and \(\vrp(1)\text{,}\) with the initial point of \(\vrp(1)\) at \(\vec r(1)\text{.}\)

In the following exercises, give the equation of the line tangent to the graph of \(\vec r(t)\) at the given \(t\) value.

In the following exercises, find the value(s) of \(t\) for which \(\vec r(t)\) is not smooth.

The following exercises ask you to verify parts of Theorem 11.2.22. In each let \(f(t) = t^3\text{,}\) \(\vec r(t) =\la t^2,t-1,1\ra\) and \(\vec s(t) = \la \sin(t) , e^t,t\ra\text{.}\) Compute the various derivatives as indicated.

In the following exercises, evaluate the given definite or indefinite integral.

In the following exercises, solve the given initial value problems.

In the following exercises, find the arc length of \(\vec r(t)\) on the indicated interval.