How do we find a vector perpendicular to two others, and what does its length tell us?
Compute the cross product of two vectors, interpret its direction and magnitude, and use it to find areas and normals.
The cross product in three dimensions, why it is perpendicular to both inputs, the right-hand rule, the area-of-parallelogram interpretation of its magnitude, and using it to find normal vectors.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You need to compute cross products, interpret their magnitude and direction, and use them to find areas and normal vectors in three dimensions.
Definition and computation
The resulting vector is perpendicular to both and , with direction set by the right-hand rule: point the fingers of the right hand from toward , and the thumb points along .
Magnitude and area
Properties to remember
- Anticommutative: . Order changes the direction.
- for any vector.
- Parallel test: (with both nonzero) means and are parallel - the complement of the dot-product perpendicular test.
- The cross product is not associative, so brackets matter.
Finding a normal vector
Because is perpendicular to both inputs, it gives a normal to the plane containing them. This is the standard way to obtain the normal needed for a plane's cartesian equation: take two direction vectors lying in the plane and cross them.
Exam-style practice questions
Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
SACE 20233 marksCalculator-assumed. The area of quadrilateral is given by . If and , find the area of .Show worked answer →
Compute via the determinant:
: ; : ; : . So . [1 mark]
Magnitude: . [1 mark]
Area square units. [1 mark]
SACE 20223 marksCalculator-free. Find the area of the triangle with vertices , and .Show worked answer →
Form two edge vectors from : and .
Cross product: . [1 mark]
Magnitude: . [1 mark]
Triangle area square units. [1 mark]
SACE 20212 marksCalculator-free. Find a vector perpendicular to both and .Show worked answer →
A vector perpendicular to both is the cross product :
: ; : ; : .
So (or any scalar multiple, such as ).
Marks: one for the cross-product method, one for the correct vector.
