3.6.7 · D33D Geometry

Worked examples — Angle between two lines

2,129 words10 min readBack to topic

This page is the case zoo for Angle between two lines. The parent gave you the recipe: Here we hunt down every way this problem can be asked — every sign pattern, every degenerate input, every limiting angle, plus a word problem and an exam twist — and grind each one to a number.


The scenario matrix

Before any computing, here is the full list of "shapes" this topic can take. Every worked example below is tagged with the cell it kills.

Cell What makes it tricky Example
A All-positive ratios warm-up, no sign traps Ex 1
B Mixed signs the modulus actually does something Ex 2
C Perpendicular () dot product hits exactly Ex 3
D Parallel / anti-parallel () is the same line Ex 4
E Given in symmetric form must read off directions, ignore the point Ex 5
F Missing component solve for a letter using a condition Ex 6
G Cross-product / route when is awkward Ex 7
H Word problem (real-world) translate objects into direction vectors Ex 8
I Exam twist (direction cosines + degenerate) denominator , spot the zero vector trap Ex 9

Two quick reminders we lean on constantly:

Recall What is

again? For , : . See Dot product of vectors.

Recall Why the modulus

? A line points both ways, so and describe the same line. Taking forces the answer to be the acute angle .


Ex 1 — Cell A: all-positive ratios


Ex 2 — Cell B: mixed signs (the modulus earns its keep)

This is the case where forgetting the modulus would still work — but see the next example where it does not.

Figure — Angle between two lines

Ex 3 — Cell B/C: modulus flips an obtuse vector-angle to an acute line-angle


Ex 4 — Cell D: parallel and anti-parallel ()


Ex 5 — Cell E: given in symmetric form (read off the direction, drop the point)


Ex 6 — Cell F: solve for a missing component


Ex 7 — Cell G: the (cross-product) route


Ex 8 — Cell H: real-world word problem


Ex 9 — Cell I: exam twist (direction cosines + degenerate trap)


Recap: which cell did each example hit?

Recall Self-test before you close the tab

Which example handled anti-parallel lines? ::: Ex 4 (Cell D) — proportional ratios, , . Which one showed the modulus flipping an obtuse vector-angle? ::: Ex 3 (Cell B/C) — , . Which used the cross product and why? ::: Ex 7 (Cell G) — form, useful when is handy. Why is never a valid direction? ::: Its magnitude is , making undefined; a line must point somewhere. In symmetric form, what do you read off — point or denominators? ::: The denominators ; the point is irrelevant to angle (Ex 5).


Connections

Concept Map

equals 0

equals 1

between 0 and 1

Two direction vectors

Dot product on top

Take absolute value

Divide by both lengths

cos theta value

Perpendicular 90 deg

Parallel 0 deg

Ordinary acute angle

Cross product route

sin theta value