Skip to main content
Logo image

Elementary Linear Algebra: For University of Lethbridge Math 1410

Section 2.2 An Introduction to Vectors

Many quantities we think about daily can be described by a single number: temperature, speed, cost, weight and height. There are also many other concepts we encounter daily that cannot be described with just one number. For instance, a weather forecaster often describes wind with its speed and its direction (“\(\ldots\) with winds from the southeast gusting up to 30 mph \(\ldots\)”). When applying a force, we are concerned with both the magnitude and direction of that force. In both of these examples, direction is important. Because of this, we study vectors, mathematical objects that convey both magnitude and direction information.
One “bare-bones” definition of a vector is based on what we wrote above: “a vector is a mathematical object with magnitude and direction parameters.” This definition leaves much to be desired, as it gives no indication as to how such an object is to be used. Several other definitions exist; we choose here a definition rooted in a geometric visualization of vectors. It is very simplistic but readily permits further investigation.

Definition 2.2.1. Vector.

A vector is a directed line segment.
Given points \(P\) and \(Q\) (either in the plane or in space), we denote with \(\overrightarrow{PQ}\) the vector from \(P\) to \(Q\text{.}\) The point \(P\) is said to be the initial point of the vector, and the point \(Q\) is the terminal point.
The magnitude, length or norm of \(\overrightarrow{PQ}\) is the length of the line segment \(\overline{PQ}\text{:}\) \(\norm{\overrightarrow{PQ}} = \norm{\overline{PQ}}\text{.}\)
Two vectors are equal if they have the same magnitude and direction.
Figure 2.2.2 shows multiple instances of the same vector. Each directed line segment has the same direction and length (magnitude), hence each is the same vector.
Graph shows the same vectors drawn at different initial points.
The \(x\) and \(y\) axes are drawn from \(-4\) to \(4\text{.}\) There are four vectors drawn. In the first quadrant is the first vector drawn from point \((0,0)\) to \((3,1)\text{.}\) The second vector is drawn in the second quadrant from point \((-4,1)\) to point \((-1,2)\text{.}\) In the fourth quadrant the vector is drawn from \((2, -4)\) to \((5, -3)\text{.}\) The last vector is drawn from \((-2, -3)\) to \((1, -2)\) and it crosses the third .
Figure 2.2.2. Drawing the same vector with different initial points
We use \(\mathbb{R}^2\) (pronounced “r two”) to represent all the vectors in the plane, and use \(\mathbb{R}^3\) (pronounced “r three”) to represent all the vectors in space.
Graphs showing equal vectors have the same displacement.
The \(x\) and \(y\) axes are drawn from \(-4\) to \(4\text{.}\) There are two vectors \(PQ\) and \(RS\text{.}\) The vector \(PQ\) is drawn in the first quadrant from point \(P=(1,0)\) and \(Q=(3,1)\text{.}\) The second vector is in the second quadrant from point \(R=(-3, 1)\) to \(S=(-1,2)\text{.}\)
Figure 2.2.3. Illustrating how equal vectors have the same displacement
Consider the vectors \(\overrightarrow{PQ}\) and \(\overrightarrow{RS}\) as shown in Figure 2.2.3. The vectors look to be equal; that is, they seem to have the same length and direction. Indeed, they are. Both vectors move 2 units to the right and 1 unit up from the initial point to reach the terminal point. One can analyze this movement to measure the magnitude of the vector, and the movement itself gives direction information (one could also measure the slope of the line passing through \(P\) and \(Q\) or \(R\) and \(S\)). Since they have the same length and direction, these two vectors are equal.
This demonstrates that inherently all we care about is displacement; that is, how far in the \(x\text{,}\) \(y\) and possibly \(z\) directions the terminal point is from the initial point. Both the vectors \(\overrightarrow{PQ}\) and \(\overrightarrow{RS}\) in Figure 2.2.3 have an \(x\)-displacement of 2 and a \(y\)-displacement of 1. This suggests a standard way of describing vectors in the plane. A vector whose \(x\)-displacement is \(a\) and whose \(y\)-displacement is \(b\) will have terminal point \((a,b)\) when the initial point is the origin, \((0,0)\text{.}\) This leads us to a definition of a standard and concise way of referring to vectors.

Definition 2.2.4. Component Form of a Vector.

  1. The component form of a vector \(\vec{v}\) in \(\mathbb{R}^2\text{,}\) whose terminal point is \((a,b)\) when its initial point is \((0,0)\text{,}\) is \(\bbm a\\b\ebm\text{.}\)
  2. The component form of a vector \(\vec{v}\) in \(\mathbb{R}^3\text{,}\) whose terminal point is \((a,b,c)\) when its initial point is \((0,0,0)\text{,}\) is \(\bbm a\\b\\c\ebm\text{.}\)
The numbers \(a\text{,}\) \(b\) (and \(c\text{,}\) respectively) are the components of \(\vec v\text{.}\)
It follows from the definition that the component form of the vector \(\overrightarrow{PQ}\text{,}\) where \(P=(x_1,y_1)\) and \(Q=(x_2,y_2)\) is
\begin{equation*} \overrightarrow{PQ} = \bbm x_2-x_1\\ y_2-y_1\ebm; \end{equation*}
in space, where \(P=(x_1,y_1,z_1)\) and \(Q=(x_2,y_2,z_2)\text{,}\) the component form of \(\overrightarrow{PQ}\) is
\begin{equation*} \overrightarrow{PQ} = \bbm x_2-x_1\\ y_2-y_1\\z_2-z_1\ebm\text{.} \end{equation*}
We practice using this notation in the following example.

Example 2.2.5. Using component form notation for vectors.

  1. Sketch the vector \(\vec v=\bbm 2\\-1\ebm\) starting at \(P=(3,2)\) and find its magnitude.
  2. Find the component form of the vector \(\vec w\) whose initial point is \(R=(-3,-2)\) and whose terminal point is \(S=(-1,2)\text{.}\)
  3. Sketch the vector \(\vec u = \bbm 2\\-1\\3\ebm\) starting at the point \(Q = (1,1,1)\) and find its magnitude.
Solution.
  1. Using \(P\) as the initial point, we move 2 units in the positive \(x\)-direction and \(-1\) units in the positive \(y\)-direction to arrive at the terminal point \(P\,'=(5,1)\text{,}\) as drawn in Figure 2.2.6.(a). The magnitude of \(\vec v\) is determined directly from the component form:
    \begin{equation*} \norm{\vec v} =\sqrt{2^2+(-1)^2} = \sqrt{5}\text{.} \end{equation*}
    Graph showing two vectors RS and PP’;.
    The \(x\) and \(y\) axes are drawn from \(-4\) to \(4\text{.}\) Two vectors are drawn. The vector \(PP’\) is in the first quadrant it is downward facing, it starts from \(P=(3, 2)\) and ends at \(P'=(5, 1)\text{.}\) The second vector \(RS\) from \((-3, -2)\) to \((-1, 2)\text{.}\) This vector lies midway between the second and the third quadrant.
    (a)
    Figure 2.2.6. Graphing vectors in Example 2.2.5
  2. Using the note following Definition 2.2.4, we have
    \begin{equation*} \overrightarrow{RS} = \bbm -1-(-3)\\ 2-(-2)\ebm = \bbm 2\\4\ebm\text{.} \end{equation*}
    One can readily see from Figure 2.2.6.(a) that the \(x\)- and \(y\)-displacement of \(\overrightarrow{RS}\) is 2 and 4, respectively, as the component form suggests.
  3. Using \(Q\) as the initial point, we move 2 units in the positive \(x\)-direction, \(-1\) unit in the positive \(y\)-direction, and 3 units in the positive \(z\)-direction to arrive at the terminal point \(Q' = (3,0,4)\text{,}\) illustrated in Figure 2.2.6.(b). The magnitude of \(\vec u\) is:
    \begin{equation*} \norm{\vec u} = \sqrt{2^2+(-1)^2+3^2} = \sqrt{14}\text{.} \end{equation*}
Now that we have defined vectors, and have created a nice notation by which to describe them, we start considering how vectors interact with each other. That is, we define an algebra on vectors.

Definition 2.2.7. Vector Algebra.

  1. Let \(\vec u = \bbm u_1\\u_2\ebm\) and \(\vec v = \bbm v_1\\v_2\ebm\) be vectors in \(\mathbb{R}^2\text{,}\) and let \(c\) be a scalar.
    1. The addition, or sum, of the vectors \(\vec u\) and \(\vec v\) is the vector
      \begin{equation*} \vec u+\vec v = \bbm u_1+v_1\\ u_2+v_2\ebm\text{.} \end{equation*}
    2. The multiplication of a scalar \(c\) and a vector \(\vec v\) is the vector
      \begin{equation*} c\vec v = c\bbm v_1\\v_2\ebm = \bbm cv_1\\cv_2\ebm\text{.} \end{equation*}
  2. Let \(\vec u = \bbm u_1\\u_2\\u_3\ebm\) and \(\vec v = \bbm v_1\\v_2\\v_3\ebm\) be vectors in \(\mathbb{R}^3\text{,}\) and let \(c\) be a scalar.
    1. The addition, or sum, of the vectors \(\vec u\) and \(\vec v\) is the vector
      \begin{equation*} \vec u+\vec v = \bbm u_1+v_1\\ u_2+v_2\\ u_3+v_3\ebm\text{.} \end{equation*}
    2. The multiplication of a scalar \(c\) and a vector \(\vec v\) is the vector
      \begin{equation*} c\vec v = c\bbm v_1\\v_2\\v_3\ebm = \bbm cv_1\\cv_2\\cv_3\ebm\text{.} \end{equation*}
In short, we say addition and scalar multiplication are computed “component-wise.”

Example 2.2.8. Adding vectors.

Sketch the vectors \(\vec u = \bbm 1\\3\ebm\text{,}\) \(\vec v = \bbm 2\\1\ebm\) and \(\vec u+\vec v\) all with initial point at the origin.
Solution.
We first compute \(\vec u +\vec v\text{.}\)
\begin{align*} \vec u+\vec v \amp = \bbm 1\\3\ebm + \bbm 2\\1\ebm\\ \amp = \bbm 3\\4\ebm\text{.} \end{align*}
Graph showing sum of two vectors u and v.
The \(x\) and y axes are drawn from \(0\) to \(4\text{.}\) Two vectors \(\vec u\) and \(\vec v\) are shown along with the vector addition of the two. The \(\vec u\) vector is drawn from point \((0,0)\) to \((1,3)\text{.}\) The \(\vec v\) vector is drawn from origin to \((2,1)\text{.}\) The vector \(\vec u\) is longer than the \(\vec v\) vector. The \(\vec u + \vec v\) vector is drawn from the origin to \((3, 4)\text{.}\) The \(\vec u + \vec v\) vector is the longest and is in between the two vectors.
Figure 2.2.9. Graphing the sum of vectors in Example 2.2.8
These are all sketched in Figure 2.2.9.
As vectors convey magnitude and direction information, the sum of vectors also convey length and magnitude information. Adding \(\vec u+\vec v\) suggests the following idea-
“Starting at an initial point, go out \(\vec u\text{,}\) then go out \(\vec v\text{.}\)
This idea is sketched in Figure 2.2.10, where the initial point of \(\vec v\) is the terminal point of \(\vec u\text{.}\) This is known as the “Head to Tail Rule” of adding vectors. Vector addition is very important. For instance, if the vectors \(\vec u\) and \(\vec v\) represent forces acting on a body, the sum \(\vec u+\vec v\) gives the resulting force. Because of various physical applications of vector addition, the sum \(\vec u+\vec v\) is often referred to as the resultant vector, or just the “resultant.”
Graph showing sum of two vectors u and v.
The \(x\) and \(y\) axes are drawn from \(0\) to \(4\text{.}\) Two vectors \(\vec u\) and \(\vec v\) are shown along with the vector addition of the two. The \(\vec u\) vector is drawn from point \((0,0)\) to \((1,3)\text{.}\) The \(\vec v\) vector is drawn from origin to \((2,1)\text{.}\)
The \(\vec v\) vector is translated to start from the point \((1, 3)\) to \((3, 4)\) and it forms a triangle with \(\vec u\) and \(u+v\text{.}\) The \(\vec u\) vector is translated to start from point \((2, 1)\) to point \((3, 4)\text{.}\) The vector \(\vec u\) is longer than the \(\vec v\) vector and it forms a triangle with \(\vec u\) and \(u+v\text{.}\) The \(\vec u + \vec v\) vector is drawn from the origin to \((3, 4)\text{.}\) The \(\vec u + \vec v\) vector is the longest and is in between the two vectors.
Figure 2.2.10. Illustrating how to add vectors using the Head to Tail Rule and Parallelogram Law
Analytically, it is easy to see that \(\vec u+\vec v = \vec v+\vec u\text{.}\) Figure 2.2.10 also gives a graphical representation of this, using gray vectors. Note that the vectors \(\vec u\) and \(\vec v\text{,}\) when arranged as in the figure, form a parallelogram. Because of this, the Head to Tail Rule is also known as the Parallelogram Law: the vector \(\vec u+\vec v\) is defined by forming the parallelogram defined by the vectors \(\vec u\) and \(\vec v\text{;}\) the initial point of \(\vec u+\vec v\) is the common initial point of parallelogram, and the terminal point of the sum is the common terminal point of the parallelogram.
While not illustrated here, the Head to Tail Rule and Parallelogram Law hold for vectors in \(\mathbb{R}^3\) as well.
It follows from the properties of the real numbers and Definition 2.2.7 that
\begin{equation*} \vec u-\vec v = \vec u + (-1)\vec v\text{.} \end{equation*}
The Parallelogram Law gives us a good way to visualize this subtraction. We demonstrate this in the following example.

Example 2.2.11. Vector Subtraction.

Let \(\vec u = \bbm 3\\1\ebm\) and \(\vec v=\bbm 1\\2\ebm\text{.}\) Compute and sketch \(\vec u-\vec v\text{.}\)
Solution.
The computation of \(\vec u-\vec v\) is straightforward, and we show all steps below. Usually the formal step of multiplying by \((-1)\) is omitted and we “just subtract.”
\begin{align*} \vec u-\vec v \amp = \vec u + (-1)\vec v\\ \amp = \bbm 3\\1\ebm + \bbm -1\\-2\ebm\\ \amp = \bbm 2\\-1\ebm\text{.} \end{align*}
Graph showing subtraction of two vectors u from v.
The \(x\) axis is drawn from \(0\) to \(4\) and the \(y\) axis is drawn from \(-1\) to \(3\text{.}\) The \(\vec u\) vector is drawn from origin to point \((1, 2)\text{.}\) The \(\vec v\) vector is drawn from the origin to \((2,1)\text{.}\) The vector \(\vec u - \vec v\) is drawn from origin to \((2, -1)\) and it lies in the fourth quadrant.
The \(\vec u - \vec v\) vector is translated to start from point \((1, 2)\) and ends at point \((3, 1)\text{.}\) The \(\vec v\) vector is also translated but in the opposite direction and it starts from \((3, 1)\) and ends at point \((2, -1)\text{.}\)
Figure 2.2.12. Illustrating how to subtract vectors graphically
Figure 2.2.12 illustrates, using the Head to Tail Rule, how the subtraction can be viewed as the sum \(\vec u + (-\vec v)\text{.}\) The figure also illustrates how \(\vec u-\vec v\) can be obtained by looking only at the terminal points of \(\vec u\) and \(\vec v\) (when their initial points are the same).

Example 2.2.13. Scaling vectors.

  1. Sketch the vectors \(\vec v = \bbm 2\\1\ebm\) and \(2\vec v\) with initial point at the origin.
  2. Compute the magnitudes of \(\vec v\) and \(2\vec v\text{.}\)
Solution.
  1. We compute \(2\vec v\text{:}\)
    \begin{align*} 2\vec v \amp = 2\bbm 2\\1\ebm\\ \amp = \bbm 4\\2\ebm\text{.} \end{align*}
    Graph showing two similar vectors of different magnitudes.
    The \(x\) axis is drawn from \(0\) to \(4\) and the \(y\) axis is drawn from \(-1\) to \(3\text{.}\) The \(\vec v\) vector is drawn from origin to point \((2,1)\text{,}\) another vector \(2\vec v\) is also drawn from origin to point \((4, 2)\text{.}\) The two vectors have the same direction.
    Figure 2.2.14. Graphing vectors \(\vec v\) and \(2\vec v\) in Example 2.2.13
    Both \(\vec v\) and \(2\vec v\) are sketched in Figure 2.2.14. Make note that \(2\vec v\) does not start at the terminal point of \(\vec v\text{;}\) rather, its initial point is also the origin.
  2. The figure suggests that \(2\vec v\) is twice as long as \(\vec v\text{.}\) We compute their magnitudes to confirm this.
    \begin{align*} \norm{\vec v} \amp = \sqrt{2^2+1^2}\\ \amp = \sqrt{5}.\\ \norm{2\vec v}\amp =\sqrt{4^2+2^2}\\ \amp = \sqrt{20}\\ \amp = \sqrt{4\cdot 5} = 2\sqrt{5}\text{.} \end{align*}
    As we suspected, \(2\vec v\) is twice as long as \(\vec v\text{.}\)
Scalar multiplication of a vector \(\vec v\) produces a new vector that is in the same (or opposite) direction, but of a possibly different length. This leads us to the following definition.

Definition 2.2.15. Parallel Vectors.

We say that a vector \(\vec w\) is parallel to a vector \(\vec v\) if there exists a scalar \(c\) such that \(\vec w = c\vec v\text{.}\)
The zero vector is the vector whose initial point is also its terminal point. It is denoted by \(\vec 0\text{.}\) Its component form, in \(\mathbb{R}^2\text{,}\) is \(\bbm 0\\0\ebm\text{;}\) in \(\mathbb{R}^3\text{,}\) it is \(\bbm 0\\0\\0\ebm\text{.}\) Usually the context makes is clear whether \(\vec 0\) is referring to a vector in the plane or in space.
Our examples have illustrated key principles in vector algebra: how to add and subtract vectors and how to multiply vectors by a scalar. The following theorem states formally the properties of these operations.
As stated before, each nonzero vector \(\vec v\) conveys magnitude and direction information. We have a method of extracting the magnitude, which we write as \(\norm{\vec v}\text{.}\) Unit vectors are a way of extracting just the direction information from a vector.

Definition 2.2.17. Unit Vector.

A unit vector is a vector \(\vec v\) with a magnitude of 1; that is,
\begin{equation*} \norm{\vec v}=1\text{.} \end{equation*}
Consider this scenario: you are given a vector \(\vec v\) and are told to create a vector of length 10 in the direction of \(\vec v\text{.}\) How does one do that? If we knew that \(\vec u\) was the unit vector in the direction of \(\vec v\text{,}\) the answer would be easy: \(10\vec u\text{.}\) So how do we find \(\vec u\) ?
Property 8 of Theorem 2.2.16 holds the key. If we divide \(\vec v\) by its magnitude, it becomes a vector of length 1. Consider:
\begin{align*} \norm{\frac{1}{\norm{\vec v}}\vec v} \amp = \frac{1}{\norm{\vec v}}\norm{\vec v} \amp \text{ (we can pull out \(\ds \frac{1}{\norm{\vec v}}\) as it is a positive scalar)}\\ \amp = 1\text{.} \end{align*}
So the vector of length 10 in the direction of \(\vec v\) is \(\ds 10\frac{1}{\norm{\vec v}}\vec v\text{.}\) An example will make this more clear.

Example 2.2.18. Using Unit Vectors.

Let \(\vec v= \bbm 3\\1\ebm\) and let \(\vec w = \bbm 1\\2,2\ebm\text{.}\)
  1. Find the unit vector in the direction of \(\vec v\text{.}\)
  2. Find the unit vector in the direction of \(\vec w\text{.}\)
  3. Find the vector in the direction of \(\vec v\) with magnitude 5.
Solution.
  1. We find \(\norm{\vec v} = \sqrt{10}\text{.}\) So the unit vector \(\vec u\) in the direction of \(\vec v\) is
    \begin{equation*} \vec u = \frac{1}{\sqrt{10}}\vec v = \bbm \frac{3}{\sqrt{10}}\\\frac{1}{\sqrt{10}}\ebm\text{.} \end{equation*}
  2. We find \(\norm{\vec w} = 3\text{,}\) so the unit vector \(\vec z\) in the direction of \(\vec w\) is
    \begin{equation*} \vec u = \frac13\vec w = \bbm \frac13\\\frac23\\\frac23\ebm\text{.} \end{equation*}
  3. To create a vector with magnitude 5 in the direction of \(\vec v\text{,}\) we multiply the unit vector \(\vec u\) by 5. Thus \(5\vec u = \bbm 15/\sqrt{10}\\5/\sqrt{10}\ebm\) is the vector we seek. This is sketched in Figure 2.2.19.
    Graph showing three similar vectors of different magnitudes.
    The \(x\) axis is drawn from \(0\) to \(5\) and the \(y\) axis is drawn from \(0\) to \(3\text{.}\) The \(\vec u\) vector is drawn from origin to point \((1, 0.4)\text{,}\) another vector \(\vec v\) is also drawn from origin to point \((3, 1)\text{.}\) The third vector \(5\vec u\) is also drawn from the origin to point \((5, 1.5)\text{.}\) The three vectors have the same direction.
    Figure 2.2.19. Graphing vectors in Example 2.2.18. All vectors shown have their initial point at the origin
The basic formation of the unit vector \(\vec u\) in the direction of a vector \(\vec v\) leads to a interesting equation. It is:
\begin{equation*} \vec v = \norm{\vec v}\frac{1}{\norm{\vec v}}\vec v\text{.} \end{equation*}
We rewrite the equation with parentheses to make a point:
\begin{equation*} \vec v = \underbrace{\norm{\vec v}}_{\text{magnitude } }\cdot\underbrace{\left(\frac{1}{\norm{\vec v}}\vec v\right)}_{\text{direction } }\text{.} \end{equation*}
This equation illustrates the fact that a nonzero vector has both magnitude and direction, where we view a unit vector as supplying only direction information.
If one graphed all unit vectors in \(\mathbb{R}^2\) with the initial point at the origin, then the terminal points would all lie on the unit circle. Based on what we know from trigonometry, we can then say that the component form of all unit vectors in \(\mathbb{R}^2\) is \(\bbm \cos(\theta) \\\sin(\theta) \ebm\) for some angle \(\theta\text{.}\)
A similar construction in \(\mathbb{R}^3\) shows that the terminal points all lie on the unit sphere. These vectors also have a particular component form, but its derivation is not as straightforward as the one for unit vectors in \(\mathbb{R}^2\text{.}\) Important concepts about unit vectors are given in the following Key Idea.

Key Idea 2.2.20. Unit Vectors.

  1. The unit vector in the direction of a nonzero vector \(\vec v\) is
    \begin{equation*} \vec u = \frac1{\norm{\vec v}} \vec v\text{.} \end{equation*}
  2. A vector \(\vec u\) in \(\mathbb{R}^2\) is a unit vector if, and only if, its component form is \(\bbm \cos\theta\\\sin\theta\ebm\) for some angle \(\theta\text{.}\)
  3. A vector \(\vec u\) in \(\mathbb{R}^3\) is a unit vector if, and only if, its component form is \(\bbm \sin(\theta) \cos(\varphi) \\\sin(\theta) \sin(\varphi) \\\cos(\theta) \ebm\) for some angles \(\theta\) and \(\varphi\text{.}\)
These formulas can come in handy in a variety of situations, especially the formula for unit vectors in the plane.

Example 2.2.21. Finding Component Forces.

Consider a weight of 50lb hanging from two chains, as shown in Figure 2.2.22. One chain makes an angle of \(30^\circ\) with the vertical, and the other an angle of \(45^\circ\text{.}\) Find the force applied to each chain.
Image shows weight suspended with two chains.
Image is of a weight of \(50\) pounds suspended by two chains. The chain on the left forms an angle of \(30\) degrees with the vertical and the chain on the left forms a degree of \(45\) with the vertical.
Figure 2.2.22. A diagram of a weight hanging from 2 chains in Example 2.2.21
Solution.
Knowing that gravity is pulling the 50lb weight straight down, we can create a vector \(\vec F\) to represent this force.
\begin{equation*} \vec F = 50\bbm 0\\-1\ebm = \bbm 0\\-50\ebm\text{.} \end{equation*}
We can view each chain as “pulling” the weight up, preventing it from falling. We can represent the force from each chain with a vector. Let \(\vec F_1\) represent the force from the chain making an angle of \(30^\circ\) with the vertical, and let \(\vec F_2\) represent the force form the other chain. Convert all angles to be measured from the horizontal (as shown in Figure 2.2.23), and apply Key Idea 2.2.20. As we do not yet know the magnitudes of these vectors, (that is the problem at hand), we use \(m_1\) and \(m_2\) to represent them.
\begin{equation*} \vec F_1 = m_1\bbm \cos(120^\circ) \\\sin(120^\circ) \ebm \end{equation*}
\begin{equation*} \vec F_2 = m_2\bbm \cos(45^\circ) \\\sin(45^\circ) \ebm \end{equation*}
As the weight is not moving, we know the sum of the forces is \(\vec 0\text{.}\) This gives:
\begin{align*} \vec F + \vec F_1 + \vec F_2 \amp = \vec 0\\ \bbm 0\\-50\ebm + m_1\bbm \cos(120^\circ) \\\sin(120^\circ) \ebm + m_2\bbm \cos(45^\circ) \\\sin(45^\circ) \ebm \amp =\vec 0 \end{align*}
Image showing force vectors for this example.
Image shows the force vectors from the exercise. The vector \(\vec F_2\) is at an angle \(45\) from the horizontal and the vector \(\vec F_1\) forms an angle of \(120\) from the horizontal. A third vector representing the downward pull by gravity marked as \(\vec F\text{.}\)
Figure 2.2.23. A diagram of the force vectors from Example 2.2.21
The sum of the entries in the first component is 0, and the sum of the entries in the second component is also 0. This leads us to the following two equations:
\begin{align*} m_1\cos(120^\circ) + m_2\cos(45^\circ) \amp =0\\ m_1\sin(120^\circ) + m_2\sin(45^\circ) \amp =50 \end{align*}
This is a simple 2-equation, 2-unknown system of linear equations. We leave it to the reader to verify that the solution is
\begin{equation*} m_1=50(\sqrt{3}-1) \approx 36.6;\qquad m_2=\frac{50\sqrt{2}}{1+\sqrt{3}} \approx 25.88\text{.} \end{equation*}
It might seem odd that the sum of the forces applied to the chains is more than 50lb. We leave it to a physics class to discuss the full details, but offer this short explanation. Our equations were established so that the vertical components of each force sums to 50lb, thus supporting the weight. Since the chains are at an angle, they also pull against each other, creating an “additional” horizontal force while holding the weight in place.
Unit vectors were very important in the previous calculation; they allowed us to define a vector in the proper direction but with an unknown magnitude. Our computations were then computed component-wise. Because such calculations are often necessary, the standard unit vectors can be useful.

Definition 2.2.24. Standard Unit Vectors.

  1. In \(\mathbb{R}^2\text{,}\) the standard unit vectors are
    \begin{equation*} \vec i = \bbm 1\\0\ebm \text{ and } \vec j = \bbm 0\\1\ebm\text{.} \end{equation*}
  2. In \(\mathbb{R}^3\text{,}\) the standard unit vectors are
    \begin{equation*} \vec i = \bbm 1\\0\\0\ebm \text{ and } \vec j = \bbm 0\\1\\0\ebm \text{ and } \vec k = \bbm 0\\0\\1\ebm\text{.} \end{equation*}

Example 2.2.25. Using standard unit vectors.

  1. Rewrite \(\vec v = \bbm 2\\-3\ebm\) using the standard unit vectors.
  2. Rewrite \(\vec w = 4\vec i - 5\vec j +2\vec k\) in component form.
Solution.
  1. \(\displaystyle \displaystyle \begin{aligned}\vec v \amp = \bbm 2\\-3\ebm \\ \amp = \bbm 2\\0\ebm + \bbm 0\\-3\ebm \\ \amp = 2\bbm 1\\0\ebm -3\bbm 0\\1\ebm\\ \amp = 2\vec i - 3\vec j \end{aligned}\)
  2. \(\displaystyle \displaystyle \begin{aligned}\vec w \amp = 4\vec i - 5\vec j +2\vec k\\ \amp = \bbm 4\\0\\0\ebm +\bbm 0\\-5\\0\ebm + \bbm 0\\0\\2\ebm \\ \amp = \bbm 4\\-5\\2\ebm \end{aligned}\)
These two examples demonstrate that converting between component form and the standard unit vectors is rather straightforward. Many mathematicians prefer component form, and it is the preferred notation in this text. Many engineers prefer using the standard unit vectors, and many engineering text use that notation.
The algebra we have applied to vectors is already demonstrating itself to be very useful. There are two more fundamental operations we can perform with vectors, the dot product and the cross product. The next two sections explore each in turn.

Exercises Exercises

Exercise Group.

In the following exercises, points \(P\) and \(Q\) are given. Write the vector \(\overrightarrow{PQ}\) in component form and using the standard unit vectors.
1.
If \(P=(2,-1)\) and \(Q = (3,5)\text{,}\) write the vector \(\overrightarrow{PQ}\text{:}\)
(a)
in component form.
(b)
using the standard unit vectors.
2.
If \(P=(3,2)\) and \(Q = (7,-2)\text{,}\) write the vector \(\overrightarrow{PQ}\text{:}\)
(a)
in component form.
(b)
using the standard unit vectors.
3.
If \(P=(0,3,-1)\) and \(Q = (6,2,5)\text{,}\) write the vector \(\overrightarrow{PQ}\text{:}\)
(a)
in component form.
(b)
using the standard unit vectors.
4.
If \(P=(2,1,2)\) and \(Q = (4,3,2)\text{,}\) write the vector \(\overrightarrow{PQ}\text{:}\)
(a)
in component form.
(b)
using the standard unit vectors.

5.

Let \(\vec u = \bbm 1\\-2\ebm\) and \(\vec v= \bbm 1\\1\ebm\text{.}\)
(a)
Find \(\vec u+\vec v\text{,}\) \(\vec u-\vec v\text{,}\) \(2\vec u-3\vec v\text{.}\)
(b)
Sketch the above vectors on the same axes, along with \(\vec u\) and \(\vec v\text{.}\)
(c)
Find \(\vec x\) where \(\vec u+\vec x = 2\vec v-\vec x\text{.}\)

6.

Let \(\vec u = \bbm 1\\1\\-1\ebm\) and \(\vec v= \bbm 2\\1\\2\ebm\text{.}\)
(a)
Find \(\vec u+\vec v\text{,}\) \(\vec u-\vec v\text{,}\) \(\pi\vec u-\sqrt{2}\vec v\text{.}\)
(b)
Sketch the above vectors on the same axes, along with \(\vec u\) and \(\vec v\text{.}\)
(c)
Find \(\vec x\) where \(\vec u+\vec x = \vec v+2\vec x\text{.}\)

Exercise Group.

In the following exercises, sketch \(\vec u\text{,}\) \(\vec v\text{,}\) \(\vec u+\vec v\) and \(\vec u-\vec v\) on the same axes.
7.
Graph shows two vectors in the plane.
The \(x\) and \(y\) axes are uncalibrated. Two vectors \(\vec u\) and \(\vec v\) are shown, both starting at the origin and facing away. The vector \(\vec u\) is in the first quadrant, and is bent close to the positive \(x\) axis, the \(\vec v\) vector is in the third quadrant and is bent close to the negative \(y\) axis. The vector \(\vec v\) appears to be slightly longer than \(\vec u\text{.}\)
8.
Graph shows two vectors in the plane.
The \(x\) and \(y\) axes are uncalibrated. Two vectors \(\vec u\) and \(\vec v\) are shown, both start at the origin and are facing away from each other. The \(\vec u\) vector is in the first quadrant while the \(\vec v\) is in the third quadrant, the \(\vec v\) vector appears to be \(1 / 4\) th \(\vec u\text{.}\)
9.
Graph shows two vectors in space.
The \(x\text{,}\) \(y\) and \(z\) axes are uncalibrated. Two vectors \(\vec u\) and \(\vec v\) are shown, both start at the origin and face away from each other. The vector \(\vec u\) is longer and appears to be in the \(zy\) plane, and the vector \(\vec v\) is shorter and appears to be in the \(xz\) plane.
10.
Graph shows two vectors in space.
The \(x\text{,}\) \(y\) and \(z\) axes are uncalibrated. Two vectors \(\vec u\) and \(\vec v\) are shown, both start at the origin. The \(\vec u\) vector is along the positive \(z\) axis and the \(\vec v\) vector is along the positive \(y\) axis.

Exercise Group.

In the following exercises, find \(\norm{\vec u}\text{,}\) \(\norm{\vec v}\text{,}\) \(\norm{\vec u+\vec v}\) and \(\norm{\vec u-\vec v}\text{.}\)
11.
\(\vec u=\bbm 2\\1\ebm\text{,}\) \(\vec v = \bbm 3\\-2\ebm\text{.}\)
12.
\(\vec u=\bbm -3\\2\\2\ebm\text{,}\) \(\vec v = \bbm 1\\-1\\1\ebm\text{.}\)
13.
\(\vec u=\bbm 1\\2\ebm\text{,}\) \(\vec v = \bbm -3\\-6\ebm\text{.}\)
14.
\(\vec u=\bbm 2\\-3\\6\ebm\text{,}\) \(\vec v = \bbm 10\\-15\\30\ebm\text{.}\)

15.

Under what conditions is \(\norm{\vec u}+\norm{\vec v} = \norm{\vec u+\vec v}\text{?}\)

Exercise Group.

In the following exercises, find the unit vector \(\vec u\) in the direction of \(\vec v\text{.}\)
16.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \bbm 3\\7\ebm\text{.}\)
17.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \bbm 6\\8\ebm\text{.}\)
18.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \bbm 1\\-2\\2\ebm\text{.}\)
19.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \bbm 2\\-2\\2\ebm\text{.}\)

20.

Find the unit vector in the first quadrant of \(\mathbb{R}^2\) that makes a \(50^{\circ}\) angle with the \(x\)-axis.

21.

Find the unit vector in the second quadrant of \(\mathbb{R}^2\) that makes a \(30^{\circ}\) angle with the \(y\)-axis.

22.

Verify, from Key Idea 2.2.20, that
\begin{equation*} \vec u=\bbm \sin(\theta) \cos(\varphi) \\\sin(\theta) \sin(\varphi) \\\cos(\theta) \ebm \end{equation*}
is a unit vector for all angles \(\theta\) and \(\varphi\text{.}\)