Foundations — Orthogonal sets and orthonormal basis
Before you can enjoy the parent note, you need to own every mark it writes. We build each one from a picture, in an order where nothing appears before it is earned.
1. The arrow: what a vector is
Plain words. is "how far right," is "how far up." Stack them and you have pinned down one arrow from the origin.
The picture. Start at the corner point (the origin) and walk steps east, then steps north. The arrow from start to finish is the vector.
Why the topic needs it. The whole chapter talks about sets of vectors . If "arrow = stack of numbers" is not automatic, none of the later formulas mean anything.

2. : the space the arrows live in
The picture. is a flat sheet of paper. is the room you sit in. for bigger we can't draw, but every rule we prove with pictures in 2D still holds — that's the payoff of doing algebra.
Why the topic needs it. The parent writes "a set in ." That is just "a bunch of arrows in flat -dimensional space."
3. The dot product — the star of the show
Why THIS tool and not another? We need one number that reports how much two arrows point the same way. Ordinary multiplication only works on numbers; the dot product is the machine built exactly to combine two arrows into an "agreement score." It answers the question "are these two arrows aligned, opposed, or perpendicular?"
Reading the sign — all cases, no gaps:
- → angle less than , arrows broadly agree.
- → angle exactly , arrows perpendicular. ⭐ This is the case the whole chapter is built on.
- → angle more than , arrows broadly oppose.
- If either arrow is the zero vector, the dot product is by the formula, but there is no angle — a degenerate case we keep in mind.

Why the topic needs it. "Orthogonal" is defined as . And the magic coordinate formula is nothing but a pile of dot products. See Dot product and norms for the full tour.
4. Length — the norm
The picture. In the plane, is the hypotenuse of a right triangle with legs and . Pythagoras gives .
Why the topic needs it. "Unit vector" and "normalize" are defined through length. And the coordinate denominator is just .

5. Unit vector and "normalize"
Why divide by the length? Because . The one forbidden input is : you cannot divide by zero length, and the zero arrow has no direction.
Why the topic needs it. "Orthonormal" = orthogonal plus every vector normalized. Example B in the parent literally builds .
6. Perpendicular = orthogonal
Why a new word? "Perpendicular" feels tied to drawings in 2D. "Orthogonal" reminds us the test () works in any dimension where we can't draw. Same concept, wider reach.
7. Linear combination, span, and basis
The picture. Each stretches arrow by ; laying them tip-to-tail lands you at a new point.
Why the topic needs it. The whole chapter's headline — "an orthonormal basis is the dream coordinate system" — assumes you know a basis is just a coordinate system, and that Section 2 of the parent proves orthogonal sets are automatically independent.
8. Coordinates
The picture. Coordinates are the "instructions" — how far along each axis to walk to reach . For a generic basis you find them by solving a system; for an orthogonal one you get them free by dotting. That contrast is the entire point of the topic. See Orthogonal projection for the geometric meaning of one such coordinate.
9. Matrix, transpose, and
For an orthonormal set that grid is down the diagonal and everywhere else — the identity matrix . That single fact powers QR decomposition and Least squares.
10. How it all feeds the topic
Everything on the left is a prerequisite; the arrows show what each idea unlocks. The parent topic sits at the bottom, fed by orthonormal bases and the identity .
Equipment checklist
Cover the right side and test yourself.