Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we use vector methods to prove geometric results and find reflections, foot of perpendicular and other constructions?

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.

Generated by Claude Opus 4.811 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 apply vector methods to geometric problems: finding the foot of the perpendicular from a point to a line or plane, reflecting a point in a line or plane, and proving geometric properties using position vectors. These tie together the scalar and vector products with the equations of lines and planes.

The answer

The foot of the perpendicular to a line

The foot FF of the perpendicular from a point PP to a line r=a+λd\mathbf{r} = \mathbf{a} + \lambda\mathbf{d} is the point on the line closest to PP. Parametrise F=a+λdF = \mathbf{a} + \lambda\mathbf{d}, then impose

PFd=0,\overrightarrow{PF}\cdot\mathbf{d} = 0,

since the shortest connection is perpendicular to the line. Solve for λ\lambda and substitute back for FF.

The foot of the perpendicular to a plane

The foot FF of the perpendicular from PP to a plane lies along the normal n\mathbf{n} through PP. Write the line r=p+tn\mathbf{r} = \mathbf{p} + t\mathbf{n} and substitute into the plane equation to find tt, then FF. Equivalently, step from PP along n\mathbf{n} by the signed distance.

Reflecting a point

The reflection PP' of PP in a line or plane is on the far side of the mirror, the same distance away. Once the foot FF is known, the foot is the midpoint of PP and PP', so

P=2FP.P' = 2F - P.

This single relation handles reflection in both a line and a plane.

Proving geometric results with vectors

Position vectors turn geometry into algebra. Useful tools: the midpoint of AA and BB is 12(a+b)\tfrac{1}{2}(\mathbf{a} + \mathbf{b}); the point dividing ABAB in ratio m:nm : n is na+mbm+n\dfrac{n\mathbf{a} + m\mathbf{b}}{m + n} (the ratio theorem); two segments are parallel when their vectors are scalar multiples, and three points are collinear when two of the joining vectors are parallel. Showing such relations proves results like "the diagonals of a parallelogram bisect each other".

Examples in context

Example 1. Mirror image in graphics. Rendering a reflection in a flat mirror computes P=2FPP' = 2F - P for each visible point, where FF is its foot on the mirror plane; the whole reflected scene is built from this one vector construction.

Example 2. Proving a quadrilateral is a parallelogram. Showing that the midpoints of the sides of any quadrilateral form a parallelogram (Varignon's theorem) is a pure position-vector argument, demonstrating how vector algebra replaces lengthy classical geometry proofs.

Try this

Q1. State the condition that determines the foot of the perpendicular from PP to a line with direction d\mathbf{d}. [1 mark]

  • Cue. PFd=0\overrightarrow{PF}\cdot\mathbf{d} = 0, with FF a point on the line.

Q2. If FF is the foot of the perpendicular from PP to a plane, write the reflection PP'. [1 mark]

  • Cue. P=2FPP' = 2F - P.

Q3. Write the position vector of the midpoint of points with position vectors a\mathbf{a} and b\mathbf{b}. [1 mark]

  • Cue. 12(a+b)\tfrac{1}{2}(\mathbf{a} + \mathbf{b}).

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.

Original6 marksFind the foot of the perpendicular from the point P(4,1,2)P(4, 1, 2) to the line r=(000)+λ(111)\mathbf{r} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} + \lambda\begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}.
Show worked answer →

A general point on the line is F=(λ,λ,λ)F = (\lambda, \lambda, \lambda). The foot of perpendicular FF satisfies PFd\overrightarrow{PF}\perp\mathbf{d}, where d=(111)\mathbf{d} = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}.

PF=FP=(λ4λ1λ2)\overrightarrow{PF} = F - P = \begin{pmatrix} \lambda - 4 \\ \lambda - 1 \\ \lambda - 2 \end{pmatrix}. Require PFd=0\overrightarrow{PF}\cdot\mathbf{d} = 0:

(λ4)+(λ1)+(λ2)=03λ7=0λ=73.(\lambda - 4) + (\lambda - 1) + (\lambda - 2) = 0 \Rightarrow 3\lambda - 7 = 0 \Rightarrow \lambda = \tfrac{7}{3}.

So F=(73,73,73)F = \left(\tfrac{7}{3}, \tfrac{7}{3}, \tfrac{7}{3}\right).

Markers reward parametrising FF on the line, the perpendicularity condition PFd=0\overrightarrow{PF}\cdot\mathbf{d} = 0, solving for λ=73\lambda = \tfrac{7}{3}, and the foot (73,73,73)\left(\tfrac{7}{3}, \tfrac{7}{3}, \tfrac{7}{3}\right).

Original6 marksThe point PP has position vector (3,0,4)(3, 0, 4). Find the reflection PP' of PP in the plane x+2y+2z=0x + 2y + 2z = 0.
Show worked answer →

The reflection lies along the normal n=(122)\mathbf{n} = \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} through PP. The foot of perpendicular from PP to the plane is found by moving from PP along n\mathbf{n} by the signed distance.

Signed value: pndn2=(3+0+8)01+4+4=119\dfrac{\mathbf{p}\cdot\mathbf{n} - d}{|\mathbf{n}|^2} = \dfrac{(3 + 0 + 8) - 0}{1 + 4 + 4} = \dfrac{11}{9}.

The foot is F=P119nF = P - \dfrac{11}{9}\mathbf{n}, and the reflection is twice as far: P=P2119n=(304)229(122)P' = P - 2\cdot\dfrac{11}{9}\mathbf{n} = \begin{pmatrix} 3 \\ 0 \\ 4 \end{pmatrix} - \dfrac{22}{9}\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix}.

P=(322904494449)=(5944989).P' = \begin{pmatrix} 3 - \tfrac{22}{9} \\ 0 - \tfrac{44}{9} \\ 4 - \tfrac{44}{9} \end{pmatrix} = \begin{pmatrix} \tfrac{5}{9} \\ -\tfrac{44}{9} \\ -\tfrac{8}{9} \end{pmatrix}.

Markers reward moving along the normal, the signed multiple 119\tfrac{11}{9}, doubling it for the reflection, and the reflected point P=(59,449,89)P' = \left(\tfrac{5}{9}, -\tfrac{44}{9}, -\tfrac{8}{9}\right).

Related dot points