Vectors: Dot Product
The dot product or scalar product is a way on combining two vectors to get a real number.
The dot product is defined to be
things to notice:
- if a and b are parallel
so the dot product is simply the product of their lengths
- if and and b are perpendicular
so the dot product is 0
-
- if a is a unit vector, is |a|= 1 then the dot product gives the magnitude of the component of b in the direction of a
Dot product in component form (with i,j,k’s)
The dot product is very easy to use in component form because of 1 and 2. Since i,j and k are all perpendicular to each other:
and since any vector is parallel to itself and i,j and k are all unit vectors
hence we can find the dot product of with
Now we simply take the dot product of each term in a with each term of b, in a similar way to how you multiply out brackets, to get
Comments Left