Example 1 — Parametrize a line through two points
EasyProblem
Write parametric equations for the line through and .
Solution
-
Two points in space define a line: pick one point and build the direction vector from the difference.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the line live in space and need a direction vector rather than a single slope?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Direction ; anchor at .
The rule is chosen only after the structure matches, so the steps mean something.
-
, , .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — a point plus a direction arrow, slid by . If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: A 3D line = a point plus the direction vector found from the difference of two points.