What this guide covers
Vectors were introduced into HSC Mathematics Extension 1 in the 2017 syllabus and are now examined every year. This guide covers:
Vector arithmetic, magnitude and unit vectors.
The scalar (dot) product, the angle between vectors, orthogonality.
Scalar and vector projection.
Parametric vector equations of lines and intersection problems.
Geometric proofs using vectors.
Applications to physics-style problems (forces, velocity).
Vector arithmetic
A two-dimensional vector a = ( a 1 , a 2 ) \mathbf{a} = (a_1, a_2) a = ( a 1 , a 2 ) can be written in column form, component form, or unit-vector form (a 1 i + a 2 j a_1 \mathbf{i} + a_2 \mathbf{j} a 1 i + a 2 j with i = ( 1 , 0 ) \mathbf{i} = (1, 0) i = ( 1 , 0 ) , j = ( 0 , 1 ) \mathbf{j} = (0, 1) j = ( 0 , 1 ) ).
Addition, subtraction and scalar multiplication
a + b = ( a 1 + b 1 , a 2 + b 2 ) , λ a = ( λ a 1 , λ a 2 ) . \mathbf{a} + \mathbf{b} = (a_1 + b_1, a_2 + b_2), \qquad \lambda \mathbf{a} = (\lambda a_1, \lambda a_2). a + b = ( a 1 + b 1 , a 2 + b 2 ) , λ a = ( λ a 1 , λ a 2 ) .
Geometrically: a + b \mathbf{a} + \mathbf{b} a + b is the parallelogram-rule diagonal; λ a \lambda \mathbf{a} λ a scales magnitude by ∣ λ ∣ |\lambda| ∣ λ ∣ and may reverse direction if λ < 0 \lambda < 0 λ < 0 .
Magnitude and unit vector
∣ a ∣ = a 1 2 + a 2 2 |\mathbf{a}| = \sqrt{a_1^2 + a_2^2} ∣ a ∣ = a 1 2 + a 2 2 , and the unit vector a ^ = 1 ∣ a ∣ a \hat{\mathbf{a}} = \frac{1}{|\mathbf{a}|} \mathbf{a} a ^ = ∣ a ∣ 1 a .
Position vector versus displacement vector
If A = ( a 1 , a 2 ) A = (a_1, a_2) A = ( a 1 , a 2 ) is a point, O A = a \mathbf{OA} = \mathbf{a} OA = a is its position vector (origin to A A A ). The displacement from A A A to B B B is A B = b − a \mathbf{AB} = \mathbf{b} - \mathbf{a} AB = b − a .
The scalar (dot) product
a ⋅ b = a 1 b 1 + a 2 b 2 = ∣ a ∣ ∣ b ∣ cos θ . \mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 = |\mathbf{a}| |\mathbf{b}| \cos \theta. a ⋅ b = a 1 b 1 + a 2 b 2 = ∣ a ∣∣ b ∣ cos θ .
Angle between two vectors
cos θ = a ⋅ b ∣ a ∣ ∣ b ∣ . \cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|}. cos θ = ∣ a ∣∣ b ∣ a ⋅ b .
For non-zero vectors, θ ∈ [ 0 , π ] \theta \in [0, \pi] θ ∈ [ 0 , π ] .
Orthogonality test
a ⊥ b \mathbf{a} \perp \mathbf{b} a ⊥ b iff a ⋅ b = 0 \mathbf{a} \cdot \mathbf{b} = 0 a ⋅ b = 0 .
This is the most common HSC use of the scalar product.
Properties
The dot product is commutative, bilinear, and a ⋅ a = ∣ a ∣ 2 \mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2 a ⋅ a = ∣ a ∣ 2 .
( a + b ) ⋅ ( a + b ) = ∣ a ∣ 2 + 2 a ⋅ b + ∣ b ∣ 2 . (\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} + \mathbf{b}) = |\mathbf{a}|^2 + 2 \mathbf{a} \cdot \mathbf{b} + |\mathbf{b}|^2. ( a + b ) ⋅ ( a + b ) = ∣ a ∣ 2 + 2 a ⋅ b + ∣ b ∣ 2 .
This is the vector form of the cosine rule.
Find the angle between
a = ( 3 , 4 ) \mathbf{a} = (3, 4) a = ( 3 , 4 ) and
b = ( 1 , 2 ) \mathbf{b} = (1, 2) b = ( 1 , 2 ) in radians, correct to three decimal places
Step 1. Compute the dot product. Multiply component-wise and sum.
a ⋅ b = 3 ⋅ 1 + 4 ⋅ 2 = 3 + 8 = 11. \mathbf{a} \cdot \mathbf{b} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11. a ⋅ b = 3 ⋅ 1 + 4 ⋅ 2 = 3 + 8 = 11.
Step 2. Compute the magnitudes. Use ∣ v ∣ = v 1 2 + v 2 2 |\mathbf{v}| = \sqrt{v_1^2 + v_2^2} ∣ v ∣ = v 1 2 + v 2 2 .
∣ a ∣ = 9 + 16 = 25 = 5 , ∣ b ∣ = 1 + 4 = 5 . |\mathbf{a}| = \sqrt{9 + 16} = \sqrt{25} = 5, \qquad |\mathbf{b}| = \sqrt{1 + 4} = \sqrt{5}. ∣ a ∣ = 9 + 16 = 25 = 5 , ∣ b ∣ = 1 + 4 = 5 .
Step 3. Apply the cosine formula.
cos θ = a ⋅ b ∣ a ∣ ∣ b ∣ = 11 5 5 = 11 5 25 . \cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|} = \frac{11}{5 \sqrt{5}} = \frac{11 \sqrt{5}}{25}. cos θ = ∣ a ∣∣ b ∣ a ⋅ b = 5 5 11 = 25 11 5 .
Step 4. Take the inverse cosine. 11 5 25 ≈ 0.98387 \frac{11 \sqrt{5}}{25} \approx 0.98387 25 11 5 ≈ 0.98387 , so θ = arccos ( 0.98387 ) ≈ 0.179 \theta = \arccos(0.98387) \approx 0.179 θ = arccos ( 0.98387 ) ≈ 0.179 radians (3 d.p.).
The angle between a \mathbf{a} a and b \mathbf{b} b is approximately 0.179 0.179 0.179 radians.
Find the value of
k k k such that
a = ( 3 , k ) \mathbf{a} = (3, k) a = ( 3 , k ) and
b = ( k − 2 , 5 ) \mathbf{b} = (k - 2, 5) b = ( k − 2 , 5 ) are perpendicular
Step 1. Apply the orthogonality test. Two vectors are perpendicular iff their dot product is zero.
a ⋅ b = 3 ( k − 2 ) + k ⋅ 5 = 0. \mathbf{a} \cdot \mathbf{b} = 3(k - 2) + k \cdot 5 = 0. a ⋅ b = 3 ( k − 2 ) + k ⋅ 5 = 0.
Step 2. Expand and simplify.
3 k − 6 + 5 k = 0 ⟹ 8 k = 6. 3k - 6 + 5k = 0 \implies 8k = 6. 3 k − 6 + 5 k = 0 ⟹ 8 k = 6.
Step 3. Solve for k k k . k = 6 8 = 3 4 k = \dfrac{6}{8} = \dfrac{3}{4} k = 8 6 = 4 3 .
Step 4. Verify. With k = 3 / 4 k = 3/4 k = 3/4 : a = ( 3 , 3 / 4 ) \mathbf{a} = (3, 3/4) a = ( 3 , 3/4 ) and b = ( − 5 / 4 , 5 ) \mathbf{b} = (-5/4, 5) b = ( − 5/4 , 5 ) . Dot product = 3 ⋅ ( − 5 / 4 ) + ( 3 / 4 ) ⋅ 5 = − 15 / 4 + 15 / 4 = 0 = 3 \cdot (-5/4) + (3/4) \cdot 5 = -15/4 + 15/4 = 0 = 3 ⋅ ( − 5/4 ) + ( 3/4 ) ⋅ 5 = − 15/4 + 15/4 = 0 . Confirmed.
So k = 3 4 k = \dfrac{3}{4} k = 4 3 .
Projections
Scalar projection
proj b scalar a = a ⋅ b ∣ b ∣ . \text{proj}_{\mathbf{b}}^{\text{scalar}} \mathbf{a} = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|}. proj b scalar a = ∣ b ∣ a ⋅ b .
Signed length: positive if a \mathbf{a} a has a component in the direction of b \mathbf{b} b , negative if opposite.
Vector projection
proj b a = a ⋅ b ∣ b ∣ 2 b . \text{proj}_{\mathbf{b}} \mathbf{a} = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|^2} \mathbf{b}. proj b a = ∣ b ∣ 2 a ⋅ b b .
This is the scalar projection times the unit vector b ^ \hat{\mathbf{b}} b ^ .
Decomposition
Any vector a \mathbf{a} a can be split into a component parallel to b \mathbf{b} b (the vector projection) and a component perpendicular to b \mathbf{b} b .
a = proj b a + a ⊥ , a ⊥ = a − proj b a . \mathbf{a} = \text{proj}_{\mathbf{b}} \mathbf{a} + \mathbf{a}_{\perp}, \quad \mathbf{a}_{\perp} = \mathbf{a} - \text{proj}_{\mathbf{b}} \mathbf{a}. a = proj b a + a ⊥ , a ⊥ = a − proj b a .
By construction a ⊥ ⋅ b = 0 \mathbf{a}_{\perp} \cdot \mathbf{b} = 0 a ⊥ ⋅ b = 0 .
Find the vector projection of
a = ( 4 , 3 ) \mathbf{a} = (4, 3) a = ( 4 , 3 ) onto
b = ( 2 , − 1 ) \mathbf{b} = (2, -1) b = ( 2 , − 1 ) , and decompose
a \mathbf{a} a into components parallel and perpendicular to
b \mathbf{b} b Step 1. Compute the dot product a ⋅ b = 4 ⋅ 2 + 3 ⋅ ( − 1 ) = 8 − 3 = 5 \mathbf{a} \cdot \mathbf{b} = 4 \cdot 2 + 3 \cdot (-1) = 8 - 3 = 5 a ⋅ b = 4 ⋅ 2 + 3 ⋅ ( − 1 ) = 8 − 3 = 5 .Step 2. Compute ∣ b ∣ 2 |\mathbf{b}|^2 ∣ b ∣ 2 Avoid the square root by squaring directly: ∣ b ∣ 2 = 2 2 + ( − 1 ) 2 = 5 |\mathbf{b}|^2 = 2^2 + (-1)^2 = 5 ∣ b ∣ 2 = 2 2 + ( − 1 ) 2 = 5 . Step 3. Apply the vector projection formula
proj b a = a ⋅ b ∣ b ∣ 2 b = 5 5 ( 2 , − 1 ) = ( 2 , − 1 ) . \text{proj}_{\mathbf{b}} \mathbf{a} = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|^2} \mathbf{b} = \frac{5}{5} (2, -1) = (2, -1). proj b a = ∣ b ∣ 2 a ⋅ b b = 5 5 ( 2 , − 1 ) = ( 2 , − 1 ) .
Step 4. Find the perpendicular component. Subtract the parallel part from a \mathbf{a} a .
a ⊥ = a − proj b a = ( 4 , 3 ) − ( 2 , − 1 ) = ( 2 , 4 ) . \mathbf{a}_{\perp} = \mathbf{a} - \text{proj}_{\mathbf{b}} \mathbf{a} = (4, 3) - (2, -1) = (2, 4). a ⊥ = a − proj b a = ( 4 , 3 ) − ( 2 , − 1 ) = ( 2 , 4 ) .
Step 5. Verify a ⊥ ⊥ b \mathbf{a}_{\perp} \perp \mathbf{b} a ⊥ ⊥ b . Dot product: ( 2 , 4 ) ⋅ ( 2 , − 1 ) = 4 − 4 = 0 (2, 4) \cdot (2, -1) = 4 - 4 = 0 ( 2 , 4 ) ⋅ ( 2 , − 1 ) = 4 − 4 = 0 . Confirmed.
So a = ( 2 , − 1 ) + ( 2 , 4 ) \mathbf{a} = (2, -1) + (2, 4) a = ( 2 , − 1 ) + ( 2 , 4 ) , where ( 2 , − 1 ) (2, -1) ( 2 , − 1 ) is parallel to b \mathbf{b} b and ( 2 , 4 ) (2, 4) ( 2 , 4 ) is perpendicular to b \mathbf{b} b .
Parametric vector equations of lines
Point-direction form
A line through A A A (position vector a \mathbf{a} a ) with direction d \mathbf{d} d :
r = a + λ d , λ ∈ R . \mathbf{r} = \mathbf{a} + \lambda \mathbf{d}, \quad \lambda \in \mathbb{R}. r = a + λ d , λ ∈ R .
Line through two points
Direction A B = b − a \mathbf{AB} = \mathbf{b} - \mathbf{a} AB = b − a , so r = a + λ ( b − a ) = ( 1 − λ ) a + λ b \mathbf{r} = \mathbf{a} + \lambda (\mathbf{b} - \mathbf{a}) = (1 - \lambda) \mathbf{a} + \lambda \mathbf{b} r = a + λ ( b − a ) = ( 1 − λ ) a + λ b .
At λ = 0 \lambda = 0 λ = 0 : at A A A . At λ = 1 \lambda = 1 λ = 1 : at B B B .
Convert to Cartesian
If d = ( d 1 , d 2 ) \mathbf{d} = (d_1, d_2) d = ( d 1 , d 2 ) with d 1 ≠ 0 d_1 \neq 0 d 1 = 0 , λ = x − a 1 d 1 \lambda = \frac{x - a_1}{d_1} λ = d 1 x − a 1 , so y = a 2 + x − a 1 d 1 d 2 y = a_2 + \frac{x - a_1}{d_1} d_2 y = a 2 + d 1 x − a 1 d 2 . Slope: d 2 d 1 \frac{d_2}{d_1} d 1 d 2 .
Intersection of two lines
Set parametric equations equal:
a 1 + λ d 1 = a 2 + μ d 2 . \mathbf{a}_1 + \lambda \mathbf{d}_1 = \mathbf{a}_2 + \mu \mathbf{d}_2. a 1 + λ d 1 = a 2 + μ d 2 .
Solve for λ \lambda λ and μ \mu μ . If a unique solution, lines meet at a point. If the system is inconsistent, lines are parallel and disjoint.
Find the point of intersection of the lines
r 1 = ( 1 , 2 ) + λ ( 2 , 1 ) \mathbf{r}_1 = (1, 2) + \lambda (2, 1) r 1 = ( 1 , 2 ) + λ ( 2 , 1 ) and
r 2 = ( 4 , − 1 ) + μ ( − 1 , 3 ) \mathbf{r}_2 = (4, -1) + \mu (-1, 3) r 2 = ( 4 , − 1 ) + μ ( − 1 , 3 ) Step 1. Set the position vectors equal. Equate components.
1 + 2 λ = 4 − μ and 2 + λ = − 1 + 3 μ . 1 + 2 \lambda = 4 - \mu \quad \text{and} \quad 2 + \lambda = -1 + 3 \mu. 1 + 2 λ = 4 − μ and 2 + λ = − 1 + 3 μ .
Step 2. Tidy the system. Rearrange to standard form.
2 λ + μ = 3 (i) 2 \lambda + \mu = 3 \tag{i} 2 λ + μ = 3 ( i ) λ − 3 μ = − 3 (ii) \lambda - 3 \mu = -3 \tag{ii} λ − 3 μ = − 3 ( ii )
Step 3. Solve the system. From (ii), λ = 3 μ − 3 \lambda = 3 \mu - 3 λ = 3 μ − 3 . Substitute into (i):
2 ( 3 μ − 3 ) + μ = 3 ⟹ 6 μ − 6 + μ = 3 ⟹ 7 μ = 9 ⟹ μ = 9 7 . 2(3 \mu - 3) + \mu = 3 \implies 6 \mu - 6 + \mu = 3 \implies 7 \mu = 9 \implies \mu = \frac{9}{7}. 2 ( 3 μ − 3 ) + μ = 3 ⟹ 6 μ − 6 + μ = 3 ⟹ 7 μ = 9 ⟹ μ = 7 9 .
Then λ = 3 ⋅ 9 7 − 3 = 27 7 − 21 7 = 6 7 \lambda = 3 \cdot \frac{9}{7} - 3 = \frac{27}{7} - \frac{21}{7} = \frac{6}{7} λ = 3 ⋅ 7 9 − 3 = 7 27 − 7 21 = 7 6 .
Step 4. Substitute back to find the point. Use r 1 \mathbf{r}_1 r 1 at λ = 6 / 7 \lambda = 6/7 λ = 6/7 :
r 1 = ( 1 + 2 ⋅ 6 7 , 2 + 6 7 ) = ( 19 7 , 20 7 ) . \mathbf{r}_1 = \left(1 + 2 \cdot \frac{6}{7},\, 2 + \frac{6}{7}\right) = \left(\frac{19}{7},\, \frac{20}{7}\right). r 1 = ( 1 + 2 ⋅ 7 6 , 2 + 7 6 ) = ( 7 19 , 7 20 ) .
Step 5. Check using r 2 \mathbf{r}_2 r 2 . With μ = 9 / 7 \mu = 9/7 μ = 9/7 : r 2 = ( 4 − 9 / 7 , − 1 + 27 / 7 ) = ( 19 / 7 , 20 / 7 ) \mathbf{r}_2 = (4 - 9/7,\, -1 + 27/7) = (19/7,\, 20/7) r 2 = ( 4 − 9/7 , − 1 + 27/7 ) = ( 19/7 , 20/7 ) . Confirmed.
The lines meet at the point ( 19 7 , 20 7 ) \left(\dfrac{19}{7}, \dfrac{20}{7}\right) ( 7 19 , 7 20 ) .
Geometric proofs using vectors
The recipe
Assign position vectors to labelled points.
Express the relevant displacement vectors algebraically.
Compute the geometric relation (equality, scalar multiple, dot product zero, etc.).
Conclude the geometric statement.
In triangle
A B C ABC A B C , let
P P P and
Q Q Q be midpoints of
A B AB A B and
A C AC A C . Show that
P Q \mathbf{PQ} PQ is parallel to
B C \mathbf{BC} BC and equal to half its length
Step 1. Assign position vectors. Let A A A , B B B , C C C have position vectors a \mathbf{a} a , b \mathbf{b} b , c \mathbf{c} c relative to a fixed origin.
Step 2. Express the midpoints. The midpoint of a segment is the average of its endpoints.
P = a + b 2 , Q = a + c 2 . P = \frac{\mathbf{a} + \mathbf{b}}{2}, \qquad Q = \frac{\mathbf{a} + \mathbf{c}}{2}. P = 2 a + b , Q = 2 a + c .
Step 3. Compute P Q \mathbf{PQ} PQ . Use P Q = Q − P \mathbf{PQ} = Q - P PQ = Q − P .
P Q = a + c 2 − a + b 2 = c − b 2 . \mathbf{PQ} = \frac{\mathbf{a} + \mathbf{c}}{2} - \frac{\mathbf{a} + \mathbf{b}}{2} = \frac{\mathbf{c} - \mathbf{b}}{2}. PQ = 2 a + c − 2 a + b = 2 c − b .
Step 4. Relate to B C \mathbf{BC} BC . Since B C = c − b \mathbf{BC} = \mathbf{c} - \mathbf{b} BC = c − b , we have
P Q = 1 2 B C . \mathbf{PQ} = \frac{1}{2} \mathbf{BC}. PQ = 2 1 BC .
Step 5. Interpret. P Q \mathbf{PQ} PQ is a positive scalar multiple of B C \mathbf{BC} BC , so it is parallel to B C \mathbf{BC} BC and points in the same direction. Its magnitude is half: ∣ P Q ∣ = 1 2 ∣ B C ∣ |\mathbf{PQ}| = \frac{1}{2} |\mathbf{BC}| ∣ PQ ∣ = 2 1 ∣ BC ∣ .
Show that the diagonals of a parallelogram bisect each other
Step 1. Set up the parallelogram. Let A B C D ABCD A B C D be a parallelogram with vertices having position vectors a \mathbf{a} a , b \mathbf{b} b , c \mathbf{c} c , d \mathbf{d} d . The parallelogram condition is A B = D C \mathbf{AB} = \mathbf{DC} AB = DC , equivalently b − a = c − d \mathbf{b} - \mathbf{a} = \mathbf{c} - \mathbf{d} b − a = c − d , giving a + c = b + d \mathbf{a} + \mathbf{c} = \mathbf{b} + \mathbf{d} a + c = b + d .
Step 2. Compute the midpoint of diagonal A C AC A C . Average the endpoints.
M A C = a + c 2 . M_{AC} = \frac{\mathbf{a} + \mathbf{c}}{2}. M A C = 2 a + c .
Step 3. Compute the midpoint of diagonal B D BD B D .
M B D = b + d 2 . M_{BD} = \frac{\mathbf{b} + \mathbf{d}}{2}. M B D = 2 b + d .
Step 4. Use the parallelogram identity. From Step 1, a + c = b + d \mathbf{a} + \mathbf{c} = \mathbf{b} + \mathbf{d} a + c = b + d , so M A C = M B D M_{AC} = M_{BD} M A C = M B D .
Step 5. Interpret. The two diagonals share the same midpoint, hence they bisect each other.
A parallelogram has perpendicular diagonals. Show that all four sides have equal length (the parallelogram is a rhombus)
Step 1. Choose convenient vectors. Let A B = u \mathbf{AB} = \mathbf{u} AB = u and A D = v \mathbf{AD} = \mathbf{v} AD = v . The diagonals are A C = u + v \mathbf{AC} = \mathbf{u} + \mathbf{v} AC = u + v and B D = v − u \mathbf{BD} = \mathbf{v} - \mathbf{u} BD = v − u .
Step 2. Apply the perpendicularity condition. Perpendicular diagonals means A C ⋅ B D = 0 \mathbf{AC} \cdot \mathbf{BD} = 0 AC ⋅ BD = 0 :
( u + v ) ⋅ ( v − u ) = 0. (\mathbf{u} + \mathbf{v}) \cdot (\mathbf{v} - \mathbf{u}) = 0. ( u + v ) ⋅ ( v − u ) = 0.
Step 3. Expand the dot product. Use distributivity and u ⋅ v = v ⋅ u \mathbf{u} \cdot \mathbf{v} = \mathbf{v} \cdot \mathbf{u} u ⋅ v = v ⋅ u .
u ⋅ v − u ⋅ u + v ⋅ v − v ⋅ u = ∣ v ∣ 2 − ∣ u ∣ 2 = 0. \mathbf{u} \cdot \mathbf{v} - \mathbf{u} \cdot \mathbf{u} + \mathbf{v} \cdot \mathbf{v} - \mathbf{v} \cdot \mathbf{u} = |\mathbf{v}|^2 - |\mathbf{u}|^2 = 0. u ⋅ v − u ⋅ u + v ⋅ v − v ⋅ u = ∣ v ∣ 2 − ∣ u ∣ 2 = 0.
Step 4. Conclude ∣ u ∣ = ∣ v ∣ |\mathbf{u}| = |\mathbf{v}| ∣ u ∣ = ∣ v ∣ . Taking square roots (lengths are non-negative) gives ∣ A B ∣ = ∣ A D ∣ |\mathbf{AB}| = |\mathbf{AD}| ∣ AB ∣ = ∣ AD ∣ .
Step 5. Interpret. In a parallelogram opposite sides are already equal, so ∣ A B ∣ = ∣ C D ∣ |\mathbf{AB}| = |\mathbf{CD}| ∣ AB ∣ = ∣ CD ∣ and ∣ A D ∣ = ∣ B C ∣ |\mathbf{AD}| = |\mathbf{BC}| ∣ AD ∣ = ∣ BC ∣ . Combined with ∣ A B ∣ = ∣ A D ∣ |\mathbf{AB}| = |\mathbf{AD}| ∣ AB ∣ = ∣ AD ∣ , all four sides are equal, so A B C D ABCD A B C D is a rhombus.
Applications to physics-style problems
Vectors model displacement, velocity and force. HSC problems often ask you to resolve a force along a given direction (scalar projection) or to find the resultant velocity / displacement.
A box of weight
40 40 40 N sits on a slope inclined at
30 ∘ 30^\circ 3 0 ∘ above horizontal. Find the magnitude of the component of weight acting parallel to the slope, directed down the slope
Step 1. Set up vectors. Take the unit vector pointing down the slope as s ^ = ( cos 30 ∘ , − sin 30 ∘ ) \hat{\mathbf{s}} = (\cos 30^\circ, -\sin 30^\circ) s ^ = ( cos 3 0 ∘ , − sin 3 0 ∘ ) (the slope drops by sin 30 ∘ \sin 30^\circ sin 3 0 ∘ for each unit of horizontal travel). The weight acts straight down: W = ( 0 , − 40 ) \mathbf{W} = (0, -40) W = ( 0 , − 40 ) N.
Step 2. Compute the scalar projection of W \mathbf{W} W onto s ^ \hat{\mathbf{s}} s ^ . Since s ^ \hat{\mathbf{s}} s ^ is a unit vector, the scalar projection equals W ⋅ s ^ \mathbf{W} \cdot \hat{\mathbf{s}} W ⋅ s ^ .
W ⋅ s ^ = 0 ⋅ cos 30 ∘ + ( − 40 ) ⋅ ( − sin 30 ∘ ) = 40 sin 30 ∘ . \mathbf{W} \cdot \hat{\mathbf{s}} = 0 \cdot \cos 30^\circ + (-40) \cdot (-\sin 30^\circ) = 40 \sin 30^\circ. W ⋅ s ^ = 0 ⋅ cos 3 0 ∘ + ( − 40 ) ⋅ ( − sin 3 0 ∘ ) = 40 sin 3 0 ∘ .
Step 3. Evaluate. sin 30 ∘ = 1 2 \sin 30^\circ = \tfrac{1}{2} sin 3 0 ∘ = 2 1 , so W ⋅ s ^ = 40 ⋅ 1 2 = 20 \mathbf{W} \cdot \hat{\mathbf{s}} = 40 \cdot \tfrac{1}{2} = 20 W ⋅ s ^ = 40 ⋅ 2 1 = 20 .
Step 4. Interpret. The component of weight down the slope has magnitude 20 20 20 N (the sign is positive because the projection is in the chosen down-slope direction).
The magnitude of the parallel weight component is 20 20 20 N.
A boat heads at
5 5 5 m/s in still water on a bearing measured by the direction vector
( 3 , 4 ) / 5 (3, 4)/5 ( 3 , 4 ) /5 (so
3 / 5 3/5 3/5 east and
4 / 5 4/5 4/5 north per unit velocity). A current adds a velocity of
( 1 , − 2 ) (1, -2) ( 1 , − 2 ) m/s. Find the resultant speed and the angle of the resultant from due east (positive
x x x -axis), correct to one decimal place
Step 1. Write the boat's velocity in components Direction ( 3 / 5 , 4 / 5 ) (3/5, 4/5) ( 3/5 , 4/5 ) with speed 5 5 5 gives v boat = 5 ⋅ ( 3 / 5 , 4 / 5 ) = ( 3 , 4 ) \mathbf{v}_{\text{boat}} = 5 \cdot (3/5, 4/5) = (3, 4) v boat = 5 ⋅ ( 3/5 , 4/5 ) = ( 3 , 4 ) m/s. Step 2. Add the current velocity v result = v boat + v current = ( 3 , 4 ) + ( 1 , − 2 ) = ( 4 , 2 ) \mathbf{v}_{\text{result}} = \mathbf{v}_{\text{boat}} + \mathbf{v}_{\text{current}} = (3, 4) + (1, -2) = (4, 2) v result = v boat + v current = ( 3 , 4 ) + ( 1 , − 2 ) = ( 4 , 2 ) m/s.Step 3. Find the magnitude ∣ v result ∣ = 4 2 + 2 2 = 20 = 2 5 |\mathbf{v}_{\text{result}}| = \sqrt{4^2 + 2^2} = \sqrt{20} = 2 \sqrt{5} ∣ v result ∣ = 4 2 + 2 2 = 20 = 2 5 m/s, approximately 4.5 4.5 4.5 m/s.Step 4. Find the angle from the positive x x x -axis tan θ = 2 4 = 1 2 \tan \theta = \dfrac{2}{4} = \dfrac{1}{2} tan θ = 4 2 = 2 1 , so θ = arctan ( 1 / 2 ) ≈ 26.6 ∘ \theta = \arctan(1/2) \approx 26.6^\circ θ = arctan ( 1/2 ) ≈ 26. 6 ∘ .The resultant speed is 2 5 ≈ 4.5 2 \sqrt{5} \approx 4.5 2 5 ≈ 4.5 m/s, and the direction is approximately 26.6 ∘ 26.6^\circ 26. 6 ∘ north of east.
Common exam questions
Question type A: angle and orthogonality
Find the angle between two given vectors. Find k k k so that two vectors are perpendicular. These are 2-3 mark items.
Question type B: projections
Find the scalar or vector projection. Decompose a vector into parallel and perpendicular components. These are 3-4 mark items.
Question type C: parametric vector equation of a line
Write the vector equation, convert to Cartesian, or find an intersection. 3-4 marks.
Question type D: geometric proof using vectors
Show two lines are parallel, two are perpendicular, or a figure is a parallelogram. 4-5 marks.
Question type E: applications
Resolve a force into components along a given direction. Find collision conditions for two moving particles. 4-5 marks.
Common traps
Trap: P Q = Q − P \mathbf{PQ} = Q - P PQ = Q − P , not P − Q P - Q P − Q
The displacement from P P P to Q Q Q is the position vector of Q Q Q minus the position vector of P P P . Reversing gives the opposite vector.
Trap: Confusing the dot product with the length
∣ a ∣ 2 = a ⋅ a |\mathbf{a}|^2 = \mathbf{a} \cdot \mathbf{a} ∣ a ∣ 2 = a ⋅ a , so ∣ a + b ∣ 2 = ∣ a ∣ 2 + 2 a ⋅ b + ∣ b ∣ 2 |\mathbf{a} + \mathbf{b}|^2 = |\mathbf{a}|^2 + 2 \mathbf{a} \cdot \mathbf{b} + |\mathbf{b}|^2 ∣ a + b ∣ 2 = ∣ a ∣ 2 + 2 a ⋅ b + ∣ b ∣ 2 . This expansion is essential for the vector cosine rule.
Trap: ∣ b ∣ |\mathbf{b}| ∣ b ∣ vs ∣ b ∣ 2 |\mathbf{b}|^2 ∣ b ∣ 2
Scalar projection has ∣ b ∣ |\mathbf{b}| ∣ b ∣ in the denominator. Vector projection has ∣ b ∣ 2 |\mathbf{b}|^2 ∣ b ∣ 2 .
Trap: Parallel parameters
Two lines with the same direction vector are parallel. They may or may not coincide. Check if a point on one is also on the other.
Trap: Different parameters for different lines
When intersecting two lines, use λ \lambda λ for one and μ \mu μ for another. Reusing the same parameter creates confusion.
Exam strategy
Vector questions typically run 2-5 marks each. Allocate 3 − 6 3-6 3 − 6 minutes per question. Steps:
Read carefully: scalar or vector projection? parallel or equal?
Write down position or displacement vectors.
Compute the relevant quantity algebraically.
State the answer with units (if appropriate) and direction (positive, negative, parallel, perpendicular).
For geometric proofs, work the algebra one line at a time and cite each step. Markers reward clear structure.
Check your knowledge
Try these questions before reading the solutions. They are roughly arranged from easier to harder.
Find the magnitude of a = ( 5 , − 12 ) \mathbf{a} = (5, -12) a = ( 5 , − 12 ) and a unit vector in the direction of a \mathbf{a} a .
Compute the dot product a ⋅ b \mathbf{a} \cdot \mathbf{b} a ⋅ b and the angle between a = ( 1 , 2 ) \mathbf{a} = (1, 2) a = ( 1 , 2 ) and b = ( 3 , − 1 ) \mathbf{b} = (3, -1) b = ( 3 , − 1 ) , giving the angle in radians correct to three decimal places.
Find the value of t t t such that u = ( t , 2 ) \mathbf{u} = (t, 2) u = ( t , 2 ) is perpendicular to v = ( 4 , − t + 1 ) \mathbf{v} = (4, -t + 1) v = ( 4 , − t + 1 ) .
Find the scalar projection of a = ( 6 , 2 ) \mathbf{a} = (6, 2) a = ( 6 , 2 ) onto b = ( 3 , 4 ) \mathbf{b} = (3, 4) b = ( 3 , 4 ) , and the vector projection.
Find the point where the lines r 1 = ( 2 , 1 ) + λ ( 1 , − 1 ) \mathbf{r}_1 = (2, 1) + \lambda (1, -1) r 1 = ( 2 , 1 ) + λ ( 1 , − 1 ) and r 2 = ( − 1 , 0 ) + μ ( 2 , 1 ) \mathbf{r}_2 = (-1, 0) + \mu (2, 1) r 2 = ( − 1 , 0 ) + μ ( 2 , 1 ) intersect.
Decompose a = ( 5 , 1 ) \mathbf{a} = (5, 1) a = ( 5 , 1 ) into components parallel and perpendicular to b = ( 1 , 2 ) \mathbf{b} = (1, 2) b = ( 1 , 2 ) .
The position vectors of A A A , B B B , C C C , D D D are a \mathbf{a} a , b \mathbf{b} b , c \mathbf{c} c , d \mathbf{d} d . Let P P P , Q Q Q , R R R , S S S be the midpoints of sides A B AB A B , B C BC B C , C D CD C D , D A DA D A respectively. Prove that P Q R S PQRS P QR S is a parallelogram (Varignon's theorem).
Two particles travel in straight lines. Particle P P P has position r P ( t ) = ( 1 , 2 ) + t ( 3 , 1 ) \mathbf{r}_P(t) = (1, 2) + t (3, 1) r P ( t ) = ( 1 , 2 ) + t ( 3 , 1 ) and particle Q Q Q has position r Q ( t ) = ( 10 , 6 ) + t ( − 1 , − 1 ) \mathbf{r}_Q(t) = (10, 6) + t (-1, -1) r Q ( t ) = ( 10 , 6 ) + t ( − 1 , − 1 ) , where t t t is time in seconds. Determine whether the two particles collide. If they do, give the time and position of collision; if they do not, justify your answer.
Solutions
Q1 Step 1. Magnitude ∣ a ∣ = 5 2 + ( − 12 ) 2 = 25 + 144 = 169 = 13 |\mathbf{a}| = \sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13 ∣ a ∣ = 5 2 + ( − 12 ) 2 = 25 + 144 = 169 = 13 .Step 2. Unit vector a ^ = 1 13 ( 5 , − 12 ) = ( 5 13 , − 12 13 ) \hat{\mathbf{a}} = \dfrac{1}{13} (5, -12) = \left( \dfrac{5}{13}, -\dfrac{12}{13} \right) a ^ = 13 1 ( 5 , − 12 ) = ( 13 5 , − 13 12 ) .Q2 Step 1. Dot product a ⋅ b = 1 ⋅ 3 + 2 ⋅ ( − 1 ) = 3 − 2 = 1 \mathbf{a} \cdot \mathbf{b} = 1 \cdot 3 + 2 \cdot (-1) = 3 - 2 = 1 a ⋅ b = 1 ⋅ 3 + 2 ⋅ ( − 1 ) = 3 − 2 = 1 .Step 2. Magnitudes ∣ a ∣ = 1 + 4 = 5 |\mathbf{a}| = \sqrt{1 + 4} = \sqrt{5} ∣ a ∣ = 1 + 4 = 5 and ∣ b ∣ = 9 + 1 = 10 |\mathbf{b}| = \sqrt{9 + 1} = \sqrt{10} ∣ b ∣ = 9 + 1 = 10 .Step 3. Apply the cosine formula cos θ = 1 5 10 = 1 50 = 1 5 2 \cos \theta = \dfrac{1}{\sqrt{5} \sqrt{10}} = \dfrac{1}{\sqrt{50}} = \dfrac{1}{5 \sqrt{2}} cos θ = 5 10 1 = 50 1 = 5 2 1 .Step 4. Evaluate 1 5 2 ≈ 0.14142 \dfrac{1}{5\sqrt{2}} \approx 0.14142 5 2 1 ≈ 0.14142 , so θ = arccos ( 0.14142 ) ≈ 1.429 \theta = \arccos(0.14142) \approx 1.429 θ = arccos ( 0.14142 ) ≈ 1.429 radians (3 d.p.).Q3 Step 1. Apply orthogonality u ⋅ v = 4 t + 2 ( − t + 1 ) = 0 \mathbf{u} \cdot \mathbf{v} = 4 t + 2(-t + 1) = 0 u ⋅ v = 4 t + 2 ( − t + 1 ) = 0 .Step 2. Simplify 4 t − 2 t + 2 = 0 ⟹ 2 t + 2 = 0 ⟹ t = − 1 4 t - 2 t + 2 = 0 \implies 2 t + 2 = 0 \implies t = -1 4 t − 2 t + 2 = 0 ⟹ 2 t + 2 = 0 ⟹ t = − 1 .Step 3. Verify u = ( − 1 , 2 ) \mathbf{u} = (-1, 2) u = ( − 1 , 2 ) and v = ( 4 , 2 ) \mathbf{v} = (4, 2) v = ( 4 , 2 ) . Dot product = − 4 + 4 = 0 = -4 + 4 = 0 = − 4 + 4 = 0 . Confirmed.So t = − 1 t = -1 t = − 1 .
Q4 Step 1. Dot product a ⋅ b = 6 ⋅ 3 + 2 ⋅ 4 = 18 + 8 = 26 \mathbf{a} \cdot \mathbf{b} = 6 \cdot 3 + 2 \cdot 4 = 18 + 8 = 26 a ⋅ b = 6 ⋅ 3 + 2 ⋅ 4 = 18 + 8 = 26 .Step 2. Magnitude ∣ b ∣ |\mathbf{b}| ∣ b ∣ ∣ b ∣ = 9 + 16 = 5 |\mathbf{b}| = \sqrt{9 + 16} = 5 ∣ b ∣ = 9 + 16 = 5 .Step 3. Scalar projection a ⋅ b ∣ b ∣ = 26 5 \dfrac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|} = \dfrac{26}{5} ∣ b ∣ a ⋅ b = 5 26 .Step 4. Vector projection ∣ b ∣ 2 = 25 |\mathbf{b}|^2 = 25 ∣ b ∣ 2 = 25 , so a ⋅ b ∣ b ∣ 2 b = 26 25 ( 3 , 4 ) = ( 78 25 , 104 25 ) \dfrac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|^2} \mathbf{b} = \dfrac{26}{25} (3, 4) = \left( \dfrac{78}{25}, \dfrac{104}{25} \right) ∣ b ∣ 2 a ⋅ b b = 25 26 ( 3 , 4 ) = ( 25 78 , 25 104 ) .Q5 Step 1. Equate components 2 + λ = − 1 + 2 μ 2 + \lambda = -1 + 2 \mu 2 + λ = − 1 + 2 μ and 1 − λ = μ 1 - \lambda = \mu 1 − λ = μ .Step 2. Solve the system From the second equation, μ = 1 − λ \mu = 1 - \lambda μ = 1 − λ . Substitute into the first: 2 + λ = − 1 + 2 ( 1 − λ ) = 1 − 2 λ 2 + \lambda = -1 + 2(1 - \lambda) = 1 - 2 \lambda 2 + λ = − 1 + 2 ( 1 − λ ) = 1 − 2 λ , so 3 λ = − 1 3 \lambda = -1 3 λ = − 1 and λ = − 1 3 \lambda = -\dfrac{1}{3} λ = − 3 1 . Then μ = 1 − ( − 1 / 3 ) = 4 3 \mu = 1 - (-1/3) = \dfrac{4}{3} μ = 1 − ( − 1/3 ) = 3 4 . Step 3. Find the point Use r 1 \mathbf{r}_1 r 1 : ( 2 + ( − 1 / 3 ) , 1 − ( − 1 / 3 ) ) = ( 5 3 , 4 3 ) (2 + (-1/3),\, 1 - (-1/3)) = \left( \dfrac{5}{3}, \dfrac{4}{3} \right) ( 2 + ( − 1/3 ) , 1 − ( − 1/3 )) = ( 3 5 , 3 4 ) . Step 4. Check using r 2 \mathbf{r}_2 r 2 ( − 1 + 2 ⋅ 4 / 3 , 0 + 4 / 3 ) = ( − 1 + 8 / 3 , 4 / 3 ) = ( 5 / 3 , 4 / 3 ) (-1 + 2 \cdot 4/3,\, 0 + 4/3) = (-1 + 8/3,\, 4/3) = (5/3,\, 4/3) ( − 1 + 2 ⋅ 4/3 , 0 + 4/3 ) = ( − 1 + 8/3 , 4/3 ) = ( 5/3 , 4/3 ) . Confirmed.The lines meet at ( 5 3 , 4 3 ) \left( \dfrac{5}{3}, \dfrac{4}{3} \right) ( 3 5 , 3 4 ) .
Q6 Step 1. Dot product a ⋅ b = 5 ⋅ 1 + 1 ⋅ 2 = 7 \mathbf{a} \cdot \mathbf{b} = 5 \cdot 1 + 1 \cdot 2 = 7 a ⋅ b = 5 ⋅ 1 + 1 ⋅ 2 = 7 .Step 2. ∣ b ∣ 2 |\mathbf{b}|^2 ∣ b ∣ 2 ∣ b ∣ 2 = 1 + 4 = 5 |\mathbf{b}|^2 = 1 + 4 = 5 ∣ b ∣ 2 = 1 + 4 = 5 .Step 3. Vector projection (parallel component) proj b a = 7 5 ( 1 , 2 ) = ( 7 5 , 14 5 ) \text{proj}_{\mathbf{b}} \mathbf{a} = \dfrac{7}{5} (1, 2) = \left( \dfrac{7}{5}, \dfrac{14}{5} \right) proj b a = 5 7 ( 1 , 2 ) = ( 5 7 , 5 14 ) .Step 4. Perpendicular component a ⊥ = a − proj b a = ( 5 − 7 / 5 , 1 − 14 / 5 ) = ( 18 5 , − 9 5 ) \mathbf{a}_{\perp} = \mathbf{a} - \text{proj}_{\mathbf{b}} \mathbf{a} = (5 - 7/5,\, 1 - 14/5) = \left( \dfrac{18}{5}, -\dfrac{9}{5} \right) a ⊥ = a − proj b a = ( 5 − 7/5 , 1 − 14/5 ) = ( 5 18 , − 5 9 ) .Step 5. Verify perpendicularity ( 18 5 , − 9 5 ) ⋅ ( 1 , 2 ) = 18 5 − 18 5 = 0 \left( \dfrac{18}{5}, -\dfrac{9}{5} \right) \cdot (1, 2) = \dfrac{18}{5} - \dfrac{18}{5} = 0 ( 5 18 , − 5 9 ) ⋅ ( 1 , 2 ) = 5 18 − 5 18 = 0 . Confirmed.So a = ( 7 5 , 14 5 ) + ( 18 5 , − 9 5 ) \mathbf{a} = \left( \dfrac{7}{5}, \dfrac{14}{5} \right) + \left( \dfrac{18}{5}, -\dfrac{9}{5} \right) a = ( 5 7 , 5 14 ) + ( 5 18 , − 5 9 ) .
Q7.
Step 1. Express the midpoints as averages of position vectors.
P = a + b 2 , Q = b + c 2 , R = c + d 2 , S = d + a 2 . P = \frac{\mathbf{a} + \mathbf{b}}{2}, \quad Q = \frac{\mathbf{b} + \mathbf{c}}{2}, \quad R = \frac{\mathbf{c} + \mathbf{d}}{2}, \quad S = \frac{\mathbf{d} + \mathbf{a}}{2}. P = 2 a + b , Q = 2 b + c , R = 2 c + d , S = 2 d + a .
Step 2. Compute P Q \mathbf{PQ} PQ .
P Q = Q − P = b + c 2 − a + b 2 = c − a 2 . \mathbf{PQ} = Q - P = \frac{\mathbf{b} + \mathbf{c}}{2} - \frac{\mathbf{a} + \mathbf{b}}{2} = \frac{\mathbf{c} - \mathbf{a}}{2}. PQ = Q − P = 2 b + c − 2 a + b = 2 c − a .
Step 3. Compute S R \mathbf{SR} SR .
S R = R − S = c + d 2 − d + a 2 = c − a 2 . \mathbf{SR} = R - S = \frac{\mathbf{c} + \mathbf{d}}{2} - \frac{\mathbf{d} + \mathbf{a}}{2} = \frac{\mathbf{c} - \mathbf{a}}{2}. SR = R − S = 2 c + d − 2 d + a = 2 c − a .
Step 4. Conclude one pair of opposite sides is equal and parallel Since P Q = S R \mathbf{PQ} = \mathbf{SR} PQ = SR , the sides P Q PQ P Q and S R SR S R of quadrilateral P Q R S PQRS P QR S are equal in length and parallel (same vector). Step 5. Apply the parallelogram criterion A quadrilateral in which one pair of opposite sides is both equal and parallel is a parallelogram. So P Q R S PQRS P QR S is a parallelogram. Q8 Step 1. Set the position vectors equal r P ( t ) = r Q ( t ) \mathbf{r}_P(t) = \mathbf{r}_Q(t) r P ( t ) = r Q ( t ) gives
1 + 3 t = 10 − t and 2 + t = 6 − t . 1 + 3 t = 10 - t \quad \text{and} \quad 2 + t = 6 - t. 1 + 3 t = 10 − t and 2 + t = 6 − t .
Step 2. Solve each equation From the first: 4 t = 9 4 t = 9 4 t = 9 , so t = 9 / 4 t = 9/4 t = 9/4 . From the second: 2 t = 4 2 t = 4 2 t = 4 , so t = 2 t = 2 t = 2 . Step 3. Compare the two values The two coordinate equations give different values of t t t (9 / 4 9/4 9/4 and 2 2 2 ), so the particles never occupy the same point at the same instant. Conclusion The particles do not collide. Their trajectories may cross geometrically, but not simultaneously. Linked dot points
For more detail, see the dot point pages at vector arithmetic and magnitude , scalar product , vector projection , parametric vector equations of lines , and geometric proofs with vectors .
For NESA past papers and marking guidelines, refer to educationstandards.nsw.edu.au .