Last time | Next time |
It also is used to compute the length of a vector: \[ |{\overline{u}}|=\sqrt{{\overline{u}}\cdot{\overline{u}}} \]
Finally, the dot product provides a means for computing the angle $\theta$ formed between two vectors when their butt ends are located at the same point:
\[ {\overline{u}}\cdot{\overline{v}} = |{\overline{u}}||{\overline{v}}|\cos(\theta) \]
If we know the components of the vectors, e.g. ${\overline{u}}=\langle u_1,u_2,\ldots,u_n\rangle$ for the $n$-dimensional vector, then its easy to compute the dot product of two vectors: \[ {\overline{u}}\cdot{\overline{v}} = \sum_{i=1}^n u_i v_i \]
It also is used to compute the area of a parallelogram formed by putting the butts of the two vectors together: \[ |{\overline{u}}\times{\overline{v}}|=|{\overline{u}}||{\overline{v}}| \sin(\theta) \]
where \(\theta \in [0,\pi]\) (thus \(\sin(\theta) \ge 0\)).
Notice that the parallelogram has zero area when the vectors are parallel, and maximal area when the vectors are perpendicular.
Finally, the cross product provides a means for producing a vector perpendicular to both ${\overline{u}}$ and ${\overline{v}}$ -- so enables us to "leap from a plane", as it were, the plane in which that parallelogram, formed by putting the butts of the two vectors together, lives.
Since I borrowed this image I shouldn't be too critical, but it's important to note that the unit vector mentioned, $\hat{a}_n$, is the unit vector chosen by the right-hand rule (more about that in the materials below). I believe that the use of the subscript "$n$" on that unit vector indicates "normal" -- that is, perpendicular -- to the plane.