Skip to main content

Section 6.2 Vectors

A vector, denoted \(\vect{v}\text{,}\) is a quantity consisting of a non-negative magnitude and a direction. We could represent a vector in two dimensions as \((m,\theta)\text{,}\) where \(m\) is the magnitude and \(\theta\) is the direction, measured as an angle from some agreed upon direction. For example, we might think of the vector \((5,45^\circ)\) as representing “5 km toward the northeast” ; that is, this vector might be a displacement vector, indicating, say, that your grandfather walked 5 kilometers toward the northeast to school in the snow. On the other hand, the same vector could represent a velocity, indicating that your grandfather walked at 5 km/hr toward the northeast. What the vector does not indicate is where this walk occurred: a vector represents a magnitude and a direction, but not a location. Pictorially it is useful to represent a vector as an arrow; the direction of the vector, naturally, is the direction in which the arrow points; the magnitude of the vector is reflected in the length of the arrow.

It turns out that many, many quantities behave as vectors, e.g., displacement, velocity, acceleration, force. Already we can get some idea of their usefulness using displacement vectors. Suppose that your grandfather walked 5 km NE and then 2 km SSE; if the terrain allows, and perhaps armed with a compass, how could your grandfather have walked directly to his destination? We can use vectors (and a bit of geometry) to answer this question. We begin by noting that since vectors do not include a specification of position, we can “place” them anywhere that is convenient. So we can picture your grandfather's journey as two displacement vectors drawn head to tail:

The displacement vector for the shortcut route is the vector drawn with a dashed line, from the tail of the first to the head of the second. With a little trigonometry, we can compute that the third vector has magnitude approximately 4.62 and direction \(21.43^\circ\text{,}\) so walking 4.62 km in the direction \(21.43^\circ\) north of east (approximately ENE) would get your grandfather to school. This sort of calculation is so common, we dignify it with a name: we say that the third vector is the sum of the other two vectors.

There is another common way to picture the sum of two vectors. Put the vectors tail to tail and then complete the parallelogram they indicate; the sum of the two vectors is the diagonal of the parallelogram:

This is a more natural representation in some circumstances. For example, if the two original vectors represent forces acting on an object, the sum of the two vectors is the net or effective force on the object, and it is convenient to draw all three with their tails at the location of the object.

We also define scalar multiplication for vectors: if \(\vect{v}\) is a vector \((m,\theta)\) and \(a\ge 0\) is a real number, the vector \(a\vect{v}\) is \((am,\theta)\text{,}\) namely, it points in the same direction but has \(a\) times the magnitude. If \(a\lt 0\text{,}\) \(a\vect{v}\) is \((|a|m,\theta+\pi)\text{,}\) with \(|a|\) times the magnitude and pointing in the opposite direction (unless we specify otherwise, angles are measured in radians).

Now we can understand subtraction of vectors: \(\vect{v}-\vect{w}=\vect{v}+(-1)\vect{w}\text{:}\)

Note that as you would expect, \(\vect{w} + (\vect{v}-\vect{w}) = \vect{v}\text{.}\)

We can represent a vector in ways other than \((m,\theta)\text{,}\) and in fact \((m,\theta)\) is not generally used at all. How else could we describe a particular vector? Consider again the vector \((5,45^\circ)\text{.}\) Let's draw it again, but impose a coordinate system. If we put the tail of the arrow at the origin, the head of the arrow ends up at the point \((5/\sqrt2,5/\sqrt2)\approx(3.54, 3.54)\text{.}\)

In this picture the coordinates \((3.54,3.54)\) identify the head of the arrow, provided we know that the tail of the arrow has been placed at \((0,0)\text{.}\) Then in fact the vector can always be identified as \((3.54,3.54)\text{,}\) no matter where it is placed; we just have to remember that the numbers 3.54 must be interpreted as a change from the position of the tail, not as the actual coordinates of the arrow head; to emphasize this we write \(\langle 3.54,3.54\rangle\) to mean the vector and \((3.54,3.54)\) to mean the point. Then if the vector \(\langle 3.54,3.54\rangle\) is drawn with its tail at \((1,2)\) it looks like this:

Consider again the two part trip: 5 km NE and then 2 km SSE. The vector representing the first part of the trip is \(\ds \langle 5/\sqrt2,5/\sqrt2\rangle\text{,}\) and the second part of the trip is represented by \(\langle 2\cos(-3\pi/8),2\sin(-3\pi/8)\rangle \approx\langle 0.77,-1.85 \rangle\text{.}\) We can represent the sum of these with the usual head to tail picture:

It is clear from the picture that the coordinates of the destination point are \(\ds (5/\sqrt2+2\cos(-3\pi/8),5/\sqrt2+2\sin(-3\pi/8))\) or approximately \((4.3,1.69)\text{,}\) so the sum of the two vectors is \(\ds \langle 5/\sqrt2+2\cos(-3\pi/8),5/\sqrt2+2\sin(-3\pi/8)\rangle \approx \langle 4.3,1.69\rangle\text{.}\) Adding the two vectors is easier in this form than in the \((m,\theta)\) form, provided that we're willing to have the answer in this form as well.

It is easy to see that scalar multiplication and vector subtraction are also easy to compute in this form: \(a\langle v,w\rangle=\langle av,aw\rangle\) and \(\ds \langle v_1,w_1\rangle - \langle v_2,w_2\rangle =\langle v_1-v_2,w_1-w_2\rangle\text{.}\) What about the magnitude? The magnitude of the vector \(\langle v,w\rangle\) is still the length of the corresponding arrow representation; this is the distance from the origin to the point \((v,w)\text{,}\) namely, the distance from the tail to the head of the arrow. Using the familiar distance formula the magnitude of the vector is simply \(\ds \sqrt{v^2+w^2}\text{,}\) which we also denote with absolute value bars: \(\ds |\langle v,w\rangle|=\sqrt{v^2+w^2}\text{.}\)

In three dimensions, vectors are still quantities consisting of a magnitude and a direction, but of course there are many more possible directions. It's not clear how we might represent the direction explicitly, but the coordinate version of vectors makes just as much sense in three dimensions as in two. By \(\langle 1,2,3\rangle\) we mean the vector whose head is at \((1,2,3)\) if its tail is at the origin. As before, we can place the vector anywhere we want; if it has its tail at \((4,5,6)\) then its head is at \((5,7,9)\text{.}\) It remains true that arithmetic is easy to do with vectors in this form.

Arithmetic of Vectors.

Sum of vectors:

\begin{equation*} \langle v_1,v_2,v_3\rangle + \langle w_1,w_2,w_3\rangle =\langle v_1+w_1,v_2+w_2,v_3+w_3\rangle \end{equation*}

Scalar Multiplication of vectors:

\begin{equation*} a\langle v_1,v_2,v_3\rangle=\langle av_1,av_2,av_3\rangle \end{equation*}

Subtraction of vectors:

\begin{equation*} \langle v_1,v_2,v_3\rangle - \langle w_1,w_2,w_3\rangle =\langle v_1-w_1,v_2-w_2,v_3-w_3\rangle \end{equation*}

The magnitude of the vector is the distance from the origin to the head of the vector, or \(\ds |\langle v_1,v_2,v_3\rangle|=\sqrt{v_1^2+v_2^2+v_3^2}\text{.}\)

Figure 6.4. The vector \(\langle 2,4,5\rangle\) with its tail at the origin.

Three particularly simple vectors turn out to be quite useful: \(\vect{i}=\langle1,0,0\rangle\text{,}\) \(\vect{j}=\langle0,1,0\rangle\text{,}\) and \(\vect{k}=\langle0,0,1\rangle\text{.}\) These play much the same role for vectors that the axes play for points. In particular, notice that

\begin{align*} \langle v_1,v_2,v_3\rangle \amp = \langle v_1,0,0\rangle + \langle 0,v_2,0\rangle + \langle 0,0,v_3\rangle\\ \amp =v_1\langle1,0,0\rangle + v_2\langle0,1,0\rangle + v_3\langle0,0,1\rangle\\ \amp = v_1\vect{i} + v_2\vect{j} + v_3\vect{k} \end{align*}

Thus far, we have focused our discussion on vectors which begin at the origin and end at a point. However we frequently want to produce a vector that points from one point to another. That is, if \(P\) and \(Q\) are points, we seek the vector \(\vect{x}\) such that when the tail of \(\vect{x}\) is placed at \(P\text{,}\) its head is at \(Q\text{;}\) we refer to this vector as \(\ds \longvect{\strut PQ}\text{.}\) If we know the coordinates of \(P\) and \(Q\text{,}\) the coordinates of the vector are easy to find.

Example 6.3.

Suppose \(P=(1,-2,4)\) and \(Q=(-2,1,3)\text{.}\) The vector \(\ds \longvect{\strut PQ}\) is \(\langle -2-1,1--2,3-4\rangle=\langle -3,3,-1\rangle\) and \(\ds \longvect{\strut QP}=\langle 3,-3,1\rangle\text{.}\)

Exercises for Section 6.2.

Draw the vector \(\langle 3,-1\rangle\) with its tail at the origin.

Draw the vector \(\langle 3,-1,2\rangle\) with its tail at the origin.

Let \(\vect{v}\) be the vector with tail at the origin and head at \((1,2)\text{;}\) let \(\vect{w}\) be the vector with tail at the origin and head at \((3,1)\text{.}\) Draw \(\vect{v}\) and \(\vect{w}\) and a vector \(\vect{u}\) with tail at \((1,2)\) and head at \((3,1)\text{.}\) Draw \(\vect{u}\) with its tail at the origin.

Let \(\vect{v}\) be the vector with tail at the origin and head at \((-1,2)\text{;}\) let \(\vect{ w}\) be the vector with tail at the origin and head at \((3,3)\text{.}\) Draw \(\vect{v}\) and \(\vect{w}\) and a vector \(\vect{u}\) with tail at \((-1,2)\) and head at \((3,3)\text{.}\) Draw \(\vect{u}\) with its tail at the origin.

Let \(\vect{v}\) be the vector with tail at the origin and head at \((5,2)\text{;}\) let \(\vect{w}\) be the vector with tail at the origin and head at \((1,5)\text{.}\) Draw \(\vect{v}\) and \(\vect{w}\) and a vector \(\vect{u}\) with tail at \((5,2)\) and head at \((1,5)\text{.}\) Draw \(\vect{u}\) with its tail at the origin.

Find \(|\vect{v}|\text{,}\) \(\vect{v}+\vect{w}\text{,}\) \(\vect{v}-\vect{w}\text{,}\) \(|\vect{v}+\vect{w}|\text{,}\) \(|\vect{v}-\vect{w}|\) and \(-2\vect{v}\) for \(\vect{v} = \langle 1,3\rangle\) and \(\vect{w} = \langle -1,-5\rangle\text{.}\)

Answer

\(\ds \sqrt{10}\text{,}\) \(\langle 0,-2\rangle\text{,}\) \(\langle 2,8\rangle\) 2, \(\ds 2\sqrt{17}\text{,}\) \(\langle -2,-6\rangle\)

Find \(|\vect{v}|\text{,}\) \(\vect{v}+\vect{w}\text{,}\) \(\vect{v}-\vect{w}\text{,}\) \(|\vect{v}+\vect{w}|\text{,}\) \(|\vect{v}-\vect{w}|\) and \(-2\vect{v}\) for \(\vect{v} = \langle 1,2,3\rangle\) and \(\vect{w} = \langle -1,2,-3\rangle\text{.}\)

Answer

\(\ds \sqrt{14}\text{,}\) \(\langle 0,4,0\rangle\text{,}\) \(\langle 2,0,6\rangle\) 4, \(\ds 2\sqrt{10}\text{,}\) \(\langle -2,-4,-6\rangle\)

Find \(|\vect{v}|\text{,}\) \(\vect{v}+\vect{w}\text{,}\) \(\vect{v}-\vect{w}\text{,}\) \(|\vect{v}+\vect{w}|\text{,}\) \(|\vect{v}-\vect{w}|\) and \(-2\vect{v}\) for \(\vect{v} = \langle 1,0,1\rangle\) and \(\vect{w} = \langle -1,-2,2 \rangle\text{.}\)

Answer

\(\ds \sqrt{2}\text{,}\) \(\langle 0,-2,3\rangle\text{,}\) \(\langle 2,2,-1\rangle\) \(\ds \sqrt{13}\text{,}\) \(3\text{,}\) \(\langle -2, 0, -2\rangle\)

Find \(|\vect{v}|\text{,}\) \(\vect{v}+\vect{w}\text{,}\) \(\vect{v}-\vect{w}\text{,}\) \(|\vect{v}+\vect{w}|\text{,}\) \(|\vect{v}-\vect{w}|\) and \(-2\vect{v}\) for \(\vect{v} = \langle 1,-1,1\rangle\) and \(\vect{w} = \langle 0,0,3\rangle\text{.}\)

Answer

\(\ds \sqrt{3}\text{,}\) \(\langle 1,-1,4\rangle\text{,}\) \(\langle 1,-1,-2\rangle\) \(\ds 3\sqrt{2}\text{,}\) \(\ds \sqrt{6}\text{,}\) \(\langle -2, 2, -2\rangle\)

Find \(|\vect{v}|\text{,}\) \(\vect{v}+\vect{w}\text{,}\) \(\vect{v}-\vect{w}\text{,}\) \(|\vect{v}+\vect{w}|\text{,}\) \(|\vect{v}-\vect{w}|\) and \(-2\vect{v}\) for \(\vect{v} = \langle 3,2,1\rangle\) and \(\vect{w} = \langle -1,-1,-1\rangle\text{.}\)

Answer

\(\ds \sqrt{14}\text{,}\) \(\langle 2,1,0\rangle\text{,}\) \(\langle 4,3,2\rangle\) \(\ds \sqrt{5}\text{,}\) \(\ds \sqrt{29}\text{,}\) \(\langle -6,-4, -2\rangle\)

Let \(P=(4,5,6)\text{,}\) \(Q=(1,2,-5)\text{.}\) Find \(\ds \longvect{\strut PQ}\text{.}\) Find a vector with the same direction as \(\ds \longvect{\strut PQ}\) but with length 1. Find a vector with the same direction as \(\ds \longvect{\strut PQ}\) but with length 4.

Answer

\(\langle -3, -3, -11\rangle\text{,}\) \(\langle -3/\sqrt{139},-3/\sqrt{139},-11/\sqrt{139}\rangle\) \(\langle -12/\sqrt{139},-12/\sqrt{139},-44/\sqrt{139}\rangle\)

If \(A, B\text{,}\) and \(C\) are three points, find \(\ds \longvect{\strut AB}+ \longvect{\strut BC}+ \longvect{\strut CA}\text{.}\)

Answer

\(\langle 0,0,0\rangle\)

Consider the 12 vectors that have their tails at the center of a clock and their respective heads at each of the 12 digits. What is the sum of these vectors? What if we remove the vector corresponding to 4 o'clock? What if, instead, all vectors have their tails at 12 o'clock, and their heads on the remaining digits?

Answer

\(\vect{0}\text{;}\) \(\langle -r\sqrt3/2,r/2\rangle\text{;}\) \(\langle 0,-12r\rangle\text{;}\) where \(r\) is the radius of the clock

Let \(\vect{a}\) and \(\vect{b}\) be nonzero vectors in two dimensions that are not parallel or anti-parallel. Show, algebraically, that if \(\vect{c}\) is any two dimensional vector, there are scalars \(s\) and \(t\) such that \(\vect{c}=s\vect{a}+t\vect{b}\text{.}\)

Does the statement in the previous exercise hold if the vectors \(\vect{a}\text{,}\) \(\vect{b}\text{,}\) and \(\vect{c}\) are three dimensional vectors? Explain.