Study Guide

3D Vector Geometry (Lines and Planes)

CIE A-Level MathematicsΒ· 7 min read

1. Vector equations of lines in 3Dβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Vector equation of a 3D line

Where is the position vector of any general point on the line, is the position vector of a known point on the line, is a scalar parameter, and is the direction vector of the line.

A direction vector for a line through two points and is given by . The line can also be rewritten in Cartesian form by rearranging to solve for from the , , components.

πŸ“ Worked Example

Find the vector equation of the straight line passing through points and .

  1. 1

    First, calculate the direction vector of the line:

  2. 2
    ABβ†’=bβˆ’a=(4βˆ’15βˆ’27βˆ’3)=(334)\overrightarrow{AB} = \mathbf{b} - \mathbf{a} = \begin{pmatrix}4 - 1 \\ 5 - 2 \\ 7 - 3\end{pmatrix} = \begin{pmatrix}3 \\ 3 \\ 4\end{pmatrix}
  3. 3

    Use the position vector of point as the known point . Substitute into the general line equation:

  4. 4
    r=(123)+t(334),t∈R\mathbf{r} = \begin{pmatrix}1 \\ 2 \\ 3\end{pmatrix} + t\begin{pmatrix}3 \\ 3 \\ 4\end{pmatrix}, \quad t \in \mathbb{R}

2. Vector equations of planesβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Scalar product form of a plane equation

Where is a vector normal (perpendicular) to the plane, is a constant, and is the position vector of any general point on the plane. This converts to Cartesian form where .

To find the normal vector for a plane passing through three points, you calculate two vectors lying on the plane, then take their cross product to get a vector perpendicular to both, which is your normal.

πŸ“ Worked Example

Find the Cartesian equation of the plane passing through points , and .

  1. 1

    Find two vectors lying on the plane:

  2. 2
    ABβ†’=(βˆ’110),ACβ†’=(βˆ’101)\overrightarrow{AB} = \begin{pmatrix}-1 \\ 1 \\ 0\end{pmatrix}, \quad \overrightarrow{AC} = \begin{pmatrix}-1 \\ 0 \\ 1\end{pmatrix}
  3. 3

    Calculate the normal vector as the cross product :

  4. 4
    ∣ijkβˆ’110βˆ’101∣=i(1β‹…1βˆ’0β‹…0)βˆ’j(βˆ’1β‹…1βˆ’0β‹…βˆ’1)+k(βˆ’1β‹…0βˆ’1β‹…βˆ’1)=(111)\begin{vmatrix}\mathbf{i} & \mathbf{j} & \mathbf{k} \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{vmatrix} = \mathbf{i}(1 \cdot 1 - 0 \cdot 0) - \mathbf{j}(-1 \cdot 1 - 0 \cdot -1) + \mathbf{k}(-1 \cdot 0 - 1 \cdot -1) = \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix}
  5. 5

    Find by substituting the position vector of into :

  6. 6
    k=(1)(1)+(1)(0)+(1)(0)=1k = (1)(1) + (1)(0) + (1)(0) = 1
  7. 7

    Convert to Cartesian form to get the final answer:

  8. 8
    x+y+z=1x + y + z = 1

3. Angles and distancesβ˜…β˜…β˜…β˜…β˜†β± 25 min

βœ“ Calculator OK

All angle calculations use the scalar product formula. For any two vectors, the cosine of the angle between them is . We always take the absolute value of the dot product to get the acute angle, which is what exam questions always require.

  • Angle between two lines: use direction vectors for and

  • Angle between two planes: use normal vectors for and

  • Distance from a point to plane :

πŸ“ Worked Example

Find the acute angle between the planes and . Give your answer to 1 decimal place.

  1. 1

    Extract the normal vectors from the Cartesian plane equations:

  2. 2
    n1=(111),n2=(2βˆ’13)\mathbf{n_1} = \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix}, \quad \mathbf{n_2} = \begin{pmatrix}2 \\ -1 \\ 3\end{pmatrix}
  3. 3

    Calculate the scalar product and the magnitudes of the normals:

  4. 4
    n1β‹…n2=(1)(2)+(1)(βˆ’1)+(1)(3)=4∣n1∣=12+12+12=3∣n2∣=22+(βˆ’1)2+32=14\mathbf{n_1} \cdot \mathbf{n_2} = (1)(2) + (1)(-1) + (1)(3) = 4 \\ |\mathbf{n_1}| = \sqrt{1^2 + 1^2 + 1^2} = \sqrt{3} \\ |\mathbf{n_2}| = \sqrt{2^2 + (-1)^2 + 3^2} = \sqrt{14}
  5. 5

    Use the angle formula, taking absolute value for the acute angle:

  6. 6
    cos⁑θ=∣n1β‹…n2∣∣n1∣∣n2∣=4314=442β‰ˆ0.617\cos\theta = \frac{|\mathbf{n_1} \cdot \mathbf{n_2}|}{|\mathbf{n_1}||\mathbf{n_2}|} = \frac{4}{\sqrt{3} \sqrt{14}} = \frac{4}{\sqrt{42}} \approx 0.617
  7. 7

    Calculate the angle:

  8. 8
    ΞΈβ‰ˆ51.9∘\theta \approx 51.9^\circ

4. Intersections of lines and planesβ˜…β˜…β˜…β˜†β˜†β± 20 min

To find the intersection of a line and a plane, start with the parametric coordinates of the line, substitute them into the plane equation, and solve for the scalar parameter. There are three possible outcomes:

  • One unique solution for : the line crosses the plane at one point

  • No solution: the line is parallel to the plane and does not intersect

  • The equation is true for all : the entire line lies on the plane

πŸ“ Worked Example

Determine if the line intersects the plane . If it does, find the intersection point.

  1. 1

    Write the parametric coordinates of points on the line:

  2. 2
    x=1+t,y=2+t,z=3+tx = 1 + t, \quad y = 2 + t, \quad z = 3 + t
  3. 3

    Substitute into the plane equation:

  4. 4
    2(1+t)+(2+t)βˆ’3(3+t)=42+2t+2+tβˆ’9βˆ’3t=4βˆ’5+0t=42(1 + t) + (2 + t) - 3(3 + t) = 4 \\ 2 + 2t + 2 + t - 9 - 3t = 4 \\ -5 + 0t = 4
  5. 5

    This equation has no solution for , so:

  6. 6

    The line is parallel to the plane and does not intersect it.

5. Common Pitfalls

Wrong move:

Forgetting to take the absolute value of the dot product when calculating angles

Why:

The dot product can be negative, which gives the obtuse angle instead of the required acute angle

Correct move:

Always take in the numerator when calculating angles for exam questions

Wrong move:

Mixing up direction vectors and normal vectors when calculating angles

Why:

Using direction vectors for planes or normal vectors for lines gives the complement of the correct angle

Correct move:

Always label your vectors: angles between lines use directions, angles between planes use normals

Wrong move:

Omitting the denominator when calculating distance from a point to a plane

Why:

The formula requires dividing by the magnitude of the normal vector when using the general plane equation

Correct move:

Always divide by for distance to plane

Wrong move:

Assuming no solution means the line is parallel when it actually lies on the plane

Why:

If all terms cancel to give 0 = 0, every point on the line is on the plane, not just no intersection

Correct move:

If you get 0t = 0, the line lies entirely on the plane; 0t = non-zero means no intersection

6. Quick Reference Cheatsheet

Concept

Formula/Rule

Note

Vector line equation

= known point, = direction

Plane equation

/

= normal vector

Distance point β†’ plane

Point =

Acute angle 2 planes

Uses normal vectors

Acute angle 2 lines

Uses direction vectors

Find intersection

Substitute line parametric into plane

Solve for parameter to get point

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 3

    Intersection of line and plane

  • 2023 Β· 3

    Distance from point to plane

  • 2024 Β· 3

    Angle between two planes

Going deeper

What's Next

Mastery of 3D vector geometry is a critical foundation for many other topics in A-Level Mathematics. In pure mathematics, you will extend these concepts to differentiating vectors for kinematics and motion, and solve further 3D geometry problems involving intersections of multiple planes. In mechanics, vectors are used extensively to model projectile motion, forces, and momentum in 2D and 3D. Problems combining vector geometry with calculus or mechanics are common in higher-mark exam questions, so building fluency in this topic will help you access those marks easily.