Intersection of two lines
- Two lines in 3D do one of three things: they cross, run parallel, or are skew (never meet, but not parallel either: this is new in 3D).
- Working out which is just algebra. Set the two lines equal, match the rows, and solve two of the three equations.
- The third equation is the check. It tells you whether they cross or are skew.
Set , solve two rows for , then test the third: it works → they cross; it fails → they miss (parallel if the directions match, otherwise skew).
Three outcomes, checked in order: are the directions a multiple of each other? → parallel. Otherwise solve two rows and ask does the third agree? → yes, they cross; no, skew. “Skew” means not parallel and never meeting, the case that only shows up in 3D.
Set equal, match components, then CHECK
- Give each line its own letter ( for one, for the other). Sharing one letter is the classic mistake.
- Set them equal and you get three equations in two unknowns:
- Check parallel first: if the directions are scalar multiples, the lines are parallel (and either identical or never meet) — no need to solve anything.
- Not parallel? Solve two of the component equations for and .
- Substitute into the third. Fits → they intersect (put back for the point); contradiction → they are skew.
Why the third equation matters
Two unknowns , three equations. You can almost always solve any two of them. But that only finds the where two coordinates agree. A real crossing needs all three coordinates to agree at once. So the third equation is the test: if the values that fix and also fix , the lines really meet. If not, they pass at different heights and are skew.
Worked examples
Worked example
Real question: lines and intersect: find and the meeting point
9709/31 O/N 2020 Q11(a). A twist: you are told they meet and asked for the unknown . So solve the two rows without first, then the third row gives you .
- The sits only in the -row, so start with and : , .
- Solve those two: .
- Now the -row gives : .
- Put into line 2 for the point: .
Worked example
Intersect and
- Directions and aren't multiples, so not parallel — worth checking for a crossing.
- Match two components. From : ; from : . Solving: .
- Check in : line 1 gives , line 2 gives . They agree, so the lines meet.
- Put back into line 1 for the point.
Worked example
Real question: show the lines are skew, directions and
9709/33 O/N 2023 Q11(c): line and line .
- Not parallel: and are not multiples of each other.
- Match and and solve: .
- Check : line gives , line gives . They disagree, so no crossing.
Where the marks go
Common mistake
Common mistake
Common mistake
Common mistake
Now you try
Line is and line is . Are they parallel, do they cross, or are they skew? (9709/33 Oct/Nov 2023 Q11)
Your turn— tap to reveal the worked answer (9709/33 Oct/Nov 2023 Q11(c))
Directions and aren't multiples, so not parallel. From and : .
Now check : line gives , line gives . They disagree, so no crossing: