Length of a Vector and the Dot Product
Here we learn about the length of a vector and the angle between two vectors. These are computed by means of two operations on vectors, namely the "norm" and the "dot product". Below we introduce these operations and we describe their properties.
Definition The length or norm of a vector x  (   , ... ,   ) is given by
Thus the norm of a vector is the length of any representing arrow. It has the following properties
A more versatile tool than the norm operation is the dot product. It is an operation on two vectors which results in a number. The dot product also allows us to compute the length of vector. In addition it gives the cosine of the angle between two vectors.
For effective computations with dot products the following rules are frequently helpful.
Proposition Rules for computing with dot products
For any vectors a, b, x, y in  and any scalar  in  , the following hold:
To compute dot products efficiently in more complicated situations, the following formulae can be helpful.
This is all nice and well. But what is the dot product actually good for? – Its geometrical properties provide answers to this question.
|