Before you can trust the formula on the Angle between two planes page, every squiggle in it has to mean something you can see. Below we build each symbol from nothing, in an order where each one leans only on the ones already built.
Picture it. Stand at the corner of a room. The two floor edges and the vertical edge meeting at that corner are your three axes. Any fly in the room is pinned down by "3 steps along this wall, 2 along that wall, 1 up" =(3,2,1).
Why the topic needs it. A plane is made of points, and every point obeys one equation. Without a way to name points there is no equation, no coefficients, no normal.
Why the angle brackets? We use ⟨⟩ for vectors so you never confuse the arrow ⟨2,−1,2⟩ (a direction) with the point (2,−1,2) (a location). The parent note's normal n=⟨a,b,c⟩ is a direction, so it wears angle brackets.
Why the topic needs it. The normal — the star of the whole topic — is a vector. And the angle we want is an angle between two of them.
Why this formula — where does the square root come from? It is Pythagoras done twice. Walk a east then b north: the diagonal is a2+b2. Now rise c straight up: the new diagonal is (a2+b2)2+c2=a2+b2+c2. So ∣v∣ is literally the straight-line distance the arrow spans.
Why the topic needs it. The angle formula divides by ∣n1∣∣n2∣. That division is what turns a raw dot product into a clean cosine. See Normal vector and dot product.
Why the topic needs it. The normal is defined as the arrow perpendicular to the whole sheet. And two planes are perpendicular exactly when their normals are. So "perpendicular" is the hinge word of the topic.
This is the engine. We build it in two halves: the number recipe, then the geometric meaning — and crucially, why the two are the same thing.
Why this tool and not another? We want an angle out of two arrows given by their components. The dot product is the one operation that connects component arithmetic (easy to compute) with cosθ (the angle we want) — and the bridge above proves it isn't a coincidence. One multiply-and-add, no triangle-drawing each time. That is exactly why the parent formula is built on it.
Why the modulus ∣∣ appears in the topic. A plane's equation can be multiplied by −1 without changing the plane, which flips its normal and flips the sign of cosθ. Since the plane is the same, we don't want two different answers. Wrapping the dot product in ∣∣ (here the bars mean absolute value of a number, per §3) forces a non-negative cosine, so θ always lands in 0∘–90∘: the acute wedge. (That's why the parent uses coswith∣∣, while Angle between a line and a plane uses sin.)
Why are the coefficients the normal? (a picture-proof.) Take two points P and Q both on the plane. The arrow from Q to P lies flat inside the sheet. Plug both points into the equation and subtract:
a(xP−xQ)+b(yP−yQ)+c(zP−zQ)=0,
and the left side is precisely ⟨a,b,c⟩⋅QP. A dot product equal to zero means perpendicular (§5). So ⟨a,b,c⟩ is perpendicular to every flat direction in the sheet — the definition of the normal. See Equation of a plane.