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.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
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 ; 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 , 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 . To find a point on the line, set one coordinate (say ) and solve the two plane equations simultaneously for the other two.
Perpendicular distance from a point to a plane
For a point and plane ,
This is the absolute value of the signed distance along the unit normal.
Perpendicular distance from a point to a line
For a point and a line through with direction , the distance is
because is the area of the parallelogram on and , and dividing by the base leaves the perpendicular height.
Shortest distance between two skew lines
For skew lines through with directions , the common perpendicular has direction , and the shortest distance is the projection of onto this unit perpendicular:
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 to the plane . [1 mark]
- Cue. .
Q3. What direction is the common perpendicular of two skew lines with directions and ? [1 mark]
- Cue. .
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 meets the plane .Show worked answer →
A general point on the line is . Substitute into the plane equation:
Simplify: , so , .
Substitute back: the point is .
Markers reward substituting the parametric point into the plane, solving for , and the intersection point .
Original6 marksFind the perpendicular distance from the point to the plane .Show worked answer →
The perpendicular distance from a point to the plane is
Here , , , , and the point is :
Denominator: .
So the distance is .
Markers reward the point-to-plane distance formula, substituting the coordinates and plane coefficients, and the value .
Related dot points
- Use the scalar and vector products and the scalar triple product to find angles, areas and volumes in three dimensions
A focused answer to the H2 Further Mathematics outcome on vector products. The scalar (dot) product for angles and projections, the vector (cross) product for perpendiculars and areas, and the scalar triple product for volumes and coplanarity.
- Write the vector, parametric and Cartesian equations of a line in three dimensions and classify the relationship between two lines
A focused answer to the H2 Further Mathematics outcome on lines in 3D. The vector, parametric and Cartesian forms of a line, the angle between lines, and classifying two lines as intersecting, parallel or skew.
- Write the vector, scalar product and Cartesian equations of a plane using a normal vector and find the angle between planes and between a line and a plane
A focused answer to the H2 Further Mathematics outcome on planes in 3D. The normal vector, the vector, scalar product and Cartesian equations of a plane, finding a normal from two directions, and the angle between two planes and between a line and a plane.
- Apply vector methods to geometric problems including the foot of the perpendicular, reflections of points, and proofs of geometric properties
A focused answer to the H2 Further Mathematics outcome on applying vectors to geometry. Finding the foot of the perpendicular from a point to a line or plane, reflecting a point in a line or plane, and using position vectors and the ratio theorem to prove geometric results.