How is the cross product of two three-dimensional vectors defined, and how does it give a perpendicular vector, an area and a test for parallel vectors?
The vector (cross) product of two three-dimensional vectors, its definition in component form, the geometric meaning of its direction and magnitude, and its applications to finding a normal vector, the area of a parallelogram or triangle, and testing for parallel vectors
A focused answer to the VCE Specialist Mathematics Unit 3 key-knowledge point on the vector cross product. Component definition, direction and magnitude, finding normal vectors, areas of parallelograms and triangles, and the parallel test, with a verified worked example.
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
VCAA wants you to compute the cross product of two three-dimensional vectors, understand that it produces a vector perpendicular to both, interpret its magnitude as an area, and apply it to find normal vectors, areas of parallelograms and triangles, and to test whether two vectors are parallel. The cross product underpins the equation of a plane studied alongside it.
Definition in components
For and , the cross product is
A reliable way to compute it is the determinant expansion
expanding along the top row and remembering the middle term carries a minus sign.
Direction and magnitude
The vector is perpendicular to both and , so it is normal to the plane they span. Its direction follows the right-hand rule: point the fingers from toward and the thumb gives the direction of the product. Reversing the order reverses the direction, so ; the cross product is not commutative.
Its magnitude is
which equals the area of the parallelogram with sides and .
Applications
- Normal vector
- Since is perpendicular to both, it provides a normal to the plane containing them, which is exactly what is needed to write the plane's equation.
- Area
- The parallelogram on and has area , and the triangle with those two sides has area .
- Parallel test
- If and are parallel, or , so and . Conversely a zero cross product (for non-zero vectors) means they are parallel.
Examples in context
Example 1. , illustrating the right-hand rule for the standard basis.
Example 2. If for non-zero , the vectors are parallel, so one is a scalar multiple of the other.
Try this
Q1. Compute . [1 mark]
- Cue. .
Q2. Find the area of the parallelogram on and . [2 marks]
- Cue. Cross product , magnitude .
Q3. Show and are parallel using the cross product. [2 marks]
- Cue. Cross product is , so they are parallel.
Exam-style practice questions
Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2023 VCAA1 marksA plane contains the points A(1, 3, -2) and the point D(0, 2, 0), giving vectors AB = -2i - 5j + 6k and AD = -i - j + 2k. AB and AD are adjacent sides of a parallelogram. Find the area of this parallelogram.
Show worked answer →
The area of a parallelogram with adjacent sides AB and AD is the magnitude of their cross product, |AB x AD|.
Compute the cross product of AB = (-2, -5, 6) and AD = (-1, -1, 2):
i component: (-5)(2) - (6)(-1) = -10 + 6 = -4
j component: -[ (-2)(2) - (6)(-1) ] = -[ -4 + 6 ] = -2
k component: (-2)(-1) - (-5)(-1) = 2 - 5 = -3
So AB x AD = -4i - 2j - 3k.
Its magnitude is sqrt((-4)^2 + (-2)^2 + (-3)^2) = sqrt(16 + 4 + 9) = sqrt(29).
Therefore the area of the parallelogram is sqrt(29) square units.
2023 VCAA2 marksThe points with coordinates A(1, 1, 2), B(1, 2, 3) and C(3, 2, 4) all lie in a plane. Find the vectors AB and AC, and hence show that the area of triangle ABC is 1.5 square units.
Show worked answer →
Find the edge vectors from A: AB = B - A = (0, 1, 1) and AC = C - A = (2, 1, 2).
The area of triangle ABC is half the magnitude of the cross product AB x AC.
Compute AB x AC with AB = (0, 1, 1) and AC = (2, 1, 2):
i component: (1)(2) - (1)(1) = 2 - 1 = 1
j component: -[ (0)(2) - (1)(2) ] = -[ 0 - 2 ] = 2
k component: (0)(1) - (1)(2) = 0 - 2 = -2
So AB x AC = i + 2j - 2k, with magnitude sqrt(1^2 + 2^2 + (-2)^2) = sqrt(9) = 3.
Area of triangle = (1/2)|AB x AC| = (1/2)(3) = 1.5 square units, as required.
2025 VCAA2 marksConsider planes P2: 3x + 6y + 5z = 7 and P3: x + 9y - 3z = 7. Find a vector that gives the direction of the line of intersection of the planes P2 and P3.
Show worked answer →
The line of intersection lies in both planes, so it is perpendicular to both normal vectors. A direction for the line is therefore the cross product of the two normals.
The normals are n2 = (3, 6, 5) and n3 = (1, 9, -3). Compute n2 x n3:
i component: (6)(-3) - (5)(9) = -18 - 45 = -63
j component: -[ (3)(-3) - (5)(1) ] = -[ -9 - 5 ] = 14
k component: (3)(9) - (6)(1) = 27 - 6 = 21
So n2 x n3 = -63i + 14j + 21k.
This is a valid direction vector. Dividing by the common factor 7 gives the simpler equivalent direction -9i + 2j + 3k.