Applications of Vectors
A ship steaming north-east at 20 knots, a plane buffeted by a crosswind, a beam under two tension forces — all of these are vector problems in disguise. In this lesson you'll translate real-world scenarios into vectors, resolve forces and velocities, and use dot products and projections to extract distances and angles.
A plane's airspeed vector is $(300, 0)$ km/h and the wind vector is $(0, 50)$ km/h. Without calculating — estimate the ground speed and the direction the plane actually travels. Write your reasoning below.
Vector applications all reduce to the same four toolkit items:
1. Resultant (addition): Combine forces or velocities — $\mathbf{R} = \mathbf{F}_1 + \mathbf{F}_2$. Speed = $|\mathbf{R}|$.
2. Component resolution: Split a vector at angle $\theta$ into horizontal and vertical parts — $(F\cos\theta,\, F\sin\theta)$.
3. Relative velocity: Velocity of $A$ relative to $B$ is $\mathbf{v}_{A/B} = \mathbf{v}_A - \mathbf{v}_B$.
4. Dot product applications: Angle between vectors, work done ($W = \mathbf{F}\cdot\mathbf{d}$), projection onto a direction.
Key facts
- Resultant force/velocity: add component vectors
- Relative velocity: $\mathbf{v}_{A/B} = \mathbf{v}_A - \mathbf{v}_B$
- Work: $W = \mathbf{F} \cdot \mathbf{d}$; equilibrium: net force $= \mathbf{0}$
Concepts
- Why vector addition gives the resultant effect of multiple forces or velocities
- How the dot product measures the "overlap" between force and displacement
- The difference between speed (scalar) and velocity (vector)
Skills
- Resolve forces and velocities into components and find resultants
- Solve navigation problems using bearing-to-component conversion
- Calculate work done and find angles using the dot product
When several forces act on a particle simultaneously, the resultant is their vector sum. To find it:
- Resolve each force into $x$ and $y$ components (using magnitude and angle).
- Sum all $x$-components: $R_x = \sum F_{ix}$.
- Sum all $y$-components: $R_y = \sum F_{iy}$.
- Find magnitude: $|\mathbf{R}| = \sqrt{R_x^2 + R_y^2}$.
- Find direction: $\theta = \tan^{-1}\!\left(\dfrac{R_y}{R_x}\right)$ (adjust for quadrant).
Equilibrium condition: For a particle in equilibrium, $R_x = 0$ and $R_y = 0$ simultaneously. This gives a system of two equations to solve for unknown magnitudes or angles.
Resultant: $\vec{F}_{\text{net}}=\sum\vec{F}_i$ component-wise. Bearing $\theta^\circ$ to components: $\begin{pmatrix}\sin\theta\\\cos\theta\end{pmatrix}\times\text{speed}$.
Pause — copy the resultant force method: express each force as a component vector, sum all $x$-components and all $y$-components separately into your book.
Quick check: Two forces act on a particle: $\mathbf{F}_1 = (3,4)$ N and $\mathbf{F}_2 = (-1,2)$ N. What is the magnitude of the resultant force?
We just saw that when multiple forces act on a particle, the resultant is their vector sum, computed component by component. That raises a question: for navigation problems (ship/plane with velocity plus current/wind), how do you convert a bearing angle to a component vector, and what is the resultant velocity? This card answers it → bearing $\theta^\circ$ gives direction vector $\begin{pmatrix}\sin\theta\\\cos\theta\end{pmatrix}$; multiply by speed; add all force/velocity vectors component-wise.
In navigation problems, velocities add as vectors:
Bearing to component conversion: A bearing of $\theta°$ (measured clockwise from north) gives direction vector $(\sin\theta°, \cos\theta°)$. Multiply by the speed to get the velocity vector.
Example: A ship travels on bearing $060°$ at speed 20 knots. Its velocity vector is:
$20(\sin 60°, \cos 60°) = 20\!\left(\dfrac{\sqrt{3}}{2}, \dfrac{1}{2}\right) = (10\sqrt{3},\, 10)$ knots.
Bearing to component conversion: A bearing of $\theta°$ (measured clockwise from north) gives direction vector $(\sin\theta°, \cos\theta°)$. Multiply by the speed to get the velocity vector.
Pause — copy the bearing-to-component conversion: bearing $\theta^\circ\to\begin{pmatrix}\sin\theta\\\cos\theta\end{pmatrix}$; include a worked navigation example into your book.
Did you get this? True or false: A bearing of $090°$ (due east) corresponds to direction vector $(1, 0)$ when north is the positive $y$-axis.
Worked examples · 3 in a row, reveal as you go
Two forces act on a particle: $\mathbf{F}_1 = 10$ N at $30°$ above the positive $x$-axis, and $\mathbf{F}_2 = 8$ N at $120°$ above the positive $x$-axis. Find the magnitude and direction of the resultant.
A boat travels on bearing $030°$ at 12 km/h in still water. A current flows due east at 3 km/h. Find the boat's actual speed and bearing.
A force $\mathbf{F} = (4, 3)$ N acts on a particle that moves with displacement $\mathbf{d} = (6, -2)$ m. Find (a) the work done, and (b) the angle between $\mathbf{F}$ and $\mathbf{d}$.
Fill the gap: A particle is in equilibrium when the sum of all forces equals (the zero vector), which means both the $x$ and $y$ components of the net force equal .
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: If $|\mathbf{F}_1|=5$ N and $|\mathbf{F}_2|=3$ N, the magnitude of the resultant must equal 8 N.
Activities · practice with the ideas
A boat heads due north at 10 km/h and a current flows due east at 4 km/h. Find the actual speed and bearing of the boat.
Forces $\mathbf{F}_1 = (5, 0)$ N and $\mathbf{F}_2 = (0, -12)$ N act on a particle. Find the resultant magnitude and the angle it makes with the positive $x$-axis.
Find the work done by $\mathbf{F} = (2, 5)$ N as a particle moves from $A(1,1)$ to $B(4,3)$.
A particle is in equilibrium under forces $\mathbf{F}_1 = (3, k)$ N and $\mathbf{F}_2 = (-3, 5)$ N. Find $k$.
Find the angle between $\mathbf{a} = (1, \sqrt{3})$ and $\mathbf{b} = (\sqrt{3}, 1)$ using the dot product formula.
Odd one out: Three of these statements are correct. Which one is FALSE?
Earlier you estimated the plane's ground speed when airspeed was $(300,0)$ and wind was $(0,50)$.
The ground velocity is $(300,50)$. Speed $= \sqrt{300^2+50^2}=\sqrt{92500}\approx \mathbf{304.1}$ km/h — only slightly faster than airspeed because the wind is perpendicular. The direction is $\tan^{-1}(50/300)\approx 9.5°$ north of east, giving bearing $\approx 080.5°$. Key insight: perpendicular vectors add by Pythagoras; small cross-components barely change speed but noticeably shift direction.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. A plane flies on bearing $045°$ at 200 km/h in still air. A wind blows from the south (i.e. in the direction north) at 30 km/h. Find the actual ground speed and bearing of the plane. (2 marks)
Q2. A force $\mathbf{F} = (6, 8)$ N acts on a particle that moves from $P(2, 3)$ to $Q(7, 6)$. Find (a) the work done, and (b) the angle between $\mathbf{F}$ and $\overrightarrow{PQ}$. (3 marks)
Q3. A particle is in equilibrium under three forces: $\mathbf{F}_1 = (3, 2)$ N, $\mathbf{F}_2 = (-1, k)$ N, and $\mathbf{F}_3 = (m, -5)$ N. Find $k$ and $m$. (3 marks)
Comprehensive answers (click to reveal)
Activity answers:
1. Ground velocity $(4,10)$. Speed $=\sqrt{16+100}=\sqrt{116}=2\sqrt{29}\approx 10.77$ km/h. Bearing $=\tan^{-1}(4/10)\approx 21.8°$ east of north $\approx$ bearing $022°$.
2. $\mathbf{R}=(5,-12)$. $|\mathbf{R}|=\sqrt{25+144}=\sqrt{169}=13$ N. $\theta=\tan^{-1}(-12/5)\approx -67.4°$ (i.e. $67.4°$ below the positive $x$-axis).
3. $\mathbf{d}=(3,2)$. $W=(2)(3)+(5)(2)=6+10=16$ J.
4. $y$: $k+5=0\Rightarrow k=-5$.
5. $\mathbf{a}\cdot\mathbf{b}=\sqrt{3}+\sqrt{3}=2\sqrt{3}$. $|\mathbf{a}|=|\mathbf{b}|=2$. $\cos\theta=\tfrac{2\sqrt{3}}{4}=\tfrac{\sqrt{3}}{2}\Rightarrow\theta=30°$.
Q1 (2 marks): Plane: $200(\tfrac{\sqrt{2}}{2},\tfrac{\sqrt{2}}{2})=(100\sqrt{2},100\sqrt{2})$. Wind: $(0,30)$. Ground velocity: $(100\sqrt{2},100\sqrt{2}+30)$ [1]. Speed $=\sqrt{20000+(100\sqrt{2}+30)^2}$. $100\sqrt{2}\approx141.4$, so $R_y\approx171.4$. Speed $\approx\sqrt{20000+29378}\approx\sqrt{49378}\approx222.2$ km/h. Bearing: $\tan^{-1}(141.4/171.4)\approx\tan^{-1}(0.825)\approx39.6°$, bearing $\approx040°$ [1].
Q2 (3 marks): $\overrightarrow{PQ}=(5,3)$ [1]. $W=(6)(5)+(8)(3)=30+24=54$ J [1]. $|\mathbf{F}|=\sqrt{36+64}=10$, $|\overrightarrow{PQ}|=\sqrt{25+9}=\sqrt{34}$. $\cos\theta=\dfrac{54}{10\sqrt{34}}\Rightarrow\theta=\cos^{-1}\!\left(\dfrac{54}{10\sqrt{34}}\right)\approx\cos^{-1}(0.926)\approx22.2°$ [1].
Q3 (3 marks): $x$: $3-1+m=0\Rightarrow m=-2$ [1]. $y$: $2+k-5=0\Rightarrow k=3$ [1]. Verify: $\mathbf{F}_1+\mathbf{F}_2+\mathbf{F}_3=(3-1-2,2+3-5)=(0,0)$ ✓ [1].
Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering vector application questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.