Orthogonal and Orthonormal Matrices
Problem
Verify that Q = [[cos θ, −sin θ],[sin θ, cos θ]] is orthogonal by computing QᵀQ and QQᵀ. Show that Q preserves lengths and angles.
Explanation
Definition
A real square matrix is orthogonal (the convention varies; some authors say "orthonormal") if its columns form an orthonormal set. Equivalently:
which means — the inverse is just the transpose.
What the condition means, column by column
If 's columns are , then . So is equivalent to
- for (orthogonal columns), and
- (unit length) — the columns are orthonormal.
Step-by-step — rotation matrix
Step 1 — Compute .
Step 2 — Check (should also equal for square ).
By similar calculation, ✓.
is orthogonal.
Length preservation
For any :
So — orthogonal matrices are isometries.
Angle preservation
The dot product is preserved — hence angles between vectors are preserved.
Together, length and angle preservation mean orthogonal matrices are rigid motions fixing the origin: rotations and reflections.
Orthogonal = rotation or reflection
A real orthogonal matrix always has :
- : is a rotation (preserves orientation). These form .
- : is a reflection (reverses orientation). Together with rotations they form .
Key properties
- Inverse is transpose: . Cheap to compute.
- Product of orthogonal is orthogonal: if are orthogonal, so is .
- Eigenvalues lie on the unit circle (modulus 1): for every eigenvalue.
- Determinant: .
Why orthogonal matrices are amazing
- Numerically stable. In floating-point, errors don't amplify under orthogonal multiplication.
- Easy inverse. Transposing is vs. general inversion at .
- Building block of decompositions. QR, SVD, and spectral theorem all use orthogonal/unitary matrices.
- Physics: represent symmetries (rotations of coordinate frames, spin, etc.).
- Computer graphics: rotations preserve shape; reflections mirror it.
Orthogonal vs. orthonormal matrix?
Terminology varies. Strictly:
- Orthonormal matrix: columns are orthonormal (orthogonal and unit length). Same as our definition above.
- "Orthogonal matrix": most linear algebra texts use this for the orthonormal case.
- Some applied contexts use "orthogonal" loosely to mean just orthogonal (not unit-length) columns, but that's non-standard.
The rule of thumb: "orthogonal matrix" ⟹ .
Common mistakes
- Checking only orthogonality, not unit length. A matrix with perpendicular but non-unit columns is not orthogonal.
- Forgetting . If the determinant is not one of these, the matrix is not orthogonal.
- Assuming all symmetric matrices are orthogonal. They're different: symmetric means ; orthogonal means .
Try it in the visualization
Rotate through to . Columns of traverse the unit circle; stays as identity (all four entries display ). A unit square rotates without distortion — confirming length and angle preservation.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.