Vectors (Edexcel IAL P4)
Edexcel International A-Level MathematicsΒ· 2018 Specification (Issue 3) Unit P4 (WMA14) Β§7Β· 25 min read
1. Vectors, Magnitude and Basic Operationsβ β ββββ± 5 min
β Calculator OK
Vector
A quantity with both magnitude (size) and direction, written in component form as (x\mathbf{i} + y\mathbf{j} + z\mathbf{k}) or ((x,y,z)) for 3D vectors.
The magnitude of a vector (\mathbf{a} = (a_1,a_2,a_3)) is calculated as . A unit vector in the direction of (\mathbf{a}) is found by dividing (\mathbf{a}) by its magnitude: . Vectors can be added component-wise, or multiplied by a scalar to scale their magnitude (and reverse direction if the scalar is negative).
Find the magnitude of the vector (\mathbf{v} = 3\mathbf{i} - 2\mathbf{j} + 6\mathbf{k}) and state the unit vector in the direction of (\mathbf{v}).
- 1
Square each component of (\mathbf{v}):
- 2
- 3
Sum the squared components:
- 4
- 5
Take the square root to find magnitude:
- 6
- 7
Divide the original vector by its magnitude to get the unit vector:
- 8
2. Position Vectors and Distance Between Pointsβ β ββββ± 5 min
β Calculator OK
Position Vector
The vector from the origin O to a point A, written (\overrightarrow{OA} = \mathbf{a}). The vector between points A and B is given by (\overrightarrow{AB} = \mathbf{b} - \mathbf{a}).
The distance between two points A and B is equal to the magnitude of (\overrightarrow{AB}). For points with coordinates ((x_1,y_1,z_1)) and ((x_2,y_2,z_2)), the distance formula is .
Points A and B have position vectors (\mathbf{a} = 2\mathbf{i} + \mathbf{j} - 3\mathbf{k}) and (\mathbf{b} = 5\mathbf{i} - 4\mathbf{j} + 2\mathbf{k}). Calculate the exact distance between A and B.
- 1
Calculate (\overrightarrow{AB} = \mathbf{b} - \mathbf{a}):
- 2
- 3
Find the magnitude of (\overrightarrow{AB}):
- 4
- 5
The exact distance between A and B is (\sqrt{59}) units.
3. Vector Equations of Straight Linesβ β β βββ± 6 min
β Calculator OK
Vector Line Equation
A straight line can be written in two standard forms: (where (\mathbf{a}) is a point on the line, (\mathbf{b}) is the direction vector, and (t) is a scalar parameter) or for a line passing through points with position vectors (\mathbf{c}) and (\mathbf{d}).
Direction vectors are not unique: any scalar multiple of a direction vector is also a valid direction vector for the same line. When writing line equations, you may use any point on the line as the fixed position vector.
Write a vector equation for the line L that passes through points C(1, 3, -2) and D(4, -1, 1).
- 1
Select the position vector of point C as the fixed point on the line:
- 2
- 3
Calculate the direction vector (\overrightarrow{CD} = \mathbf{d} - \mathbf{c}):
- 4
- 5
Write the line equation with parameter (t):
- 6
4. Relationships Between Two Linesβ β β β ββ± 6 min
β Calculator OK
Two lines in 3D space can be:
- Parallel: their direction vectors are scalar multiples of each other
- Intersecting: there exists a single pair of parameters (t,s) that make the position vectors of the two lines equal
- Skew: the lines are not parallel, and there is no solution for (t,s) that makes their position vectors equal (skew lines never meet)
Determine if lines (L_1: \mathbf{r} = (2\mathbf{i} + \mathbf{j} + \mathbf{k}) + t(3\mathbf{i} - \mathbf{j} + 2\mathbf{k})) and (L_2: \mathbf{r} = (\mathbf{i} + 4\mathbf{j} + 5\mathbf{k}) + s(\mathbf{i} + 2\mathbf{j} + \mathbf{k})) are parallel, intersecting or skew.
- 1
Check if direction vectors are scalar multiples: direction vectors are (3,-1,2) and (1,2,1). (3/1 \neq -1/2), so lines are not parallel.
- 2
Set components equal to solve for (t) and (s):
- 3
- 4
Rearrange first equation to (s = 1 + 3t), substitute into second equation:
- 5
- 6
Substitute values into third component to verify:
- 7
- 8
Values do not match, so no solution exists. Lines are skew.
5. Scalar Dot Product and Applicationsβ β β β ββ± 7 min
β Calculator OK
Scalar (Dot) Product
For vectors (\mathbf{a} = (a_1,a_2,a_3)) and (\mathbf{b} = (b_1,b_2,b_3)), the dot product is . The cosine of the angle (\theta) between two vectors is given by . Non-zero vectors are perpendicular if and only if their dot product equals 0.
Calculate the acute angle between lines (L_1: \mathbf{r} = (2\mathbf{i} + \mathbf{j}) + t(\mathbf{i} + 2\mathbf{j} - 2\mathbf{k})) and (L_2: \mathbf{r} = (3\mathbf{i} + 2\mathbf{k}) + s(2\mathbf{i} - \mathbf{j} + 2\mathbf{k})). Give your answer to 1 decimal place in degrees.
- 1
Extract direction vectors of both lines (do not use position vectors):
- 2
- 3
Calculate the dot product:
- 4
- 5
Calculate magnitudes of the direction vectors:
- 6
- 7
Take the absolute value of the cosine ratio to find the acute angle:
- 8
- 9
Calculate the angle using inverse cosine:
- 10
6. Common Pitfalls
Wrong move:
Forgetting the dot product formula is not given in the formula booklet.
Why:
You will lose access to all marks for dot product questions if you cannot recall the formula.
Correct move:
Memorise (\mathbf{a}\cdot\mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3) before your exam.
Wrong move:
Assuming non-parallel 3D lines must intersect.
Why:
3D lines can be skew, meaning they never meet and are not parallel.
Correct move:
Always solve the system of equations for parameters to confirm intersection, even if lines are not parallel.
Wrong move:
Using position vectors instead of direction vectors when calculating the angle between two lines.
Why:
The angle between lines depends only on their direction, not their position in space.
Correct move:
Extract the direction vectors of both lines before applying the dot product angle formula.
Wrong move:
Omitting the square root when calculating vector magnitude or distance between points.
Why:
Magnitude is the square root of the sum of squared components, not the sum itself.
Correct move:
Always apply the square root when asked for magnitude or distance, unless explicitly asked for the squared value.
Wrong move:
Using the same parameter (e.g. t) for both lines when solving for intersection.
Why:
The parameters for each line are independent, using the same variable leads to incorrect solutions.
Correct move:
Use separate parameters (e.g. t for line 1, s for line 2) when setting up intersection equations.
7. Quick Reference Cheatsheet
Concept | Formula/Rule | Key Note |
|---|---|---|
Magnitude of vector (\mathbf{a} = (x,y,z)) | (|\mathbf{a}| = \sqrt{x^2 + y^2 + z^2}) | Unit vector: (\hat{\mathbf{a}} = \frac{\mathbf{a}}{|\mathbf{a}|}) |
Distance between points (A(x_1,y_1,z_1)) and (B(x_2,y_2,z_2)) | (d = \sqrt{(x_1-x_2)^2 + (y_1-y_2)^2 + (z_1-z_2)^2}) | Derives from (|\overrightarrow{AB}| = |\mathbf{b} - \mathbf{a}|) |
Vector line equations | (r = \mathbf{a} + t\mathbf{b}) or (r = \mathbf{c} + t(\mathbf{d} - \mathbf{c})) | (\mathbf{b}) = direction vector, (\mathbf{a}) = position of point on line |
Line relationships | Parallel: direction vectors scalar multiples | Skew lines only exist in 3D, not 2D |
Dot product | (\mathbf{a}\cdot\mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3) | Not given in formula booklet; memorise |
Angle between two lines | (\cos\theta = \frac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{a}||\mathbf{b}|}) | Use direction vectors, take absolute value for acute angle |
Perpendicular vectors | (\mathbf{a}\cdot\mathbf{b} = 0) | Applies only to non-zero vectors |
8. Frequently Asked
Do I need to learn the dot product formula for Edexcel IAL P4?
Yes, the dot product formula (a\cdot b = a_1b_1+a_2b_2+a_3b_3) is not given in the formula booklet, so you must memorise it. The cosine of the angle formula and distance formula are standard and expected to be applied correctly.
Are planes or vector cross products tested in P4 vectors?
No, planes and cross products are exclusively in Further Pure 3 (FP3) for Edexcel IAL. All P4 vector questions are limited to points, vectors and straight lines only.
Going deeper
What's Next
Now you have mastered the core vector content for Edexcel IAL P4, you can consolidate your learning by practicing full exam-style vector questions, which are typically worth 8-12 marks per paper and combine multiple concepts including line equations, skew line checks and dot product angle calculations. Vectors are often paired with differentiation or integration contexts in later P4 questions, so ensure you can apply vector operations alongside other pure maths skills. Once you are confident with basic vector problems, move on to harder mixed-topic questions and past paper practice to build exam technique, paying close attention to presentation of your working for method marks. Remember that calculators are allowed for all P4 papers, so use your calculator to verify magnitude and dot product calculations to avoid arithmetic errors.
