Questions: Orthogonal Projections and Least Squares Approximation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student is told the least-squares solution x* minimizes ||Ax − b||². She concludes that Ax* must equal b. What is wrong with this reasoning?

AThere is no error — minimizing the squared error means the minimum value is zero
BAx* is the orthogonal projection of b onto the column space of A, which equals b only if b already lies in that column space
CShe confused the row space with the column space of A
DMinimizing ||Ax − b||² requires calculus, not linear algebra
Question 2 Multiple Choice

When does the least-squares problem Ax = b have a unique solution x* = (AᵀA)⁻¹Aᵀb?

AWhen b lies in the column space of A
BWhen A is a square matrix
CWhen A has linearly independent columns, ensuring AᵀA is invertible
DWhen the rows of A are orthonormal
Question 3 True / False

The normal equations AᵀAx = Aᵀb arise because we want the residual vector b − Ax* to be perpendicular to the column space of A.

TTrue
FFalse
Question 4 True / False

The projection matrix P = A(AᵀA)⁻¹Aᵀ satisfies P² = P because applying the projection twice is equivalent to applying it once.

TTrue
FFalse
Question 5 Short Answer

Explain geometrically why the least-squares solution minimizes ||Ax − b||².

Think about your answer, then reveal below.