Goal: read direction cosines and direction ratios off a given object, and recognise the identity.
Recall Solution 1.1
WHAT to check first: direction cosines must be a unit vector, i.e. their squares add to 1.
62+(−2)2+32=36+4+9=49=1.
So (6,−2,3) are direction ratios, not direction cosines.
WHY divide by the length: the direction ratios point the right way but are too long. Shrinking the arrow to length 1 keeps the direction and fixes the length. The length is
62+(−2)2+32=49=7.Direction cosines (taking the + sign):
(76,7−2,73).Check:4936+494+499=4949=1 ✓
Recall Solution 1.2
WHAT the DCs are: they are literally the cosines of these angles.
l=cos90∘=0,m=cos60∘=21,n=cos30∘=23.l=0means the line is perpendicular to the x-axis (leans zero toward the front wall).
Verify:02+(21)2+(23)2=0+41+43=1. ✓
Goal: run the standard formulae — points to DRs, DRs to DCs, and the angle formula.
Recall Solution 2.1
Step 1 — DRs from two points.AB points along the line, so its components are direction ratios:
(5−2,7−3,11−(−1))=(3,4,12).Step 2 — length.32+42+122=9+16+144=169=13.Step 3 — normalise. Divide each ratio by 13:
(133,134,1312).Check:1699+16+144=169169=1 ✓ (See Distance between points in 3D — that is the distance AB.)
Recall Solution 2.2
WHY use the DR-angle formula: the two triples are unit-vector components once normalised, and the dot product of two unit vectors is the cosine of the angle. The DR version bakes the normalising into one fraction.
Numerator (dot product):2⋅4+2⋅1+1⋅8=8+2+8=18.Magnitudes:22+22+12=9=3,42+12+82=81=9.Cosine:cosθ=3⋅918=2718=32.θ=cos−132≈48.19∘.
Goal: choose the right condition, and handle the missing-cosine / two-answer situations.
Recall Solution 3.1
WHAT "equal angles" means:l=m=n. Call the common value t.
WHY the identity solves it: it is one equation linking all three:
t2+t2+t2=1⇒3t2=1⇒t=±31.The angle:α=cos−1(31)≈54.74∘
(or the opposite direction cos−1(−31)≈125.26∘).
Picture: this is the diagonal of a cube from a corner — it leans the same amount toward each wall (see figure below).
Recall Solution 3.2
WHY the identity, not something else: we know two of three components of a unit vector; the length-1 constraint pins the third (up to sign).
n2=1−l2−m2=1−41−41=21.n=±21.Both signs are real lines — the two opposite directions along the same line:
γ=cos−1(21)=45∘orγ=135∘.
Recall Solution 3.3
WHICH condition: perpendicular ⇔ dot product of DRs =0 (no need to normalise — a zero dot product stays zero after scaling).
λ⋅1+(−3)⋅2+2⋅λ=0λ−6+2λ=0⇒3λ=6⇒λ=2.
Step 1 — DRs of each line (components of PQ and RS):
PQ=(3−1,4−(−1),−2−2)=(2,5,−4),RS=(3−0,5−3,6−2)=(3,2,4).Step 2 — perpendicularity test (dot product =0):
2⋅3+5⋅2+(−4)⋅4=6+10−16=0.
Since the dot product is 0, the lines are perpendicular. ∎
Recall Solution 4.2
Step 1 — DRs of the two sides meeting at A. The interior angle at A sits between AB and AC, so use those directions (both leaving A).
AB=(−1−3,1−5,2−(−4))=(−4,−4,6),AC=(−5−3,−5−5,−2−(−4))=(−8,−10,2).Step 2 — DCs of AB. Length (−4)2+(−4)2+62=16+16+36=68=217.
(217−4,217−4,2176)=(17−2,17−2,173).Step 3 — angle at A.AB⋅AC=(−4)(−8)+(−4)(−10)+(6)(2)=32+40+12=84.∣AC∣=64+100+4=168=242.cosA=(217)(242)84=471484=71421≈0.786.
So ∠A≈cos−1(0.786)≈38.2∘.
Goal: no formula is handed to you — set up the geometry yourself.
Recall Solution 5.1
Set-up:l=cos45∘=21, m=cos60∘=21.
Use length-1 constraint for n:n2=1−21−41=41⇒n=±21.Acute angle with z: take n=+21, so γ=cos−121=60∘.
One set of DRs: any triple proportional to (21,21,21). Multiply by 2: (2,1,1).
Check DCs:21+41+41=1 ✓
Recall Solution 5.2
Translate words to symbols. "Equally inclined to x and y" ⇒l=m. "Angle 60∘ with z" ⇒n=cos60∘=21.
Apply the identity to find l:l2+l2+(21)2=1⇒2l2=43⇒l2=83⇒l=±83=±46.Direction cosines:(±46,±46,21).Check:166+166+41=1612+164=1616=1 ✓
Recall Solution 5.3
WHY this works:sin2θ=1−cos2θ turns every sine into a known cosine, and we already know the cosines sum-of-squares to 1.
sin2α+sin2β+sin2γ=(1−cos2α)+(1−cos2β)+(1−cos2γ).=3−(cos2α+cos2β+cos2γ)=3−1=2.■
Recall Feynman: the whole page in one breath
Every problem here is the same picture — a length-1 arrow in a room. If someone hands you how far it leans (cosines), the leftover lean is forced by "the arrow is length 1" (l2+m2+n2=1). If someone hands you two points, subtract to get the arrow, then shrink it to length 1. If someone hands you two arrows, dot them and divide by lengths to get the angle. That's the entire chapter.