Vectors
Syllabus Identity
- Curriculum: Mathematics
- Topic ID:
topic-csee-basic-mathematics-2005-[[vector|vectors]] - Form: Form IV
- Hub: Geometry and Measurement
- Competence grouping: Trigonometry, vectors, matrices and transformations
This is a current Mathematics syllabus topic. It preserves the 2005 Basic Mathematics identity and order for exam-facing mapping. Do not merge it into the 2023 Mathematics transition topic page even when the learning idea overlaps.
Official Scope
Current Mathematics syllabus topic covering displacement and position vectors; magnitude and direction; sums and differences; scalar multiplication.
Subtopics
Core Concepts
In physics and mathematics, physical quantities are classified into two broad categories: scalars and vectors. A scalar is a quantity that has only magnitude (size), such as mass, temperature, or time. A vector is a quantity that possesses both magnitude and direction, such as force, velocity, or displacement.
Vectors are typically denoted by boldface letters (e.g., $\mathbf{a}, \mathbf{v}$), letters with arrows above them (e.g., $\vec{a}, \vec{v}$), or underlined letters (e.g., $\underline{a}, \underline{v}$). On a Cartesian coordinate plane, a vector can be represented using its components along the x and y axes, either in a column or bracket format such as $(x, y)$ or $\begin{pmatrix} x \\ y \end{pmatrix}$, or using the standard unit vectors $\mathbf{i}$ (a vector of length 1 along the positive x-axis) and $\mathbf{j}$ (a vector of length 1 along the positive y-axis) as $x\mathbf{i} + y\mathbf{j}$.
Displacement and Position Vectors
- Position Vector: The position vector of a point describes its location strictly relative to the origin $O(0,0)$. If a point $P$ has coordinates $(x, y)$, its position vector is denoted as $\vec{OP}$ and is written as:
- Displacement Vector: A displacement vector describes the straight-line change in position from one point to another. The displacement vector from a starting point $A(x_1, y_1)$ to an endpoint $B(x_2, y_2)$ is denoted as $\vec{AB}$. It can be found algebraically by taking the difference of their position vectors ("destination minus origin"):
$$ \vec{OP} = x\mathbf{i} + y\mathbf{j} $$
$$ \vec{AB} = \vec{OB} - \vec{OA} = (x_2 - x_1)\mathbf{i} + (y_2 - y_1)\mathbf{j} $$
Magnitude and Direction
- Magnitude: The magnitude (or length) of a vector $\mathbf{v} = x\mathbf{i} + y\mathbf{j}$ is a scalar quantity denoted by $|\mathbf{v}|$. Geometrically, it represents the hypotenuse of a right-angled triangle formed by its x and y components. By the Pythagorean theorem:
- Direction: The direction of a vector is commonly defined by the angle $\theta$ it makes with the positive x-axis (measured counter-clockwise). It is determined using the tangent function:
$$ |\mathbf{v}| = \sqrt{x^2 + y^2} $$
$$ \tan \theta = \frac{y}{x} \implies \theta = \tan^{-1}\left(\frac{y}{x}\right) $$ When calculating the direction algebraically, you must observe the signs of $x$ and $y$ to correctly determine which of the four quadrants the vector lies in. In navigation and geographic word problems, direction is usually given as a compass bearing, measured clockwise from the North.
Sums and Differences
Vectors can be combined both graphically and algebraically:
- Graphical Addition: To add two vectors $\mathbf{a}$ and $\mathbf{b}$ geometrically, place the tail of $\mathbf{b}$ at the head of $\mathbf{a}$ (the Triangle Law). The sum, or resultant vector, is the line drawn from the tail of $\mathbf{a}$ straight to the head of $\mathbf{b}$.
- Algebraic Addition & Subtraction: To add or subtract vectors, simply add or subtract their corresponding horizontal ($\mathbf{i}$) and vertical ($\mathbf{j}$) components:
Given $\mathbf{a} = x_1\mathbf{i} + y_1\mathbf{j}$ and $\mathbf{b} = x_2\mathbf{i} + y_2\mathbf{j}$: $$ \mathbf{a} + \mathbf{b} = (x_1 + x_2)\mathbf{i} + (y_1 + y_2)\mathbf{j} $$ $$ \mathbf{a} - \mathbf{b} = (x_1 - x_2)\mathbf{i} + (y_1 - y_2)\mathbf{j} $$
Scalar Multiplication
A vector can be multiplied by a real number (a scalar), denoted as $k$. Multiplying a vector $\mathbf{v} = x\mathbf{i} + y\mathbf{j}$ by a scalar $k$ distributes the scalar to both components: $$ k\mathbf{v} = kx\mathbf{i} + ky\mathbf{j} $$
- If $k > 0$, the vector's magnitude is scaled by a factor of $k$, but its direction remains unchanged.
- If $k < 0$, the vector's magnitude is scaled by $|k|$, but its direction is completely reversed (rotated by $180^\circ$).
Worked Examples
Example 1: Position and Displacement Vectors Question: Given points $A(2, 5)$ and $B(7, -3)$, find their position vectors and calculate the displacement vector $\vec{AB}$. Solution: The position vectors relative to the origin $O$ are simply the coordinates attached to unit vectors: $$ \vec{OA} = 2\mathbf{i} + 5\mathbf{j} $$ $$ \vec{OB} = 7\mathbf{i} - 3\mathbf{j} $$ The displacement vector $\vec{AB}$ is found by subtracting the position vector of the start point from the endpoint: $$ \vec{AB} = \vec{OB} - \vec{OA} $$ $$ \vec{AB} = (7\mathbf{i} - 3\mathbf{j}) - (2\mathbf{i} + 5\mathbf{j}) $$ $$ \vec{AB} = (7 - 2)\mathbf{i} + (-3 - 5)\mathbf{j} = 5\mathbf{i} - 8\mathbf{j} $$
Example 2: Scalar Multiplication and Magnitude Question: If $\mathbf{p} = 3\mathbf{i} - 4\mathbf{j}$, find the magnitude of $2\mathbf{p}$. Solution: First, multiply the vector $\mathbf{p}$ by the scalar $2$: $$ 2\mathbf{p} = 2(3\mathbf{i} - 4\mathbf{j}) = 6\mathbf{i} - 8\mathbf{j} $$ Next, find the magnitude using the formula $|\mathbf{v}| = \sqrt{x^2 + y^2}$: $$ |2\mathbf{p}| = \sqrt{6^2 + (-8)^2} = \sqrt{36 + 64} = \sqrt{100} = 10 $$
Example 3: Solving Vector Equations Question: The points $P$ and $Q$ have position vectors $\mathbf{a}$ and $\mathbf{b}$, respectively. If $\mathbf{a} = 2\mathbf{i} - 7\mathbf{j}$ and $2\mathbf{a} + 3\mathbf{b} = 13\mathbf{i} - 2\mathbf{j}$, find the components of vector $\mathbf{b}$. Solution: Substitute the known vector $\mathbf{a}$ into the given equation: $$ 2(2\mathbf{i} - 7\mathbf{j}) + 3\mathbf{b} = 13\mathbf{i} - 2\mathbf{j} $$ Expand the scalar multiplication: $$ 4\mathbf{i} - 14\mathbf{j} + 3\mathbf{b} = 13\mathbf{i} - 2\mathbf{j} $$ Isolate $3\mathbf{b}$ by subtracting $4\mathbf{i} - 14\mathbf{j}$ from both sides: $$ 3\mathbf{b} = (13\mathbf{i} - 2\mathbf{j}) - (4\mathbf{i} - 14\mathbf{j}) $$ $$ 3\mathbf{b} = (13 - 4)\mathbf{i} + (-2 - (-14))\mathbf{j} $$ $$ 3\mathbf{b} = 9\mathbf{i} + 12\mathbf{j} $$ Divide by $3$ to find $\mathbf{b}$: $$ \mathbf{b} = \frac{1}{3}(9\mathbf{i} + 12\mathbf{j}) = 3\mathbf{i} + 4\mathbf{j} $$
Example 4: Resultant Magnitude with Surds Question: Given that $\mathbf{a} = 2\mathbf{i} - \mathbf{j}$, $\mathbf{b} = -\mathbf{i} + 3\mathbf{j}$ and $\mathbf{c} = 3\mathbf{i} - 4\mathbf{j}$, determine the magnitude of $\mathbf{a} + \mathbf{b} + \mathbf{c}$ in the form $n\sqrt{m}$. Solution: First, find the resultant vector by adding $\mathbf{a}$, $\mathbf{b}$, and $\mathbf{c}$ algebraically: $$ \mathbf{a} + \mathbf{b} + \mathbf{c} = (2\mathbf{i} - \mathbf{j}) + (-\mathbf{i} + 3\mathbf{j}) + (3\mathbf{i} - 4\mathbf{j}) $$ Combine the respective $\mathbf{i}$ and $\mathbf{j}$ components: $$ \mathbf{a} + \mathbf{b} + \mathbf{c} = (2 - 1 + 3)\mathbf{i} + (-1 + 3 - 4)\mathbf{j} = 4\mathbf{i} - 2\mathbf{j} $$ Calculate the magnitude of the new vector: $$ |\mathbf{a} + \mathbf{b} + \mathbf{c}| = \sqrt{4^2 + (-2)^2} = \sqrt{16 + 4} = \sqrt{20} $$ Simplify the radical to fit the required form $n\sqrt{m}$: $$ \sqrt{20} = \sqrt{4 \times 5} = 2\sqrt{5} $$
Example 5: Comparing Vector Lengths Question: If $\mathbf{a} = (4, 3)$, $\mathbf{b} = (-4, 1)$ and $\mathbf{c} = (2, 5)$, determine which of the vectors $\mathbf{a} + 2\mathbf{b}$ and $3\mathbf{a} + \mathbf{c}$ is longer than the other. Solution: First, determine the exact components of both resultant vectors. For $\mathbf{a} + 2\mathbf{b}$: $$ \mathbf{a} + 2\mathbf{b} = (4, 3) + 2(-4, 1) = (4, 3) + (-8, 2) = (4 - 8, 3 + 2) = (-4, 5) $$ Magnitude of $\mathbf{a} + 2\mathbf{b}$: $$ |\mathbf{a} + 2\mathbf{b}| = \sqrt{(-4)^2 + 5^2} = \sqrt{16 + 25} = \sqrt{41} \approx 6.40 $$ For $3\mathbf{a} + \mathbf{c}$: $$ 3\mathbf{a} + \mathbf{c} = 3(4, 3) + (2, 5) = (12, 9) + (2, 5) = (14, 14) $$ Magnitude of $3\mathbf{a} + \mathbf{c}$: $$ |3\mathbf{a} + \mathbf{c}| = \sqrt{14^2 + 14^2} = \sqrt{196 + 196} = \sqrt{392} \approx 19.80 $$ Since $\sqrt{392} > \sqrt{41}$, the vector $3\mathbf{a} + \mathbf{c}$ is significantly longer than $\mathbf{a} + 2\mathbf{b}$.
Example 6: Relative Velocities in Two Dimensions Question: A boat crosses a river at a velocity of 30 km/h southwards. Water in the river flows at 5 km/h due East. By using the knowledge of vectors, calculate the resultant velocity of the boat. Give the answer correct to 2 decimal places. Solution: Let $\mathbf{i}$ represent the direction due East and $\mathbf{j}$ represent the direction due North. Velocity of the boat (southwards): $\mathbf{v}_b = -30\mathbf{j}$ Velocity of the river water (Eastwards): $\mathbf{v}_r = 5\mathbf{i}$ The resultant velocity $\mathbf{v}$ is the vector sum of the boat's velocity and the river's velocity: $$ \mathbf{v} = \mathbf{v}_r + \mathbf{v}_b = 5\mathbf{i} - 30\mathbf{j} $$ To find the resultant speed (which is the magnitude of the resultant velocity vector): $$ |\mathbf{v}| = \sqrt{5^2 + (-30)^2} = \sqrt{25 + 900} = \sqrt{925} $$ $$ |\mathbf{v}| \approx 30.41 \text{ km/h} $$ The resultant velocity of the boat is $30.41 \text{ km/h}$.
Example 7: Complex Displacement using Bearings Question: A man walks 4 km from point $P$ to point $Q$ in the direction N60°E, then 3 km from $Q$ to $R$ in the direction N30°W. Find the resultant displacement. Solution: There are two ways to solve this. The simplest way leverages vector addition via geometry. Notice the bearings of his movements:
- Direction N60°E corresponds to a compass bearing of $060^\circ$.
- Direction N30°W corresponds to a compass bearing of $330^\circ$.
The angle between the direction $060^\circ$ and $330^\circ$ is exactly $90^\circ$ (since $330^\circ - (060^\circ + 180^\circ) = 90^\circ$). Because the man makes a sharp $90^\circ$ turn at point $Q$, the vectors $\vec{PQ}$ and $\vec{QR}$ form a right-angled triangle. We can use Pythagoras' theorem directly to find the magnitude of the resultant displacement $\vec{PR}$: $$ |\vec{PR}| = \sqrt{|\vec{PQ}|^2 + |\vec{QR}|^2} $$ $$ |\vec{PR}| = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5 \text{ km} $$ (Algebraically: resolving into components yields $\vec{PQ} = 2\sqrt{3}\mathbf{i} + 2\mathbf{j}$ and $\vec{QR} = -1.5\mathbf{i} + 1.5\sqrt{3}\mathbf{j}$. Summing these and finding the magnitude will mathematically simplify to exactly $5$ km).
Common Pitfalls & Misconceptions
- Confusing Displacement Direction (The "Origin/Destination" Mix-up): A frequent mistake occurs when finding the displacement vector $\vec{AB}$. Students often mistakenly write $\vec{AB} = \vec{OA} - \vec{OB}$. Remember the rule is always "Destination minus Origin", hence $\vec{AB} = \vec{OB} - \vec{OA}$.
- Ignoring Negative Signs during Magnitude Calculation: When applying Pythagoras theorem to calculate magnitude, negative components often get subtracted rather than squared properly. Writing $|\mathbf{v}| = \sqrt{x^2 - y^2}$ instead of $\sqrt{x^2 + (-y)^2}$ leads to fatal calculation errors. Remember that the square of a negative number is always positive, and the values under the square root must always be added.
- Mix-ups Between standard angles and Bearings: In mathematics, angles are normally measured counter-clockwise from the positive x-axis. In navigation, however, bearings are measured clockwise from True North (the positive y-axis). N60°E means starting at North and turning $60^\circ$ towards the East. Understanding this distinction is crucial for drawing accurate vector diagrams.
- Treating Magnitude as the Full Answer: Sometimes questions ask to "find the resultant vector", and a student will merely provide the magnitude. Unless specifically asked for "magnitude" or "speed", a vector question requires both components (i.e. leaving the answer in the form $x\mathbf{i} + y\mathbf{j}$) or providing both the magnitude and angle.
NECTA Exam Focus
Based on recent past papers (2018-2025), Vectors are a highly predictable and standardized topic in the CSEE Basic Mathematics exam.
- High Prevalence in Section A: Vectors usually feature heavily as a standalone 4 to 6 mark question in the first section of Paper 1.
- Solving Vector Equations: You will regularly be asked to find a missing vector or its components by substituting given vectors into a simple algebraic equation (e.g., $2\mathbf{a} + 3\mathbf{b} = \mathbf{c}$).
- Resultant Magnitudes: A recurring core theme involves calculating the sum of 2 or 3 vectors and then finding the magnitude of that resultant. Expect to simplify your final magnitude answer as a surd (like $n\sqrt{m}$).
- Real-World Word Problems: NECTA strongly favors translating physical scenarios into vector form. Classic examples include calculating resultant velocities of objects moving across currents (boats/planes) and calculating total displacement from compound geographic journeys.
Practice Problems
Basic to Medium Difficulty
- The points $A$ and $B$ have position vectors $\mathbf{a}$ and $\mathbf{b}$, respectively. If $\mathbf{a} = 3\mathbf{i} - 5\mathbf{j}$ and $3\mathbf{a} + 2\mathbf{b} = 15\mathbf{i} - \mathbf{j}$, find the components of vector $\mathbf{b}$.
- Given that $\mathbf{x} = 4\mathbf{i} - 3\mathbf{j}$ and $\mathbf{y} = -2\mathbf{i} + 5\mathbf{j}$, determine the magnitude of $\mathbf{x} + 2\mathbf{y}$.
- If $\mathbf{u} = (3, 2)$ and $\mathbf{v} = (1, -4)$, which of the vectors $\mathbf{u} - \mathbf{v}$ and $2\mathbf{u} + \frac{1}{2}\mathbf{v}$ has a greater magnitude?
- If $\mathbf{p} = (2, -1)$, $\mathbf{q} = (3, 4)$ and $\mathbf{r} = (-1, 2)$, determine the magnitude of $\mathbf{p} - 2\mathbf{q} + 3\mathbf{r}$.
- Find the unit vector in the direction of the vector $\mathbf{m} = 6\mathbf{i} - 8\mathbf{j}$.
Advanced Difficulty (Section B Style)
- A boat crosses a river at a velocity of 24 km/h southwards. Water in the river flows at 7 km/h due East. By using the knowledge of vectors, calculate the resultant velocity of the boat. Give the answer correct to 1 decimal place.
- A man walks 6 km from point $A$ to point $B$ in the direction N50°E, then 8 km from $B$ to $C$ in the direction N40°W. Find the total resultant displacement of the man from point $A$.
- Given the points $P(-2, 4)$, $Q(1, 8)$, and $R(4, y)$, find the value of $y$ if the displacement vectors $\vec{PQ}$ and $\vec{QR}$ are equal. What can you say about points $P, Q,$ and $R$?
- An airplane points due North and flies with an airspeed of 450 km/h. A crosswind blows due East at 60 km/h. Determine the resultant ground speed of the airplane.
Crosswalk Notes
Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json. Partial and 2005-only mappings remain reviewable.
+ Related Pages
Syllabus Sequence
- Previous: Trigonometry
- Next: Matrices and Transformations
Sibling Topics
- Units
- Geometry
- Coordinate Geometry
- Perimeters and Areas
- Congruence
- Similarity
- Geometrical Transformations
- Pythagoras Theorem
- Trigonometry
- Circles
- Coordinate Geometry (Form IV)
- Area and Perimeter
- Three Dimensional Figures
- Trigonometry