Vectors in Two Dimensions

Visual Linear Algebra Online, Section 1.2

Image by Keith Johnston from Pixabay

A big-league baseball player smashes a four-seam fastball with the sweet-spot of the bat. Is it a home run? The answer is — it depends. It depends on the launch angle and on it being a “fair ball”. In other words, what is the direction the ball is traveling a split second after making contact with the bat?

Assuming the ball is hit really hard directly on the sweet-spot, it is likely to be a home run if, for example, its launch angle is between 25 and 35 degrees from the horizontal (and of course, if it stays “fair”).

The initial velocity of the ball is an example of a vector quantity. It has both a magnitude (instantaneous initial speed) and a direction (related to the launch angle).

The force with which the batter hits the ball is also a vector quantity. Its direction is the same as the initial velocity of the ball a split second after being hit (assuming a solid hit in the sweet spot of the bat). Its magnitude is proportional to the instantaneous initial speed of the ball.

These particular vectors are in three dimensions. The main purpose of this section is to investigate vectors in two dimensions. These are also described as two-dimensional vectors.

Video for Section 1.2 of Visual Linear Algebra Online

Here is a video I made that includes a summary of the content of this section of Visual Linear Algebra Online. The written text for Section 1.2 continues further below. In later sections of this online textbook, you will find the summary videos at the very ends of the sections.

My Favorite Animated Graph & Vectors in Two Dimensions at Infinity is Really Big

Vectors as Arrows

A very natural way to visualize a quantity that has both a magnitude and a direction is with an arrow (a “directed line segment”). Any drawn arrow has a natural magnitude associated with it: its length. It also has a natural direction associated with it: whatever direction it is pointing in. One thing that is important to realize is that an arrow is not the same thing as a ray. It does not go on forever.

But what is the dimension of the “space” the vector/arrow should “live” in? The plane (two-dimensional space)? Three-dimensional space?

It can be either. It can also be zero-dimensional, one-dimensional or even higher-dimensional. Of course, dimensions higher than three present visualization difficulties for humans — not so for higher-dimensional beings.

Left: a two-dimensional vector lying in ‘the plane’. Right: a three-dimensional vector lying in ‘space’.

We will focus on two-dimensional vectors here in Section 1.2. Both higher and lower-dimensional vectors will be discussed in later sections.

A Vector is Completely Determined by Its Magnitude and Direction

A vector, represented as an arrow, can get shorter or longer. It can also point in any direction (of the given space). And, of course, it can change in both ways at the same time.

A two-dimensional vector that changes both magnitude (length) and direction over time.

In the animation above, the magnitude/length and direction of the vector change over time. But the location of the “base” (initial point) of the vector stays fixed. We could also consider this location to be part of what determines a vector. However, it turns out to be best not to. In other words, it is best to say that a vector is completely determined by its length and direction.

The two vectors in the picture below have the same length and direction, but different bases. We consider them to be the same vector, however. There are good reasons for this that we will consider soon.

Two vectors with the same length and direction, but different bases. We say these vectors are ‘the same’ in spite of the fact that they start at different points.

Placing a vector at an appropriate initial point is important for interpreting the meaning of the vector in applications, however. For example, it is natural to put the initial point of the velocity vector of a moving object at the location of the object. Placing it elsewhere will just cause confusion.

(Rectangular) Components of a Vector

For a two-dimensional vector, it is natural to consider its horizontal and vertical (rectangular) components. That is, how much “displacement” does it have in the horizontal and vertical directions? Displacements are “signed distances”: they can be positive, negative, or zero. As in Section 1.1 (Points, Coordinates, and Graphs in Two Dimensions), it is conventional, in the horizontal direction, to consider rightward displacements to be positive and leftward displacements to be negative. In the vertical direction, we consider upward displacements as positive and downward displacements as negative.

Here is a picture showing four vectors and their components. The blue vector has first (horizontal) component -3 and second (vertical) component -1. For the red vector, the first and second components are 2 and 1, respectively. For the orange vector, the first and second components are -1 and 4, respectively. And for the green vector, the first and second components are 2 and -2, respectively.

Four two-dimensional vectors and their components (horizontal and vertical displacements).

Representing Components

It would be natural to use some kind of special notation to represent these components. In fact, there are many such special notations, and different people use different notations. For example, for the green vector in the lower-right corner of the figure above, you will see the following notations for it used by different people: (a) (2,-2), (b) [2,-2], (c) \langle 2,-2\rangle, and (d) 2\hat{i}-2\hat{j}.

Choice (a) is nice, though it is the same as the notation for the coordinates of a point in two-dimensions. Choice (b) is okay, though less common. It is similar to the notation for a closed interval of numbers (though the numbers are in the wrong order in this case). Personally, I like choice (c) the best of these four choices, though it is similar to notation used for another concept in higher mathematics. Choice (d) is commonly used by scientists and engineers, and requires us to describe the meaning of the symbols \hat{i} and \hat{j}. More to come on this in later sections.

One more type of notation that people use will be the one that we mostly use in this online textbook. We will usually write the components as a so-called “column vector”: either \left(\begin{array}{c} 2 \\ -2 \end{array}\right) or \left[\begin{array}{c} 2 \\ -2 \end{array}\right]. The choice of parentheses versus square brackets is purely stylistic. We will probably use both, depending on the situation.

More on Column Vectors

There are good reasons for preferring the column vector notation in a linear algebra textbook. The most important of these is that it will set us up for a nice definition of matrix multiplication.

To save space, we will sometimes use the standard notation (2 \ \  -2)^{T} to represent either of the column vectors from two paragraphs ago. The “T” stands for “transpose”. For the moment, think of it as something that just tells you to convert the “row vector” (2 \ \ -2) to the column vector \left(\begin{array}{c} 2 \\ -2 \end{array}\right).

Representing Vectors

It is also traditional to denote a vector without components in various ways as a “vector variable”. For example, if we use the letter “v” as the “name” for the green vector above, you will see the following notations used in various places: (a) \bf{v}, (b) \vec{v}, and (c) \underline{v}. There are even minor variations of these that we will not get into.

We will do as most textbooks do and use boldface: \bf{v}.

As we did with points in Section 1.1 (Points, Coordinates, and Graphs in Two Dimensions), we will also abuse notation and write \bf{v}=\left(\begin{array}{c} 2 \\ -2 \end{array}\right). This is in spite of the fact that \bf{v} is an arrow and \left(\begin{array}{c} 2 \\ -2 \end{array}\right) is a column of two numbers.

A Natural Association Between Two-Dimensional Vectors and Points in Two-Dimensions

There is a natural association between two-dimensional vectors and points in two dimensions. This association requires us to define vectors purely in terms of their magnitudes and directions, not their initial points.

Defining the Association

Start by defining a rectangular coordinate system on the plane. Take any vector (arrow) \bf{v} in the plane and rigidly translate it so that its initial point is at the origin. Make sure you do not change its length or direction while performing this transformation. The tip (ending point) of the vector will be “pointing at” (located at) a specific point P in the plane.

This defines a “mathematical mapping” \bf{v}\mapsto P. This mapping is invertible. Starting at the point P in the plane, if we draw a vector (arrow) whose base is the origin \mathcal{O} and whose tip is at P, we will obtain the original vector \bf{v} (focus just on its length and direction — it does not matter where its initial point is). We therefore have a natural two-way “association” or “one-to-one correspondence” \bf{v}\leftrightarrow P.

You may wonder what the point at the origin \mathcal{O} gets associated with here. More on that later.

This natural association carries over to an association between the rectangular components of \bf{v} and the rectangular coordinates of P. This association is \left(\begin{array}{c} x \\ y \end{array}\right)\leftrightarrow (x,y). All of this can be visualized via an animation in the rectangular grid below.

The natural association between the vector \bf{v} (red) and a point P (blue). This also corresponds to an association between the vector’s rectangular components with the point’s rectangular coordinates.

The Importance of the Association

Because this association is so natural, we will often treat \bf{v} as both a vector (arrow) and a point without explicitly mentioning the association. This is very important to understand so that you do not get confused in future sections!

You might wonder how the association changes if we use non-rectangular coordinates, such as slanted coordinates. This will indeed be a topic we eventually address.

Arithmetic and Algebra of Vectors

Vector Addition

Suppose you travel from your home to your friend’s home by walking along a straight line for 100 meters, making one turn, and then walking along another straight line for 200 meters. Each leg of this path can be represented by a “displacement vector” as shown in the picture below. The red vector is the first stage of the trip and the blue vector is the second stage. The magenta (bright pink) vector is your “ultimate” displacement vector (change in position). You never walked along this line, but it represents where you started and where you ultimately ended.

Start at your home and walk straight along the red vector for 100 meters, then walk straight along the blue vector for 200 meters. You never walked along the magenta vector, but it represents your ultimate displacement (change in position). It is natural to say the magenta vector is the sum of the red and blue vectors.

Since the red and blue vectors are being combined in a simple way to produce the magenta vector, it is natural to say that the magenta vector is the “sum” of the red and blue vectors.

In general, to (geometrically) “add” two vectors (arrows) \bf{v} and \bf{w} to get \bf{v}+\bf{w}, translate \bf{w} until its base (initial point) is at the tip (ending point) of \bf{v}. The sum of the two vectors is a vector that whose base is at the same location as the base of \bf{v} and whose tip is as at the same location as the tip of \bf{w}.

Other Real-World Applications of Adding Vectors

This geometric way of “adding” vectors is not only natural for displacement vectors, but for many other real-world contexts.

For example, if two forces {\bf F}_{1} and {\bf F}_{2} are being applied on an object (probably in two different directions and with two different magnitudes), the resulting total force {\bf F}_{1}+{\bf F}_{2} can be viewed as a sum in the same geometric way. This can and should be confirmed with experiments.

As another example, consider a straight river where the velocity of the water flow in the middle is approximately constant {\bf v}_{1}. Suppose someone is swimming near the middle of the river at a velocity {\bf v}_{2} relative to the flow of the water. Then that person’s velocity relative to the river bank is approximately the sum {\bf v}_{1}+{\bf v}_{2}.

Parallelogram Law

Adding vectors geometrically is often visualized as the “Parallelogram Law”. The essence of this law is displayed in the figure below. The key conclusion is that the sum is along the “diagonal” of the parallelogram. Make sure you understand how this picture is equivalent to our previous geometric description of the sum of two vectors.

The Parallelogram Law for how to add vectors \bf{v} and \bf{w} to get \bf{v}+\bf{w}={\bf w}+{\bf v}. Notice that the sum is an arrow along a ‘diagonal’ of the (oriented) parallelogram.

Vector Addition Via Rectangular Components

If we know the rectangular components of \bf{v} and \bf{w}, finding the rectangular components of their sum \bf{v}+\bf{w} is easy: just add “component-wise”. That is, add the corresponding first and second components to get the new first and second components.

More precisely, if \bf{v}=\left(\begin{array}{c} a \\ b \end{array}\right) and \bf{w}=\left(\begin{array}{c} c \\ d \end{array}\right), then \bf{v}+\bf{w}=\left(\begin{array}{c} a+c \\ b+d \end{array}\right).

While not a proof, this fact is seen to be plausible by considering the picture below. I changed the color of \bf{v}+\bf{w} to green so that the red and blue dashed lines are easier to see on top of the green dashed lines.

While not a proof, this figure can help you believe that vector addition should be done ‘component-wise’ when the components are known.

The sum of the displacements of the two horizontal red and blue lines equals the displacement of the horizontal green line. Likewise, the sum of the displacements of the two vertical red and blue lines equals the displacement of the vertical green line.

Inherited Properties

Since vector addition can be done component-wise, vector addition “inherits” many algebraic properties of real number addition. For example, the commutative and associative properties hold: for any arbitrary vectors, (1) \bf{v}+\bf{w}=\bf{w}+\bf{v} and (2) (\bf{u}+\bf{v})+\bf{w}=\bf{u}+(\bf{v}+\bf{w}). The truth of (1) is also clear from the symmetry in the Parallelogram Law above.

Below is a calculation that is essentially a proof of the commutative law. The key step is the equality connecting the first and second lines. This is where the commutative law for real number addition is being used.

\bf{v}+\bf{w}=\left(\begin{array}{c} a \\ b \end{array}\right)+\left(\begin{array}{c} c \\ d \end{array}\right)=\left(\begin{array}{c} a+c \\ b+d \end{array}\right) =\left(\begin{array}{c} c+a \\ d+b \end{array}\right)=\left(\begin{array}{c} c \\ d \end{array}\right)+\left(\begin{array}{c} a \\ b \end{array}\right)=\bf{w}+\bf{v}

Because of the natural association between vectors and points, vector addition can be interpreted as point addition as well, though this is a less common way of viewing it.

Scalar Multiplication

A car travels along a straight local (neighborhood) road on cruise control set to 50 km/hr. The road continues straight and becomes a straight highway. The driver then resets the cruise control at 100 km/hr. Let {\bf v}_{1} and {\bf v}_{2} be the velocity vectors for the car on the local road and the highway, respectively.

These two vectors should have the same direction because the two combined roads stay straight in the same direction. Since the speed has been doubled, it is also natural to say that the second should be twice as long as the first.

In other words, {\bf v}_{2} can be formed by stretching {\bf v}_{1} by a factor of two, while not changing its direction. If you are tempted to write {\bf v}_{2}=2{\bf v}_{1}, then you have grasped the basic essence of scalar multiplication.

Geometric Definition

In general, suppose we are given a vector {\bf v} and a real number (“scalar”) \lambda. We define the “scalar multiple of {\bf v}”, the vector denoted by \lambda{\bf v}, as follows. If \lambda>0, then \lambda{\bf v} points in the same direction as {\bf v} and has \lambda times the length of {\bf v}. If \lambda<0, then \lambda{\bf v} points in the opposite direction as {\bf v} and has |\lambda| times the length of {\bf v}. In other words, \lambda{\bf v} is a “(re)scaled version” of {\bf v}.

Here is an animation where \lambda starts at \lambda=1 (no scaling), increases up toward 3, and then decreases back down toward -3. Notice that the resulting vector is longer than {\bf v} if \lambda>1 or \lambda<-1. It is shorter than {\bf v} if -1<\lambda<1.

Scalar multiples \lambda{\bf v} of a vector {\bf v}.

What happens if \lambda=0? In that case, we write \lambda{\bf v}=0{\bf v}={\bf 0}, where {\bf 0} is the so-called zero vector. This is a vector that is a “degenerate arrow”. It has no length and no direction. It gets associated with the origin {\mathcal O} in the plane. In terms of components, {\bf 0}=\left(\begin{array}{c} 0 \\ 0 \end{array}\right).

Scalar Multiplication in Terms of Components

Scalar multiplication can also be done in a very natural way with components. If {\bf v}=\left(\begin{array}{c} a \\ b \end{array}\right), then \lambda{\bf v}=\lambda\left(\begin{array}{c} a \\ b \end{array}\right)=\left(\begin{array}{c} \lambda a \\ \lambda b \end{array}\right).

Once again, this implies that there are inherited algebraic properties. For example, there are two kinds of distributive laws that hold true: (1) (\lambda_{1}+\lambda_{2}){\bf v}=\lambda_{1}{\bf v}+\lambda_{2}{\bf v}, and (2) \lambda({\bf v}+{\bf w})=\lambda{\bf v}+\lambda{\bf w}.

There are also commutative and associative laws: (3) (\lambda_{1}\lambda_{2}){\bf v}=(\lambda_{2}\lambda_{1}){\bf v} and (4) \lambda_{1}(\lambda_{2}{\bf v})=(\lambda_{1}\lambda_{2}){\bf v}.

Law (3) is basically its own proof, since \lambda_{1}\lambda_{2}=\lambda_{2}\lambda_{1} is known to be true already. You will need to verify the other laws component-wise. We leave these for the exercises.

The following animation visually confirms Law (2) for 1\leq \lambda\leq 2.

Visual demonstration of the distributive law (2) \lambda({\bf v}+{\bf w})=\lambda{\bf v}+\lambda{\bf w}.

Vector Subtraction

The difference {\bf v}-{\bf w} can now be algebraically defined. Define it to be the vector sum {\bf v}+(-{\bf w}), where -{\bf w}=(-1){\bf w} is the same length as {\bf w}, but in the opposite direction. Also note that {\bf w}+(-{\bf w})={\bf 0}.

Note also that {\bf v}-{\bf w} is what must be added to {\bf w} in order to get {\bf v}. In other words, it is the vector solution {\bf x} to the vector-algebraic equation {\bf w}+{\bf x}={\bf v}. This is because {\bf w}+({\bf v}-{\bf w})=({\bf w}+(-{\bf w}))+{\bf v}={\bf 0}+{\bf v}={\bf v}.

A geometric interpretation of vector subtraction will be left for the exercises.

Magnitude (Length) and Direction of a Vector

The magnitude or length (or norm) of a vector {\bf v}=\left(\begin{array}{c} a \\ b \end{array}\right) can be found using the Pythagorean Theorem (Exercise). This length is denoted by ||{\bf v}|| (some texts denote it by |{\bf v}|) and it is ||{\bf v}||=\sqrt{a^{2}+b^{2}}.

If \theta is an angle that the vector {\bf v} makes with the positive horizontal axis, then trigonometry can be used to say that a=||{\bf v}||\cos(\theta) and b=||{\bf v}||\sin(\theta).

All this means that for the point P=(a,b) associated with the vector \left(\begin{array}{c} a \\ b \end{array}\right), the polar coordinates of P are (r,\theta)=(||{\bf v}||,\theta), where \tan(\theta)=\frac{b}{a} when a\not=0. When a=0, then we can take \theta=\pm \frac{\pi}{2}, depending on whether b>0 or b<0. If {\bf v}={\bf 0}, then r=||{\bf v}||=0 and \theta can be anything.

Fundamental properties of magnitudes include, for arbitrary vectors, those shown in the following list:

  1. ||\lambda{\bf v}||=|\lambda| ||{\bf v}||, where |\lambda| is the absolute value of the number (scalar) \lambda.
  2. ||{\bf v}||=0 if and only if {\bf v}={\bf 0}.
  3. Triangle Inequality: ||{\bf v}+{\bf w}||\leq ||{\bf v}||+||{\bf w}||.

Unit Vectors and Normalization

A vector {\bf u} whose length is ||{\bf u}||=1 is called a unit vector.

If {\bf v}\not={\bf 0} so that ||{\bf v}||\not=0, then the vector {\bf u}=\frac{1}{||{\bf v}||}{\bf v} is a unit vector in the same direction as {\bf v}. This last equation is sometimes written as {\bf u}=\frac{{\bf v}}{||{\bf v}||}.

This process of converting a nonzero vector {\bf v} to a unit vector {\bf u} in the same direction as {\bf v} is called normalizing {\bf v}. This is a useful thing to do in many situations.

For example, if {\bf v}=\left(\begin{array}{c} 3 \\ -4 \end{array}\right), then ||{\bf v}||=\sqrt{3^{2}+(-4)^{2}}=\sqrt{9+16}=\sqrt{25}=5 so {\bf u}=\frac{1}{5}\left(\begin{array}{c} 3 \\ -4 \end{array}\right)=\left(\begin{array}{c} 3/5 \\ -4/5 \end{array}\right)=\left(\begin{array}{c} 0.6 \\ -0.8 \end{array}\right).

Dot Product and Angle Between Two Vectors

Is there a way to multiply two vectors? We could certainly multiply component-wise, but does this have much meaning?

For us, tempting as it may be, we will not multiply vectors component-wise.

For our purposes, the “best” way to “multiply” two vectors is to form their so-called dot product. The dot product of two vectors is not another vector, however, it is a number.

Definition of the Dot Product and Relationship to Angles

If {\bf v}=\left(\begin{array}{c} a \\ b \end{array}\right) and {\bf w}=\left(\begin{array}{c} c \\ d \end{array}\right), then their dot product, denoted by {\bf v}\cdot {\bf w}, is defined by the equation {\bf v}\cdot {\bf w}=ac+bd.

Make sure you always include the dot when you write down this operation symbolically — do NOT just put the vectors next to each other with nothing in between.

Amazingly, by the Law of Cosines, this operation has a very useful relationship to ||{\bf v}||, ||{\bf w}||, and an angle \theta between {\bf v} and {\bf w}. Below you will see the key equation. Make sure you realize that the three quantities on the right are all real numbers that are being multiplied.

{\bf v}\cdot {\bf w}=||{\bf v}|| ||{\bf w}|| \cos(\theta)

This equation can then be used to solve for an angle \theta between {\bf v} and {\bf w}. Using the inverse cosine (arccosine) function gives an answer that, by definition, is between 0 and \pi radians:

\theta=\cos^{-1}\left(\frac{{\bf v}\cdot {\bf w}}{||{\bf v}|| ||{\bf w}||}\right)=\arccos\left(\frac{{\bf v}\cdot {\bf w}}{||{\bf v}|| ||{\bf w}||}\right).

Example

For example, suppose {\bf v}=\left(\begin{array}{c} 3 \\ -4 \end{array}\right) and {\bf w}=\left(\begin{array}{c} -12 \\ 5 \end{array}\right). Then ||{\bf v}||=\sqrt{25}=5, ||{\bf w}||=\sqrt{169}=13, and {\bf v}\cdot {\bf w}=-36-20=-56. Therefore, \theta=\cos^{-1}\left(-\frac{56}{65}\right)\approx 2.609\mbox{ radians}\approx 149.49^{\circ}. See the figure below.

An angle measure between the two vectors {\bf v} and {\bf w} from the example is approximately 149.49 degrees.

Since the cosine of an angle is 0 when the angle is equivalent to \pm 90^{\circ}=\pm \frac{\pi}{2} radians, the following important fact is easily derived.

Theorem: Two nonzero vectors {\bf v} and {\bf w} are perpendicular to each other if and only if {\bf v}\cdot {\bf w}=0.

When two vectors have a dot product equal to the number zero, we also say the vectors are “normal” or “orthogonal” to each other.

Scientists and engineers tend to use the word “normal”, geometers tend to use the word “perpendicular”, and all other mathematicians tend to use the word “orthogonal”. Actually, there are situations where scientists and engineers use the word “orthogonal” as well. But when they do, it is typically in a more general setting.

Algebraic Properties of Dot Products

As you might expect, the dot product of two vectors satisfies some fundamental algebraic properties. Here they are. We leave proofs for the exercises. Assume that the numbers (scalars) and vectors in these properties are arbitrary vectors in two dimensions.

  1. Commutative Property: {\bf v}\cdot {\bf w}={\bf w}\cdot {\bf u}.
  2. Distributive Property: {\bf u}\cdot ({\bf v}+{\bf w})={\bf u}\cdot {\bf v}+{\bf u}\cdot {\bf w}.
  3. Associative Property: (\lambda {\bf v})\cdot {\bf w}=\lambda({\bf v}\cdot {\bf w})={\bf v}\cdot (\lambda {\bf w}).
  4. Non-negativity: {\bf v}\cdot  {\bf v}\geq 0. In addition, {\bf v}\cdot {\bf v}=0 if and only if {\bf v}={\bf 0}.
  5. Relationship to Magnitude: ||{\bf v}||=\sqrt{{\bf v}\cdot {\bf v}}.

Exercises

  1. Let {\bf v}=\left(\begin{array}{c} 3 \\ 1 \end{array}\right) and {\bf w}=\left(\begin{array}{c} 2 \\ 2 \end{array}\right). (a) Compute 2{\bf v}+3{\bf w} and draw a diagram that illustrates how to interpret the meaning of this “linear combination” with the Parallelogram Law. (b) Compute {\bf v}-{\bf w} and give a natural geometric interpretation of this vector difference. (c) Approximate the angle between {\bf v} and {\bf w} to the nearest hundredth of a degree.
  2. Use a diagram and the Pythagorean Theorem to help you explain why {\bf v}=\left(\begin{array}{c} a \\ b \end{array}\right) implies that ||{\bf v}||=\sqrt{a^{2}+b^{2}}. Make sure you explain why the hypothesis (premise) of the Pythagorean Theorem is satisfied before you use it.
  3. Find polar coordinates (r,\theta) of the point P associated with the vector {\bf v}=\left(\begin{array}{c} -4 \\ 11 \end{array}\right). Write these coordinates in both exact form and approximate form (with the angle in degrees), accurate to two places after the decimal.
  4. Prove the associative law for vector addition.
  5. Prove Laws (1), (2), and (4) for scalar multiplication.
  6. Normalize the vector {\bf v}=\left(\begin{array}{c} 5 \\ 8 \end{array}\right). Write your answer in both exact form and approximate form, accurate to two places after the decimal.
  7. Challenge Problem: Prove the Triangle Inequality.
  8. Challenge Problem: Use the Law of Cosines to prove that {\bf v}\cdot {\bf w}=||{\bf v}|| ||{\bf w}|| \cos(\theta).
  9. Prove the algebraic properties of dot products.
  10. Let {\bf v}=\left(\begin{array}{c} 4 \\ 7 \end{array}\right). Describe all possible vectors {\bf w}=\left(\begin{array}{c} a \\ b \end{array}\right) that are perpendicular to {\bf v}. There should be a clear relationship between a and b in your description.

Next: Section 1.3, Systems of Linear Equations in Tow Dimensions