Questions: Orthogonal Vectors and Orthonormal Bases

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to find the coordinates of vector v in an orthonormal basis {e₁, e₂, e₃}. What is the correct procedure?

ASolve the linear system v = a₁e₁ + a₂e₂ + a₃e₃ for a₁, a₂, a₃ using row reduction
BCompute ⟨v, e₁⟩, ⟨v, e₂⟩, ⟨v, e₃⟩ — these inner products directly give the coordinates
CNormalize v and then project onto the subspace spanned by each pair of basis vectors
DApply the Gram-Schmidt process to {v, e₁, e₂, e₃} to extract the coordinates
Question 2 Multiple Choice

A set of vectors {u₁, u₂} satisfies ⟨u₁, u₂⟩ = 0 and both vectors are nonzero. Is {u₁, u₂} an orthonormal set?

AYes — the zero inner product is the only requirement for orthonormality
BNot necessarily — the vectors are orthogonal but may not have unit length
CYes, provided they are also linearly independent
DNot necessarily — orthonormal also requires the vectors to span R²
Question 3 True / False

In an orthonormal basis, each coordinate of a vector can be computed independently using a single inner product, without solving a system of equations.

TTrue
FFalse
Question 4 True / False

Any set of mutually orthogonal nonzero vectors is automatically an orthonormal set.

TTrue
FFalse
Question 5 Short Answer

What computational advantage does an orthonormal basis provide over a general basis when finding the coordinates of a vector, and why does orthogonality produce this advantage?

Think about your answer, then reveal below.