Skip to main content
SingaporeFurther MathsSyllabus dot point

What do the scalar and vector products compute, and how do we use them to find angles, areas and volumes?

Use the scalar and vector products and the scalar triple product to find angles, areas and volumes in three dimensions

A focused answer to the H2 Further Mathematics outcome on vector products. The scalar (dot) product for angles and projections, the vector (cross) product for perpendiculars and areas, and the scalar triple product for volumes and coplanarity.

Generated by Claude Opus 4.811 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 use the two vector products in three dimensions: the scalar (dot) product, which produces a number and gives angles and projections, and the vector (cross) product, which produces a perpendicular vector and gives areas. You should also use the scalar triple product to find volumes and to test for coplanarity.

The answer

The scalar (dot) product

For vectors a\mathbf{a} and b\mathbf{b},

ab=a1b1+a2b2+a3b3=abcosθ,\mathbf{a}\cdot\mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 = |\mathbf{a}||\mathbf{b}|\cos\theta,

where θ\theta is the angle between them. It is a scalar. Two key uses: the angle from cosθ=abab\cos\theta = \dfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{a}||\mathbf{b}|}, and the perpendicularity test ab=0\mathbf{a}\cdot\mathbf{b} = 0.

Projections

The component of a\mathbf{a} in the direction of a unit vector b^\hat{\mathbf{b}} is the scalar projection ab^\mathbf{a}\cdot\hat{\mathbf{b}}. This is the basis of resolving a vector along a direction.

The vector (cross) product

The vector product is

a×b=ijka1a2a3b1b2b3,\mathbf{a}\times\mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix},

a vector perpendicular to both a\mathbf{a} and b\mathbf{b}, with direction given by the right-hand rule and magnitude a×b=absinθ|\mathbf{a}\times\mathbf{b}| = |\mathbf{a}||\mathbf{b}|\sin\theta. This magnitude is the area of the parallelogram spanned by a\mathbf{a} and b\mathbf{b}; half of it is the triangle area.

The scalar triple product

The scalar triple product a(b×c)\mathbf{a}\cdot(\mathbf{b}\times\mathbf{c}) is a number equal to the determinant of the matrix with rows a,b,c\mathbf{a}, \mathbf{b}, \mathbf{c}. Its absolute value is the volume of the parallelepiped spanned by the three vectors, and the volume is zero exactly when the three vectors are coplanar (linearly dependent).

Examples in context

Example 1. Torque and work in physics. The work done by a force is the scalar product Fd\mathbf{F}\cdot\mathbf{d} (a number), while the moment (torque) of a force is the vector product r×F\mathbf{r}\times\mathbf{F} (a vector along the axis). The two products encode the two distinct ways force and displacement combine.

Example 2. Normal to a surface. The cross product of two tangent vectors to a surface gives a normal vector, used everywhere from computer graphics lighting to defining the orientation of a plane, which connects directly to the equations of planes.

Try this

Q1. State the condition on the scalar product for two non-zero vectors to be perpendicular. [1 mark]

  • Cue. ab=0\mathbf{a}\cdot\mathbf{b} = 0.

Q2. What does a×b|\mathbf{a}\times\mathbf{b}| represent geometrically? [1 mark]

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

Q3. Three vectors have scalar triple product 00. What does this mean? [1 mark]

  • Cue. They are coplanar (linearly dependent), spanning zero volume.

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.

Original5 marksGiven a=(122)\mathbf{a} = \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} and b=(201)\mathbf{b} = \begin{pmatrix} 2 \\ 0 \\ -1 \end{pmatrix}, find the angle between them.
Show worked answer →

The scalar product gives the angle through ab=abcosθ\mathbf{a}\cdot\mathbf{b} = |\mathbf{a}||\mathbf{b}|\cos\theta.

Compute ab=(1)(2)+(2)(0)+(2)(1)=2+02=0\mathbf{a}\cdot\mathbf{b} = (1)(2) + (2)(0) + (2)(-1) = 2 + 0 - 2 = 0.

Since the scalar product is 00 (and neither vector is zero), the vectors are perpendicular, so θ=90\theta = 90^\circ.

(For completeness, a=1+4+4=3|\mathbf{a}| = \sqrt{1 + 4 + 4} = 3 and b=4+0+1=5|\mathbf{b}| = \sqrt{4 + 0 + 1} = \sqrt{5}, confirming cosθ=0\cos\theta = 0.)

Markers reward the scalar-product formula, the value 00, and the conclusion that the vectors are perpendicular.

Original6 marksFind a vector perpendicular to both a=(110)\mathbf{a} = \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} and b=(011)\mathbf{b} = \begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix}, and hence find the area of the triangle with two sides a\mathbf{a} and b\mathbf{b}.
Show worked answer →

The vector product a×b\mathbf{a}\times\mathbf{b} is perpendicular to both:

a×b=ijk110011=i(1101)j(1100)+k(1110)=(111).\mathbf{a}\times\mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 1 & 1 & 0 \\ 0 & 1 & 1 \end{vmatrix} = \mathbf{i}(1\cdot1 - 0\cdot1) - \mathbf{j}(1\cdot1 - 0\cdot0) + \mathbf{k}(1\cdot1 - 1\cdot0) = \begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix}.

The area of the parallelogram with sides a\mathbf{a} and b\mathbf{b} is a×b=1+1+1=3|\mathbf{a}\times\mathbf{b}| = \sqrt{1 + 1 + 1} = \sqrt{3}. The triangle is half of this:
area=123.\text{area} = \tfrac{1}{2}\sqrt{3}.

Markers reward the cross-product computation, the perpendicular vector (1,1,1)(1, -1, 1), the parallelogram area 3\sqrt{3}, and halving it for the triangle.

Related dot points