Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

11.1: Vector–Valued Functions

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

We are very familiar with real valued functions, that is, functions whose output is a real number. This section introduces vector-valued functions - functions whose output is a vector.

Definition 11.1.1: Vector-Valued Functions

A vector-valued function is a function of the form

r(t)=f(t),g(t)

or

r(t)=f(t),g(t),h(t),

where f, g and h are real valued functions.

The domain of r is the set of all values of t for which r(t) is defined. The range of r is the set of all possible output vectors r(t).

Evaluating and Graphing Vector-Valued Functions

Evaluating a vector-valued function at a specific value of t is straightforward; simply evaluate each component function at that value of t. For instance, if r(t)=t2,t2+t1, then r(2)=4,1. We can sketch this vector, as is done in Figure 11.1.1a. Plotting lots of vectors is cumbersome, though, so generally we do not sketch the whole vector but just the terminal point. The graph of a vector-valued function is the set of all terminal points of r(t), where the initial point of each vector is always the origin. In Figure 11.1.1b we sketch the graph of r; we can indicate individual points on the graph with their respective vector, as shown.

clipboard_ed2acf44eb4d2ec26782ff77ef3e0e235.png
Figure 11.1.1: Sketching the graph of a vector-valued function.

Vector-valued functions are closely related to parametric equations of graphs. While in both methods we plot points (x(t),y(t)) or (x(t),y(t),z(t)) to produce a graph, in the context of vector-valued functions each such point represents a vector. The implications of this will be more fully realized in the next section as we apply calculus ideas to these functions.

Example 11.1.1: Graphing vector-valued functions

Graph r(t)=t3t,1t2+1, for 2t2. Sketch r(1) and r(2).

Solution

We start by making a table of t, x and y values as shown in Figure 11.1.1a. Plotting these points gives an indication of what the graph looks like. In Figure 11.1.1b, we indicate these points and sketch the full graph. We also highlight r(1) and r(2) on the graph.

clipboard_e1ac6b7d46a14407030b3acf39f83f2fe.png
Figure 11.1.2: Sketching the vector-valued function of Example 11.1.1

Example 11.1.2: Graphing vector-valued functions.

Graph r(t)=cost,sint,t for 0t4π.

Solution

We can again plot points, but careful consideration of this function is very revealing. Momentarily ignoring the third component, we see the x and y components trace out a circle of radius 1 centered at the origin. Noticing that the z component is t, we see that as the graph winds around the z-axis, it is also increasing at a constant rate in the positive z direction, forming a spiral. This is graphed in Figure 11.1.3. In the graph r(7π/4)(0.707,0.707,5.498) is highlighted to help us understand the graph.

clipboard_efbdb0db5ead778b8b487b793cd6e01c7.png
Figure 11.1.3: Viewing a vector-valued function, and its derivative at one point.

Algebra of Vector-Valued Functions

Definition 11.1.2: Operations on Vector-Valued Functions

Let r1(t)=f1(t),g1(t) and r2(t)=f2(t),g2(t) be vector-valued functions in R2 and let c be a scalar. Then:

  1. r1(t)±r2(t)=f1(t)±f2(t),g1(t)±g2(t).
  2. cr1(t)=cf1(t),cg1(t).

A similar definition holds for vector-valued functions in R3.

This definition states that we add, subtract and scale vector-valued functions component-wise. Combining vector-valued functions in this way can be very useful (as well as create interesting graphs).

Example 11.1.3: Adding and scaling vector-valued functions.

Let r1(t)=0.2t,0.3t, r2(t)=cost,sint and r(t)=r1(t)+r2(t). Graph r1(t), r2(t), r(t) and 5r(t) on 10t10.

Solution

We can graph r1 and r2 easily by plotting points (or just using technology). Let's think about each for a moment to better understand how vector-valued functions work.

We can rewrite r1(t)=0.2t,0.3t as r1(t)=t0.2,0.3. That is, the function r1 scales the vector 0.2,0.3 by t. This scaling of a vector produces a line in the direction of 0.2,0.3.

We are familiar with r2(t)=cost,sint; it traces out a circle, centered at the origin, of radius 1. Figure 11.1.4a graphs r1(t) and r2(t).

Adding r1(t) to r2(t) produces r(t)=cost+0.2t,sint+0.3t, graphed in Figure 11.1.4b. The linear movement of the line combines with the circle to create loops that move in the direction of 0.2,0.3. (We encourage the reader to experiment by changing r1(t) to 2t,3t, etc., and observe the effects on the loops.)

clipboard_e02e5e94370bd15d4e5e38296ca2441bb.png
Figure 11.1.4: Graphing the functions in Example 11.1.3

Multiplying r(t) by 5 scales the function by 5, producing 5r(t)=5cost+1,5sint+1.5, which is graphed in Figure 11.1.4c along with r(t). The new function is "5 times bigger'' than r(t). Note how the graph of 5r(t) in (c) looks identical to the graph of r(t) in (b). This is due to the fact that the x and y bounds of the plot in (c) are exactly 5 times larger than the bounds in (b).

Example 11.1.4: Adding and scaling vector-valued functions.

A cycloid is a graph traced by a point p on a rolling circle, as shown in Figure 11.1.5. Find an equation describing the cycloid, where the circle has radius 1.

clipboard_ebe947b1593b7b808fc0e40feed3009f9.png
Figure 11.1.5: Tracing a cycloid.

Solution

This problem is not very difficult if we approach it in a clever way. We start by letting p(t) describe the position of the point p on the circle, where the circle is centered at the origin and only rotates clockwise (i.e., it does not roll). This is relatively simple given our previous experiences with parametric equations; p(t)=cost,sint.

We now want the circle to roll. We represent this by letting c(t) represent the location of the center of the circle. It should be clear that the y component of c(t) should be 1; the center of the circle is always going to be 1 if it rolls on a horizontal surface.

The x component of c(t) is a linear function of t: f(t)=mt for some scalar m. When t=0, f(t)=0 (the circle starts centered on the y-axis). When t=2π, the circle has made one complete revolution, traveling a distance equal to its circumference, which is also 2π. This gives us a point on our line f(t)=mt, the point (2π,2π). It should be clear that m=1 and f(t)=t. So c(t)=t,1.

We now combine p and c together to form the equation of the cycloid:

r(t)=p(t)+c(t)=cost+t,sint+1,

which is graphed in Figure 11.1.6.

clipboard_e690f39f37b59cda568289d743a89f2b1.png
Figure 11.1.6: The cycloid in Example 11.1.4.

Displacement

A vector-valued function r(t) is often used to describe the position of a moving object at time t. At t=t0, the object is at r(t0); at t=t1, the object is at r(t1). Knowing the locations r(t0) and r(t1) give no indication of the path taken between them, but often we only care about the difference of the locations, r(t1)r(t0), the displacement.

Definition 11.1.3: Displacement

Let r(t) be a vector-valued function and let t0<t1 be values in the domain. The displacement d of r, from t=t0 to t=t1, is d=r(t1)r(t0).

When the displacement vector is drawn with initial point at r(t0), its terminal point is r(t1). We think of it as the vector which points from a starting position to an ending position.

Example 11.1.5: Finding and graphing displacement vectors

Let r(t)=cos(π2t),sin(π2t). Graph r(t) on 1t1, and find the displacement of r(t) on this interval.

Solution

The function r(t) traces out the unit circle, though at a different rate than the "usual'' cost,sint parametrization. At t0=1, we have r(t0)=0,1; at t1=1, we have r(t1)=0,1. The displacement of r(t) on [1,1] is thus

d=0,10,1=0,2.

clipboard_e7c9abf38924599fb75d0c8d20fb2bf64.png
Figure 11.1.7: Graphing the displacement of a position function in Example 11.1.5.

A graph of r(t) on [1,1] is given in Figure 11.1.7, along with the displacement vector d on this interval.

Measuring displacement makes us contemplate related, yet very different, concepts. Considering the semi-circular path the object in Example 11.1.5 took, we can quickly verify that the object ended up a distance of 2 units from its initial location. That is, we can compute d=2. However, measuring distance from the starting point is different from measuring distance traveled. Being a semi-circle, we can measure the distance traveled by this object as π3.14 units. Knowing distance from the starting point allows us to compute average rate of change.

Definition 11.1.4: Average Rate of Change

Let r(t) be a vector-valued function, where each of its component functions is continuous on its domain, and let t0<t1. The average rate of change of r(t) on [t0,t1] is

average rate of change=r(t1)r(t0)t1t0.

Example 11.1.6: Average rate of change

Let r(t)=cos(π2t),sin(π2t) as in Example 11.1.5. Find the average rate of change of r(t) on [1,1] and on [1,5].

Solution

We computed in Example 11.1.5 that the displacement of r(t) on [1,1] was d=0,2. Thus the average rate of change of r(t) on [1,1] is:

r(1)r(1)1(1)=0,22=0,1.

We interpret this as follows: the object followed a semi-circular path, meaning it moved towards the right then moved back to the left, while climbing slowly, then quickly, then slowly again. On average, however, it progressed straight up at a constant rate of 0,1 per unit of time.

We can quickly see that the displacement on [1,5] is the same as on [1,1], so d=0,2. The average rate of change is different, though:

r(5)r(1)5(1)=0,26=0,1/3.

As it took "3 times as long'' to arrive at the same place, this average rate of change on [1,5] is 1/3 the average rate of change on [1,1].

We considered average rates of change in Sections 1.1 and 2.1 as we studied limits and derivatives. The same is true here; in the following section we apply calculus concepts to vector-valued functions as we find limits, derivatives, and integrals. Understanding the average rate of change will give us an understanding of the derivative; displacement gives us one application of integration.

Contributors and Attributions

  • Gregory Hartman (Virginia Military Institute). Contributions were made by Troy Siemers and Dimplekumar Chalishajar of VMI and Brian Heinold of Mount Saint Mary's University. This content is copyrighted by a Creative Commons Attribution - Noncommercial (BY-NC) License. http://www.apexcalculus.com/


This page titled 11.1: Vector–Valued Functions is shared under a CC BY-NC 3.0 license and was authored, remixed, and/or curated by Gregory Hartman et al. via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?