In General Maths you used column vectors, found their lengths, and added them head to tail (see vectors↺ ). Further Maths writes the same vectors with the unit vectors i \mathbf i i (one step east) and j \mathbf j j (one step north): ( 4 3 ) = 4 i + 3 j \begin{pmatrix} 4 \\ 3 \end{pmatrix} = 4\mathbf i + 3\mathbf j ( 4 3 ) = 4 i + 3 j . It then asks for lengths, directions and bearings.
x y √(x² + y²) Magnitude |xi + yj| = √(x² + y²)
Unit vectors and vectors of a given length
A unit vector has length 1. To get one in the direction of a \mathbf a a , divide a \mathbf a a by its length:
a, |a| = 5 â = a ÷ 5 A unit vector â = a ÷ |a| points the same way, with length 1
A vector of length k k k in the direction of a \mathbf a a is then k a ^ = k ∣ a ∣ a k\,\hat{\mathbf a} = \dfrac{k}{|\mathbf a|}\mathbf a k a ^ = ∣ a ∣ k a .
Worked example · WAEC 2011
WAEC 2011 · Paper 2 · Q7
Given that n = ( − 12 5 ) \mathbf n = \begin{pmatrix} -12 \\ 5 \end{pmatrix} n = ( − 12 5 ) and s = ( 1 − 1 ) \mathbf s = \begin{pmatrix} 1 \\ -1 \end{pmatrix} s = ( 1 − 1 ) , find the vector q \mathbf q q such that ∣ q ∣ = 35 |\mathbf q| = 35 ∣ q ∣ = 35 and q \mathbf q q is in the direction of ( n + 5 s ) (\mathbf n + 5\mathbf s) ( n + 5 s ) .
The direction
n + 5 s = ( − 12 + 5 5 − 5 ) = ( − 7 0 ) {\mathbf n + 5\mathbf s = \begin{pmatrix} -12 + 5 \\ 5 - 5 \end{pmatrix} = \begin{pmatrix} -7 \\ 0 \end{pmatrix}} n + 5 s = ( − 12 + 5 5 − 5 ) = ( − 7 0 ) .
Think first. Work out n + 5s.
The unit vector
∣ n + 5 s ∣ = 7 {|\mathbf n + 5\mathbf s| = 7} ∣ n + 5 s ∣ = 7 , so the unit vector is ( − 1 0 ) {\begin{pmatrix} -1 \\ 0 \end{pmatrix}} ( − 1 0 ) .
Think first. Its length is 7. Divide by it.
Length 35
q = 35 ( − 1 0 ) = ( − 35 0 ) {\mathbf q = 35\begin{pmatrix} -1 \\ 0 \end{pmatrix} = \begin{pmatrix} -35 \\ 0 \end{pmatrix}} q = 35 ( − 1 0 ) = ( − 35 0 ) .
← Back Next step → Show all steps Start again
More: magnitudes and unit vectors
NECO 2023 · Paper 1 · Q31 Find the unit vector in the direction of r = 15 i + 16 j − 12 k \mathbf{r} = 15\mathbf{i} + 16\mathbf{j} - 12\mathbf{k} . NECO 2023 · Paper 1 · Q35 If x = 4 i + 5 j \mathbf{x} = 4\mathbf{i} + 5\mathbf{j} and y = − 3 i + 4 j \mathbf{y} = -3\mathbf{i} + 4\mathbf{j} , find the modulus of x − y \mathbf{x} - \mathbf{y} . WAEC 2017 · Paper 2 · Q8 Given that m = ( − 12 5 ) \mathbf m = \begin{pmatrix} -12 \\ 5 \end{pmatrix} and n = ( 1 − 1 ) \mathbf n = \begin{pmatrix} 1 \\ -1 \end{pmatrix} , … WAEC 2016 · Paper 2 · Q14 Four vectors, r = α i + β j \mathbf r = \alpha\mathbf i + \beta\mathbf j where α \alpha and β \beta are positive constants, s = 2 i − j \mathbf s = 2\mathbf i - \mathbf j , … WAEC 2018 · Paper 2 · Q7 Given that m = 3 i − 2 j \mathbf m = 3\mathbf i - 2\mathbf j , n = 2 i + 3 j \mathbf n = 2\mathbf i + 3\mathbf j and p = − i + 6 j \mathbf p = -\mathbf i + 6\mathbf j , … WAEC 2017 · Paper 2 · Q15 The position vectors of the points M M , N N , P P relative to a fixed point O O are m = 2 i + 3 j \mathbf m = 2\mathbf i + 3\mathbf j , … WAEC 2019 · Paper 2 · Q15 Given that m = i − j \mathbf m = \mathbf i - \mathbf j , n = 2 i + 3 j \mathbf n = 2\mathbf i + 3\mathbf j and 2 m + n − r = 0 2\mathbf m + \mathbf n - \mathbf r = \mathbf 0 , … WAEC 2008 · Paper 2 · Q7 The coordinates of points X X , Y Y and Z Z are ( 4 , 0 ) (4, 0) , ( 6 , 2 ) (6, 2) and ( − 2 , 1 ) (-2, 1) respectively. Find: WAEC 2009 · Paper 2 · Q8 The position vector of a body, with respect to the origin, is given by r = 4 t i + ( 12 − 3 t ) j \mathbf r = 4t\,\mathbf i + (12 - 3t)\,\mathbf j … WAEC 2020 · Paper 1 · Q37 Find the unit vector in the direction opposite to the resultant of forces F 1 = ( − 2 i − 3 j ) \mathbf{F}_1 = (-2\mathbf{i} - 3\mathbf{j}) and …
Magnitude and bearing
A vector can also be given as a length and a bearing, such as ( 8 N , 135 ∘ ) (8\text{ N}, 135^\circ) ( 8 N , 13 5 ∘ ) . The bearing is measured clockwise from north, so the east part uses sine and the north part uses cosine:
N 60° 4 sin 60° 4 cos 60° From a bearing to components (r, θ) = r sin θ i + r cos θ j
Going back, the length is x 2 + y 2 \sqrt{x^2 + y^2} x 2 + y 2 , and the bearing comes from tan − 1 \tan^{-1} tan − 1 of east over north, adjusted for the quadrant. Draw a quick sketch to see which quadrant the vector is in.
Worked example · WAEC 2016
WAEC 2016 · Paper 2 · Q15 (a)
Given that m = 6 i + 8 j \mathbf m = 6\mathbf i + 8\mathbf j m = 6 i + 8 j and n = − 8 i + 7 3 j \mathbf n = -8\mathbf i + \frac73\mathbf j n = − 8 i + 3 7 j , find, correct to two decimal places, the magnitudes and directions (bearings) of m \mathbf m m and n \mathbf n n .
The magnitude and bearing of m
∣ m ∣ = 36 + 64 = 10 {|\mathbf m| = \sqrt{36 + 64} = 10} ∣ m ∣ = 36 + 64 = 10 .
East 6, north 8: the angle from north is tan − 1 6 8 = 36.87 ∘ {\tan^{-1}\frac68 = 36.87^\circ} tan − 1 8 6 = 36.8 7 ∘ , so the bearing is 036.87 ∘ {036.87^\circ} 036.8 7 ∘ .
Think first. m = 6i + 8j points north-east. What is the angle from north?
The magnitude of n
∣ n ∣ = 64 + 49 9 = 625 9 = 25 3 ≈ 8.33 {|\mathbf n| = \sqrt{64 + \frac{49}{9}} = \sqrt{\frac{625}{9}} = \frac{25}{3} \approx 8.33} ∣ n ∣ = 64 + 9 49 = 9 625 = 3 25 ≈ 8.33 .
Think first. n = −8i + 7/3 j.
The bearing of n
It points north-west. The angle from north towards west is tan − 1 8 7 / 3 = tan − 1 24 7 = 73.74 ∘ {\tan^{-1}\frac{8}{7/3} = \tan^{-1}\frac{24}{7} = 73.74^\circ} tan − 1 7/3 8 = tan − 1 7 24 = 73.7 4 ∘ .
So the bearing is 360 ∘ − 73.74 ∘ = 286.26 ∘ {360^\circ - 73.74^\circ = 286.26^\circ} 36 0 ∘ − 73.7 4 ∘ = 286.2 6 ∘ .
Think first. West 8, north 7/3: which quadrant?
← Back Next step → Show all steps Start again
Check yourself
Write the force ( 12 N , 210 ∘ ) (12\text{ N}, 210^\circ) ( 12 N , 21 0 ∘ ) in the form x i + y j x\mathbf i + y\mathbf j x i + y j . Give x x x and y y y to two decimal places, separated by a comma.
More: magnitudes and bearings
WAEC 2011 · Paper 2 · Q5 Write the following as column vectors: r = ( 10 N , 090 ∘ ) \mathbf r = (10\text{ N}, 090^\circ) ; q = ( 8 N , 135 ∘ ) \mathbf q = (8\text{ N}, 135^\circ) . WAEC 2022 · Paper 2 · Q8 Given that p = ( 8 N , 030 ∘ ) \mathbf p = (8\text{ N}, 030^\circ) and q = ( 9 N , 150 ∘ ) \mathbf q = (9\text{ N}, 150^\circ) , find, in component form, the … WAEC 2020 · Paper 2 · Q7 If p = 2 i + 4 j \mathbf{p} = 2\mathbf{i} + 4\mathbf{j} and q = 3 i + j \mathbf{q} = 3\mathbf{i} + \mathbf{j} , find the magnitude and direction … WAEC 2008 · Paper 2 · Q8 The magnitude of a force x i + 15 j x\mathbf i + 15\mathbf j is 17 N 17\text{ N} . WAEC 2020 · Paper 1 · Q30 A force of 230 N acts in the direction 065 ∘ 065^\circ . Find its horizontal component. WAEC 2022 · Paper 1 · Q20 Given that P = ( − 4 , − 5 ) P = (-4, -5) and Q = ( 2 , 3 ) Q = (2, 3) , express P Q → \overrightarrow{PQ} in the form ( k , θ ) (k, \theta) , where k k is the magnitude …
Resultants of several forces
To add forces given by bearings, change each to components, add the i \mathbf i i parts and the j \mathbf j j parts, then change the total back. The force that keeps a body in equilibrium (the equilibrant ) is the resultant reversed.
Forces by size and bearing Set each force
−12 −8 −4 4 8 12 −12 −8 −4 4 8 12 E N 9.99i − 0.55j resultant, i and j 10 N, 93.1° magnitude and bearing
F₁ (N) = 6 F₁ bearing = 040° F₂ (N) = 8 F₂ bearing = 130° Show the equilibrant
F₁ = 6 sin 40° i + 6 cos 40° j = 3.86i + 4.6j; F₂ = 6.13i − 5.14j. Add the components, then the resultant has size √(9.99² + (−0.55)²) = 10 N.
Worked example · WAEC 2017
WAEC 2017 · Paper 2 · Q8
Forces F 1 ( 18 N , 330 ∘ ) F_1(18\text{ N}, 330^\circ) F 1 ( 18 N , 33 0 ∘ ) , F 2 ( 10 N , 090 ∘ ) F_2(10\text{ N}, 090^\circ) F 2 ( 10 N , 09 0 ∘ ) and F 3 ( 25 N , 180 ∘ ) F_3(25\text{ N}, 180^\circ) F 3 ( 25 N , 18 0 ∘ ) act on a body at rest. Find, correct to one decimal place, the magnitude and direction of the resultant force.
Components
F 1 {F_1} F 1 : 18 sin 330 ∘ = − 9 {18\sin 330^\circ = -9} 18 sin 33 0 ∘ = − 9 and 18 cos 330 ∘ = 15.588 {18\cos 330^\circ = 15.588} 18 cos 33 0 ∘ = 15.588 .
F 2 {F_2} F 2 : 10 sin 90 ∘ = 10 {10\sin 90^\circ = 10} 10 sin 9 0 ∘ = 10 and 10 cos 90 ∘ = 0 {10\cos 90^\circ = 0} 10 cos 9 0 ∘ = 0 .
F 3 {F_3} F 3 : 25 sin 180 ∘ = 0 {25\sin 180^\circ = 0} 25 sin 18 0 ∘ = 0 and 25 cos 180 ∘ = − 25 {25\cos 180^\circ = -25} 25 cos 18 0 ∘ = − 25 .
Think first. East part r sin θ, north part r cos θ, for each force.
Add them
East: − 9 + 10 + 0 = 1 {-9 + 10 + 0 = 1} − 9 + 10 + 0 = 1 .
North: 15.588 + 0 − 25 = − 9.412 {15.588 + 0 - 25 = -9.412} 15.588 + 0 − 25 = − 9.412 .
Magnitude and bearing
∣ R ∣ = 1 2 + 9.412 2 = 89.59 ≈ 9.5 {|\mathbf R| = \sqrt{1^2 + 9.412^2} = \sqrt{89.59} \approx 9.5} ∣ R ∣ = 1 2 + 9.41 2 2 = 89.59 ≈ 9.5 N.
It points south-east: the angle east of south is tan − 1 1 9.412 = 6.07 ∘ {\tan^{-1}\frac{1}{9.412} = 6.07^\circ} tan − 1 9.412 1 = 6.0 7 ∘ .
So the bearing is 180 ∘ − 6.07 ∘ ≈ 173.9 ∘ {180^\circ - 6.07^\circ \approx 173.9^\circ} 18 0 ∘ − 6.0 7 ∘ ≈ 173. 9 ∘ .
Think first. 1 east and 9.412 south: which quadrant?
← Back Next step → Show all steps Start again
More: resultants of forces
WAEC 2023 · Paper 2 · Q7 Forces ( 8 N , 080 ∘ ) (8\text{ N}, 080^\circ) , ( 18 N , 240 ∘ ) (18\text{ N}, 240^\circ) and ( 6 N , 300 ∘ ) (6\text{ N}, 300^\circ) act on a particle. Find, correct … WAEC 2011 · Paper 2 · Q8 A particle of mass 400 g 400\text{ g} is moving under the action of two forces F 1 = ( 35 N , 210 ∘ ) F_1 = (35\text{ N}, 210^\circ) and F 2 = ( 35 3 N , 300 ∘ ) F_2 = (35\sqrt3\text{ N}, 300^\circ) … WAEC 2011 · Paper 2 · Q18 Forces F 1 = ( 3 N , 210 ∘ ) F_1 = (3\text{ N}, 210^\circ) and F 2 = ( 4 N , 120 ∘ ) F_2 = (4\text{ N}, 120^\circ) act on a particle of mass 7 kg 7\text{ kg} which … WAEC 2016 · Paper 2 · Q8 Forces ( 40 N , 045 ∘ ) (40\text{ N}, 045^\circ) and ( Q N , 135 ∘ ) (Q\text{ N}, 135^\circ) act on a body initially at rest. If the magnitude of their … WAEC 2018 · Paper 2 · Q14 A body is under the action of forces M = ( 4 N , 030 ∘ ) M = (4\text{ N}, 030^\circ) , N = ( 10 N , 300 ∘ ) N = (10\text{ N}, 300^\circ) and P = ( a N , x ∘ ) P = (a\text{ N}, x^\circ) … WAEC 2019 · Paper 2 · Q14 Two forces T ( 8 N , 030 ∘ ) T(8\text{ N}, 030^\circ) and Q ( 10 N , 150 ∘ ) Q(10\text{ N}, 150^\circ) act on a body. Find the: (i) component of the resultant … WAEC 2013 · Paper 2 · Q7 The initial velocity of a particle of mass 0.1 kg 0.1\text{ kg} is 40 m s − 1 40\text{ m s}^{-1} in the direction of the unit vector j \mathbf j . … WAEC 2014 · Paper 2 · Q8 Find the direction of the resultant of the forces in the diagram. Give the direction as a bearing. WAEC 2014 · Paper 2 · Q15 A ( − 1 , 2 ) A(-1, 2) , B ( 3 , 5 ) B(3, 5) and C ( 4 , 8 ) C(4, 8) are the vertices of triangle A B C ABC . Forces whose magnitudes are 5 N 5\text{ N} and 3 10 N 3\sqrt{10}\text{ N} …WAEC 2020 · Paper 1 · Q19 Given that F = 3 i − 12 j \mathbf{F} = 3\mathbf{i} - 12\mathbf{j} , R = 7 i + 5 j \mathbf{R} = 7\mathbf{i} + 5\mathbf{j} and N = p i + q j \mathbf{N} = p\mathbf{i} + q\mathbf{j} … WAEC 2022 · Paper 1 · Q37 A particle is acted upon by forces F = ( 10 N , 060 ∘ ) F = (10\text{ N}, 060^\circ) , P = ( 15 N , 120 ∘ ) P = (15\text{ N}, 120^\circ) and Q = ( 12 N , 200 ∘ ) Q = (12\text{ N}, 200^\circ) . … WAEC 2023 · Paper 1 · Q39 Given that r = ( 10 N , 200 ∘ ) \mathbf{r} = (10\ \text{N}, 200^\circ) and n = ( 16 N , 020 ∘ ) \mathbf{n} = (16\ \text{N}, 020^\circ) , find ( 3 r − 2 n ) (3\mathbf{r} - 2\mathbf{n}) .
Unknown scalars
When one vector is written as m a + n b m\mathbf a + n\mathbf b m a + n b , match the i \mathbf i i parts and the j \mathbf j j parts. That gives two equations in m m m and n n n .
Your turn
The vectors 6 i + 8 j 6\mathbf i + 8\mathbf j 6 i + 8 j and 8 i − 6 j 8\mathbf i - 6\mathbf j 8 i − 6 j are parallel to O P → \overrightarrow{OP} O P and O Q → \overrightarrow{OQ} O Q respectively. If the magnitudes of O P → \overrightarrow{OP} O P and O Q → \overrightarrow{OQ} O Q are 80 units and 120 units respectively, express:
(a) O P → \overrightarrow{OP} O P and O Q → \overrightarrow{OQ} O Q in terms of i \mathbf i i and j \mathbf j j ;
Show the answer O P → = 48 i + 64 j \overrightarrow{OP} = 48\mathbf i + 64\mathbf j O P = 48 i + 64 j , O Q → = 96 i − 72 j \overrightarrow{OQ} = 96\mathbf i - 72\mathbf j O Q = 96 i − 72 j
(b) ∣ P Q → ∣ |\overrightarrow{PQ}| ∣ P Q ∣ in the form c k c\sqrt k c k , where c c c and k k k are constants.
Worked solution (try it first) (a) ∣ 6 i + 8 j ∣ = 10 |6\mathbf i + 8\mathbf j| = 10 ∣6 i + 8 j ∣ = 10 , so
O P → = 80 10 ( 6 i + 8 j ) \overrightarrow{OP} = \frac{80}{10}(6\mathbf i + 8\mathbf j) O P = 10 80 ( 6 i + 8 j ) = 48 i + 64 j = 48\mathbf i + 64\mathbf j = 48 i + 64 j .
∣ 8 i − 6 j ∣ = 10 |8\mathbf i - 6\mathbf j| = 10 ∣8 i − 6 j ∣ = 10 , so
O Q → = 120 10 ( 8 i − 6 j ) \overrightarrow{OQ} = \frac{120}{10}(8\mathbf i - 6\mathbf j) O Q = 10 120 ( 8 i − 6 j ) = 96 i − 72 j = 96\mathbf i - 72\mathbf j = 96 i − 72 j .
(b) P Q → = O Q → − O P → \overrightarrow{PQ} = \overrightarrow{OQ} - \overrightarrow{OP} P Q = O Q − O P = 48 i − 136 j = 48\mathbf i - 136\mathbf j = 48 i − 136 j .
∣ P Q → ∣ = 2304 + 18 496 |\overrightarrow{PQ}| = \sqrt{2304 + 18\,496} ∣ P Q ∣ = 2304 + 18 496 = 20 800 = \sqrt{20\,800} = 20 800 .
20 800 = 1600 × 13 20\,800 = 1600 \times 13 20 800 = 1600 × 13 , so
∣ P Q → ∣ = 40 13 |\overrightarrow{PQ}| = 40\sqrt{13} ∣ P Q ∣ = 40 13 .
Watch out
Scale the unit vector: multiply by 80 10 \frac{80}{10} 10 80 , not by 80. P Q → \overrightarrow{PQ} P Q is end minus start: O Q → − O P → \overrightarrow{OQ} - \overrightarrow{OP} O Q − O P .Report a problem with this question