Vectors are lists of numbers that denote direction and magnitude.

The idea of vectors

The most successful textbook that was ever written was Euclid’s Elements. While you are surely skeptical of this claim, and it is good to be skeptical, consider this: Euclid’s Elements was used (in various editions) as a primary mathematics textbook for nearly 2000 years. There are few textbooks (if any) that can share this claim. However, Euclid’s Elements does have its shortcomings. Euclid defines a point as “that which has no part.” Many people (including this author) find this to be a pretty confusing definition. What does Euclid mean by this statement? However, from our modern viewpoint, a point is an ordered list of numbers, like We have grown to see that a point should be thought of as location, and nothing but location. With this definition in mind, it doesn’t really make sense to have operations between points like addition or subtraction.

When trying to understand the world around us, we are often concerned with quantities that denote both direction and magnitude. We can do this by starting with two points

and thinking of the differences of their coordinates. This object formed by the differences in the values of the coordinates of the points is called a vector. In the graph above, the vector is . We write vectors typographically in boldface, decorated with a harpoon (like or ). Other authors may simply use a boldface (like or ) or just a harpoon (like or ). We often visualize a vector (at least in two and three dimensions) as an arrow to explicitly show its direction and magnitude. This visualization leads us to our definition of a vector.
What vector has its tip at and its tail at ?
Two vectors are equal when they have the same direction and magnitude.
True or False: Given vectors and in the diagram below we have that .
true false

Vectors need not be limited to the -plane. They can have any dimension.

In we usually label the first component the “-component,” and the second component the “-component.” In we usually label the components “,” “,” and “.”

What is the dimension of the vector
What are the components of the vector ?
  • The -component is .
  • The -component is .
  • The -component is .

So far, we have mostly studied functions which take single numbers as their inputs and output either individual numbers or ordered pairs (as in the case of parametric functions). Now, we set the stage for the study of functions that accept lists of numbers as inputs and give lists of numbers as outputs. When we want to keep track of more than one number at a time, especially when we have more than one output depending on the same input, we often use a vector.

Computing the direction and magnitude of vectors

Since vectors are determined only by their direction and magnitude, notation such as completely describes a vector, since we assume the tail is at the origin. We should point out that the following are other types of notation for vectors. When dealing with a vector in , , or dimensions, we can visualize the vector as a directed arrow, where the magnitude of the vector is the length of the arrow.

What is the magnitude of the vector ?

You were able to find the answer to the question above because you are used to working with dimensional objects. We make the following definition in dimensions.

Notice that the magnitude of the vector is just the distance between the origin and the point determined by the components of our vector!

What is the magnitude of the vector

Operations on vectors

We can add vectors of the same dimension together by component-wise addition. Here, it is useful to write vectors vertically.

Now, let us investigate the geometry of addition of vectors. Let and . If we place the tail of the vector at the tip of the vector , like this:

or like this: then the sum connects the tail of to the tip of . In fact, you can think of the sum of two vectors as being the diagonal of the parallelogram formed by the two vectors.

Hence,

Consider the following diagram. Which equation is represented by the diagram above?

We can also multiply vectors by a scalar (a number), by multiplying each component by the scalar:

True or False: Multiplying a vector by a nonzero scalar will not change the direction of the vector.
true false

Thinking about how the magnitude of a vector changes when we multiply by a scalar reveals why scalars are called scalars.

You can use this interactive to see how scalars affect vectors.

Consider a vector What is the magnitude of ?
What is the magnitude of ?
What is the magnitude of ?

Unit vectors

Vectors with magnitude are particularly important.

Find a unit vector which points in the same direction as the vector .
Scaling the vector by the reciprocal of its magnitude should result in a magnitude vector which points in the same direction.

Now consider any vector . We can extract its direction and magnitude in the following way. This equation illustrates the fact that a 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.

It is equivalent to say that vectors and are parallel if there is a scalar such that .
Let . Find all unit vectors parallel to . Write your answers in the order of increasing -coordinates:

Note that the zero vector is directionless, because there is no unit vector in the “direction” of . Different authors have different conventions regarding the zero vector. Some even say the zero vector is “parallel to every vector.” We prefer to simply say that the zero vector has no direction, as this statement is grounded in the fact that unit vectors provide direction information. So, in our case, the zero vector is not parallel to any vector. Check for yourself using our definition of parallel vectors!

True or False: If two vectors are parallel, then they point in the same direction.
true false

Angles and vectors

Sometimes you want to specify a vector with an angle relative to a given line. If we graphed all of the unit vectors in with their tails at the origin, then the tips would all lie on the unit circle.

Based on what we know from trigonometry, we can then say that the components of any unit vector in can be expressed as for some angle .
What vector has magnitude and makes an angle of radians with the -axis?
What vector has magnitude and makes an angle of radians with the -axis?
What vector has magnitude and makes an angle of radians with the -axis?

Famous unit vectors

There are three famous unit vectors: , , . Typically when working in two dimensions and in three dimensions Any two- or three-dimensional vector can be expressed in terms of these vectors.

Express in terms of , , and .

An applied problem

Vectors are a great tool for applied mathematics.

Look again at the big picture for our example with the weight. We knew from the physical situation that we had three vectors which should together sum to the zero vector. Instead of having to somehow describe this situation with a single equation, we used the components of the vectors to form a system of equations, which was much easier to solve! Modeling the problem with vectors helped us to apply our mathematical tools smartly.

The difference between a point and a vector

You may be wondering, “What’s the difference between a point and a vector?” Here’s the deal: A point specifies location alone. This location is denoted by an -tuple A vector is also represented by an -tuple but the interpretation of this -tuple is quite different than that of a point. With a vector, the tuple represents the location of the “tip” of the vector when the “tail” of the vector is at the origin. By thinking of this tuple, , as a vector, we can perform many arithmetic and algebraic calculations as we discussed above. Remember that being able to do these operations helped us to distinguish vectors from points! However, as long as it makes sense to do so, we can also denote points with vectors.

Since a vector can be represented by an -tuple, we denote a point with a vector by imagining the tail of the vector as being at the origin. Placing a vector with its tail at the origin is sometimes called standard position.

We summarize the arithmetic and algebraic properties of vectors below.

Note, you should not memorize these properties (yet!). Rather, you should be able to work with vectors, and use these properties when appropriate.