Questions: Orthonormal Bases

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A square matrix Q has columns that are pairwise orthogonal (each pair is perpendicular). A student concludes that Q is an orthogonal matrix, so Qᵀ = Q⁻¹. Is the student correct?

AYes — pairwise orthogonality of columns is sufficient for Qᵀ = Q⁻¹
BNo — the columns must also have unit length; without normalization, QᵀQ ≠ I
CNo — Q must also be symmetric for the property to hold
DYes — for square matrices, orthogonal columns always satisfy QᵀQ = I
Question 2 Multiple Choice

You are working in ℝⁿ with an orthonormal basis {u₁, u₂, ..., uₙ}. How do you find the coordinate of a vector v with respect to u₃?

ASolve the linear system Uc = v for c, then take the third component
BCompute ⟨v, u₃⟩ — the inner product of v with u₃
CProject v onto the span of {u₁, u₂} and subtract from v, then normalize
DCompute ‖v‖ / ‖u₃‖
Question 3 True / False

If Q is an orthogonal matrix, then the transformation v ↦ Qv preserves both lengths and angles.

TTrue
FFalse
Question 4 True / False

Any set of nonzero pairwise-orthogonal vectors forms an orthonormal basis for its span.

TTrue
FFalse
Question 5 Short Answer

Why does computing coordinates in an orthonormal basis reduce to taking dot products, whereas in a general basis it requires solving a linear system?

Think about your answer, then reveal below.