Next: Properties of the Dot Up: Vectors Previous: Scalar multiplication

The Dot Product

The dot product is one of two ways that we can multiply two vectors. The result of the dot dot product is a scalar quantity. Thus, we start with two vectors quantities, say tex2html_wrap_inline583 and tex2html_wrap_inline521 and form their dot product, written as tex2html_wrap_inline717 . The answer will be a number that, in some sense, tells us how similar the two vectors are. The more positive the answer is, the closer the two vectors are in terms of their directions.

One way to calculate the dot product of two vectors is shown below.

The dot product is, more or less, the component of the first vector along the direction of the second vector. Simple trigonometry gives us that this should be the same as tex2html_wrap_inline719 where tex2html_wrap_inline721 is the angle between the two vectors. In truth, the dot product also includes the length of the other vector, so that

equation182

Now, it is easy to see that if the two vectors have identical directions, then the angle between the vectors is 0, so the dot product will be a maximum. At what angles would the dot product vanish? Watch the animation below to see. In the illustration, both vectors have unit length for simplicity.

Let's use these ideas to come up with a few simple dot products.

  1. Let's start with an easy one. Since the length of the vector tex2html_wrap_inline635 is 1, we know that tex2html_wrap_inline729 because the angle between the vectors is 0, making the cosine of the angle 1. In fact, the dot product of any unit vector with itself should be 1. Check this for tex2html_wrap_inline639 and tex2html_wrap_inline643 .
  2. What happens if we dot the unit basis vectors any other way? Try it with tex2html_wrap_inline639 and tex2html_wrap_inline643 . Since the angle between the vectors is 90 degrees, the cosine of the angle is 0 so the dot product must also be zero.
  3. Now let's get away from the unit vectors.

    equation196

That's not so bad. But what about more general vectors that don't point directly along the basis vectors? Fortunately for us, there are properties of the dot product that help us out.



Vector Calculus
Mon Jul 14 10:10:30 MST 1997