Vectors · Topic 4 of 4
4. Intersections of Lines and Planes
Theory
In three dimensions, two lines need not meet even when they are not parallel — they can pass by one another at different heights. Such lines are called skew. Deciding which case applies is a standard exam question.
Two lines. Write both in parametric form using different parameters, say and , and equate the components. That gives three equations in two unknowns. Solve any two of them, then substitute into the third to check:
- Third equation satisfied → the lines intersect; substitute back for the point
- Third equation fails, directions not parallel → the lines are skew
- Directions are scalar multiples → the lines are parallel (or identical)
A line and a plane. Substitute the parametric coordinates of the line into the plane equation. This gives a single equation in the parameter; solve it and substitute back to get the point.
Two planes. Non-parallel planes always meet in a line. Solve the two equations together, setting one variable equal to a parameter , and express the other two in terms of it.
Three planes. This is a system, so use Gaussian elimination. A unique solution means the planes meet at a single point; a row of zeros means they share a whole line; an inconsistent row means there is no common point at all.
The Golden Rule: when testing two lines, always use two different parameters, and never stop after solving two equations — the third equation is the entire test. Skipping it means you cannot distinguish intersecting lines from skew ones.
⚠️ Common Examiner Traps
- Using for both lines: the two lines reach the meeting point at different parameter values, so a shared letter forces a false conclusion.
- Skipping the third-equation check: two equations can always be solved for two unknowns — that alone proves nothing.
- Confusing skew with parallel: skew lines have non-parallel directions but still never meet. Check the directions before naming the case.
- Forgetting to find the point: if the lines do intersect, the question almost always wants the coordinates, not just the fact.
Worked examples
Example 1
Show that the lines and intersect, and find the point of intersection.
Step 1: Equate the two position vectors component by component, using different parameters:
Step 2: Simplify the first two equations:
Step 3: Solve them together:
Step 4: Now test these values in the third equation — the step that decides the answer:
The third equation is satisfied, so the lines do intersect.
Step 5: Substitute into the first line to find the point:
Example 2
Show that the lines and are skew.
Step 1: First check the directions. If were a multiple of , the lines would be parallel — but doubling the first component gives , while doubling the second gives . They are not parallel.
Step 2: Equate the components:
Step 3: From the equation, . Substitute into the equation:
Step 4: Test these values in the equation:
Step 5: Since , no pair of parameter values satisfies all three equations, so the lines never meet. As they are also not parallel, they are skew.
Example 3
Find the point where the line meets the plane .
Step 1: Write the coordinates of a general point on the line in terms of :
Step 2: Substitute these into the equation of the plane:
Step 3: Expand and collect terms in :
Step 4: Substitute back into the line to get the coordinates:
Check: ✓