There are two types of projections: a vector projection and an orthogonal (i.e., plane) projection.
Vector Projection: Given two vectors and in the same -dimensional vector space, the vector projection measures the component of in the direction of (i.e., the part of that is parallel to ). In the example of Figureย 3a, โs projection on is , where the length of is geometrically . Let be a unit vector of , that is . Then, . Thus, .
Orthogonal Projection: Given the vector and a set of mutually orthogonal vectors that span the subspace , the orthogonal projection measures how much of lies in (i.e., the component of within ). In the example, โs projection onto (red arrow) equals the sum of the projections of onto each orthogonal basis vector spanning : . This computation can be viewed as expressing in a coordinate system defined by the orthogonal vectors.
Definitionย A-10.4 Vector and Orthogonal Projections
Vector Projection: Given two vectors and in the same vector space, the vector projection of on is:
where
Orthogonal Basis: If the -dimensional plane (or subspace) is spanned by the mutually orthogonal -dimensional vectors ,
then the matrix is defined to be an orthogonal basis of plane .
Orthogonal Projection: Given the orthogonal basis matrix ,
vector โs orthogonal projection on is:
Based on the definition of orthogonal projection, the following properties are derived:
Orthogonal Basis: In an -dimensional vector space, any mutually orthogonal vectors in the vector space span the subspace that is identical to the entire vector space. Further, the orthogonal projection of any vector in the vector space on is guaranteed to be a unique vector.
Non-orthogonal Basis: In an -dimensional vector space, suppose some non-orthogonal vectors satisfy the following two conditions: (i) they span the entire vector space; (ii) they are linearly independent (i.e., one vector cannot be expressed as a linear combination of the other vectors). Then, the matrix comprised of these vectors forms a basis for the entire vector space , and the matrix-to-vector multiplication for each in the vector space is guaranteed to yield a unique vector. However, the formula is not a valid geometric projection of the vector on , because the basis vectors are non-orthogonal. Yet, the computation of can be thought of as uniquely transforming into a different coordinate system that expresses the vector space with respect to non-orthogonal vectors in .
Theoremย A-10.4 Uniqueness of Transformed Vectors