Next: The Cross Product Up: The Dot Product Previous: Properties of the Dot

Projections of Vectors

As another example of using the dot product, consider the following illustration. It shows how we can ``decompose'' a vector into components along and perpendicular to a second vector. Thus, we can write the vector tex2html_wrap_inline585 as tex2html_wrap_inline757 which are the vectors in the direction of and perpendicular to a second vector, tex2html_wrap_inline521 .

The first step is to compute tex2html_wrap_inline761 . We can do this by using the dot product, but we must be careful. Remember that the dot product includes the length of both vectors. The best approach is to find a unit vector in the direction of the second vector. This vector is simply tex2html_wrap_inline763 . So the length of tex2html_wrap_inline761 is simply the projection of tex2html_wrap_inline585 along the unit vector. Thus,

equation240

Now, this is simply the magnitude of the part of tex2html_wrap_inline585 that is parallel to tex2html_wrap_inline521 . We also need direction. But that's easy since this is the vector parallel to tex2html_wrap_inline521 , the direction of the vector must be the direction of tex2html_wrap_inline521 . So,

equation251

The other vector, the component of tex2html_wrap_inline585 that is perpendicular to tex2html_wrap_inline521 can be found using the relationship tex2html_wrap_inline781 . You may be confused with the different ways the word ``component'' is used throughout the subject of vector calculus. I always think of a vector as a single object. When I want to write that vector down, I write it as being made up of parts called components. The appearance of those components can differ greatly depending on how one breaks the vector up. We could use good ole' tex2html_wrap_inline635 and so forth, or we could make reference to another vector.

As an example, let's break the vector tex2html_wrap_inline785 into its components parallel to and perpendicular to the vector tex2html_wrap_inline787 .

equation277

equation297

Note that if we add the two components above we get the original vector back.


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