You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the vector equation of a straight line, parallel lines, intersecting lines, and skew lines in 3D — as required by the Edexcel A-Level Mathematics specification (9MA0).
A straight line in 3D can be described by giving:
The vector equation of the line is:
r = a + td
where:
As t varies, r traces out every point on the line.
Write the vector equation of the line through the point (2, 3, -1) with direction vector (1, -2, 4).
r = (2, 3, -1) + t(1, -2, 4)
In parametric form: x = 2 + t, y = 3 - 2t, z = -1 + 4t
If the line passes through points A and B, then the direction vector is AB = b - a, and the equation is:
r = a + t(b - a)
Example: Find the vector equation of the line through A(1, 0, 3) and B(4, 2, -1).
Direction: AB = (3, 2, -4)
Equation: r = (1, 0, 3) + t(3, 2, -4)
Two lines are parallel if their direction vectors are scalar multiples of each other.
Line 1: r = a₁ + td₁ Line 2: r = a₂ + sd₂
The lines are parallel if d₁ = kd₂ for some scalar k.
Example: Line 1: r = (1, 2, 3) + t(2, -1, 4) Line 2: r = (0, 1, -1) + s(4, -2, 8)
Since (4, -2, 8) = 2(2, -1, 4), the direction vectors are parallel, so the lines are parallel.
To find where two lines intersect, set their position vectors equal and solve for the parameters.
Line 1: r = a₁ + td₁ Line 2: r = a₂ + sd₂
At intersection: a₁ + td₁ = a₂ + sd₂
This gives a system of simultaneous equations (one for each component). If a consistent solution for t and s exists, the lines intersect.
Find the point of intersection of: Line 1: r = (1, 2, 3) + t(2, 1, -1) Line 2: r = (3, 0, 1) + s(1, -1, 2)
Setting equal: 1 + 2t = 3 + s ... (i) 2 + t = -s ... (ii) 3 - t = 1 + 2s ... (iii)
From (ii): s = -(2 + t)
Substitute into (i): 1 + 2t = 3 - (2 + t) = 1 - t 3t = 0 → t = 0, so s = -2
Check in (iii): 3 - 0 = 1 + 2(-2) → 3 = -3. This is FALSE.
Since the solution does not satisfy all three equations, the lines do not intersect.
In 3D, two lines that are not parallel and do not intersect are called skew lines.
Skew lines exist in different planes and never meet, even though they are not parallel. (This cannot happen in 2D — in 2D, non-parallel lines always intersect.)
From the worked example above, the lines are not parallel (since (2, 1, -1) ≠ k(1, -1, 2) for any k) and do not intersect. Therefore, they are skew.
The acute angle between two lines with direction vectors d₁ and d₂ is found using the scalar product:
cos θ = |d₁ · d₂| / (|d₁| × |d₂|)
The modulus sign ensures we get the acute angle.
Find the acute angle between: Line 1 with direction (1, 2, -1) Line 2 with direction (3, -1, 2)
d₁ · d₂ = 3 - 2 - 2 = -1 |d₁| = √(1 + 4 + 1) = √6 |d₂| = √(9 + 1 + 4) = √14
cos θ = |-1| / (√6 × √14) = 1/√84 = 1/(2√21)
θ = arccos(1/(2√21)) ≈ 83.7°
To check if a point lies on a line, substitute the point's coordinates into the parametric equations and check that a single, consistent value of t is obtained.
Example: Does the point (5, 4, 1) lie on the line r = (1, 2, 3) + t(2, 1, -1)?
From x: 5 = 1 + 2t → t = 2 From y: 4 = 2 + t → t = 2 From z: 1 = 3 - t → t = 2
All components give t = 2, so the point lies on the line.
To find the shortest distance from a point P to a line r = a + td:
Find the shortest distance from P(3, 1, 2) to the line r = (1, 0, -1) + t(1, 1, 1).
Q = (1 + t, t, -1 + t)
PQ = Q - P = (t - 2, t - 1, t - 3)
PQ · d = 0: (t - 2)(1) + (t - 1)(1) + (t - 3)(1) = 0 t - 2 + t - 1 + t - 3 = 0 3t - 6 = 0 → t = 2
Q = (3, 2, 1) PQ = (0, 1, -1) |PQ| = √(0 + 1 + 1) = √2
Edexcel 9MA0-02 specification section 12 — Vectors, Year 2 sub-strand 12.5 covers vectors to solve problems in pure mathematics and in context, including forces, velocity and geometry. Understand the vector and parametric form r=a+λd for a line in two and three dimensions (refer to the official specification document for exact wording). This builds on Year 1 section 11 (2D vectors) and is examined in Paper 2 alongside scalar product, 3D coordinate work, and synoptically in Mechanics (Paper 3) for displacement and velocity. The specification expects fluent translation between Cartesian (x,y,z) form, parametric form, and the vector equation form. The Edexcel formula booklet does not list the line equation r=a+λd — it must be quoted from memory.
Question (8 marks):
Two lines ℓ1 and ℓ2 have vector equations:
ℓ1:r=123+λ2−11,ℓ2:r=405+μ11−1
(a) Show that ℓ1 and ℓ2 intersect, and find the point of intersection. (5)
(b) Find the acute angle between the lines, giving your answer to one decimal place. (3)
Solution with mark scheme:
(a) Step 1 — equate components using different parameters.
For intersection, the position vectors must be equal for some λ and μ:
1+2λ2−λ3+λ=4+μμ5−μ
M1 — equating component-wise with distinct parameters. Using λ for both lines is the single most common error and earns zero on this step.
Step 2 — solve a 2-by-2 system.
From the x-equation: 1+2λ=4+μ, so μ=2λ−3. From the y-equation: 2−λ=μ, so μ=2−λ.
Equating: 2λ−3=2−λ⟹3λ=5⟹λ=35.
Hence μ=2−35=31.
M1 — solving any two equations simultaneously for λ and μ. A1 — correct values λ=35, μ=31.
Step 3 — verify the third equation.
Substitute into the z-equation: LHS =3+35=314; RHS =5−31=314. Consistent, so the lines do intersect.
M1 — checking the third component (this is what shows intersection rather than skewness).
Step 4 — compute the point.
Substituting λ=35 into ℓ1:
r=1+3102−353+35=31331314
A1 — point of intersection (313,31,314).
(b) Step 1 — apply the scalar-product angle formula.
The angle between lines is determined by their direction vectors:
cosθ=∣d1∣∣d2∣d1⋅d2
d1⋅d2=(2)(1)+(−1)(1)+(1)(−1)=2−1−1=0.
M1 — correct dot product. A1 — value 0, so cosθ=0.
Step 2 — interpret.
θ=90°, i.e. the lines are perpendicular.
A1 — θ=90.0°.
Total: 8 marks (M4 A4).
Question (6 marks): The line ℓ passes through the points A(1,0,2) and B(4,3,−1).
(a) Find a vector equation for ℓ. (2)
(b) Determine whether the point P(7,6,−4) lies on ℓ. (2)
(c) The line m has equation r=(2i+j+k)+t(i−j+2k). Determine whether ℓ and m are parallel, intersecting, or skew. (2)
Mark scheme decomposition by AO:
(a)
(b)
(c)
Total: 6 marks split AO1 = 3, AO2 = 2, AO3 = 1. Edexcel uses three-part vector questions to escalate AO demand: routine setup (AO1), point-on-line verification (AO2), and the parallel/intersecting/skew classification (AO3).
Connects to:
Vector-line questions split AO marks roughly as:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.