Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Math
  4. /↳Vectors
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

Mathematics and Science

  • Mathematics
  • Additional Mathematics
  • Biology
  • Chemistry
  • Physics

Arts and Humanities

  • Caribbean History
  • Geography

Business and Human Development Studies

  • Principles of Accounts
  • Principles of Business
  • Economics

Modern Languages

  • English A (Language)
  • English B (Literature)
  • French
  • Spanish

Technical Studies and Creative Arts

  • Electrical & Electronic Technology
  • Information Technology

© 2026 Matthew Williams. Made with other contributors for all.

Mathematics

Vectors

PDF
Matthew Williams
|May 6, 2026|5 min read
Paper 01Paper 02Vectors

Vector notation, addition, subtraction, scalar multiplication, and position vectors.

Vectors describe movement with both size and direction. This makes them useful for journeys, forces, translations, and position on a grid. A vector answer is incomplete if it gives only a length or only a direction.

In the CSEC optional Vectors and Matrices section, vector questions often test whether you can combine movements and interpret the result. Draw arrows when possible, keep direction in mind, and explain whether the vector represents a position from the origin or a displacement from one point to another.

What is a Vector?

A vector has two properties:

  1. Magnitude (size/length): How large is it?
  2. Direction: Which way does it point?

Contrast with Scalar: A scalar is just a number (no direction). Examples: temperature, mass, distance.

Vector Notation

Vectors can be represented in multiple ways:

1. Column Matrix (Most Common) v⃗=(34)\vec{v} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}v=(34​)

This means: 3 units right, 4 units up.

2. Row Matrix v⃗=(34)\vec{v} = \begin{pmatrix} 3 & 4 \end{pmatrix}v=(3​4​)

3. Component Form v⃗=(3,4)\vec{v} = (3, 4)v=(3,4)

4. i-j Notation (used in physics) v⃗=3i+4j\vec{v} = 3\mathbf{i} + 4\mathbf{j}v=3i+4j

Position and Displacement Vectors

Position Vector of point P(3,4)P(3, 4)P(3,4): The vector from origin to PPP OP⃗=(34)\vec{OP} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}OP=(34​)

Displacement Vector from AAA to BBB: Tells you how to get from AAA to BBB AB⃗=(xB−xAyB−yA)\vec{AB} = \begin{pmatrix} x_B - x_A \\ y_B - y_A \end{pmatrix}AB=(xB​−xA​yB​−yA​​)

Example

From A(1,2)A(1, 2)A(1,2) to B(5,6)B(5, 6)B(5,6): AB⃗=(5−16−2)=(44)\vec{AB} = \begin{pmatrix} 5 - 1 \\ 6 - 2 \end{pmatrix} = \begin{pmatrix} 4 \\ 4 \end{pmatrix}AB=(5−16−2​)=(44​)

This means: 4 right, 4 up to go from A to B.

Displacement vector from A(1,1) to B(5,4)

Magnitude of a Vector

Formula: For v⃗=(xy)\vec{v} = \begin{pmatrix} x \\ y \end{pmatrix}v=(xy​)

∣v⃗∣=x2+y2|\vec{v}| = \sqrt{x^2 + y^2}∣v∣=x2+y2​

This is essentially Pythagoras' theorem!

Example

For v⃗=(34)\vec{v} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}v=(34​):

∣v⃗∣=32+42=9+16=25=5|\vec{v}| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5∣v∣=32+42​=9+16​=25​=5

The vector has magnitude 5 (length of 5 units).

Remember

Magnitude is always non-negative. It's a measure of size, not direction.

Unit Vectors

A unit vector has magnitude 1. It shows pure direction.

To find a unit vector in the direction of v⃗\vec{v}v: v^=v⃗∣v⃗∣\hat{v} = \frac{\vec{v}}{|\vec{v}|}v^=∣v∣v​

(Divide the vector by its magnitude)

Example

For v⃗=(34)\vec{v} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}v=(34​) with ∣v⃗∣=5|\vec{v}| = 5∣v∣=5:

v^=15(34)=(0.60.8)\hat{v} = \frac{1}{5}\begin{pmatrix} 3 \\ 4 \end{pmatrix} = \begin{pmatrix} 0.6 \\ 0.8 \end{pmatrix}v^=51​(34​)=(0.60.8​)

Check: ∣v^∣=0.62+0.82=0.36+0.64=1=1|\hat{v}| = \sqrt{0.6^2 + 0.8^2} = \sqrt{0.36 + 0.64} = \sqrt{1} = 1∣v^∣=0.62+0.82​=0.36+0.64​=1​=1 ✓

Vector Operations

Addition and Subtraction

Addition: Add corresponding components

(ab)+(cd)=(a+cb+d)\begin{pmatrix} a \\ b \end{pmatrix} + \begin{pmatrix} c \\ d \end{pmatrix} = \begin{pmatrix} a + c \\ b + d \end{pmatrix}(ab​)+(cd​)=(a+cb+d​)

Subtraction: Subtract corresponding components

(ab)−(cd)=(a−cb−d)\begin{pmatrix} a \\ b \end{pmatrix} - \begin{pmatrix} c \\ d \end{pmatrix} = \begin{pmatrix} a - c \\ b - d \end{pmatrix}(ab​)−(cd​)=(a−cb−d​)

Example

(53)+(2−1)=(5+23+(−1))=(72)\begin{pmatrix} 5 \\ 3 \end{pmatrix} + \begin{pmatrix} 2 \\ -1 \end{pmatrix} = \begin{pmatrix} 5 + 2 \\ 3 + (-1) \end{pmatrix} = \begin{pmatrix} 7 \\ 2 \end{pmatrix}(53​)+(2−1​)=(5+23+(−1)​)=(72​)

Geometric Meaning: Place vectors head-to-tail; the sum points from start to end.

Vector Addition

Scalar Multiplication

Definition: Multiply a vector by a number (scalar)

k(xy)=(kxky)k \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} kx \\ ky \end{pmatrix}k(xy​)=(kxky​)

Effect:

  • If k>1k > 1k>1: Vector gets longer (magnified)
  • If 0<k<10 < k < 10<k<1: Vector gets shorter
  • If k<0k < 0k<0: Vector reverses direction
  • If k=−1k = -1k=−1: Vector points opposite direction (same length)
Example

2(34)=(68)2 \begin{pmatrix} 3 \\ 4 \end{pmatrix} = \begin{pmatrix} 6 \\ 8 \end{pmatrix}2(34​)=(68​)

Original magnitude: 5. New magnitude: 36+64=10\sqrt{36 + 64} = 1036+64​=10 (doubled)

−12(34)=(−1.5−2)-\frac{1}{2} \begin{pmatrix} 3 \\ 4 \end{pmatrix} = \begin{pmatrix} -1.5 \\ -2 \end{pmatrix}−21​(34​)=(−1.5−2​)

This vector is half as long and points the opposite direction.

Vectors in Modelling and Problem-Solving

Real-World Application: Navigation

Problem: A plane wants to fly north with velocity 500 km/h, but there's a wind blowing east at 100 km/h. What is the actual velocity?

Solution:

Velocity of plane: vp⃗=(0500)\vec{v_p} = \begin{pmatrix} 0 \\ 500 \end{pmatrix}vp​​=(0500​) (north)

Velocity of wind: vw⃗=(1000)\vec{v_w} = \begin{pmatrix} 100 \\ 0 \end{pmatrix}vw​​=(1000​) (east)

Actual velocity: va⃗=vp⃗+vw⃗=(0500)+(1000)=(100500)\vec{v_a} = \vec{v_p} + \vec{v_w} = \begin{pmatrix} 0 \\ 500 \end{pmatrix} + \begin{pmatrix} 100 \\ 0 \end{pmatrix} = \begin{pmatrix} 100 \\ 500 \end{pmatrix}va​​=vp​​+vw​​=(0500​)+(1000​)=(100500​)

Actual direction: Magnitude = 1002+5002=260000≈509.9\sqrt{100^2 + 500^2} = \sqrt{260000} \approx 509.91002+5002​=260000​≈509.9 km/h

Direction: θ=tan⁡−1(100500)≈11.30˘0b0\theta = \tan^{-1}\left(\frac{100}{500}\right) \approx 11.3\u00b0θ=tan−1(500100​)≈11.30˘0b0 east of north

Real-World Application: Forces

Problem: Two forces act on an object:

  • Force 1: F1⃗=(34)\vec{F_1} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}F1​​=(34​) N
  • Force 2: F2⃗=(12)\vec{F_2} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}F2​​=(12​) N

Find the resultant force.

Solution:

Fresultant⃗=F1⃗+F2⃗=(34)+(12)=(46) N\vec{F_{resultant}} = \vec{F_1} + \vec{F_2} = \begin{pmatrix} 3 \\ 4 \end{pmatrix} + \begin{pmatrix} 1 \\ 2 \end{pmatrix} = \begin{pmatrix} 4 \\ 6 \end{pmatrix} \text{ N}Fresultant​​=F1​​+F2​​=(34​)+(12​)=(46​) N

Magnitude: ∣F⃗∣=16+36=52≈7.21|\vec{F}| = \sqrt{16 + 36} = \sqrt{52} \approx 7.21∣F∣=16+36​=52​≈7.21 N

Previous
Probability & Statistical Inference
Next
CSEC Mathematics Exam Breakdown