Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we find where lines and planes intersect, and how do we compute the shortest distance between geometric objects?

Find the intersection of lines and planes and compute shortest distances from a point to a line or plane and between two skew lines

A focused answer to the H2 Further Mathematics outcome on intersections and distances in 3D. The intersection of a line and a plane and of two planes, the perpendicular distance from a point to a line and to a plane, and the shortest distance between two skew lines.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to find intersections (where a line meets a plane, and where two planes meet in a line) and to compute shortest distances: from a point to a line, from a point to a plane, and between two skew lines. These all use the scalar and vector products applied to the line and plane equations.

The answer

Intersection of a line and a plane

Substitute the parametric point of the line into the plane equation. This gives one equation in the parameter λ\lambda; solve it and substitute back to get the intersection point. If the equation has no solution, the line is parallel to the plane and does not meet it; if it holds for all λ\lambda, the line lies in the plane.

Intersection of two planes

Two non-parallel planes meet in a line. The line's direction is perpendicular to both normals, so it is n1×n2\mathbf{n}_1\times\mathbf{n}_2. To find a point on the line, set one coordinate (say z=0z = 0) and solve the two plane equations simultaneously for the other two.

Perpendicular distance from a point to a plane

For a point (x0,y0,z0)(x_0, y_0, z_0) and plane ax+by+cz=dax + by + cz = d,

distance=ax0+by0+cz0da2+b2+c2.\text{distance} = \frac{|ax_0 + by_0 + cz_0 - d|}{\sqrt{a^2 + b^2 + c^2}}.

This is the absolute value of the signed distance along the unit normal.

Perpendicular distance from a point to a line

For a point PP and a line through AA with direction d\mathbf{d}, the distance is

distance=AP×dd,\text{distance} = \frac{|\overrightarrow{AP}\times\mathbf{d}|}{|\mathbf{d}|},

because AP×d|\overrightarrow{AP}\times\mathbf{d}| is the area of the parallelogram on AP\overrightarrow{AP} and d\mathbf{d}, and dividing by the base d|\mathbf{d}| leaves the perpendicular height.

Shortest distance between two skew lines

For skew lines through A1,A2A_1, A_2 with directions d1,d2\mathbf{d}_1, \mathbf{d}_2, the common perpendicular has direction d1×d2\mathbf{d}_1\times\mathbf{d}_2, and the shortest distance is the projection of A1A2\overrightarrow{A_1 A_2} onto this unit perpendicular:

distance=A1A2(d1×d2)d1×d2.\text{distance} = \frac{\left|\overrightarrow{A_1 A_2}\cdot(\mathbf{d}_1\times\mathbf{d}_2)\right|}{|\mathbf{d}_1\times\mathbf{d}_2|}.

Examples in context

Example 1. Clearance in robotics. Checking that a robot arm (a line segment) clears an obstacle reduces to a point-to-line or skew-line shortest-distance calculation; the manufactured clearance is exactly the distance these formulae return.

Example 2. Ground track of a satellite. Finding where a satellite's straight-line sightline meets the ground plane is a line-plane intersection, the calculation that converts an orbital position into the point on Earth directly observed.

Try this

Q1. How do you find where a line meets a plane? [2 marks]

  • Cue. Substitute the line's parametric point into the plane equation, solve for the parameter, then substitute back for the point.

Q2. Write the perpendicular distance from (x0,y0,z0)(x_0, y_0, z_0) to the plane ax+by+cz=dax + by + cz = d. [1 mark]

  • Cue. ax0+by0+cz0da2+b2+c2\dfrac{|ax_0 + by_0 + cz_0 - d|}{\sqrt{a^2 + b^2 + c^2}}.

Q3. What direction is the common perpendicular of two skew lines with directions d1\mathbf{d}_1 and d2\mathbf{d}_2? [1 mark]

  • Cue. d1×d2\mathbf{d}_1\times\mathbf{d}_2.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksFind the point where the line r=(120)+λ(112)\mathbf{r} = \begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix} + \lambda\begin{pmatrix} 1 \\ -1 \\ 2 \end{pmatrix} meets the plane x+y+z=6x + y + z = 6.
Show worked answer →

A general point on the line is (1+λ, 2λ, 2λ)(1 + \lambda,\ 2 - \lambda,\ 2\lambda). Substitute into the plane equation:

(1+λ)+(2λ)+2λ=6.(1 + \lambda) + (2 - \lambda) + 2\lambda = 6.

Simplify: 3+2λ=63 + 2\lambda = 6, so 2λ=32\lambda = 3, λ=32\lambda = \tfrac{3}{2}.

Substitute back: the point is (1+32, 232, 3)=(52, 12, 3)\left(1 + \tfrac{3}{2},\ 2 - \tfrac{3}{2},\ 3\right) = \left(\tfrac{5}{2},\ \tfrac{1}{2},\ 3\right).

Markers reward substituting the parametric point into the plane, solving for λ=32\lambda = \tfrac{3}{2}, and the intersection point (52,12,3)\left(\tfrac{5}{2}, \tfrac{1}{2}, 3\right).

Original6 marksFind the perpendicular distance from the point P(2,3,1)P(2, 3, 1) to the plane 2xy+2z=42x - y + 2z = 4.
Show worked answer →

The perpendicular distance from a point (x0,y0,z0)(x_0, y_0, z_0) to the plane ax+by+cz=dax + by + cz = d is

ax0+by0+cz0da2+b2+c2.\frac{|ax_0 + by_0 + cz_0 - d|}{\sqrt{a^2 + b^2 + c^2}}.

Here a=2a = 2, b=1b = -1, c=2c = 2, d=4d = 4, and the point is (2,3,1)(2, 3, 1):
numerator=2(2)+(1)(3)+2(1)4=43+24=1=1.\text{numerator} = |2(2) + (-1)(3) + 2(1) - 4| = |4 - 3 + 2 - 4| = |-1| = 1.

Denominator: 4+1+4=3\sqrt{4 + 1 + 4} = 3.

So the distance is 13\dfrac{1}{3}.

Markers reward the point-to-plane distance formula, substituting the coordinates and plane coefficients, and the value 13\tfrac{1}{3}.

Related dot points