3.6.6 · D33D Geometry

Worked examples — Equation of a line in 3D — vector, symmetric, parametric forms

2,333 words11 min readBack to topic

Before anything, one reminder built from zero. A direction ratio (DR) is just one of the three numbers that tells you "for every step of the parameter, move in , in , in ." The parameter is the ==scalar ==: think of it as how many steps you take (negative = walk backwards). See Direction ratios and direction cosines for why any scalar multiple of names the same direction.


The scenario matrix

Every problem this topic can throw at you falls into one of these cells. The worked examples below are tagged with the cell they cover.

Cell What makes it special Example
A. Clean all three DRs nonzero, build all forms Ex 1
B. One zero DR line frozen in one coordinate (lies in a plane) Ex 2
C. Two zero DRs line parallel to a coordinate axis Ex 3
D. Negative DRs / sign traps reading a point back from symmetric form Ex 4
E. Point-on-line test same must fit all three Ex 5
F. Intersection with a plane limiting/pierce point — find the one Ex 6
G. Two lines, same or different? parallel vs identical vs distinct Ex 7
H. Real-world word problem drone/ray path, physical anchor + heading Ex 8

The degenerate/limiting behaviours (zero DRs, axis-parallel lines, a point sitting exactly at the anchor ) are covered inside cells B, C, and E — nothing is left unshown.


Cell A — the clean build

Notice how the anchor lives in the numerators and the direction in the denominators — see the figure: the arrow is , the fixed dot is .

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Cell B — one zero DR (line trapped in a plane)

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Cell C — two zero DRs (parallel to an axis)

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Cell D — negative DRs & sign traps


Cell E — does a point lie on the line?


Cell F — where a line pierces a plane (limiting/pierce point)

Figure — Equation of a line in 3D — vector, symmetric, parametric forms

Cell G — two lines: same, parallel, or distinct?


Cell H — real-world word problem


Recall Which cell? (click to reveal)

A line through two points both having ::: Cell B — one zero DR, frozen , lives in plane . Direction ::: Cell C — two zero DRs, parallel to the -axis. Symmetric form with a negative denominator ::: Cell D — sign trap, direction just points the other way. "Does this point lie on the line?" ::: Cell E — one must satisfy all three equations. "Where does the line hit the plane?" ::: Cell F — substitute parametric into the plane, solve one .


Connections