Questions: Orthogonal Projections

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Vector b is projected onto subspace W, giving proj_W(b). Why is proj_W(b) the closest point in W to b, rather than some other vector in W?

ABecause the projection formula minimizes the number of basis vectors used
BBecause the error vector b − proj_W(b) is orthogonal to W, so any other choice increases distance by the Pythagorean theorem
CBecause the inner products ⟨b, uᵢ⟩ are always non-negative, ensuring minimum distance
DBecause proj_W(b) lies in W, and all vectors in W are equidistant from b
Question 2 Multiple Choice

If {u₁, u₂} is an orthonormal basis for W and proj_W(b) = ⟨b,u₁⟩u₁ + ⟨b,u₂⟩u₂, what can we say about the vector b − proj_W(b)?

AIt lies in W, because it is a linear combination of u₁ and u₂
BIt is zero, because the projection formula accounts for all components of b
CIt lies in W⊥, perpendicular to every vector in W
DIts magnitude equals ‖b‖, because the projection preserves length
Question 3 True / False

The formula proj_W(b) = ⟨b,u₁⟩u₁ + ⟨b,u₂⟩u₂ gives the correct orthogonal projection for any basis {u₁, u₂} of W.

TTrue
FFalse
Question 4 True / False

The orthogonal projection of b onto W typically lies strictly between b and the origin.

TTrue
FFalse
Question 5 Short Answer

Why does the error vector b − proj_W(b) lie in W⊥? Explain using the projection formula.

Think about your answer, then reveal below.