Skip to main content

Chapter 7 Projections

Consider a vector space \(V\) of dimension \(m,\) let \(S\) be a subspace of \(V,\) and let \(\v\in V.\) If \(\v\) is not in \(S\) we can ask - What is the closest vector in \(S\) to \(\v\) ? Formally, the answer is the orthogonal projection of \(\v\) to \(S.\) The notion of orthogonal projection models a variety of problems.
For example, if \(\A\x=\b\in\R^m\) has no solution - when \(\b\not\in\text{ col }(\A)\) - we may seek the closest \(\vec{b_\A}\in\text{ col }(\A)\) to \(\b\) and, possibly, an associated \(\x\in\R^n\) for which \(\A\x=\vec{b_A}.\) In this case we are solving the least-squares problem: given \(\A,\b\not\in\text{ col }(\A),\) find the vector \(\x\) at which \(\|\A\x-\b\|\) is minimized. This is called the arg min problem; that is, given \(\A,\b\not\in\text{ col }(\A),\) find
\begin{equation*} \x:=\text{ arg }\underset{\x\in\R^n}{\min}\left\|\A\x-\b\right\|. \end{equation*}
In the first section of this chapter we set up the problem and solve it, and in subsequent sections we consider a few useful applications of projections.