H2 Maths 3D Vector Geometry | Planes & Distances Notes

Study guideUpdated 17 Jul 2026

H2 Maths 3D vector geometry notes: step-by-step solutions for planes, line intersections, point-to-plane distances, and exam techniques.

Q: What does H2 Maths Notes (JC 1-2): 3.3) Three-Dimensional Vector Geometry cover?
A: Planes, intersections, distances, and geometric proofs for H2 Maths Topic 3.3.
Before you revise
Sketch every 3D configuration with axes labelled. State direction vectors, normal vectors, and parameters clearly to avoid mixing up lines and planes in algebraic working.
  • Lines need direction; planes need normals: Label d\vec{d} and n\vec{n}.
  • Intersections come from substitution or simultaneous equations: Solve parameters, then check the point.
  • Angles and distances depend on choosing the right vectors: Use direction vectors for lines and normal vectors for planes.

Concrete example: For a line-plane intersection, substitute the line's xx, yy, and zz into the plane equation, solve for the parameter, then put it back into the line.

Status: SEAB's current H2 Mathematics (9758) syllabus PDF is labelled for 2026. Topic 3.3 covers lines/planes, intersections, angles, and distances from a point to a line or plane; skew-line shortest distance is excluded.


Plane Equations

  • Vector form: r=OA+su+tv \vec{r} = \vec{OA} + s \vec{u} + t \vec{v}

Example -- Plane through three points

Points A(1,0,2)B(3,1,4)C(2,2,0) A(1, 0, 2) \, B(3, -1, 4) \, C(2, 2, 0) .

  1. Direction vectors: AB=(2 1 2)AC=(1 2 2) \vec{AB} = \begin{pmatrix} 2 \ -1 \ 2 \end{pmatrix} \, \vec{AC} = \begin{pmatrix} 1 \ 2 \ -2 \end{pmatrix}

Intersections

  • Line-plane: substitute line equation into plane; solve for parameter to find intersection point.
  • Plane-plane: solve simultaneous equations or express intersection line as r=OP+λd \vec{r} = \vec{OP} + \lambda \vec{d}

Line-plane outcome checkpoint

After substituting the line into the plane, read the resulting equation before claiming an intersection point.

Result after substitutionGeometric meaningHow to write the conclusionCommon trap
One value of λ\lambdaThe line cuts the plane at one point.Substitute λ\lambda back into the line and give the position vector or coordinates.Stopping at λ\lambda without giving the point.
Contradiction such as 0=50 = 5

Worked check: if substitution gives 4λ3=94\lambda - 3 = 9, solve λ=3\lambda = 3, then put λ=3\lambda = 3 back into the line to find the intersection point. If substitution gives 0=00 = 0

Misconception check: parallel to a plane is not the same as lying in the plane. A parallel line has no intersection only when it is outside the plane.

Plane-plane relationship checkpoint

For two planes, check the normal vectors before solving simultaneous equations. The normals tell you whether the planes can cut in a line or whether you must test for parallel or coincident planes.

Normal-vector checkGeometric relationshipFirst algebra moveCommon trap
n1\vec{n}_1 and n2\vec{n}_2

Worked check: compare 2xy+3z=62x-y+3z=6 and 4x2y+6z=104x-2y+6z=10. The normal vectors are proportional because (4\-2\6)=2(2\-1\3)\begin{pmatrix}4\-2\6\end{pmatrix}=2\begin{pmatrix}2\-1\3\end{pmatrix}

Misconception check: two planes in 3D cannot be skew. If they do not intersect and are not the same plane, they are parallel.

Line-line parameter checkpoint

For two lines, use different parameters and check all three coordinates before naming the relationship. One matching coordinate is not enough to prove intersection.

Algebra resultGeometric relationshipWhat to write nextCommon trap
The same values of λ\lambda and μ\mu satisfy all three coordinate equationsLines intersect at one point.Substitute either parameter into its line and give the common point.Solving only the xx- and yy-equations, then skipping the zz

Worked check: if two line equations give λ=2\lambda=2 and μ=1\mu=-1 from the xx- and yy-coordinates, substitute those same values into the zz-coordinate equation. If the

Misconception check: in 3D, non-parallel lines can miss each other. The final coordinate check is what separates an actual intersection from a skew pair.

Example -- Line-plane intersection

Line r=(1 2 3)+λ(2 1 4) \vec{r} = \begin{pmatrix} -1 \ 2 \ 3 \end{pmatrix} + \lambda \begin{pmatrix} 2 \ -1 \ 4 \end{pmatrix}

  1. Substitute x=1+2λy=2λz=3+4λ x = -1 + 2\lambda \, y = 2 - \lambda \, z = 3 + 4\lambda .
  2. Equation: 3(1+2λ)2(2λ)+(3+4λ)=7 3(-1 + 2\lambda) - 2(2 - \lambda) + (3 + 4\lambda) = 7

Angles Between Lines and Planes

  • Angle between two lines: use dot product of direction vectors.
  • Angle between line and plane: use complement of angle between line direction and plane normal.
  • Angle between planes: use dot product of normals.

Example -- Line-plane angle

Line direction d=(1 2 2) \vec{d} = \begin{pmatrix} 1 \ 2 \ -2 \end{pmatrix} , plane normal n=(2 1 2) \vec{n} = \begin{pmatrix} 2 \ -1 \ 2 \end{pmatrix}

Angle formula-choice checkpoint

Before pressing inverse cosine, decide which geometric angle the question is asking for. Dot products compare the two vectors you put into them; sometimes that vector angle is not the final angle required.

Angle requiredVectors to compare firstWhat to do after inverse cosineCommon trap
Between two linesDirection vector of each lineUse the acute angle from the dot product.Using position vectors from the origin instead of direction vectors.
Between two planesNormal vector of each planeUse the acute angle between the normals.Comparing direction vectors that lie in the planes.
Between a line and a planeLine direction vector and plane normalTake the complement: 90θ90^\circ - \theta

Worked check: if a line direction d\vec{d} and a plane normal n\vec{n}

Misconception check: a plane angle is measured against the surface of the plane. A normal vector points out of the plane, so line-plane questions need one extra complement step.


Distances in 3D

  • Point to plane distance: d=n(OPOA)n. d = \dfrac{\lvert \vec{n} \cdot (\vec{OP} - \vec{OA}) \rvert}{\lVert \vec{n} \rVert}.
A plane drawn in perspective with a point P lying off it. The perpendicular from P meets the plane at the foot F; its length is the shortest distance d from the point to the plane, measured along the normal vector n to the plane.πnPFd
The shortest distance from a point P to a plane is measured along the plane's normal n: drop a perpendicular from P to its foot F on the plane, and the length PF is the distance. The same normal direction gives the perpendicular distance in the scalar-product formula for a plane.
  • Point to line distance (line through AA with direction d \vec{d} ): d=(OPOA)×dd. d = \dfrac{\lVert (\vec{OP} - \vec{OA}) \times \vec{d} \rVert}{\lVert \vec{d} \rVert}.

Distance formula-choice checkpoint

Before substituting numbers, identify the object that the point is being measured from. The fastest check is whether the object gives you a normal vector or a direction vector.

Question wordingVector to use firstFormula moveCommon trap
Distance from point PP to plane Π\PiPlane normal n\vec{n}

Worked check: for point P(1,2,3)P(1,2,3) and plane 2xy+2z=52x-y+2z=5, use n=(2\-1\2)\vec{n}=\begin{pmatrix}2\-1\2\end{pmatrix}


Geometric Proofs

  • To prove points/vectors are coplanar, show one direction vector is a linear combination of the others (linear dependence), or find a plane equation and verify the remaining point satisfies it.
  • For perpendicularity, show dot product zero between appropriate direction/normal vectors.
  • For parallel planes, normals are proportional; for coincidence, also verify one point satisfies both equations.

Calculator Workflow

  • Use GC matrix solver for simultaneous equations (plane intersections).
  • Store normals and direction vectors to reuse in dot/cross product calculations.
  • When solving distances, keep expressions exact; use sqrt( only at final stage if decimals required.

Exam Watch Points

  • Label all parameters λ,μ,s,t \lambda, \mu, s, t clearly to avoid confusion.
  • State final answers in exact form where possible and include units if the context demands.
  • Support algebraic conclusions with geometric language (“The line intersects the plane at…”).
  • When planes are perpendicular, state that normals are perpendicular and compute the dot product to confirm.

Practice Quiz

Challenge yourself on intersections, plane-line proofs, and point-to-line/plane distance routines in 3D.


Quick Revision Checklist

  • Convert between vector/Cartesian forms of planes confidently.
  • Solve line-plane and plane-plane intersections systematically.
  • Compute angles and distances (point-to-line / point-to-plane) with correct formulae.
  • Justify geometric relationships (parallel, perpendicular, coplanar) with vector reasoning.

Next steps: Stay on the H2 Maths notes hub and proceed to Topic 4.1 - Complex numbers & Argand diagrams.


Want weekly guided practice on Three-Dimensional Vector Geometry? Our H2 Maths tuition programme builds fluency in this topic through structured problem sets and exam-style drills.


Common exam mistakes

  • Confusing the angle between a line and a plane with the angle between the line and the plane's normal: The angle between a line and a plane is the complement of the angle between the line and the normal. Using the angle with the normal directly (without subtracting from 90°) gives the wrong answer.
  • Using the wrong formula for point-to-plane distance: The formula requires dividing by n\lVert \vec{n} \rVert, not n2\lVert \vec{n} \rVert^2

Frequently asked questions

Is Topic 3.3 in Paper 1 or Paper 2?
Topic 3.3 is Pure Mathematics and can appear in Paper 1 (100 marks) or Paper 2 Section A (40 marks). 3D geometry questions are typically multi-part structured questions that chain several sub-skills (plane equation, intersection, distance).

Is the shortest distance between two skew lines examinable?
No. The 2026 H2 Maths (9758) syllabus explicitly excludes the shortest distance between skew lines. You are only required to find distances from a point to a line and from a point to a plane.

When two planes are given, how do I find the line of intersection?
Solve the two plane equations simultaneously. Express the solution parametrically by letting one variable (e.g. z=tz = t) be free, then find xx and yy in terms of tt. The direction vector d\vec{d}


Sources

Keep studying with Eclat

Join the Telegram study group for new notes, quizzes, and study resources.

Join our Telegram study group
Marcus Pang
Reviewed by
Marcus Pang·Managing Director (Maths)