Skip to main content
ExamExplained
WA · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
WASpecialist MathematicsSyllabus dot point

How does the dot product measure the angle between two three-dimensional vectors and project one onto another?

Compute the scalar (dot) product of vectors in three dimensions and use it for angles, perpendicularity and projections

WACE Specialist Unit 3 scalar product: the component and geometric definitions of the dot product, the angle formula, the perpendicularity test, and scalar and vector projections, with a worked example in three dimensions.

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. Two definitions, one product
  3. The angle between two vectors
  4. Perpendicularity test
  5. Projections
  6. Algebraic properties used in proofs
  7. Proving geometric results with the dot product

What this dot point is asking

SCSA wants you to compute the dot product from components, use it to find angles and test perpendicularity, and resolve one vector along another by projection.

Two definitions, one product

The scalar product has a component definition and a geometric definition that agree:

The component form is the computational tool; the geometric form abcosθ|\mathbf{a}||\mathbf{b}|\cos\theta explains why it measures angle. The product is commutative and distributes over addition, and aa=a2\mathbf{a}\cdot\mathbf{a} = |\mathbf{a}|^2.

The angle between two vectors

Rearranging the geometric form gives

cosθ=abab.\cos\theta = \frac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{a}||\mathbf{b}|}.

Compute the dot product and the two magnitudes, then take the inverse cosine. The result lies in [0,π][0, \pi].

Perpendicularity test

This is the quickest way to check or impose a right angle, for instance to find a value of a parameter that makes two vectors perpendicular.

Projections

The scalar projection of a\mathbf{a} onto b\mathbf{b} is abb\tfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{b}|}, the signed length of the shadow of a\mathbf{a} along b\mathbf{b}. The vector projection multiplies this by the unit vector b^\hat{\mathbf{b}}:

projba=abb2b.\text{proj}_{\mathbf{b}}\,\mathbf{a} = \frac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{b}|^2}\,\mathbf{b}.

This resolves a\mathbf{a} into a component along b\mathbf{b} and a remaining component perpendicular to it.

Algebraic properties used in proofs

The scalar product obeys algebraic rules that SCSA exploits in proof-style questions. It is commutative, ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}; it distributes over addition, a(b+c)=ab+ac\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}; and scalars factor out, (λa)b=λ(ab)(\lambda\mathbf{a}) \cdot \mathbf{b} = \lambda(\mathbf{a} \cdot \mathbf{b}). Combined with aa=a2\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2, these let you expand a+b2=(a+b)(a+b)=a2+2ab+b2|\mathbf{a} + \mathbf{b}|^2 = (\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} + \mathbf{b}) = |\mathbf{a}|^2 + 2\,\mathbf{a} \cdot \mathbf{b} + |\mathbf{b}|^2, the vector form of the cosine rule, which underlies many geometric proofs.

Proving geometric results with the dot product

The dot product turns geometry into algebra. To prove that the diagonals of a rhombus are perpendicular, write the sides as a\mathbf{a} and b\mathbf{b} with a=b|\mathbf{a}| = |\mathbf{b}|; the diagonals are a+b\mathbf{a} + \mathbf{b} and ab\mathbf{a} - \mathbf{b}, and their dot product is (a+b)(ab)=a2b2=0(\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} - \mathbf{b}) = |\mathbf{a}|^2 - |\mathbf{b}|^2 = 0, so the diagonals meet at right angles. Likewise the dot product proves the angle in a semicircle is a right angle. These short vector proofs are popular SCSA extended-response items.

Exam-style practice questions

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

WACE 20226 marksCalculator-assumed. Points are A(1,0,2)A(1, 0, 2), B(3,1,1)B(3, 1, 1) and C(2,1,4)C(2, -1, 4). (a) Find AB\vec{AB} and AC\vec{AC}. (b) Find the angle BAC\angle BAC to the nearest degree.
Show worked answer →

An angle-at-a-vertex question.

(a) AB=BA=(2,1,1)\vec{AB} = B - A = (2, 1, -1) and AC=CA=(1,1,2)\vec{AC} = C - A = (1, -1, 2).

(b) Dot product: ABAC=(2)(1)+(1)(1)+(1)(2)=212=1\vec{AB} \cdot \vec{AC} = (2)(1) + (1)(-1) + (-1)(2) = 2 - 1 - 2 = -1. Magnitudes: AB=4+1+1=6|\vec{AB}| = \sqrt{4 + 1 + 1} = \sqrt{6} and AC=1+1+4=6|\vec{AC}| = \sqrt{1 + 1 + 4} = \sqrt{6}. So cosBAC=166=16\cos\angle BAC = \dfrac{-1}{\sqrt{6}\,\sqrt{6}} = -\dfrac{1}{6}, giving BAC=cos1 ⁣(16)99.6\angle BAC = \cos^{-1}\!\left(-\dfrac{1}{6}\right) \approx 99.6^\circ, about 100100^\circ.

Markers reward both displacement vectors from the vertex AA, the dot product, the magnitudes, and the inverse cosine.

WACE 20214 marksCalculator-free. Find the value of tt for which a=(2,t,1)\mathbf{a} = (2, t, -1) and b=(3,1,t)\mathbf{b} = (3, 1, t) are perpendicular.
Show worked answer →

A perpendicularity-condition question.

Perpendicular vectors have zero scalar product. Compute ab=(2)(3)+(t)(1)+(1)(t)=6+tt=6\mathbf{a} \cdot \mathbf{b} = (2)(3) + (t)(1) + (-1)(t) = 6 + t - t = 6.

The dot product is 66 for every value of tt, and 606 \neq 0, so there is no value of tt that makes the vectors perpendicular. Markers reward setting the dot product to zero, simplifying to the constant 66, and the correct conclusion that no such tt exists.

ExamExplained