4.5.34 · D5Linear Algebra (Full)

Question bank — Orthogonal sets and orthonormal basis

1,292 words6 min readBack to topic

True or false — justify

Every claim is a statement you must label true or false — but the score is in the justification.

An orthogonal set is always linearly independent.
False — only nonzero orthogonal sets are. The zero vector satisfies vacuously, so is "orthogonal" yet dependent.
If then is orthonormal.
False — orthogonal only tells you they are perpendicular; orthonormal additionally needs , which the dot product being zero says nothing about.
Every orthogonal set of nonzero vectors in is a basis of .
True — they are automatically independent, and independent vectors in always span it, hence form a basis.
A basis of can contain 4 mutually orthogonal nonzero vectors.
False — 4 nonzero orthogonal vectors are independent, but holds at most 3 independent vectors, so no such set exists at all.
If has orthonormal columns then is invertible.
False in general — holds, but if is with it is not square and has no inverse; only square orthonormal-column matrices are invertible.
For any matrix with orthonormal columns, .
False unless is square. is the projection onto the column space of ; it equals only when those columns span all of .
Multiplying a vector by an orthogonal matrix can change its length.
False — for orthonormal columns, since .
An orthogonal matrix has determinant .
False — orthogonal matrices satisfy ; corresponds to reflections (an odd number of them), to pure rotations.
If a set is orthonormal, dividing each vector by its length leaves it unchanged.
True — orthonormal vectors already have length 1, so normalizing does nothing; this is why orthonormal is the "already-finished" state.
Coordinates in an orthonormal basis require solving a linear system.
False — that is the whole payoff: is a single dot product per coordinate, no elimination needed.

Spot the error

Each line contains a flawed statement; the reveal names the mistake and repairs it.

" is orthogonal, so its coordinate formula is ."
The denominator was dropped — for a merely orthogonal (not normalized) basis the formula is ; the clean version needs unit vectors.
"The columns of are orthogonal, so ."
Only orthogonal, not orthonormal — then is a diagonal matrix with entries , equal to only after normalizing.
" is orthogonal, so its rows might not be orthonormal."
For a square orthogonal matrix , so the rows are orthonormal too; row- and column-orthonormality are equivalent for square .
"This orthogonal set has 5 vectors including , and it's independent because they're all perpendicular."
The zero vector is perpendicular to everything but contributes a nonzero coefficient in , breaking independence — the "nonzero" hypothesis is essential.
"To project onto I need 's basis to be orthonormal."
You only need it orthogonal; the Orthogonal projection formula works for any orthogonal basis, with the denominator handling non-unit lengths.
"An orthonormal set of 2 vectors in is an orthonormal basis."
It's an orthonormal set, but a basis of needs 3 vectors; it is only a basis of the 2-dimensional subspace it spans.
"Since , we have ."
This inference is valid only when is square; for tall , is a left inverse, not a genuine inverse.

Why questions

These probe the reason behind each fact, not the fact itself.

Why does dotting the dependence relation with prove independence?
Orthogonality kills every cross term (), leaving only ; since for nonzero vectors, for every .
Why is the term "orthogonal matrix" a historical trap?
It requires orthonormal columns and squareness, not merely orthogonal ones — the name kept "orthogonal" even though unit length and squareness are baked in.
Why do orthonormal-column maps preserve dot products, and why does that matter numerically?
, so angles and lengths are untouched — such maps never amplify errors, which is why QR decomposition is numerically stable.
Why is in the coordinate denominator, not ?
The isolated term after dotting is , so dividing by (the squared length) is exactly what cancels it.
Why does an orthonormal basis make Least squares easy?
The normal-equation matrix becomes , so the least-squares solution collapses to — dot products instead of solving a system.
Why does Gram-Schmidt process exist if orthonormal bases are so convenient?
Because most given bases are not orthogonal; Gram-Schmidt manufactures an orthonormal basis from an arbitrary one so you can then enjoy the dot-product shortcuts.
Why can two eigenvectors of a symmetric matrix be chosen orthonormal?
Eigenvalues and eigenvectors of a symmetric matrix from distinct eigenvalues are automatically orthogonal, and normalizing them yields an orthonormal eigenbasis — the spectral theorem's payoff.

Edge cases

Degenerate, zero, and limiting inputs the definitions quietly cover.

Is the empty set orthogonal?
Vacuously yes — there are no distinct pairs to violate , so it satisfies the definition trivially (and is independent).
Is a single nonzero vector an orthogonal set?
Yes — there is no distinct pair to check, so any lone nonzero vector counts as orthogonal, and it becomes orthonormal after dividing by its length.
Can a unit vector be part of an orthogonal-but-not-orthonormal set?
Yes — orthonormality demands all vectors have length 1; a set with one unit vector and one length-3 vector is orthogonal but not orthonormal.
What is the coordinate of in any orthogonal basis?
Every , so the zero vector has all-zero coordinates, as expected.
If lies exactly along , what do its coordinates look like?
Only is nonzero and all other , because for the perpendicular directions — a clean illustration of decoupling.
What happens to the coordinate formula if one basis vector is ?
It breaks — makes the denominator zero, which is exactly why the zero vector is forbidden from a basis.
Is the matrix an orthogonal matrix?
Yes — its single column has length 1 and ; it represents the reflection and has determinant .
In , what is the largest possible orthonormal set?
Exactly vectors — any more would be independent beyond the dimension, which is impossible, so a maximal orthonormal set is always an orthonormal basis.

Recall One-line summary of the traps

Orthogonal ≠ orthonormal ≠ orthogonal-matrix; the zero vector wrecks independence; tall orthonormal-column matrices give but not ; and never drop the denominator unless lengths are truly 1.