3.6.9 · D33D Geometry

Worked examples — Angle between two planes

2,617 words12 min readBack to topic

This page is the "throw everything at it" companion to Angle between two planes. We march through every kind of input the topic can give you — clean positive numbers, negative dot products, zeros, parallel planes, vector form, a real-world roof problem, and an exam twist that hides an unknown. For each one you forecast first, then we grind the steps.

Quick reminder of the vocabulary, so no symbol is unearned:

Definition Symbols used on this page
  • — the normal vector, the arrow sticking straight out of the plane; its numbers are the coefficients of in . From Equation of a plane.
  • — the position vector, the arrow from the origin to a general point on the plane. Writing is just another way of writing .
  • — the dot product, "multiply matching numbers, add them up".
  • — the length (magnitude) of the arrow.
  • around the dot product means absolute value: throw away any minus sign, so we always report the acute (small) angle .

The scenario matrix

Every problem the topic can throw is one of these cells. The last column names the example that covers it.

# Case class What's tricky Covered by
C1 Clean positive dot product Nothing — warm-up Ex 1
C2 Negative dot product Modulus flips it to acute Ex 2
C3 Zero dot product Perpendicular planes, Ex 3
C4 Parallel planes (normals proportional) , not "undefined" Ex 4
C5 Vector form Read normal off directly Ex 5
C6 Coefficient with a zero (, a vertical plane) Missing variable = normal component Ex 6
C7 Real-world word problem (two roof panels) Translate geometry → planes → angle Ex 7
C8 Exam twist: unknown coefficient, solve for it Perpendicular condition becomes an equation Ex 8

Ex 1 — C1: clean positive dot product


Ex 2 — C2: the negative dot product (modulus earns its keep)


Ex 3 — C3: zero dot product (perpendicular)


Ex 4 — C4: parallel planes (angle is , not "undefined")


Ex 5 — C5: vector form


Ex 6 — C6: a missing variable (vertical plane, zero component)


Ex 7 — C7: real-world word problem (two roof panels)


Ex 8 — C8: the exam twist (solve for an unknown)


Recall Which cell am I in? (self-test)

Given and , which case class and what's the angle? Case + answer ::: C4 parallel (normals , proportional), so .


Connections