3.6.9 · D53D Geometry
Question bank — Angle between two planes
Picture the whole set-up before any words — the labels on the figure tell you exactly which arrow is , which is , and where sits:

Let be the angle between the two planes — the opening of the "V"-shaped wedge where they meet, which (by the picture) is the same as the angle between their two normal arrows. The one machine that measures it: where are the two planes' normals and is the modulus (drop any minus sign).
True or false — justify
The angle between two planes equals the angle between two arbitrary vectors chosen inside the planes.
False. Arbitrary in-plane vectors point every which way, so their angle can be anything; only special in-plane vectors (e.g. both perpendicular to the line of intersection) reproduce the dihedral angle. The safe, always-correct route is via the normals.
Multiplying a plane's whole equation by changes the angle it makes with another plane.
False. Scaling the equation scales the normal , but the plane — the set of points satisfying it — is identical. The modulus in the formula erases the resulting sign and length change.
If is negative, the two planes must be more than apart.
False. A negative dot product only means the normals point into opposite half-spaces; the modulus folds this back to the acute wedge, so the reported angle is still .
Two planes are parallel exactly when their normals are equal.
False. Parallel needs normals to be scalar multiples (), not equal. and describe parallel planes though the vectors differ.
Perpendicular planes have perpendicular normals.
True. Tilting a plane tilts its normal identically, so a right angle between planes forces a right angle between normals, i.e. .
The angle between the -plane and the -plane is .
True. Their normals are and ; the dot product is , so they meet at a right angle (along the shared -axis).
If two planes have the same normal direction, there is no angle between them.
False. The angle is defined and equals (); parallel is a legitimate, well-defined case, not an undefined one.
Coincident planes (same equation up to scaling) make an angle of .
True. Their normals are parallel, so and — the formula treats coincident and parallel planes identically since it only sees normals.
Spot the error
"The plane lies in the and directions, so I'll use and to find the angle."
Error: those are directions in the plane, not the normal. The correct orientation vector is , the coefficients — the only direction unique to the plane's tilt.
"For and the dot product is … wait, I'll just report but call the angle obtuse."
Error: the dot is , and , so and — a positive cosine gives an acute angle, not obtuse.
"To get the angle between these planes I'll use ."
Error: sine is for Angle between a line and a plane, where the line's direction is compared to the normal (a complement). Plane–plane uses cosine of the normals directly.
"The normals dot to , so the planes are parallel."
Error: a zero dot product means the normals are perpendicular, so the planes are perpendicular. Parallel is the opposite condition — normals proportional, dot product maximal in magnitude.
" and give , so the planes are tilted apart."
Error: , so the normals are parallel and , . A careful recompute (not eyeballing) shows the numerator equals the product of magnitudes exactly.
"Angle between planes and angle between their normals are always the same number."
Error: they agree only up to a supplement. If the normals happen to make an obtuse angle, the plane angle is its supplement (the acute one) — that is precisely what the modulus enforces.
Why questions
Why do we use the normal vector rather than any vector in the plane?
Because the normal is the only direction uniquely determined by the plane's orientation; in-plane vectors are non-unique and don't change when the sheet is spun about its normal.
Why does the dot product measure an angle at all?
By its very structure , so dividing out the magnitudes isolates — the dot product is essentially "how aligned" two arrows are.
Why must we divide by ?
To strip out the vectors' lengths so only their directions remain; without it a longer normal would fake a different angle even for the same plane.
Why does the modulus guarantee an acute answer?
Because the two wedges the planes form are supplementary (they add to ), and taking folds the obtuse one onto the acute one; concretely, a non-negative numerator forces , and is only on , so lands in the acute range every time.
Why does flipping the sign of a plane's equation not matter?
It flips the normal to , which changes to — but the plane is unchanged, so the modulus rightly ignores this by taking .
Why is the plane–plane formula cosine but line–plane sine?
For two planes we compare normal-to-normal (same type of object → cosine). For a line and a plane we compare the line's direction to the normal, and the wanted angle is the complement, converting cosine into sine.
Why can't we read the wedge angle straight off a 2D drawing of the planes?
A single flat picture distorts 3D tilt; the algebra on the normals gives the true dihedral angle regardless of viewing direction. Compare with Angle between two lines, which shares the same dot-product logic.
Edge cases
Here and are the two planes' normals, so the subscript just labels which plane a coefficient belongs to; then .
What is the angle between a plane and itself (identical equation)?
. The normal is compared with itself, giving .
What if one "plane" has normal ?
It isn't a plane at all — the equation has no dependence, so no orientation exists and the angle is undefined; division by signals this. This is exactly the "not all of zero" rule from the definition.
Two planes are parallel; is the angle or undefined?
, and fully defined. Parallel normals give ; treating it as "undefined" is the classic slip corrected in the parent note.
Normals are and — what is the angle?
. They are anti-parallel (), so the planes are parallel; the modulus turns the into .
If two planes never intersect, is an angle still defined?
Yes — non-intersecting planes are parallel, so their angle is . Intersection is not required to define the angle; only the normals are needed.
Can the formula ever give exactly for planes that look "close" in a sketch?
Yes, whenever the planes are genuinely perpendicular () no matter how the sketch looks; trust the dot product, not the drawing.
Recall One-line summary
Every trap on this page reduces to two habits: use the normal, and keep the modulus. Do both and no quadrant, sign, or parallel/perpendicular corner case can catch you.
Connections
- Angle between two planes — the parent this bank stress-tests.
- Normal vector and dot product — why normals encode orientation.
- Scalar (dot) product — the identity .
- Angle between a line and a plane — the sine/cosine confusion source.
- Angle between two lines — same machinery, different objects.
- Equation of a plane — where the coefficients come from.