[Vectors] Cross Product
By: Tao Steven Zheng (鄭濤)
【Problem】
Consider two vectors and
.
Part 1: Calculate the cross product .
Part 2: Determine the norm of . Then calculate angle between
and
.
Part 3: Show that the cross-product is orthogonal to
and
.


【Solution】
Part 1
Part 2
The norm of the cross product of two vectors is the area of the parallelogram with side lengths of the norms of
and
.
To determine the angle between the vectors
and
, use the formula
Thus,
Part 3
The fastest way to show that two vectors are orthogonal (perpendicular) is to take the dot-product. If the dot-product is zero, then the two vectors are orthogonal. This is the basis of the right-hand rule.
Let ,
, and
.

標(biāo)簽: