Skip to main content

Active Calculus - Multivariable

Section 9.2 Vectors

Quantities like length, speed, area, and mass are all measured by numbers (called scalars). Other quantities, like velocity, force, and displacement, have two attributes: magnitude and direction. These quantities are represented by vectors and are the study of this section. For example, we will use vectors to calculate work done by a constant force, calculate torque, determine direction vectors for lines and normal vectors for planes, define curvature, and determine the direction of greatest increase on a surface. For most of these applications, we will be interested in using vectors to measure direction and/or speed. Vectors will be a major tool for us in determining the behavior of functions of several variables.
If we are at a point \(x\) in the domain of a function of one variable, there are only two directions in which we can move: in the positive or negative \(x\)-direction. If, however, we are at a point \((x,y)\) in the domain of a function of two variables, there are many directions in which we can move. Thus, it is important for us to have a means to indicate direction, and we will do so using vectors. This notion of direction in space will be critical for us to find direction vectors for lines, tangent lines to curves, normal vectors to planes, and to determine direction of motion.

Preview Activity 9.2.1.

Postscript is a programming language whose primary purpose is to describe the appearance of text or graphics. A simple set of Postscript commands that produces the triangle in the plane with vertices \((0,0)\text{,}\) \((1,1)\text{,}\) and \((1,-1)\) is the following:
 
          (0,0) moveto 
          (1,1) lineto stroke
          (1,-1) lineto stroke
          (0,0) lineto stroke
          
The key idea in these commands is that we start at the origin, then tell Postscript that we want to start at the point \((0,0)\text{,}\) draw a line from the point \((0,0)\) to the point \((1,1)\) (this is what the lineto and stroke commands do), then draw lines from \((1,1)\) to \((1,-1)\) and \((1,-1)\) back to the origin. Each of these commands encodes two important pieces of information: a direction in which to move and a distance to move. Mathematically, we can capture this information succinctly in a vector. To do so, we record the movement on the map in a pair \(\langle x, y \rangle\) (this pair \(\langle x, y \rangle\) is a vector), where \(x\) is the horizontal displacement and \(y\) the vertical displacement from one point to another. So, for example, the vector from the origin to the point \((1,1)\) is represented by the vector \(\langle 1,1 \rangle\text{.}\)
  1. What is the vector \(\vv_1 = \langle x , y \rangle\) that describes the displacement from the point \((1,1)\) to the point \((1,-1)\text{?}\) How can we use this vector to determine the distance from the point \((1,1)\) to the point \((1,-1)\text{?}\)
  2. Suppose we want to draw the triangle with vertices \(A=(2,3)\text{,}\) \(B=(-3,1)\text{,}\) and \(C=(4,-2)\text{.}\) As a shorthand notation, we will denote the vector from the point \(A\) to the point \(B\) as \(\overrightarrow{AB}\)
    1. Determine the vectors \(\overrightarrow{AB}\text{,}\) \(\overrightarrow{BC}\text{,}\) and \(\overrightarrow{AC}\text{.}\)
    2. What relationship do you see among the vectors \(\overrightarrow{AB}\text{,}\) \(\overrightarrow{BC}\text{,}\) and \(\overrightarrow{AC}\text{?}\) Explain why this relationship should hold.

Subsection 9.2.1 Representations of Vectors

Preview Activity 9.2.1 shows how we can record the magnitude and direction of a change in position using an ordered pair of numbers \(\langle x,y\rangle\text{.}\) There are many other quantities, such as force and velocity, that possess the attributes of magnitude and direction, and we will call each such quantity a vector.

Definition 9.2.1.

A vector is a quantity that possesses the attributes of magnitude and direction.
We can represent a vector geometrically as a directed line segment, with the magnitude as the length of the segment and an arrowhead indicating direction, as shown at left in Figure 9.2.2.
Figure 9.2.2. Left: A vector. Right: Representations of the same vector.
According to the definition, a vector possesses the attributes of length (magnitude) and direction; the vector’s position, however, is not mentioned. Consequently, we regard as equal any two vectors having the same magnitude and direction, as shown at right in Figure 9.2.2. In other words, two vectors are equal provided they have the same magnitude and direction.
This means that the same vector may be drawn in the plane in many different ways. For instance, suppose that we would like to draw the vector \(\langle 3, 4\rangle\text{,}\) which represents a horizontal change of three units and a vertical change of four units. We may place the tail of the vector (the point from which the vector originates) at the origin and the tip (the terminal point of the vector) at \((3,4)\text{,}\) as illustrated at left in Figure 9.2.3. A vector with its tail at the origin is said to be in standard position.
Figure 9.2.3. Left: Standard position. Right: A vector between two points.
Alternatively, we may place the tail of the vector \(\langle 3,4\rangle\) at another point, such as \(Q(1,1)\text{.}\) After a displacement of three units to the right and four units up, the tip of the vector is at the point \(R(4,5)\) (see the vector at right in Figure 9.2.3).
In this example, the vector led to the directed line segment from \(Q\) to \(R\text{,}\) which we denote as \(\overrightarrow{QR}\text{.}\) We may also turn the situation around: given the two points \(Q\) and \(R\text{,}\) we obtain the vector \(\langle 3,4\rangle\) because we move horizontally three units and vertically four units to get from \(Q\) to \(R\text{.}\) In other words, \(\overrightarrow{QR} = \langle 3,4\rangle\text{.}\) In general, the vector \(\overrightarrow{QR}\) from the point \(Q = (q_1, q_2)\) to \(R = (r_1, r_2)\) is found by taking the difference of coordinates, so that
\begin{equation*} \overrightarrow{QR} = \langle r_1-q_1, r_2-q_2 \rangle. \end{equation*}
We will use boldface letters to represent vectors, such as \(\vv = \langle 3, 4 \rangle\text{,}\) to distinguish them from scalars. The entries of a vector are called its components; in the vector \(\langle 3, 4 \rangle\text{,}\) the \(x\) component is 3 and the \(y\) component is 4. We use pointed brackets \(\langle \ , \rangle\) and the term components to distinguish a vector from a point \(( \ , )\) and its coordinates. There is, however, a close connection between vectors and points. Given a point \(P\text{,}\) we will frequently consider the vector \(\overrightarrow{OP}\) from the origin \(O\) to \(P\text{.}\) For instance, if \(P=(3,4)\text{,}\) then \(\overrightarrow{OP}=\langle 3,4\rangle\) as in Figure 9.2.4. In this way, we think of a point \(P\) as defining a vector \(\overrightarrow{OP}\) whose components agree with the coordinates of \(P\text{.}\) The vector \(\overrightarrow{OP}\) is called the position vector of \(P\text{.}\)
Figure 9.2.4. A point defines a vector
While we often illustrate vectors in the plane since it is easier to draw pictures, different situations call for the use of vectors in three or more dimensions. For instance, a vector \(\vv\) in \(n\)-dimensional space, \(\R^n\text{,}\) has \(n\) components and may be represented as
\begin{equation*} \vv = \langle v_1, v_2, v_3, \ldots, v_n \rangle. \end{equation*}
The next activity will help us to become accustomed to vectors and operations on vectors in three dimensions.

Activity 9.2.2.

An article by C.Kenneth Tanner of the University of Georgia argues that, due to the concept of social distance, a secondary school classroom for 20 students should have 1344 square feet of floor space. Suppose a classroom is 32 feet by 42 feet by 8 feet. Set the origin \(O\) of the classroom to be its center. In this classroom, a student is sitting on a chair whose seat is at location \(A = (9, -6, -1.5)\text{,}\) an overhead projector is located at position \(B = (0,1,3)\text{,}\) and the teacher is standing at point \(C = (-2, 20, -4)\text{,}\) all distances measured in feet. Determine the components of the indicated vectors and explain in context what each represents.
a. \(\overrightarrow{OA}\) b. \(\overrightarrow{OB}\) c. \(\overrightarrow{OC}\) d. \(\overrightarrow{AB}\) e. \(\overrightarrow{AC}\) f. \(\overrightarrow{BC}\)

Subsection 9.2.2 Equality of Vectors

Because location is not mentioned in the definition of a vector, any two vectors that have the same magnitude and direction are equal. It is helpful to have an algebraic way to determine when this occurs. That is, if we know the components of two vectors \(\vu\) and \(\vv\text{,}\) we will want to be able to determine algebraically when \(\vu\) and \(\vv\) are equal. There is an obvious set of conditions that we use.

Equality of Vectors.

Two vectors \(\vu = \langle u_1, u_2 \rangle\) and \(\vv = \langle v_1, v_2 \rangle\) in \(\R^2\) are equal if and only if their corresponding components are equal: \(u_1 = v_1\) and \(u_2 = v_2\text{.}\) More generally, two vectors \(\vu = \langle u_1, u_2, \ldots, u_n\rangle\) and \(\vv = \langle v_1, v_2, \ldots, v_n \rangle\) in \(\R^n\) are equal if and only if \(u_i = v_i\) for each possible value of \(i\text{.}\)

Subsection 9.2.3 Operations on Vectors

Vectors are not numbers, but we can now represent them with components that are real numbers. As such, we naturally wonder if it is possible to add two vectors together, multiply two vectors, or combine vectors in any other ways. In this section, we will study two operations on vectors: vector addition and scalar multiplication. To begin, we investigate a natural way to add two vectors together, as well as to multiply a vector by a scalar.

Activity 9.2.3.

Let \(\vu = \langle 2, 3 \rangle\text{,}\) \(\vv = \langle -1, 4 \rangle\text{.}\)
  1. Using the two specific vectors above, what is the natural way to define the vector sum \(\vu + \vv\text{?}\)
  2. In general, how do you think the vector sum \(\va + \vb\) of vectors \(\va = \langle a_1, a_2 \rangle\) and \(\vb = \langle b_1, b_2 \rangle\) in \(\R^2\) should be defined? Write a formal definition of a vector sum based on your intuition.
  3. In general, how do you think the vector sum \(\va + \vb\) of vectors \(\va = \langle a_1, a_2, a_3 \rangle\) and \(\vb = \langle b_1, b_2, b_3 \rangle\) in \(\R^3\) should be defined? Write a formal definition of a vector sum based on your intuition.
  4. Returning to the specific vector \(\vv = \langle -1, 4 \rangle\) given above, what is the natural way to define the scalar multiple \(\frac{1}{2}\vv\text{?}\)
  5. In general, how do you think a scalar multiple of a vector \(\va = \langle a_1, a_2 \rangle\) in \(\R^2\) by a scalar \(c\) should be defined? how about for a scalar multiple of a vector \(\va = \langle a_1, a_2, a_3 \rangle\) in \(\R^3\) by a scalar \(c\text{?}\) Write a formal definition of a scalar multiple of a vector based on your intuition.
We can now add vectors and multiply vectors by scalars, and thus we can add together scalar multiples of vectors. This allows us to define vector subtraction, \(\vv - \vu\text{,}\) as the sum of \(\vv\) and \(-1\) times \(\vu\text{,}\) so that
\begin{equation*} \vv - \vu = \vv + (-1)\vu. \end{equation*}
Using vector addition and scalar multiplication, we will often represent vectors in terms of the special vectors \(\vi = \langle 1, 0 \rangle\) and \(\vj = \langle 0,1 \rangle\text{.}\) For instance, we can write the vector \(\langle a, b \rangle\) in \(\R^2\) as
\begin{equation*} \langle a, b \rangle = a\langle 1, 0 \rangle + b\langle 0, 1 \rangle = a\vi + b \vj, \end{equation*}
which means that
\begin{equation*} \langle 2, -3 \rangle = 2\vi - 3\vj. \end{equation*}
In the context of \(\R^3\text{,}\) we let \(\vi = \langle 1, 0, 0 \rangle\text{,}\) \(\vj = \langle 0,1,0 \rangle\text{,}\) and \(\vk = \langle 0,0,1 \rangle\text{,}\) and we can write the vector \(\langle a, b, c \rangle\) in \(\R^3\) as
\begin{equation*} \langle a, b,c \rangle = a\langle 1, 0,0 \rangle + b\langle 0, 1,0 \rangle + c\langle 0,0,1 \rangle = a\vi + b \vj + c\vk. \end{equation*}
The vectors \(\vi\text{,}\) \(\vj\text{,}\) and \(\vk\) are called the standard unit vectors (as we will learn momentarily, unit vectors have length 1), and are important in the physical sciences.

Subsection 9.2.4 Properties of Vector Operations

We know that the scalar sum \(1+2\) is equal to the scalar sum \(2+1\text{.}\) This is called the commutative property of scalar addition. Any time we define operations on objects (like addition of vectors) we usually want to know what kinds of properties the operations have. For example, is addition of vectors a commutative operation? To answer this question we take two arbitrary vectors \(\vv\) and \(\vu\) and add them together and see what happens. Let \(\vv = \langle v_1, v_2 \rangle\) and \(\vu = \langle u_1, u_2 \rangle\text{.}\) Now we use the fact that \(v_1\text{,}\) \(v_2\text{,}\) \(u_1\text{,}\) and \(u_2\) are scalars, and that the addition of scalars is commutative to see that
\begin{align*} \vv + \vu =\mathstrut \amp \langle v_1, v_2 \rangle + \langle u_1, u_2 \rangle\\ =\mathstrut \amp \langle v_1+u_1, v_2 + u_2 \rangle \\ =\mathstrut \amp \langle u_1+v_1, u_2+v_2 \rangle \\ =\mathstrut \amp \langle u_1, u_2 \rangle + \langle v_1, v_2 \rangle \\ =\mathstrut \amp \vu + \vv. \end{align*}
So the vector sum is a commutative operation. Similar arguments can be used to show the following properties of vector addition and scalar multiplication.

Properties of vector operations.

Let \(\vv\text{,}\) \(\vu\text{,}\) and \(\vw\) be vectors in \(\R^n\) and let \(a\) and \(b\) be scalars. Then
  1. \(\displaystyle \vv + \vu = \vu + \vv\)
  2. \(\displaystyle (\vv + \vu) + \vw = \vv + (\vu + \vw)\)
  3. The vector \(\vzero = \langle 0, 0, \ldots, 0 \rangle\) has the property that \(\vv + \vzero = \vv\text{.}\) The vector \(\vzero\) is called the zero vector.
  4. \((-1)\vv + \vv = \vzero\text{.}\) The vector \((-1)\vv = -\vv\) is called the additive inverse of the vector \(\vv\text{.}\)
  5. \(\displaystyle (a+b) \vv = a\vv + b\vv\)
  6. \(\displaystyle a(\vv + \vu) = a\vv + a\vu\)
  7. \(\displaystyle (ab) \vv = a(b\vv)\)
  8. \(1 \vv = \vv\text{.}\)
We verified the first property for vectors in \(\R^2\text{;}\) it is straightforward to verify that the rest of the eight properties just noted hold for all vectors in \(\R^n\text{.}\)

Subsection 9.2.5 Geometric Interpretation of Vector Operations

Next, we explore a geometric interpretation of vector addition and scalar multiplication that allows us to visualize these operations. Let \(\vu = \langle 4, 6 \rangle\) and \(\vv = \langle 3, -2 \rangle\text{.}\) Then \(\vw = \vu + \vv = \langle 7, 4 \rangle\text{,}\) as shown on the left in Figure 9.2.5.
Figure 9.2.5. A vector sum (left), summing displacements (center), the parallelogram law (right).
If we think of these vectors as displacements in the plane, we find a geometric way to envision vector addition. For instance, the vector \(\vu + \vv\) will represent the displacement obtained by following the displacement \(\vu\) with the displacement \(\vv\text{.}\) We may picture this by placing the tail of \(\vv\) at the tip of \(\vu\text{,}\) as seen in the center of Figure 9.2.5.
Of course, vector addition is commutative so we obtain the same sum if we place the tail of \(\vu\) at the tip of \(\vv\text{.}\) We therefore see that \(\vu+\vv\) appears as the diagonal of the parallelogram determined by \(\vu\) and \(\vv\text{,}\) as shown at right in Figure 9.2.5.
Vector subtraction has a similar interpretation. At left in Figure 9.2.6 we see vectors \(\vu\text{,}\) \(\vv\text{,}\) and \(\vw =\vu + \vv\text{.}\) If we rewrite \(\vv = \vw - \vu\text{,}\) we have the arrangement shown at right in Figure 9.2.6. In other words, to form the difference \(\vw-\vu\text{,}\) we draw a vector from the tip of \(\vu\) to the tip of \(\vw\text{.}\)
Figure 9.2.6. Left: Vector addition. Right: Vector subtraction.
In a similar way, we may geometrically represent a scalar multiple of a vector. For instance, if \(\vv=\langle 2,3\rangle\text{,}\) then \(2\vv = \langle 4,6\rangle\text{.}\) As shown in Figure 9.2.7, multiplying \(\vv\) by 2 leaves the direction unchanged, but stretches \(\vv\) by 2. Also, \(-2\vv = \langle -4, -6\rangle\text{,}\) which shows that multiplying by a negative scalar gives a vector pointing in the opposite direction of \(\vv\text{.}\)
Figure 9.2.7. Scalar multiplication

Activity 9.2.4.

Figure 9.2.8. Left: Sketch sums. Right: Sketch multiples.
Suppose that \(\vu\) and \(\vv\) are the vectors shown in Figure 9.2.8.
  1. On the axes at left in Figure 9.2.8, sketch the vectors \(\vu + \vv\text{,}\) \(\vv - \vu\text{,}\) \(2\vu\text{,}\) \(-2\vu\text{,}\) and \(-3\vv\text{.}\)
  2. What is \(0\vv\text{?}\)
  3. On the axes at right in Figure 9.2.8, sketch the vectors \(-3\vv\text{,}\) \(-2\vv\text{,}\) \(-1\vv\text{,}\) \(2\vv\text{,}\) and \(3\vv\text{.}\)
  4. Give a geometric description of the set of terminal points of the vectors \(t\vv\) where \(t\) is any scalar.
  5. On the set of axes at right in Figure 9.2.8, sketch the vectors \(\vu-3\vv\text{,}\) \(\vu-2\vv\text{,}\) \(\vu-\vv\text{,}\) \(\vu + \vv\text{,}\) and \(\vu + 2\vv\text{.}\)
  6. Give a geometric description of the set of terminal points of the vectors \(\vu + t\vv\) where \(t\) is any scalar.

Subsection 9.2.6 The Magnitude of a Vector

By definition, vectors have both direction and magnitude (or length). We now investigate how to calculate the magnitude of a vector. Since a vector \(\vv\) can be represented by a directed line segment, we can use the distance formula to calculate the length of the segment. This length is the magnitude of the vector \(\vv\) and is denoted \(|\vv|\text{.}\)

Activity 9.2.5.

Figure 9.2.9. Left: \(\overrightarrow{AB}\text{.}\) Right: An arbitrary vector, \(\vv\text{.}\)
  1. Let \(A = (2,3)\) and \(B = (4,7)\text{,}\) as shown at left in Figure 9.2.9. Compute \(|\overrightarrow{AB}|\text{.}\)
  2. Let \(\vv = \langle v_1, v_2 \rangle\) be the vector in \(\R^2\) with components \(v_1\) and \(v_2\) as shown at right in Figure 9.2.9. Use the distance formula to find a general formula for \(|\vv|\text{.}\)
  3. Let \(\vv = \langle v_1, v_2, v_3 \rangle\) be a vector in \(\R^3\text{.}\) Use the distance formula to find a general formula for \(|\vv|\text{.}\)
  4. Suppose that \(\vu = \langle 2,3\rangle\) and \(\vv = \langle -1,2\rangle\text{.}\) Find \(|\vu|\text{,}\) \(|\vv|\text{,}\) and \(|\vu+\vv|\text{.}\) Is it true that \(|\vu + \vv| = |\vu|+|\vv|\text{?}\)
  5. Under what conditions will \(|\vu+\vv| = |\vu|+|\vv|\text{?}\) (Hint: Think about how \(\vu\text{,}\) \(\vv\text{,}\) and \(\vu+\vv\) form the sides of a triangle.)
  6. With the vector \(\vu = \langle 2,3\rangle\text{,}\) find the lengths of \(2\vu\text{,}\) \(3\vu\text{,}\) and \(-2\vu\text{,}\) respectively, and use proper notation to label your results.
  7. If \(t\) is any scalar, how is \(|t\vu|\) related to \(|\vu|\text{?}\)
  8. A unit vector is a vector whose magnitude is 1. Of the vectors \(\textbf{i}\text{,}\) \(\textbf{j}\text{,}\) and \(\textbf{i} + \textbf{ j}\text{,}\) which are unit vectors?
  9. Find a unit vector \(\vv\) whose direction is the same as \(\vu = \langle 2, 3\rangle\text{.}\) (Hint: Consider the result of part (g).)

Subsection 9.2.7 Summary

  • A vector is an object that possesses the attributes of magnitude and direction. Examples of vector quantities are position, velocity, acceleration, and force.
  • Two vectors are equal if they have the same direction and magnitude. Notice that position is not considered, so a vector is independent of its location.
  • If \(\vu = \langle u_1, u_2, \ldots, u_n \rangle\) and \(\vv = \langle v_1, v_2, \ldots, v_n \rangle\) are two vectors in \(\R^n\text{,}\) then their vector sum is the vector
    \begin{equation*} \vu + \vv = \langle u_1+v_1, u_2+v_2, \ldots, u_n+v_n \rangle. \end{equation*}
    If \(\vu = \langle u_1, u_2, \ldots, u_n \rangle\) is a vector in \(\R^n\) and \(c\) is a scalar, then the scalar multiple \(c\vu\) is the vector
    \begin{equation*} c\vu = \langle cu_1, cu_2, \ldots, cu_n \rangle. \end{equation*}
  • The magnitude of the vector \(\vv = \langle v_1, v_2, \ldots, v_n \rangle\) in \(\R^n\) is the scalar
    \begin{equation*} |\vv| = \sqrt{v_1^2+v_2^2+ \cdots + v_n^2}. \end{equation*}
    A vector \(\vu\) is a unit vector provided that \(|\vu| = 1\text{.}\) If \(\vv\) is a nonzero vector, then the vector \(\frac{\vv}{|\vv|}\) is a unit vector with the same direction as \(\vv\text{.}\)

Exercises 9.2.8 Exercises

1.

For each of the following, perform the indicated computation.
(a) \((-6\,\mathit{\vec i}-7\,\mathit{\vec j}-8\,\mathit{\vec k}) - (3\,\mathit{\vec i}+3\,\mathit{\vec j}+7\,\mathit{\vec k}) =\)
(b) \((-7\,\mathit{\vec i}+2\,\mathit{\vec j}+10\,\mathit{\vec k}) - 2(-5\,\mathit{\vec i}-5\,\mathit{\vec j}+7\,\mathit{\vec k}) =\)

2.

Find a vector \(\mathbf{a}\) that has the same direction as \(\langle -6, 9, 6 \rangle\) but has length \(4\text{.}\)
Answer: \(\mathbf{a} =\)

3.

Let \(\mathbf a = \lt -1,0,5>\) and \(\mathbf b = \lt -5,1,4>\text{.}\)
Show that there are scalars s and t so that \(s \mathbf a + t \mathbf b = \lt -12,3,-3>\text{.}\)
You might want to sketch the vectors to get some intuition.
\(s =\)
\(t =\)

4.

Resolve the following vectors into components:
(a) The vector \(\vec v\) in 2-space of length 5 pointing up at an angle of \(3\pi/4\) measured from the positive \(x\)-axis.
\(\vec v =\) \(\vec i\) + \(\vec j\)
(b) The vector \(\vec w\) in 3-space of length 3 lying in the \(yz\)-plane pointing upward at an angle of \(\pi/6\) measured from the positive \(y\)-axis.
\(\vec v =\) \(\vec i\) + \(\vec j\) + \(\vec k\)

5.

Find all vectors \(\vec v\) in 2 dimensions having \(||\vec v|| = 17\) where the \(\,\mathit{\vec j}\)-component of \(\vec v\) is \(8 \,\mathit{\vec j}\text{.}\)
vectors:
(If you find more than one vector, enter them in a comma-separated list.)

6.

Which is traveling faster, a car whose velocity vector is \(28\vec i + 33\vec j\text{,}\) or a car whose velocity vector is \(40\vec i\text{,}\) assuming that the units are the same for both directions?
  • the first car
  • the second car
is the faster car.
At what speed is the faster car traveling?
speed =

7.

Let \(\mathbf a = \langle 4, -5, 1 \rangle\) and \(\mathbf b = \langle 5, 1, 3 \rangle\text{.}\)
Compute:
\(\mathbf a + \mathbf b\) = (,,)
\(\mathbf a - \mathbf b\) = (,,)
\(2\mathbf a\) = (,,)
\(3\mathbf a + 4\mathbf b\) = (,,)
\(|\mathbf a|\) =

8.

Find the length of the vectors
(a) \(5\,\mathit{\vec i}+2\,\mathit{\vec j}-5\,\mathit{\vec k}\text{:}\) length =
(b) \(1.2\,\mathit{\vec i}+0.4\,\mathit{\vec j}-1.2\,\mathit{\vec k}\text{:}\) length =

9.

For each of the following, perform the indicated operations on the vectors
\(\vec a = \,\mathit{\vec j}+2\,\mathit{\vec k}\text{,}\) \(\vec b = -\,\mathit{\vec i}-\,\mathit{\vec j}+3\,\mathit{\vec k}\text{,}\) \(\vec z = 2\,\mathit{\vec i}+5\,\mathit{\vec j}\text{.}\)
(a) \(5 \vec a + 5 \vec b =\)
(b) \(6 \vec a + 4 \vec b - 3 \vec z =\)

10.

Find the value(s) of \(a\) making \(\vec v = 3 a\,\vec i - 2\, \vec j\) parallel to \(\vec w = a^2\,\vec i + 2\, \vec j\text{.}\)
\(a =\)
(If there is more than one value of a, enter the values as a comma-separated list.)

11.

(a) Find a unit vector from the point \(P=(1,3)\) and toward the point \(Q=(5,6)\text{.}\)
\(\vec u =\)
(b) Find a vector of length 15 pointing in the same direction.
\(\vec v =\)

12.

A truck is traveling due north at \(50\) km/hr approaching a crossroad. On a perpendicular road a police car is traveling west toward the intersection at \(45\) km/hr. Both vehicles will reach the crossroad in exactly one hour. Find the vector currently representing the displacement of the truck with respect to the police car.
displacement \(\vec d =\)

13.

Let \(\vv = \langle 1, -2 \rangle\text{,}\) \(\vu = \langle 0, 4 \rangle\text{,}\) and \(\vw = \langle -5, 7 \rangle\text{.}\)
  1. Determine the components of the vector \(\vu - \vv\text{.}\)
  2. Determine the components of the vector \(2\vv - 3\vu\text{.}\)
  3. Determine the components of the vector \(\vv + 2\vu - 7 \vw\text{.}\)
  4. Determine scalars \(a\) and \(b\) such that \(a \vv + b\vu = \vw\text{.}\) Show all of your work in finding \(a\) and \(b\text{.}\)

14.

Let \(\vu = \langle 2, 1 \rangle\) and \(\vv = \langle 1, 2 \rangle\text{.}\)
  1. Determine the components and draw geometric representations of the vectors \(2\vu\text{,}\) \(\frac{1}{2}\vu\text{,}\) \((-1)\vu\text{,}\) and \((-3)\vu\) on the same set of axes.
  2. Determine the components and draw geometric representations of the vectors \(\vu + \vv\text{,}\) \(\vu + 2\vv\text{,}\) and \(\vu + 3\vv\) on the same set of axes.
  3. Determine the components and draw geometric representations of the vectors \(\vu - \vv\text{,}\) \(\vu - 2\vv\text{,}\) and \(\vu - 3\vv\) on the same set of axes.
  4. Recall that \(\vu - \vv = \vu + (-1)\vv\text{.}\) Sketch the vectors \(\vu\text{,}\) \(\vv\text{,}\) \(\vu+\vv\text{,}\) and \(\vu-\vv\) on the same set of axes. Use the “tip to tail” perspective for vector addition to explain the geometric relationship between \(\vu\text{,}\) \(\vv\text{,}\) and \(\vu - \vv\text{.}\)

15.

Recall that given any vector \(\vv\text{,}\) we can calculate its length, \(|\vv|\text{.}\) Also, we say that two vectors that are scalar multiples of one another are parallel.
  1. Let \(\vv = \langle 3,4 \rangle\) in \(\R^2\text{.}\) Compute \(|\vv|\text{,}\) and determine the components of the vector \(\vu = \frac{1}{|\vv|} \vv\text{.}\) What is the magnitude of the vector \(\vu\text{?}\) How does its direction compare to \(\vv\text{?}\)
  2. Let \(\vw = 3\vi - 3\vj\) in \(\R^2\text{.}\) Determine a unit vector \(\vu\) in the same direction as \(\vw\text{.}\)
  3. Let \(\vv = \langle 2, 3, 5 \rangle\) in \(\R^3\text{.}\) Compute \(|\vv|\text{,}\) and determine the components of the vector \(\vu = \frac{1}{|\vv|} \vv\text{.}\) What is the magnitude of the vector \(\vu\text{?}\) How does its direction compare to \(\vv\text{?}\)
  4. Let \(\vv\) be an arbitrary nonzero vector in \(\R^3\text{.}\) Write a general formula for a unit vector that is parallel to \(\vv\text{.}\)

16.

A force (like gravity) has both a magnitude and a direction. If two forces \(\vu\) and \(\vv\) are applied to an object at the same point, the resultant force on the object is the vector sum of the two forces. When a force is applied by a rope or a cable, we call that force tension. Vectors can be used to determine tension.
Figure 9.2.10. Forces acting on an object.
As an example, suppose a painting weighing 50 pounds is to be hung from wires attached to the frame as illustrated in Figure 9.2.10. We need to know how much tension will be on the wires to know what kind of wire to use to hang the picture. Assume the wires are attached to the frame at point \(O\text{.}\) Let \(\vu\) be the vector emanating from point \(O\) to the left and \(\vv\) the vector emanating from point \(O\) to the right. Assume \(\vu\) makes a \(60^{\circ}\) angle with the horizontal at point \(O\) and \(\vv\) makes a \(45^{\circ}\) angle with the horizontal at point \(O\text{.}\) Our goal is to determine the vectors \(\vu\) and \(\vv\) in order to calculate their magnitudes.
  1. Treat point \(O\) as the origin. Use trigonometry to find the components \(u_1\) and \(u_2\) so that \(\vu = u_1 \vi + u_2 \vj\text{.}\) Since we don’t know the magnitude of \(\vu\text{,}\) your components will be in terms of \(|\vu|\) and the cosine and sine of some angle. Then find the components \(v_1\) and \(v_2\) so that \(\vv = v_1 \vi + v_2 \vj\text{.}\) Again, your components will be in terms of \(|\vv|\) and the cosine and sine of some angle.
  2. The total force holding the picture up is given by \(\vu+\vv\text{.}\) The force acting to pull the picture down is given by the weight of the picture. Find the force vector \(\vw\) acting to pull the picture down.
  3. The picture will hang in equilibrium when the force acting to hold it up is equal in magnitude and opposite in direction to the force acting to pull it down. Equate these forces to find the components of the vectors \(\vu\) and \(\vv\text{.}\)
You have attempted of activities on this page.