Vectors (ME-V1)

NSWMaths Extension 1Syllabus dot point

What is the scalar (dot) product of two vectors, and what does it measure?

Compute the scalar product of two vectors in component or geometric form and use it to find the angle between vectors and test orthogonality

A focused answer to the HSC Maths Extension 1 dot point on the scalar product. The component formula ab=a1b1+a2b2\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2, the geometric formula abcosθ|\mathbf{a}| |\mathbf{b}| \cos \theta, properties, and use to find angles and test orthogonality.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

NESA wants you to compute the scalar (dot) product of two vectors using either the component formula or the geometric formula, recognise its meaning as a measure of alignment, and use it to find the angle between vectors and to test orthogonality.

The answer

Two equivalent formulas

For two-dimensional vectors a=(a1,a2)\mathbf{a} = (a_1, a_2) and b=(b1,b2)\mathbf{b} = (b_1, b_2), the scalar product (dot product) is

ab=a1b1+a2b2.\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2.

Geometrically,

ab=abcosθ,\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos \theta,

where θ\theta is the angle between the vectors (with 0θπ0 \le \theta \le \pi).

The two formulas are equivalent: they describe the same number.

The angle between two vectors

Solving the geometric formula for cosθ\cos \theta,

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

This works for any two non-zero vectors. To find θ\theta, apply arccos\arccos (the principal value).

Orthogonality

Two non-zero vectors are perpendicular (orthogonal) if and only if ab=0\mathbf{a} \cdot \mathbf{b} = 0.

This is the standard test: instead of computing the angle and checking it equals 9090^\circ, just set the dot product to zero.

Properties

The scalar product is commutative (ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}), bilinear (linear in each argument), and gives aa=a2\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2.

a(b+c)=ab+ac.\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}.

λ(ab)=(λa)b=a(λb).\lambda (\mathbf{a} \cdot \mathbf{b}) = (\lambda \mathbf{a}) \cdot \mathbf{b} = \mathbf{a} \cdot (\lambda \mathbf{b}).

These let you manipulate dot products like algebraic products (with the caveat that the result is a scalar, not a vector).

The geometric meaning

ab\mathbf{a} \cdot \mathbf{b} measures the extent to which a\mathbf{a} and b\mathbf{b} point in the same direction.

  • IMATH_21 : the angle between them is acute (<90< 90^\circ).
  • IMATH_23 : they are perpendicular.
  • IMATH_24 : the angle is obtuse (>90> 90^\circ).

Use in determining work and projection

The scalar product appears in physics as work W=FdW = \mathbf{F} \cdot \mathbf{d}, and in projection (next dot point). For pure mathematics, the angle calculation is the most common application.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2023 HSC Q193 marksVectors a=(2,3)\mathbf{a} = (2, 3) and b=(1,k)\mathbf{b} = (-1, k) are perpendicular. Find kk.
Show worked answer →

Perpendicular vectors satisfy ab=0\mathbf{a} \cdot \mathbf{b} = 0.

Compute: ab=(2)(1)+(3)(k)=2+3k\mathbf{a} \cdot \mathbf{b} = (2)(-1) + (3)(k) = -2 + 3 k.

Set to zero: 2+3k=0-2 + 3 k = 0, so k=23k = \frac{2}{3}.

Markers reward stating the orthogonality condition, the dot product computation, and the algebra.

2021 HSC Q124 marksFind the angle between the vectors a=(1,2)\mathbf{a} = (1, 2) and b=(3,1)\mathbf{b} = (3, -1) in degrees to the nearest degree.
Show worked answer →

ab=(1)(3)+(2)(1)=32=1\mathbf{a} \cdot \mathbf{b} = (1)(3) + (2)(-1) = 3 - 2 = 1.

a=1+4=5|\mathbf{a}| = \sqrt{1 + 4} = \sqrt{5}, b=9+1=10|\mathbf{b}| = \sqrt{9 + 1} = \sqrt{10}.

cosθ=abab=1510=150=152\cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|} = \frac{1}{\sqrt{5} \sqrt{10}} = \frac{1}{\sqrt{50}} = \frac{1}{5 \sqrt{2}}.

θ=arccos ⁣(152)arccos(0.1414)81.87\theta = \arccos\!\left( \frac{1}{5 \sqrt{2}} \right) \approx \arccos(0.1414) \approx 81.87^\circ, so about 8282^\circ.

Markers reward the formula, the magnitudes, the angle formula, and the rounded numerical answer.

Related dot points