Skip to main content
SingaporeMathsSyllabus dot point

How does the vector product produce a perpendicular vector and measure area?

Define and compute the vector (cross) product, use it to find a vector perpendicular to two given vectors, the area of a triangle or parallelogram, and the sine of the angle between vectors

A focused answer to the H2 Mathematics outcome on the vector product. The definition and computation, finding a perpendicular vector, the area of a parallelogram and triangle, and the relation to the sine of the angle.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to define the vector (cross) product, compute it, use it to find a vector perpendicular to two given vectors, find the area of a triangle or parallelogram, and relate its magnitude to the sine of the angle between the vectors.

The answer

Definition and computation

The vector product a×b\mathbf{a} \times \mathbf{b} is a vector perpendicular to both a\mathbf{a} and b\mathbf{b}, with direction given by the right-hand rule. In components:

a×b=(a2b3a3b2a3b1a1b3a1b2a2b1).\mathbf{a} \times \mathbf{b} = \begin{pmatrix} a_2 b_3 - a_3 b_2 \\ a_3 b_1 - a_1 b_3 \\ a_1 b_2 - a_2 b_1 \end{pmatrix}.

It is the expansion of the determinant with i,j,k\mathbf{i}, \mathbf{j}, \mathbf{k} in the top row.

The geometric magnitude

a×b=absinθ,|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}||\mathbf{b}|\sin\theta,

which equals the area of the parallelogram spanned by a\mathbf{a} and b\mathbf{b}. The triangle they bound has half this area.

A perpendicular vector

Because a×b\mathbf{a} \times \mathbf{b} is perpendicular to both, it is the natural way to find a normal vector to a plane through two direction vectors, used heavily in plane equations.

The sine relation

Whereas the dot product gives cosθ\cos\theta, the cross product magnitude gives sinθ\sin\theta: sinθ=a×bab\sin\theta = \dfrac{|\mathbf{a}\times\mathbf{b}|}{|\mathbf{a}||\mathbf{b}|}. The two products together fully determine the angle.

Examples in context

Example 1. Torque. The turning effect of a force F\mathbf{F} applied at displacement r\mathbf{r} from a pivot is the torque τ=r×F\boldsymbol{\tau} = \mathbf{r}\times\mathbf{F}, a vector along the axis of rotation, which is why a force along the lever arm produces no turning.

Example 2. Normal to a triangular panel. Given two edge vectors of a flat panel, their cross product yields a vector perpendicular to the panel, used in computer graphics to determine which way a surface faces.

Try this

Q1. Compute (100)×(010)\begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} \times \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix}. [2 marks]

  • Cue. (001)\begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} (that is i×j=k\mathbf{i}\times\mathbf{j} = \mathbf{k}).

Q2. State what the magnitude of a×b\mathbf{a}\times\mathbf{b} represents geometrically. [1 mark]

  • Cue. The area of the parallelogram with sides a\mathbf{a} and b\mathbf{b}.

Q3. Explain why the cross product is useful for finding a normal to a plane. [2 marks]

  • Cue. It produces a vector perpendicular to both direction vectors lying in the plane, hence perpendicular to the plane.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksFind a vector perpendicular to both a=(102)\mathbf{a} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} and b=(031)\mathbf{b} = \begin{pmatrix} 0 \\ 3 \\ 1 \end{pmatrix}.
Show worked answer →

Use the cross product a×b\mathbf{a} \times \mathbf{b}:
(102)×(031)=((0)(1)(2)(3)(2)(0)(1)(1)(1)(3)(0)(0))=(613)\begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} \times \begin{pmatrix} 0 \\ 3 \\ 1 \end{pmatrix} = \begin{pmatrix} (0)(1) - (2)(3) \\ (2)(0) - (1)(1) \\ (1)(3) - (0)(0) \end{pmatrix} = \begin{pmatrix} -6 \\ -1 \\ 3 \end{pmatrix}.

This vector is perpendicular to both a\mathbf{a} and b\mathbf{b}.

Markers reward the correct cross-product components (the standard determinant pattern) and the perpendicularity statement.

Original4 marksFind the area of the triangle with vertices A(0,0,0)A(0,0,0), B(2,1,0)B(2,1,0) and C(1,3,0)C(1,3,0).
Show worked answer →

AB=(210)\overrightarrow{AB} = \begin{pmatrix} 2 \\ 1 \\ 0 \end{pmatrix}, AC=(130)\overrightarrow{AC} = \begin{pmatrix} 1 \\ 3 \\ 0 \end{pmatrix}.

AB×AC=((1)(0)(0)(3)(0)(1)(2)(0)(2)(3)(1)(1))=(005)\overrightarrow{AB} \times \overrightarrow{AC} = \begin{pmatrix} (1)(0) - (0)(3) \\ (0)(1) - (2)(0) \\ (2)(3) - (1)(1) \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 5 \end{pmatrix}.

Area of triangle =12AB×AC=12(5)=2.5= \tfrac{1}{2}|\overrightarrow{AB} \times \overrightarrow{AC}| = \tfrac{1}{2}(5) = 2.5.

Markers reward the cross product, taking half its magnitude for a triangle, and the numerical area.

Related dot points