The dot product is an important operation between vectors that captures geometric information.

The dot product

We have already seen how to add vectors and how to multiply vectors by scalars. As it turns out, there is not a single useful way to define “multiplication” of vectors, but there are several types of products defined for two vectors that have intrinsic meaning. One such example is the dot product, which we motivate using the example below.

Two definitions of the dot product

The above scenario illustrates a quantity that is fundamentally important in physics, but it is useful in other instances as well. We can extract the mathematical essence of the above example as follows.

Given two vectors and , the quantity is important.

Since this quantity is important, we dignify it with a definition.

Given the magnitude and angles made by two vectors in , it is straightforward to compute, but we want to work vectors in higher dimensions, and we therefore want to find a quick way to compute this quantity using the components of and . Thankfully, there’s a good way to do this.

While this may seem intimidating at first, we usually have in mind that or , and we can unpack the formula in these cases.

  • In , we have .
  • In , we have .

Some texts start with the above theorem as the definition of the dot product, and show that our definition can be derived from it. What is really important is that we have two equivalent ways to express the dot product. Both can be useful, as we will see in many examples to follow.

It might (and likely should) be entirely unclear at this point why the above definition and theorem are consistent with each other. The appendix to this section establishes this in more detail, but here’s an example that demonstrates their equivalence in the context of a specific pair of vectors.

Observations and applications of the dot product

We have two different ways to find dot products. We can now make several observations about this type of product between vectors and explore some applications.

Nature of the dot product

While it may be easy to miss, notice that in both definitions, the dot product is defined between two vectors of the same dimension (this is most readily visible in the component description of the dot product, which requires that we pair each component in with one in ). In both definitions, when we compute the dot product, the result is a scalar.

The dot product is defined for vectors with the same dimension. When it is defined,

Let be nonzero vectors in . Determine whether the following expressions are vectors, scalars, or undefined.
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .
  • is a vectora scalarundefined .

Relation to Magnitude

The dot product allows us to write some complicated formulas more simply.

Compute the magnitude of the vector using the above formula.

Angle between vectors

Note that the notion of defining an angle in a general context in (or higher dimensions) is problematic, but the angle between two vectors does make sense. For instance, we can imagine laying a protractor on two vectors in and aligning one end with one of the vectors. We can then measure the angle formed between them.

While actually figuring out how to compute this might seem daunting, the two definitions of the dot product allow us to find this angle without too much work.

One remark is in order; we take by convention that the angle between two vectors be between and , inclusive. Since the range of is , the the angle found above must be the correct angle.

Note that the logic in the above example can be generalized to produce a formula for the angle, which is listed below. Although there is a formula, the logic required to obtain it is contained in the previous example. It is therefore recommended that you are able to reproduce the logic, and not just memorize the formula.

Orthogonality

Given two nonzero vectors in or , we say that the vectors are perpendicular if the angle between them is a right angle. Since we can use the dot product to capture information about the angle between vectors, it should not be surprising that it can be used to find perpendicular vectors.

This allows us to define and generalize our notion of “perpendicularity” when it is more difficult to visualize, and we introduce a special buzz-word to do so.

A subtle point that could be overlooked easily here is that given our definition, the zero vector in is orthogonal to every vector in . While our notion of “perpendicularity” required us to think of the angle between vectors, this is not a well-defined concept when we discuss the zero vector. however, both formulations of the dot product allow us to handle the zero vector.

Algebraic properties of the dot product

We summarize the arithmetic and algebraic properties of the dot product below.

The results above can all be established from the component formulation of the dot product. For instance, to show the symmetry property, note that if and , we have

Note that the item “Notion of Orthogonality” might sound formal here, but if we are working in ,

The condition will require that we take and and tells us the following.

Note that this precisely agrees with our intuition that the unit vectors that are parallel to the , , and axes are orthogonal to each other.

As an interesting remark, instead of defining the dot product by a formula, we could have defined it by the properties above, and we could actually derive the formula from these! While this is common practice in mathematics, the process is a bit abstract and is better left as the subject of a more advanced course.