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 notes: Vectors (9758) cover? A: Build fluency in 3-D vector notation, scalar and cross products, line and plane equations, intersections, and distance formulas for the 2026 H2 Mathematics syllabus.
Vectors form a major component of the Pure Mathematics section in H2 Maths. The topic tests spatial reasoning, algebraic manipulation, and the ability to interpret geometric relationships precisely. Questions appear reliably in Paper 1 and often carry substantial marks.
Vectors and Complex Numbers are widely regarded as the two hardest topics in H2 Maths at the JC2 level. The difficulty is partly structural: many students enter JC2 having already found JC1 Calculus challenging, and Vectors arrives early in the JC2 year before that confidence has been rebuilt.
The deeper difficulty is that Vectors in three dimensions requires a genuinely different mode of thinking. It is not just algebra, and it is not just geometry - it is both simultaneously. The subject demands that you hold a geometric picture in mind (a line cutting through a plane, two skew lines drifting past each other in space) while executing precise algebraic manipulation with column vectors, dot products, and parametric equations.
This creates two distinct failure modes:
Students with strong visual-geometric instincts can see what the answer should be but struggle to translate that intuition into the correct algebraic steps. They set up the wrong equation or lose a sign in the cross product because they are working from a rough mental image rather than a systematic procedure.
Students who are algebraically strong can execute calculations fluently but misinterpret what they have computed - for example, solving a system correctly but failing to check the third equation and so missing that two lines are actually skew.
The solution is to train both modes together: sketch first (even roughly), then set up algebra, then verify the answer makes geometric sense. Neither the sketch nor the algebra alone is sufficient.
Status: SEAB H2 Mathematics (9758, first exam 2026) syllabus last checked 2026-03-23. Topic 3 covers dot and 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]
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.
1 Vector Fundamentals
1.1 Notation and representation
A vector in three dimensions can be written as a column vector or in component form:
a=(a1a2a3)=a1i+a2j+a3k
The magnitude (length) of a is:
∣a∣=a12+a22+a32
A unit vector in the direction of a is a^=∣a∣a.
1.2 Basic operations
Addition:a+b adds corresponding components.
Scalar multiplication:ka scales the magnitude by ∣k∣ and reverses direction if k<0.
Parallel vectors:a and b
1.3 Position vectors and displacement
The position vector OA is the vector from the origin to point A. The displacement from A to B is:
AB=OB−OA
2 Scalar (Dot) Product
2.1 Definition
a⋅b=∣a∣,∣b∣cosθ
where θ is the angle between the two vectors. Equivalently:
a⋅b=a1b1+a2b2+a3b3
2.2 Key properties
Commutative: a⋅b=b⋅a.
Distributive: a⋅(b+c)=a⋅b+a⋅c
a⋅a=∣a∣2
2.3 Applications
Finding angles:cosθ=∣a∣,∣b∣a⋅b.
Perpendicularity test:a⊥b if and only if a⋅b=0
Projection of a onto b:
3 Vector (Cross) Product
3.1 Definition
a×b=∣a∣,∣b∣sinθ;n^
where n^ is a unit vector perpendicular to both a and b, determined by the right-hand rule.
Finding normals:a×b gives a vector perpendicular to both.
Area of a parallelogram:∣a×b∣.
Area of a triangle:21∣a×b∣
4 Equations of Lines
4.1 Vector form
A line passing through point A with position vector a and direction vector d:
r=a+λd,λ∈R
4.2 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
5 Equations of Planes
5.1 Scalar product form
A plane with normal vector n passing through a point with position vector a:
r⋅n=a⋅n=d
5.2 Cartesian form
If n=(abc), the Cartesian equation is:
ax+by+cz=d
5.3 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, find n=u×v.
6 Intersections and Relationships
6.1 Two lines
Solve a1+λd1=a2+μd2 to get a system of three equations in two unknowns. Three outcomes:
Unique solution: Lines intersect at a point (verify with the third equation).
Inconsistent system: Lines are skew (not parallel, but do not meet).
Infinitely many solutions: Lines are identical.
If direction vectors are parallel but the lines are distinct, they are parallel non-intersecting lines.
6.2 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.
6.3 Two planes
Two non-parallel planes intersect in a line. Find the direction of the line using n1×n2 and then locate a specific point on the line of intersection.
6.4 Three planes
Three planes can intersect at a unique point, along a line, or not at all. Solve the system of three linear equations simultaneously.
6.5 Building 3D spatial intuition
If you struggle to visualise 3D geometry, sketch 2D projections on paper for each pair of axes: the xy-plane, the xz-plane, and the yz-plane. Draw what the line or plane looks like in each projection separately. This is not required in exams and you will not be awarded marks for it, but it helps you catch errors during practice - for example, spotting that a line you thought was heading toward a plane is actually running parallel to it. With enough practice, the mental image becomes automatic and you will stop needing the sketches.
7 Angles
7.1 Angle between two lines
Use the direction vectors:
cosθ=∣d1∣,∣d2∣∣d1⋅d2∣
The modulus ensures you get the acute angle.
7.2 Angle between a line and a plane
sinα=∣d∣,∣n∣∣d⋅n∣
where d is the direction of the line and n is the normal to the plane.
7.3 Angle between two planes
cosθ=∣n1∣,∣n2∣∣n1⋅n2∣
8 Distance Formulas
8.1 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∣
8.2 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∣
8.3 Foot of perpendicular
To find the foot of perpendicular from point P to a line, set up FP⋅d=0 where F is on the line. For a plane, substitute the perpendicular line r=OP+λn into the plane equation.
9 Worked Examples
Example 1: Line-plane intersection
Find where r=(12−1)+λ(213) meets x+3y−z=10.
Substitute: (1+2λ)+3(2+λ)−(−1+3λ)=10.
Simplify: 1+2λ+6+3λ+1−3λ=10, so 8+2λ=10, giving λ=1.
Store direction and normal vectors as lists or matrices to speed up dot and cross product computations.
Use the simultaneous equation solver for intersection problems after manual substitution.
Keep answers in exact surd form until the question specifies a decimal approximation.
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.
Not in syllabus: Triple scalar products and the shortest distance between two skew lines are excluded from the 9758 syllabus. [1]
12 Common Mistakes
The following errors appear repeatedly in marked scripts. Recognising them before the exam costs nothing; repeating them in the exam costs marks.
Confusing position vectors with direction vectors.
The position vector OA locates a point relative to the origin. The vector AB=OB−OA is a displacement from A to B and serves as a direction vector for the line through A and B. Students frequently substitute a position vector where a direction vector is needed - for example, writing the line as r=a+λOA instead of r=a+λAB. Always ask yourself: "Is this a location, or is this a direction?"
Sign errors in cross products.
The determinant expansion for a×b has an alternating sign pattern: the j component carries a minus sign. Students who rush the expansion frequently drop this sign, producing a normal vector pointing the wrong way. Under exam conditions, expand all three components in full rather than trying to recall the sign from memory, and check that (a×b)⋅a=0 and (a×b)⋅b=0 as a quick sanity check.
Assuming all non-parallel lines intersect.
In 3D, two lines that are not parallel may still fail to meet - they can be skew, meaning they travel in different directions and at different heights without ever crossing. When solving a1+λd1=a2+μd2, you get three equations in two unknowns. Solve two of the equations for λ and μ, then substitute both values into the third equation to verify. If the third equation is not satisfied, the lines are skew - you must say so explicitly. 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, ∣d∣∣AP×d∣, involves a cross product and requires a point on the line. The formula for distance from a point to a plane, a2+b2+c2∣ax1+by1+cz1−d∣, requires the Cartesian equation of the plane. These two formulas are not interchangeable. A common error is to apply the plane-distance formula to a line problem by treating the line's direction vector as a normal - it is not.
Quick Revision Checklist
Switch comfortably between column, component, and vector equation forms.
Compute dot and cross products accurately under timed conditions.
Solve line-line, line-plane, and plane-plane intersection problems with clear parameter steps.
Apply distance formulas and interpret results geometrically.
Explain geometric relationships (parallel, perpendicular, skew) in complete sentences.
Where can I find the full H2 Maths Notes series? Start at the H2 Maths Notes hub, then follow the topic sequence from Functions through to Probability and Statistics.
Are triple products examinable? 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.