13.4 The Cross Product
Another way vectors multiply
dot product: \(\vec{u} \cdot \vec{v} = |\vec{u}| |\vec{v}| \cos \theta\)
\(\vec{u} = \langle a, b, c \rangle \quad \vec{v} = \langle d, e, f \rangle\)
\(\vec{u} \cdot \vec{v} = ad + be + cf\) Scalar
the cross product of \(\vec{u}, \vec{v}\) is \(\vec{u} \times \vec{v}\) (or \(\vec{v} \times \vec{u}\))
the result is a vector
magnitude: \(|\vec{u} \times \vec{v}| = |\vec{u}| |\vec{v}| \sin \theta\)
direction: by the right-hand rule