Vectors
Vectors are mathematical tools used to represent quantities that have both magnitude (size) and direction, essential for understanding movement and forces in the real world.
Introduction
Welcome, students! Today, we're diving into the fascinating world of Vectors. In your IGCSE Mathematics (4MA1) journey, Vectors provide a powerful way to describe movement, forces, and relative positions in a concise and clear manner. Unlike scalars, which only have size (like temperature or mass), vectors give us both a size and a specific direction, making them incredibly useful in physics, engineering, and even everyday navigation.
You'll find Vectors appearing frequently in Section B of your EdExcel 4MA1 papers, often in multi-step problems that combine various vector operations with geometric reasoning. A strong grasp of vector notation, arithmetic, and applying these concepts to geometric proofs is crucial for securing those higher marks. This topic builds on your understanding of coordinates and algebra, extending them into a more dynamic and directional context.
Core Concepts
1. What is a Vector?
A vector is a quantity that has both magnitude (size or length) and direction. Examples include displacement, velocity, acceleration, and force. A scalar quantity, on the other hand, only has magnitude (e.g., speed, mass, time, temperature).
2. Vector Notation
In exams, vectors are typically represented in two ways:
* Bold letters: For example, a, b, v.
* Underlined letters: For example, a, b, v (you would underline them in your handwriting).
* Column vectors: These show the horizontal and vertical components of the vector.
A vector from point (x1, y1) to (x2, y2) can be written as:
v = `(x_component, y_component)` = `(x2 - x1, y2 - y1)`
For example, `(3, 4)` means 3 units right and 4 units up.
3. Adding Vectors (Triangle and Parallelogram Rule)
To add vectors, you place them "nose to tail". The resultant vector goes from the tail of the first to the nose of the last.
* Geometrically:
If you have vector a followed by vector b, then a + b is the single vector from the start of a to the end of b.
* Using Column Vectors: Simply add the corresponding components.
a = `(a1, a2)`, b = `(b1, b2)`
a + b = `(a1 + b1, a2 + b2)`
Example 1: Vector Addition
Given a = `(2, 3)` and b = `(4, -1)`. Find a + b.
Step 1: Add the x-components.
2 + 4 = 6
Step 2: Add the y-components.
3 + (-1) = 2
Result: **a** + **b** = `(6, 2)`
4. Subtracting Vectors
Subtracting a vector is the same as adding its negative. The negative of a vector v (written as -v) has the same magnitude but the opposite direction.
* Geometrically: To find a - b, you draw a and then -b.
* Using Column Vectors: Subtract the corresponding components.
a = `(a1, a2)`, b = `(b1, b2)`
a - b = `(a1 - b1, a2 - b2)`
Example 2: Vector Subtraction
Given p = `(5, 7)` and q = `(1, 4)`. Find p - q.
Step 1: Subtract the x-components.
5 - 1 = 4
Step 2: Subtract the y-components.
7 - 4 = 3
Result: **p** - **q** = `(4, 3)`
5. Scalar Multiplication
Multiplying a vector by a scalar (a number) changes its magnitude, and potentially its direction if the scalar is negative.
* If `k` is a positive scalar, `k`v has the same direction as v but `k` times the magnitude.
* If `k` is a negative scalar, `k`v has the opposite direction to v and `|k|` times the magnitude.
* Using Column Vectors: Multiply each component by the scalar.
v = `(v1, v2)`
kv = `(k * v1, k * v2)`
Example 3: Scalar Multiplication
Given r = `(3, -2)`. Find 4r.
Step 1: Multiply the x-component by 4.
4 * 3 = 12
Step 2: Multiply the y-component by 4.
4 * (-2) = -8
Result: 4**r** = `(12, -8)`
6. Magnitude (Modulus) of a Vector
The magnitude of a vector is its length. For a column vector v = `(x, y)`, its magnitude is found using Pythagoras' theorem.
Formula: **|v| = sqrt(x² + y²)**
Example 4: Magnitude Calculation
Find the magnitude of the vector u = `(6, -8)`.
Step 1: Square the x-component.
6² = 36
Step 2: Square the y-component.
(-8)² = 64
Step 3: Add the squared values.
36 + 64 = 100
Step 4: Take the square root.
sqrt(100) = 10
Result: **|u|** = 10
7. Position Vectors
A position vector describes the position of a point relative to a fixed origin, O.
* The position vector of point A is OA (often written as a).
* The position vector of point B is OB (often written as b).
8. Vector Paths (Displacement Vectors)
To find the vector representing the displacement from point A to point B (AB), you can use position vectors:
AB = AO + OB
Since AO is the negative of OA, we have:
Formula: **AB = OB - OA = b - a**
Example 5: Vector Path
O is the origin. The position vector of A is a = `(1, 2)`. The position vector of B is b = `(5, 6)`. Find AB.
Step 1: Apply the formula **AB** = **b** - **a**.
AB = `(5, 6)` - `(1, 2)`
Step 2: Subtract the components.
AB = `(5 - 1, 6 - 2)`
Result: **AB** = `(4, 4)`
9. Parallel Vectors
Two vectors are parallel if one is a scalar multiple of the other.
If a is parallel to b, then a = `k`b for some scalar `k`.
* If `k > 0`, they are in the same direction.
* If `k < 0`, they are in opposite directions.
10. Collinear Points
Three or more points A, B, C are collinear if they lie on the same straight line.
To prove collinearity:
- Show that vector AB is parallel to vector BC (i.e., AB = `k`BC or BC = `k`AB).
- State that they share a common point (B in this case).
Key Methods
Here are common question types you'll encounter in your EdExcel 4MA1 exam:
Method 1: Finding a Vector Path Involving Midpoints
Problem: O is the origin. The position vector of A is **a** and the position vector of B is **b**. M is the midpoint of AB. Find the vector **OM** in terms of **a** and **b**.
Step-by-step Working:
- Find the vector AB:
AB = OB - OA = b - a
- Find the vector AM (or MB):
Since M is the midpoint of AB, AM = 1/2 AB
AM = 1/2 (b - a)
- Find the vector OM using the path OA + AM:
OM = OA + AM
OM = a + 1/2 (b - a)
OM = a + 1/2 b - 1/2 a
OM = 1/2 a + 1/2 b
OM = 1/2 (a + b)
Method 2: Proving Vectors are Parallel
Problem: Given vectors **PQ** = `3a - 2b` and **RS** = `9a - 6b`. Show that **PQ** is parallel to **RS**.
Step-by-step Working:
- Look for a scalar multiple relationship:
Can we express RS as `k` times PQ?
RS = `9a - 6b`
Factor out a common scalar from RS:
RS = 3(`3a - 2b`)
- Substitute the other vector:
We know PQ = `3a - 2b`. So,
RS = 3PQ
- Conclusion:
Since RS is a scalar multiple (3) of PQ, the vectors PQ and RS are parallel.
Method 3: Proving Points are Collinear
Problem: O is the origin. **OA** = **a**, **OB** = `a + 4b`, and **OC** = `a + 10b`. Show that points A, B, C are collinear.
Step-by-step Working:
- Find vector AB:
AB = OB - OA
AB = (`a + 4b`) - a
AB = `4b`
- Find vector BC:
BC = OC - OB
BC = (`a + 10b`) - (`a + 4b`)
BC = `a + 10b - a - 4b`
BC = `6b`
- Check for scalar multiple and common point:
We have AB = `4b` and BC = `6b`.
We can write BC = (6/4)AB = (3/2)AB.
Since BC is a scalar multiple of AB (k = 3/2), the vectors AB and BC are parallel.
Furthermore, both vectors share a common point, B.
- Conclusion:
Therefore, points A, B, and C lie on the same straight line and are collinear.
Common Mistakes and Exam Tips
* Confusing AB and BA: Remember that BA = -AB. A common mistake is to forget the negative sign when reversing a vector path.
* Incorrect Magnitude Calculation: Make sure to square both components, add them, AND then take the square root. Don't forget the square root at the end!
* Collinearity Proof Errors:
* You must show that the two vectors (e.g., AB and BC) are parallel by demonstrating one is a scalar multiple of the other.
* You must explicitly state that they share a common point (e.g., "Since B is a common point..."). Without both, you won't get full marks.
* Not showing working for vector paths: Even simple vector additions or subtractions in a complex path (like OM = OA + AM) need to be written down clearly to earn method marks.
* Missing Vector Notation: Always use bold letters or underline your vectors in your working to distinguish them from scalar quantities.
* Mark Scheme Tip (4MA1): For proofs, clearly state your conclusion, referring back to the definitions of parallelism and collinearity. For example, "Since vector X is a scalar multiple of vector Y, they are parallel." or "Since vector AB is parallel to vector BC and they share point B, A, B, C are collinear."
Key Points
- Vectors represent quantities with both magnitude and direction, unlike scalars which only have magnitude.
- Vector notation uses bold letters like a or underlined letters `a`, and column vectors `(x, y)`.
- To add vectors, you add their corresponding components: `(a1, a2) + (b1, b2) = (a1+b1, a2+b2)`.
- The magnitude of a vector v = `(x, y)` is calculated using the formula |v| = sqrt(x² + y²).
- A vector AB can be found using position vectors as OB - OA, where O is the origin.
- Two vectors are parallel if one is a scalar multiple of the other (e.g., a = `k`b), and three points A, B, C are collinear if AB is parallel to BC and they share a common point B.
Key Points to Remember
- 1Vectors represent quantities with both magnitude and direction, unlike scalars which only have magnitude.
- 2Vector notation uses bold letters like **a** or underlined letters `a`, and column vectors `(x, y)`.
- 3To add vectors, you add their corresponding components: `(a1, a2) + (b1, b2) = (a1+b1, a2+b2)`.
- 4The magnitude of a vector **v** = `(x, y)` is calculated using the formula **|v| = sqrt(x² + y²)**.
- 5A vector **AB** can be found using position vectors as **OB - OA**, where O is the origin.
- 6Two vectors are parallel if one is a scalar multiple of the other (e.g., **a** = `k`**b**), and three points A, B, C are collinear if **AB** is parallel to **BC** and they share a common point B.
Pakistan Example
Mapping Wind Speeds for Pakistan Meteorological Department
The Pakistan Meteorological Department (PMD) frequently uses vectors to represent wind speed and direction on its weather maps. For instance, a vector drawn from Lahore could show a wind blowing at 15 km/h towards the North-East, crucial information for aviation, agriculture, and public safety advisories across Pakistan.
Quick Revision Infographic
Mathematics — Quick Revision
Vectors
Key Concepts
Formulas to Know
To add vectors, you add their corresponding components: `(a1, a2) + (b1, b2) = (a1+b1, a2+b2)`.The magnitude of a vector **v** = `(x, y)` is calculated using the formula **|v| = sqrt(x² + y²)**.Two vectors are parallel if one is a scalar multiple of the other (e.g., **a** = `k`**b**), and three points A, B, C are collinear if **AB** is parallel to **BC** and they share a common point B.Mapping Wind Speeds for Pakistan Meteorological Department
The Pakistan Meteorological Department (PMD) frequently uses vectors to represent wind speed and direction on its weather maps. For instance, a vector drawn from Lahore could show a wind blowing at 15 km/h towards the North-East, crucial information for aviation, agriculture, and public safety advisories across Pakistan.