WHAT to do: match each fraction to the template ax−x1.
Numerators (the point). Rewrite so each numerator looks like "x minus something":
x−4=x−(4),y+3=y−(−3),z−1=z−(1).
So x1=4,y1=−3,z1=1. Point=(4,−3,1).
Denominators (the direction).(a,b,c)=(2,−5,6). Direction=(2,−5,6).
WHY the sign check matters:y+3looks like the point has y1=+3, but the template subtracts, so the point value is −3. Always force the "x−x1" shape first.
Recall Solution
At λ=0: the λb term vanishes, so r=(1,0,−2). This is the anchor A.
At λ=2: add two whole steps of b:
r=(1,0,−2)+2(3,3,−1)=(1+6,0+6,−2−2)=(7,6,−4).WHY:λ counts steps of the direction vector; λ=0 means "haven't moved," λ=2 means "two full jumps forward."
Recall Solution
WHAT: the DR for x is 0, so x is frozen — it stays at 5 forever.
WHY you can't write 0x−5: division by zero is meaningless; a 0 in the bottom is code for "this coordinate is constant."
Correct symmetric form:x=5,4y−1=−3z−2.
Vector form (anchor +λ⋅direction):
r=(0,4,−1)+λ(5,−2,1).Parametric (read each coordinate separately, all sharing one λ):
x=5λ,y=4−2λ,z=−1+λ.Symmetric (solve each for λ and set equal):
5x−0=−2y−4=1z+1⟹5x=−2y−4=1z+1.WHY they agree: they're the same equation in three costumes; nothing was added or lost, only rewritten.
Recall Solution
Direction=PQ=(2−2,3−(−1),4−4)=(0,4,0).
WHAT this tells us: two DRs are zero. Both x and z are frozen (they were equal at P and Q). Only y moves.
Symmetric form:x=2,z=4,(y is free).
The line is the set {(2,t,4):t∈R} — a straight vertical-in-y line.
WHY not write fractions: with a=c=0 we'd be dividing by zero twice; the honest statement is just "x and z are pinned."
Recall Solution
Set the common value to λ: each fraction =λ.
1x+2=λ⇒x=−2+λ,−4y−5=λ⇒y=5−4λ,2z=λ⇒z=2λ.Parametric:x=−2+λ,y=5−4λ,z=2λ.
Vector: collect constants and λ-terms:
r=(−2,5,0)+λ(1,−4,2).WHY: the "=λ" trick is the bridge — symmetric hides λ, parametric exposes it, vector bundles it back up.
Strategy: find λ from one coordinate, then demand the sameλ works for the other two.
From x: 7=1+3λ⇒λ=2.
Check y: 0+(−3)(2)=−6 ✓.
Check z: 2+(1)(2)=4. But we need 5. 4=5 ✗.
Conclusion: the point is not on the line — one shared λ cannot satisfy all three.
WHY all three: a single λ drives x,y,z together; passing one test is a coincidence, not membership.
Recall Solution
Use different lettersλ,μ — the two lines move independently.
Set coordinates equal:
1+2λ=3+μ(x),2+λ=3−μ(y),3−λ=2+μ(z).
From x: μ=2λ−2. Substitute into y: 2+λ=3−(2λ−2)=5−2λ⇒3λ=3⇒λ=1, then μ=0.
Verify with the leftover equation z:3−λ=3−1=2 and 2+μ=2+0=2 ✓.
They intersect. Plug λ=1 into L1: (1,2,3)+(2,1,−1)=(3,3,2).
Intersection point=(3,3,2).
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).
Recall Solution
Directions:b1=(2,4,6), b2=(1,2,3). Since b1=2b2, they are parallel (scalar multiples).
Same line? A point on L1 is A1=(1,0,−1). Test whether A1 lies on L2 using b2:
11−4=−3,20−6=−3,3−1−8=−3.
All three equal −3, so A1is on L2.
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.
Idea: the closest point F is where the segment OF is perpendicular to the direction b=(1,2,2). Perpendicular means their dot product is zero.
A general point on L: F=(1+λ,2+2λ,3+2λ).
The vector from origin to F is OF=F itself. Demand OF⋅b=0:
(1+λ)(1)+(2+2λ)(2)+(3+2λ)(2)=0.
Expand: 1+λ+4+4λ+6+4λ=11+9λ=0⇒λ=−911.
Substitute back:
F=(1−911,2−922,3−922)=(−92,−94,95).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
DirectionAB=(4−1,7−1,10−1)=(3,6,9); simplify by dividing by 3 to DRs (1,2,3).
Line (symmetric):1x−1=2y−1=3z−1.
Test C(7,13,19):17−1=6,213−1=6,319−1=6.
All equal 6, so Cis on the line — the three points are collinear.
WHY simplifying DRs is safe: DRs are unique only up to a nonzero scalar, so (3,6,9) and (1,2,3) describe the same direction.
(a) Not parallel.b1=(1,1,0), b2=(0,1,1). Is one a scalar multiple of the other? If b1=kb2 then 1=k⋅0=0, impossible. So they are not parallel. ✓
(b)–(c) Intersect? Match coordinates (λ for L1, μ for L2):
2+λ=0(x),−1+λ=μ(y),3=1+μ(z).
From x: λ=−2. From z: μ=2.
Check y: −1+λ=−1+(−2)=−3, but μ=2. −3=2 ✗.
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 n with n⋅b1=0 and n⋅b2=0. Let n=(p,q,r):
p+q=0(⊥b1),q+r=0(⊥b2).
From the first p=−q; from the second r=−q. Pick q=1: n=(−1,1,−1).
Check:(−1,1,−1)⋅(1,1,0)=−1+1+0=0 ✓; (−1,1,−1)⋅(0,1,1)=0+1−1=0 ✓.
DRs of the common perpendicular direction:(−1,1,−1) (or any nonzero multiple, e.g. (1,−1,1)).
WHY this matters: that mutual perpendicular is exactly the direction along which the shortest distance between skew lines is measured.
Recall Master checklist (click to reveal)
Point from numerators, direction from denominators — rewrite as x−x1 first.
A zero DR ⇒ that coordinate is frozen; write it as =const, 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 (⋅=0).