Skip to main content
Logo image

APEX Calculus

Section 11.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.
Figure 11.2.1. Video introduction to Section 11.2
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 11.2.2. 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 11.2.3 shows multiple instances of the same vector. Each directed line segment has the same direction and length (magnitude), hence each is the same vector.
Figure 11.2.3. 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.
Figure 11.2.4. Illustrating how equal vectors have the same displacement
Consider the vectors \(\overrightarrow{PQ}\) and \(\overrightarrow{RS}\) as shown in Figure 11.2.4. 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 11.2.4 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 11.2.5. 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 \(\la a,b\ra\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 \(\la a,b,c\ra\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} = \la x_2-x_1, y_2-y_1\ra; \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} = \la x_2-x_1, y_2-y_1,z_2-z_1\ra\text{.} \end{equation*}
We practice using this notation in the following example.

Example 11.2.6. Using component form notation for vectors.

  1. Sketch the vector \(\vec v=\la 2,-1\ra\) 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 = \la 2,-1,3\ra\) starting at the point \(Q = (1,1,1)\) and find its magnitude.
Solution 1. Video solution
Solution 2.
  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 11.2.7.(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*}
    Figure 11.2.7. Graphing vectors in Example 11.2.6
  2. Using the note following Definition 11.2.5, we have
    \begin{equation*} \overrightarrow{RS} = \la -1-(-3), 2-(-2)\ra = \la 2,4\ra\text{.} \end{equation*}
    One can readily see from Figure 11.2.7.(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 11.2.7.(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 11.2.8. Vector Algebra.

  1. Let \(\vec u = \la u_1,u_2\ra\) and \(\vec v = \la v_1,v_2\ra\) 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 = \la u_1+v_1, u_2+v_2\ra\text{.} \end{equation*}
    2. The multiplication of a scalar \(c\) and a vector \(\vec v\) is the vector
      \begin{equation*} c\vec v = c\la v_1,v_2\ra = \la cv_1,cv_2\ra\text{.} \end{equation*}
  2. Let \(\vec u = \la u_1,u_2,u_3\ra\) and \(\vec v = \la v_1,v_2,v_3\ra\) 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 = \la u_1+v_1, u_2+v_2, u_3+v_3\ra\text{.} \end{equation*}
    2. The multiplication of a scalar \(c\) and a vector \(\vec v\) is the vector
      \begin{equation*} c\vec v = c\la v_1,v_2,v_3\ra = \la cv_1,cv_2,cv_3\ra\text{.} \end{equation*}
In short, we say addition and scalar multiplication are computed “component-wise.”
Figure 11.2.9. Video presentation of Definition 11.2.8 (2 videos)

Example 11.2.10. Adding vectors.

Sketch the vectors \(\vec u = \la1,3\ra\text{,}\) \(\vec v = \la 2,1\ra\) and \(\vec u+\vec v\) all with initial point at the origin.
Solution 1. Video solution
Solution 2.
We first compute \(\vec u +\vec v\text{.}\)
\begin{align*} \vec u+\vec v \amp = \la 1,3\ra + \la 2,1\ra\\ \amp = \la 3,4\ra\text{.} \end{align*}
Figure 11.2.11. Graphing the sum of vectors in Example 11.2.10
These are all sketched in Figure 11.2.11.
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 11.2.12, 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.”
Figure 11.2.12. 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 11.2.12 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 11.2.8 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 11.2.13. Vector Subtraction.

Let \(\vec u = \la 3,1\ra\) and \(\vec v=\la 1,2\ra\text{.}\) Compute and sketch \(\vec u-\vec v\text{.}\)
Solution 1. Video solution
Solution 2.
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 = \la 3,1\ra + \la -1,-2\ra\\ \amp = \la 2,-1\ra\text{.} \end{align*}
Figure 11.2.14. Illustrating how to subtract vectors graphically
Figure 11.2.14 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 11.2.15. Scaling vectors.

  1. Sketch the vectors \(\vec v = \la 2,1\ra\) and \(2\vec v\) with initial point at the origin.
  2. Compute the magnitudes of \(\vec v\) and \(2\vec v\text{.}\)
Solution 1. Video solution
Solution 2.
  1. We compute \(2\vec v\text{:}\)
    \begin{align*} 2\vec v \amp = 2\la 2,1\ra\\ \amp = \la 4,2\ra\text{.} \end{align*}
    Figure 11.2.16. Graphing vectors \(\vec v\) and \(2\vec v\) in Example 11.2.15
    Both \(\vec v\) and \(2\vec v\) are sketched in Figure 11.2.16. 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{.}\)
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 \(\la 0,0\ra\text{;}\) in \(\mathbb{R}^3\text{,}\) it is \(\la 0,0,0\ra\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.
Figure 11.2.18. Video presentation of Part of Theorem 11.2.17
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 11.2.19. 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*}
Figure 11.2.20. Video presentation of Definition 11.2.19
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 11.2.17 holds the key. If we divide \(\vec v\) by its magnitude, it becomes a vector of length 1. Consider:
\begin{align*} \snorm{\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 11.2.21. Using Unit Vectors.

Let \(\vec v= \la 3,1\ra\) and let \(\vec w = \la 1,2,2\ra\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. Video solution
Solution 2.
  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 = \la \frac{3}{\sqrt{10}},\frac{1}{\sqrt{10}}\ra\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 = \la \frac13,\frac23,\frac23\ra\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 = \la 15/\sqrt{10},5/\sqrt{10}\ra\) is the vector we seek. This is sketched in Figure 11.2.22.
    Figure 11.2.22. Graphing vectors in Example 11.2.21. 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. Identifying unit vectors with direction allows us to define parallel vectors.

Definition 11.2.23. Parallel Vectors.

  1. Unit vectors \(\vec u_1\) and \(\vec u_2\) are parallel if \(\vec u_1 = \pm \vec u_2\text{.}\)
  2. Nonzero vectors \(\vec v_1\) and \(\vec v_2\) are parallel if their respective unit vectors are parallel.
Figure 11.2.24. Video presentation of Definition 11.2.23
It is equivalent to say that vectors \(\vec v_1\) and \(\vec v_2\) are parallel if there is a scalar \(c\neq 0\) such that \(\vec v_1 = c\vec v_2\) (see marginal note).
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 \(\la \cos(\theta) ,\sin(\theta) \ra\) 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 11.2.25. 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 \(\la \cos\theta,\sin\theta\ra\) 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 \(\la \sin(\theta) \cos(\varphi) ,\sin(\theta) \sin(\varphi) ,\cos(\theta) \ra\) 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 11.2.26. Finding Component Forces.

Consider a weight of 50lb hanging from two chains, as shown in Figure 11.2.27. 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.
Figure 11.2.27. A diagram of a weight hanging from 2 chains in Example 11.2.26
Solution 1. Video solution
Solution 2.
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\la 0,-1\ra = \la 0,-50\ra\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 11.2.28), and apply Key Idea 11.2.25. 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\la \cos(120^\circ) ,\sin(120^\circ) \ra \end{equation*}
\begin{equation*} \vec F_2 = m_2\la \cos(45^\circ) ,\sin(45^\circ) \ra \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\\ \la 0,-50\ra + m_1\la \cos(120^\circ) ,\sin(120^\circ) \ra + m_2\la \cos(45^\circ) ,\sin(45^\circ) \ra \amp =\vec 0 \end{align*}
Figure 11.2.28. A diagram of the force vectors from Example 11.2.26
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 11.2.29. Standard Unit Vectors.

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

Example 11.2.30. Using standard unit vectors.

  1. Rewrite \(\vec v = \la 2,-3\ra\) 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 = \la 2,-3\ra \\ \amp = \la 2,0\ra + \la 0,-3\ra \\ \amp = 2\la 1,0\ra -3\la 0,1\ra\\ \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 = \la 4,0,0\ra +\la 0,-5,0\ra + \la 0,0,2\ra \\ \amp = \la 4,-5,2\ra \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.

Example 11.2.31. Finding Component Force.

A weight of 25lb is suspended from a chain of length 2ft while a wind pushes the weight to the right with constant force of 5lb as shown in Figure 11.2.32. What angle will the chain make with the vertical as a result of the wind’s pushing? How much higher will the weight be?
Figure 11.2.32. A figure of a weight being pushed by the wind in Example 11.2.31
Solution.
The force of the wind is represented by the vector \(\vec F_w = 5\vec i\text{.}\) The force of gravity on the weight is represented by \(\vec F_g = -25\vec j\text{.}\) The direction and magnitude of the vector representing the force on the chain are both unknown. We represent this force with
\begin{equation*} \vec F_c = m\la \cos(\varphi) ,\sin(\varphi) \ra = m\cos(\varphi) \, \vec i + m\sin(\varphi) \,\vec j \end{equation*}
for some magnitude \(m\) and some angle with the horizontal \(\varphi\text{.}\) (Note: \(\theta\) is the angle the chain makes with the vertical; \(\varphi\) is the angle with the horizontal.)
As the weight is at equilibrium, the sum of the forces is \(\vec0\text{:}\)
\begin{align*} \vec F_c + \vec F_w + \vec F_g \amp = \vec 0\\ m\cos(\varphi) \, \vec i + m\sin(\varphi) \,\vec j + 5\vec i - 25\vec j \amp =\vec 0 \end{align*}
Thus the sum of the \(\vec i\) and \(\vec j\) components are 0, leading us to the following system of equations:
\begin{equation} \begin{split} 5+m\cos\varphi \amp = 0\\ -25+m\sin\varphi \amp = 0 \end{split}\tag{11.2.1} \end{equation}
This is enough to determine \(\vec F_c\) already, as we know \(m\cos(\varphi) = -5\) and \(m\sin(\varphi) =25\text{.}\) Thus \(F_c = \la -5,25\ra\text{.}\) We can use this to find the magnitude \(m\text{:}\)
\begin{equation*} m = \sqrt{(-5)^2+25^2} = 5\sqrt{26}\approx 25.5\text{ lb }\text{.} \end{equation*}
We can then use either equality from Equation (11.2.1) to solve for \(\varphi\text{.}\) We choose the first equality as using arccosine will return an angle in the \(2\)nd quadrant:
\begin{equation*} 5 + 5\sqrt{26}\cos(\varphi) = 0 \Rightarrow \varphi = \cos^{-1}\left(\frac{-5}{5\sqrt{26}}\right) \approx 1.7682\approx 101.31^\circ\text{.} \end{equation*}
Subtracting \(90^\circ\) from this angle gives us an angle of \(11.31^\circ\) with the vertical.
We can now use trigonometry to find out how high the weight is lifted. The diagram shows that a right triangle is formed with the 2ft chain as the hypotenuse with an interior angle of \(11.31^\circ\text{.}\) The length of the adjacent side (in the diagram, the dashed vertical line) is \(2\cos(11.31^\circ) \approx 1.96\)ft. Thus the weight is lifted by about \(0.04\)ft, almost 1/2in.
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

Terms and Concepts

1.
Name two different things that cannot be described with just one number, but rather need 2 or more numbers to fully describe them.
2.
What is the difference between \((1,2)\) and \(\la 1,2\ra\text{?}\)
3.
What is a unit vector?
4.
Unit vectors can be thought of as conveying what type of information?
5.
What does it mean for two vectors to be parallel?
6.
What effect does multiplying a vector by \(-2\) have?

Problems

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.
7.
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.
8.
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.
9.
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.
10.
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.
11.
Let \(\vec u = \la 1,-2\ra\) and \(\vec v= \la 1,1\ra\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{.}\)
12.
Let \(\vec u = \la 1,1,-1\ra\) and \(\vec v= \la 2,1,2\ra\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.
13.
14.
15.
16.
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{.}\)
17.
Given \(\vec u=\la 2,1\ra\) and \(\vec v = \la 3,-2\ra\text{,}\) find:
\(\norm{\vec u}=\)
\(\norm{\vec v}=\)
\(\norm{\vec u+\vec v}=\)
\(\norm{\vec u-\vec v}=\)
18.
Given \(\vec u=\la -3,2,2\ra\) and \(\vec v = \la 1,-1,1\ra\text{,}\) find:
\(\norm{\vec u}=\)
\(\norm{\vec v}=\)
\(\norm{\vec u+\vec v}=\)
\(\norm{\vec u-\vec v}=\)
19.
Given \(\vec u=\la 1,2\ra\) and \(\vec v = \la -3,-6\ra\text{,}\) find:
\(\norm{\vec u}=\)
\(\norm{\vec v}=\)
\(\norm{\vec u+\vec v}=\)
\(\norm{\vec u-\vec v}=\)
20.
Given \(\vec u=\la 2,-3,6\ra\) and \(\vec v = \la 10,-15,30\ra\text{,}\) find:
\(\norm{\vec u}=\)
\(\norm{\vec v}=\)
\(\norm{\vec u+\vec v}=\)
\(\norm{\vec u-\vec v}=\)
21.
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{.}\)
22.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \la 3,7\ra\text{.}\)
\(\vec u=\)
23.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \la 6,8\ra\text{.}\)
\(\vec u=\)
24.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \la 1,-2,2\ra\text{.}\)
\(\vec u=\)
25.
Find the unit vector \(\vec u\) in the direction of \(\vec v = \la 2,-2,2\ra\text{.}\)
\(\vec u=\)
26.
Find the unit vector in the first quadrant of \(\mathbb{R}^2\) that makes a \(50^{\circ}\) angle with the \(x\)-axis.
27.
Find the unit vector in the second quadrant of \(\mathbb{R}^2\) that makes a \(30^{\circ}\) angle with the \(y\)-axis.
28.
Verify, from Key Idea 11.2.25, that
\begin{equation*} \vec u=\la \sin(\theta) \cos(\varphi) ,\sin(\theta) \sin(\varphi) ,\cos(\theta) \ra \end{equation*}
is a unit vector for all angles \(\theta\) and \(\varphi\text{.}\)
Exercise Group.
A weight of 100lb is suspended from two chains, making angles with the vertical of \(\theta\) and \(\varphi\) as shown in the figure below.
In the following exercises, the angles \(\theta\) and \(\varphi\) are given. Find the magnitude of the force applied to each chain.
29.
\(\theta = 30^\circ\text{,}\)\(\varphi=30^\circ\)
30.
\(\theta = 60^\circ\text{,}\)\(\varphi=60^\circ\)
31.
\(\theta = 20^\circ\text{,}\)\(\varphi=15^\circ\)
32.
\(\theta = 0^\circ\text{,}\)\(\varphi=0^\circ\)
Exercise Group.
A weight of \(p\)lb is suspended from a chain of length \(\ell\) while a constant force of \(\vec F_w\) pushes the weight to the right, making an angle of \(\theta\) with the vertical, as shown in the figure below.
In the following exercises, a force \(\vec F_w\) and length \(\ell\) are given. Find the angle \(\theta\) and the height the weight is lifted as it moves to the right.
33.
\(\vec F_w=1\)lb, \(\ell = 1\)ft, \(p = 1\)lb
34.
\(\vec F_w=1\)lb, \(\ell = 1\)ft, \(p = 10\)lb
35.
\(\vec F_w=1\)lb, \(\ell = 10\)ft, \(p = 1\)lb
36.
\(\vec F_w=10\)lb, \(\ell = 10\)ft, \(p = 1\)lb