Skip to main content
EnglandFurther MathsSyllabus dot point

How do you describe lines and planes in three dimensions and find angles, intersections and distances?

Vector and Cartesian equations of lines and planes, the scalar and vector products, angles between lines and planes, intersections, and shortest distances including between skew lines.

A focused answer to the Edexcel A-Level Further Mathematics further vectors content, covering vector and Cartesian equations of lines and planes, the scalar and vector products, angles between lines and planes, points of intersection, and shortest distances including the distance between two skew lines.

Generated by Claude Opus 4.813 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. Lines, planes and the two products
  3. Angles and intersections
  4. Shortest distances
  5. Examples in context
  6. Try this

What this dot point is asking

Edexcel wants you to write lines and planes in vector, parametric and Cartesian form, use the scalar product for angles and perpendicularity and the vector product for normals, find where lines and planes intersect, and compute shortest distances from a point to a line or plane and between two skew lines. Vectors are a guaranteed Core Pure topic with a long multi-part question, so accuracy in component arithmetic is everything.

Lines, planes and the two products

A line in three dimensions needs a point on it, a\mathbf{a}, and a direction d\mathbf{d}, giving r=a+λd\mathbf{r} = \mathbf{a} + \lambda\mathbf{d}. Splitting into components gives the parametric form, and eliminating λ\lambda gives the symmetric Cartesian form xa1d1=ya2d2=za3d3\frac{x - a_1}{d_1} = \frac{y - a_2}{d_2} = \frac{z - a_3}{d_3}. A plane needs a point and a normal n\mathbf{n}; its equation is rn=an\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n}, which expands to n1x+n2y+n3z=dn_1 x + n_2 y + n_3 z = d.

The two products do completely different jobs, and choosing the wrong one is the most common error.

Angles and intersections

The scalar product gives the angle between two lines directly from their directions. For the angle between a line and a plane, the dot product of the direction with the normal gives the angle α\alpha between the line and the normal, so the angle to the plane is 90α90^\circ - \alpha, which is why you use sin\sin rather than cos\cos in the line-plane formula.

To find where a line meets a plane, substitute the parametric line into the plane equation and solve for λ\lambda, then back-substitute to find the point. If the line is parallel to the plane (dn=0\mathbf{d}\cdot\mathbf{n} = 0) there is either no intersection or the whole line lies in the plane.

Shortest distances

The shortest distance from a point to a plane projects the vector from any point on the plane to the given point onto the unit normal. The shortest distance between two skew lines uses the common perpendicular d1×d2\mathbf{d}_1\times\mathbf{d}_2: project the vector joining the two base points onto this direction.

Examples in context

Vectors connect to several other Core Pure threads. The cross product reappears as the area of a parallelogram (and half of it as a triangle's area), tying vectors to the determinant: a×b\mathbf{a}\times\mathbf{b} has components that are exactly 2×22 \times 2 determinants. Transformation matrices act on position vectors, so the matrices dot point and this one share notation. In further coordinate systems, the same dot-product machinery finds angles for conic tangents and normals. The scalar triple product (a×b)c(\mathbf{a}\times\mathbf{b})\cdot\mathbf{c}, the volume of a parallelepiped, is the determinant of the matrix with those three vectors as rows, linking volume to singularity (a zero triple product means the vectors are coplanar).

Try this

Q1. Find a normal to the plane through a=(100)\mathbf{a} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} containing directions (110)\begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} and (011)\begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix}. [3 marks]

  • Cue. Take the vector product: n=(111)\mathbf{n} = \begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix}.

Q2. Are the vectors (211)\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} and (111)\begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix} perpendicular? [2 marks]

  • Cue. Scalar product =211=0= 2 - 1 - 1 = 0, so yes, they are perpendicular.

Q3. Find the point where the line r=(000)+λ(111)\mathbf{r} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} + \lambda\begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix} meets the plane x+y+z=6x + y + z = 6. [3 marks]

  • Cue. Substitute: 3λ=63\lambda = 6, so λ=2\lambda = 2 and the point is (2,2,2)(2, 2, 2).

Exam-style practice questions

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

Edexcel 20195 marksThe line ll has equation r=(121)+λ(212)\mathbf{r} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} + \lambda\begin{pmatrix} 2 \\ -1 \\ 2 \end{pmatrix}. The plane Π\Pi has equation r(111)=6\mathbf{r}\cdot\begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix} = 6. Find the acute angle between ll and Π\Pi.
Show worked answer →

Find the angle between the direction and the normal first, then convert to the line-plane angle.

Direction d=(2,1,2)\mathbf{d} = (2, -1, 2), normal n=(1,1,1)\mathbf{n} = (1, 1, 1). dn=21+2=3\mathbf{d}\cdot\mathbf{n} = 2 - 1 + 2 = 3 (M1).

d=3|\mathbf{d}| = 3, n=3|\mathbf{n}| = \sqrt{3}, so sinα=dndn=333=13\sin\alpha = \frac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|} = \frac{3}{3\sqrt{3}} = \frac{1}{\sqrt{3}} (M1 A1 for using sine because the dot product gives the angle to the normal).

α=arcsin1333.6\alpha = \arcsin\frac{1}{\sqrt{3}} \approx 33.6^\circ (A1 A1).

Edexcel 20217 marksThe lines l1:r=(012)+λ(101)l_1: \mathbf{r} = \begin{pmatrix} 0 \\ 1 \\ 2 \end{pmatrix} + \lambda\begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} and l2:r=(200)+μ(011)l_2: \mathbf{r} = \begin{pmatrix} 2 \\ 0 \\ 0 \end{pmatrix} + \mu\begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix} are skew. Find the shortest distance between them.
Show worked answer →

Use the common-perpendicular formula with the cross product of the directions.

d1×d2=(101)×(011)=(011110111100)=(111)\mathbf{d}_1\times\mathbf{d}_2 = \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix}\times\begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix} = \begin{pmatrix} 0\cdot1 - 1\cdot1 \\ 1\cdot0 - 1\cdot1 \\ 1\cdot1 - 0\cdot0 \end{pmatrix} = \begin{pmatrix} -1 \\ -1 \\ 1 \end{pmatrix} (M1 A1).

a2a1=(2,1,2)\mathbf{a}_2 - \mathbf{a}_1 = (2, -1, -2) (M1). Then (a2a1)(d1×d2)=2+12=3(\mathbf{a}_2 - \mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2) = -2 + 1 - 2 = -3 (A1).

d1×d2=1+1+1=3|\mathbf{d}_1\times\mathbf{d}_2| = \sqrt{1 + 1 + 1} = \sqrt{3} (A1). Shortest distance =33=33=3= \frac{|-3|}{\sqrt{3}} = \frac{3}{\sqrt{3}} = \sqrt{3} (M1 A1).

Edexcel 20234 marksFind a Cartesian equation of the plane through the point (1,0,2)(1, 0, 2) with normal vector (213)\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}.
Show worked answer →

Use the scalar-product form of the plane equation with the given point.

The plane is rn=an\mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n} (M1). Here an=(1)(2)+(0)(1)+(2)(3)=2+0+6=8\mathbf{a}\cdot\mathbf{n} = (1)(2) + (0)(-1) + (2)(3) = 2 + 0 + 6 = 8 (A1).

So r(213)=8\mathbf{r}\cdot\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} = 8, which in Cartesian form is 2xy+3z=82x - y + 3z = 8 (M1 A1).

Related dot points

Sources & how we know this