Planning a revision session? Use our study places near me map to find libraries, community study rooms, and late-night spots.
Q: What does H2 Maths Topic 3 Vectors cover? A: 3-D vector notation, position vectors, scalar and vector products, line and plane equations, intersections, and point-to-line/plane distance routines - all aligned to the 2026 SEAB 9758 syllabus.
Before you begin Consolidate IP vector algebra (column vectors, magnitude, simple dot product) so JC notation feels familiar. Keep your GC in Exam Mode and know where to find the vector, matrix, and simultaneous equation menus.
Vectors is one of the highest-yield topics in H2 Maths. Questions appear in both Paper 1 and Paper 2 Section A and typically carry 8-12 marks per structured question. Use this page alongside the H2 Maths notes hub. For the full topic map, paper weightings, and official PDF link, see the H2 Maths Syllabus 2026-27 overview.
Status: SEAB H2 Mathematics (9758, first exam 2026) syllabus last checked 2026-04-05 (PDF last modified 2024-10-16). Topic 3 covers dot/cross products, lines and planes, intersections, and distances from a point to a line or plane. Triple products and the shortest distance between skew lines are excluded from the syllabus. [1]
Why students find Vectors hard
Vectors and Complex Numbers are widely regarded as the two hardest topics in H2 Maths. The difficulty is structural: Vectors in three dimensions demands both geometric intuition and precise algebraic execution simultaneously. You must hold a mental picture (a line cutting through a plane, two skew lines drifting past each other in space) while expanding determinants and checking signs.
Two failure modes are common:
Students with strong visual instincts see what the answer should be but lose marks on algebraic steps - a dropped negative in the cross product, or a substitution not shown.
Students who are algebraically strong execute calculations correctly but misinterpret the result - solving a system and failing to check the third equation, then missing that two lines are actually skew.
The solution is to train both modes together: sketch first, set up algebra, then verify the answer makes geometric sense.
Quick revision box
What this topic tests: Vector operations, equations of lines and planes, intersection problems, angle calculations, and distance formulas.
Top mistakes to avoid: Confusing position vectors with direction vectors; forgetting to show substitution steps in intersection problems; leaving answers as decimals when exact surds are expected.
20-minute sprint plan: 5 min dot and cross product drills; 10 min line-plane intersection problems; 5 min distance formula practice.
(b) Find the area of the triangle with adjacent sides a and b.
∣a×b∣=16+25+9=50=52
Area of triangle=21×52=252
3.4 | Equations of Lines
Vector form
A line passing through point A with position vector a and direction vector d:
r=a+λd,λ∈R
Parametric and Cartesian forms
From the vector equation with a=(a1a2a3) and d=(d1d2d3):
Parametric:x=a1+λd1, y=a2+λd2, z=a3+λd3.
Cartesian:d1x−a1=d2y−a2=d3z−a3
If one component of d is zero, say d2=0, write y=a2 as a separate equation and equate the other two ratios.
3.5 | Equations of Planes
Scalar product form
A plane with normal vector n passing through a point with position vector a:
r⋅n=a⋅n=d
Cartesian form
If n=(abc), the Cartesian equation is:
ax+by+cz=d
Parametric form
A plane through point A containing two non-parallel direction vectors u and v:
r=a+λu+μv,λ,μ∈R
To convert to scalar product form, compute the normal n=u×v first.
3.6 | Intersections and Relationships
Two lines
Solve a1+λd1=a2+μd2 to get a system of three equations in two unknowns.
Unique solution: Lines intersect at a point. Always verify by substituting both parameter values into the third equation.
Inconsistent system: Lines are either parallel or skew.
If direction vectors are proportional: lines are parallel.
If direction vectors are not proportional: lines are skew (they travel in different directions at different heights without meeting).
Infinitely many solutions: Lines are identical.
Line and plane
Substitute the parametric equations of the line into the plane equation and solve for λ:
Unique λ: One intersection point.
No solution (0=k, k=0): Line is parallel to the plane.
Identity (0=0): Line lies in the plane.
Two planes
Two non-parallel planes intersect in a line. Find the direction of the line using n1×n2 and locate a specific point on the line of intersection by solving the system with a free variable.
Three planes
Three planes can intersect at a unique point, along a line, or not at all (including cases where two planes are parallel). Solve the system of three linear equations simultaneously.
3.7 | Angles
Angle between two lines
Use the direction vectors and take the modulus to get the acute angle:
cosθ=∣d1∣,∣d2∣∣d1⋅d2∣
Angle between a line and a plane
Use the sine formula (since the angle is measured from the plane, not the normal):
sinα=∣d∣,∣n∣∣d⋅n∣
where d is the direction of the line and n is the normal to the plane.
Angle between two planes
cosθ=∣n1∣,∣n2∣∣n1⋅n2∣
3.8 | Distance Formulas
Distance from a point to a line
Given point P and line r=a+λd, where A is a point on the line:
Distance=∣d∣∣AP×d∣
Distance from a point to a plane
Given point P(x1,y1,z1) and plane ax+by+cz=d:
Distance=a2+b2+c2∣ax1+by1+cz1−d∣
Foot of perpendicular
From a point to a line: Set FP⋅d=0 where F is a general point on the line (write OF=a+λd), then solve for λ to find F.
From a point to a plane: Substitute the perpendicular line r=OP+λn
3.9 | Worked Examples
Example 4 - Line-plane intersection
Find where the line r=(21−3)+λ(1−24) meets the plane 2x−y+z=16.
Plane equation using point A(1,0,2):
−2(x−1)+6(y−0)+5(z−2)=0⇒−2x+6y+5z=8
Example 8 - Line-line: intersection or skew?
Line ℓ1: r=(120)+λ(1−12) and line ℓ2: r=(304)+μ(210).
Do these lines intersect?
Setting equal component by component:
1+λ=3+2μ⇒λ−2μ=2⋯(1)
2−λ=0+μ⇒λ+μ=2⋯(2)
0+2λ=4+0⇒λ=2⋯(3)
From (3): λ=2. Substituting into (2): 2+μ=2⇒μ=0. Check in (1): 2−0=2. Consistent.
The lines intersect at (304).
If equation (1) had been inconsistent after substituting λ and μ, and the direction vectors were not proportional, the conclusion would be: the lines are skew.
3.10 | Calculator Workflows
Store direction vectors and normals as lists or matrices for quick dot and cross product computations.
Use the simultaneous equation solver (GC matrix RREF) for intersection problems after manual substitution.
After computing n=a×b, verify n⋅a=0 and n⋅b=0 as a quick sanity check.
Keep answers in exact surd form until the question specifies a decimal approximation.
3.11 | Exam Watch Points
Always distinguish between position vectors (from the origin) and direction vectors.
Show the substitution step explicitly when finding line-plane intersections; markers look for this.
When computing angles, take the modulus of the dot product to ensure you get the acute angle.
State your geometric conclusion: whether lines/planes are parallel, perpendicular, skew, or intersecting.
Keep exact forms such as 14 throughout your working unless a decimal is requested.
When proving lines intersect, always verify with the third equation after solving two.
Not in syllabus: Triple scalar products and the shortest distance between two skew lines are excluded from the 9758 syllabus. [1]
3.12 | Common Mistakes
Confusing position vectors with direction vectors.
The position vector OA locates a point relative to the origin. The displacement AB=OB−OA serves as a direction vector for the line through A and B. Using a position vector as a direction vector produces a wrong line equation.
Sign errors in cross products.
The j component of the determinant expansion carries a minus sign. Expand all three components fully rather than working from memory, then verify the result is perpendicular to both input vectors.
Assuming all non-parallel lines intersect.
In 3D, two lines that are not parallel may still fail to meet - they can be skew. Solve two equations for λ and μ, then verify with the third equation. If the third equation fails, the lines are skew. Stating only "the lines do not intersect" without identifying them as skew (rather than parallel) is incomplete.
Using the wrong distance formula.
The formula for distance from a point to a line uses a cross product and requires a point on the line. The formula for distance from a point to a plane uses the Cartesian equation. These are not interchangeable.
Angle formula for line vs plane.
The angle between a line and a plane uses sinα, not cosα. Using the cosine formula gives the complement of the correct angle.
Practice Quiz
Test your fluency with vector operations, line-plane intersections, and distance formulas.
Quick Revision Checklist
Switch comfortably between column, component, and vector equation forms.
Compute dot and cross products accurately under time pressure.
Solve line-line, line-plane, and plane-plane systems with clear parameter steps.
Apply distance formulas and interpret results geometrically.
Explain geometric meaning (parallel, perpendicular, skew) in complete sentences.
What is the scalar (dot) product and what is it used for? The scalar product a⋅b=∣a∣∣b∣cosθ produces a number (scalar). It is used to find the angle between two vectors, test whether two vectors are perpendicular dotproduct=0, and compute projections. In component form: multiply corresponding components and add.
What is the vector (cross) product and what is it used for? The vector product a×b produces a vector perpendicular to both a and b, with magnitude ∣a∣∣b∣sinθ. It is used to find the normal to a plane, compute the area of a parallelogram or triangle, and determine the direction of the line of intersection of two planes.
What is the difference between the dot product and the cross product? The dot product gives a scalar. The cross product gives a vector. The dot product measures how much two vectors align (maximum when parallel, zero when perpendicular). The cross product measures how much they diverge (maximum when perpendicular, zero when parallel). In exam terms: use dot product for angles and perpendicularity; use cross product for normals, areas, and point-to-line distances.
How do I find the angle between two vectors? Compute cosθ=∣a∣∣b∣a⋅b. For the angle between two lines (rather than two specific vectors), take the modulus of the numerator to ensure 0∘≤θ≤90∘.
How do I find the angle between a line and a plane? Use sinα=∣d∣∣n∣∣d⋅n∣ where d is the line's direction vector and n is the plane's normal. Note this uses sine, not cosine, because you are measuring from the plane rather than from the normal.
How do I show that two lines are skew? Set the two line equations equal to get a system of three equations in two unknowns (λ and μ). Solve any two equations, then substitute both values into the third equation. If the third equation is not satisfied, and the direction vectors are not parallel, the lines are skew. State both conditions explicitly.
Are triple products examinable in H2 Maths? No. The SEAB 9758 syllabus explicitly excludes triple products and the shortest distance between skew lines. [1]
Should I memorise the cross product formula? Yes. The determinant expansion method is the most reliable approach under exam conditions. The MF26 formula list does not include the cross product, so you need to recall it. Practice expanding it from the 3×3 determinant until it is automatic.
What is a position vector? A position vector OA is the vector from the origin O to a specific point A. It encodes the location of a point in space. A direction vector, by contrast, describes orientation only and has no fixed starting point.
What is a unit vector and how do I find one? A unit vector has magnitude 1. To find the unit vector in the direction of a, compute a^=∣a∣a. Unit vectors are used when you need to describe a direction without scale.
Want weekly guided practice on Vectors? Our H2 Maths tuition programme builds fluency in this topic through structured problem sets and exam-style drills.