3.6.4 · D33D Geometry

Worked examples — Direction cosines and direction ratios

2,262 words10 min readBack to topic
Figure — Direction cosines and direction ratios
Figure — Direction cosines and direction ratios

The scenario matrix

Every direction-cosine problem falls into one of these case classes. The last column names the example that nails it.

# Case class What makes it tricky Covered by
C1 All-positive DRs The "easy" baseline Ex 1
C2 Mixed signs (a negative component) Sign must survive normalising Ex 2
C3 A zero component Line lies in a coordinate plane / axis angle Ex 3
C4 Degenerate input (two identical points) DRs all zero — line undefined Ex 4
C5 Obtuse angle between lines (negative ) Must report the actual angle Ex 5
C6 Perpendicular / parallel test Dot vs proportional DRs Ex 6
C7 Missing DC from two known angles Sign ambiguity → two lines Ex 7
C8 Word problem (real direction) Translating words into DRs Ex 8
C9 Exam twist: DRs given as -expressions Solve for the unknown Ex 9

Work through all nine and you've touched every cell.


Example 1 — C1: all-positive baseline


Example 2 — C2: a negative component


Example 3 — C3: a zero component


Example 4 — C4: the degenerate case


Example 5 — C5: obtuse angle between two lines


Example 6 — C6: perpendicular and parallel tests


Example 7 — C7: missing DC from two angles


Example 8 — C8: word problem


Example 9 — C9: exam twist with a parameter


Recall Self-test (reveal the answer after the arrow)

Which example handles a zero DR? ::: Example 3 (C3) — one component , giving a axis angle. Which example gives an obtuse angle between lines? ::: Example 5 (C5) — negative dot product, . What do you report when two given points coincide? ::: Undefined — no direction exists (Example 4, C4). After finding , why two answers for ? ::: ; both signs satisfy (Example 7, C7). Which equation does "perpendicular" hand you in Example 9? ::: The dot product , i.e. .


Connections