3.6.6 · D43D Geometry

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

2,148 words10 min readBack to topic

Before we start, one shared vocabulary reminder, because every solution leans on it.

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

Level 1 — Recognition

Recall Solution

WHAT to do: match each fraction to the template . Numerators (the point). Rewrite so each numerator looks like " minus something": So . Point . Denominators (the direction). . Direction . WHY the sign check matters: looks like the point has , but the template subtracts, so the point value is . Always force the "" shape first.

Recall Solution

At : the term vanishes, so . This is the anchor . At : add two whole steps of : WHY: counts steps of the direction vector; means "haven't moved," means "two full jumps forward."

Recall Solution

WHAT: the DR for is , so is frozen — it stays at forever. WHY you can't write : division by zero is meaningless; a in the bottom is code for "this coordinate is constant." Correct symmetric form:


Level 2 — Application

Recall Solution

Vector form (anchor direction): Parametric (read each coordinate separately, all sharing one ): Symmetric (solve each for and set equal): WHY they agree: they're the same equation in three costumes; nothing was added or lost, only rewritten.

Recall Solution

Direction . WHAT this tells us: two DRs are zero. Both and are frozen (they were equal at and ). Only moves. Symmetric form: The line is the set — a straight vertical-in- line. WHY not write fractions: with we'd be dividing by zero twice; the honest statement is just " and are pinned."

Recall Solution

Set the common value to : each fraction . Parametric: . Vector: collect constants and -terms: WHY: the "" trick is the bridge — symmetric hides , parametric exposes it, vector bundles it back up.


Level 3 — Analysis

Recall Solution

Strategy: find from one coordinate, then demand the same works for the other two. From : . Check : ✓. Check : . But we need . ✗. Conclusion: the point is not on the line — one shared cannot satisfy all three. WHY all three: a single drives together; passing one test is a coincidence, not membership.

Recall Solution

Use different letters — the two lines move independently. Set coordinates equal: From : . Substitute into : , then . Verify with the leftover equation : and ✓. They intersect. Plug into : . Intersection point . WHY the third check is essential: two equations give a candidate ; the third equation decides whether the lines truly cross or just pass near each other (skew).

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

Directions: , . Since , they are parallel (scalar multiples). Same line? A point on is . Test whether lies on using : All three equal , so is on . Conclusion: same direction and a shared point ⇒ they are the identical line (written two ways). WHY the extra step: parallel lines can be different (never touching) or coincident (fully overlapping). Only a shared point distinguishes them.


Level 4 — Synthesis

Recall Solution

Idea: the closest point is where the segment is perpendicular to the direction . Perpendicular means their dot product is zero. A general point on : . The vector from origin to is itself. Demand : Expand: Substitute back: WHY the dot product: it answers "which direction is at right angles?" — the shortest link from a point to a line is always the perpendicular one (see Distance of a point from a line in 3D).

Recall Solution

Direction ; simplify by dividing by to DRs . Line (symmetric): . Test : All equal , so is on the line — the three points are collinear. WHY simplifying DRs is safe: DRs are unique only up to a nonzero scalar, so and describe the same direction.


Level 5 — Mastery

Recall Solution

(a) Not parallel. , . Is one a scalar multiple of the other? If then , impossible. So they are not parallel. ✓

(b)–(c) Intersect? Match coordinates ( for , for ): From : . From : . Check : , but . ✗. The three equations are inconsistent, and the lines are not parallel, so they are skew — they never meet.

(d) Direction perpendicular to both. We need a vector with and . Let : From the first ; from the second . Pick : . Check: ✓; ✓. DRs of the common perpendicular direction: (or any nonzero multiple, e.g. ). WHY this matters: that mutual perpendicular is exactly the direction along which the shortest distance between skew lines is measured.

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

Recall Master checklist (click to reveal)
  • Point from numerators, direction from denominators — rewrite as first.
  • A zero DR ⇒ that coordinate is frozen; write it as , never over zero.
  • Membership: one must satisfy all three coordinates.
  • Intersection: use different parameters; solve two equations, verify the third.
  • Parallel: directions are scalar multiples. Same line: parallel and share a point.
  • Closest point: connecting vector perpendicular to direction ().
  • Skew: not parallel and no intersection.

Connections