2. Equations of Lines0%

Vectors · Topic 2 of 4

2. Equations of Lines

Video coming soon2 worked examples

Theory

A line in three dimensions needs a point a\mathbf{a} on it and a direction vector d\mathbf{d}. It can be written in three equivalent ways:

Vector: r=a+tdSymmetric: xa1d1=ya2d2=za3d3\text{Vector: } \mathbf{r} = \mathbf{a} + t\mathbf{d} \qquad \text{Symmetric: } \frac{x - a_1}{d_1} = \frac{y - a_2}{d_2} = \frac{z - a_3}{d_3}

The angle between two lines is the angle between their direction vectors.

The Golden Rule: a line is a point plus a direction. Given two points, subtract to get the direction, then convert freely between vector, parametric and symmetric forms.

⚠️ Common Examiner Traps

  • Direction from two points: subtract the position vectors to get d\mathbf{d}.
  • Symmetric denominators: these are the components of the direction vector.
  • Angle between lines: use the direction vectors, not the points.

Worked examples

Example 1

Find the vector and symmetric equations of the line through A(1,2,3)A(1, 2, 3) and B(4,0,5)B(4, 0, 5).

Step 1: The direction vector is d=BA\mathbf{d} = B - A:

d=(41, 02, 53)=(3, 2, 2)\mathbf{d} = (4-1,\ 0-2,\ 5-3) = (3,\ -2,\ 2)

Step 2: Vector equation, using point AA:

r=(1,2,3)+t(3,2,2)\mathbf{r} = (1, 2, 3) + t(3, -2, 2)

Step 3: Symmetric form:

x13=y22=z32\frac{x-1}{3} = \frac{y-2}{-2} = \frac{z-3}{2}

Example 2

Find the acute angle between the lines with direction vectors d1=(1,0,1)\mathbf{d}_1 = (1, 0, 1) and d2=(1,1,0)\mathbf{d}_2 = (1, 1, 0).

Step 1: Use the scalar product of the direction vectors:

d1d2=1,d1=d2=2\mathbf{d}_1\cdot\mathbf{d}_2 = 1, \qquad |\mathbf{d}_1| = |\mathbf{d}_2| = \sqrt{2}

Step 2: Apply the angle formula:

cosθ=122=12    θ=60\cos\theta = \frac{1}{\sqrt{2}\,\sqrt{2}} = \frac{1}{2} \implies \theta = 60^\circ