6.2 Orthogonal Sets
A set of vectors is an orthogonal set if the vectors are mutually orthogonal.
Example
Example
The set
Verification via dot products:
A set of vectors is an orthogonal set if the vectors are mutually orthogonal.
The set
Verification via dot products:
If \( S = \{ \vec{u}_1, \dots, \vec{u}_p \} \) is an orthogonal set of nonzero vectors in \( \mathbb{R}^n \), then \( S \) is linearly independent and a basis for the subspace spanned by \( S \).
Let \( S = \{ \vec{u}_1, \vec{u}_2, \vec{u}_3 \} \) be an orthogonal set (so \( \vec{u}_1 \cdot \vec{u}_2 = \vec{u}_1 \cdot \vec{u}_3 = \vec{u}_2 \cdot \vec{u}_3 = 0 \)).
Suppose \( \vec{0} = c_1 \vec{u}_1 + c_2 \vec{u}_2 + c_3 \vec{u}_3 \) for some scalars \( c_1, c_2, c_3 \).
\( \vec{0} \cdot \vec{u}_1 = c_1 \vec{u}_1 \cdot \vec{u}_1 + c_2 \vec{u}_2 \cdot \vec{u}_1 + c_3 \vec{u}_3 \cdot \vec{u}_1 \rightarrow c_1 = 0 \)
\( \vec{0} \cdot \vec{u}_2 = c_1 \vec{u}_1 \cdot \vec{u}_2 + c_2 \vec{u}_2 \cdot \vec{u}_2 + c_3 \vec{u}_3 \cdot \vec{u}_2 \rightarrow c_2 = 0 \)
\( \vec{0} \cdot \vec{u}_3 = c_1 \vec{u}_1 \cdot \vec{u}_3 + c_2 \vec{u}_2 \cdot \vec{u}_3 + c_3 \vec{u}_3 \cdot \vec{u}_3 \rightarrow c_3 = 0 \)
So, \( c_1 = c_2 = c_3 = 0 \) is the only way.
If a basis is orthogonal, then it is an orthogonal basis.
Orthogonal basis: \( \left\{ \begin{bmatrix} 2 \\ -3 \end{bmatrix}, \begin{bmatrix} 6 \\ 4 \end{bmatrix} \right\} = \{ \vec{u}_1, \vec{u}_2 \} \)
\( c_1 = ? \quad c_2 = ? \)
"Old" way: form augmented matrix, then row reduce.
Note: In the equations above, terms involving \( \vec{u}_2 \cdot \vec{u}_1 \) and \( \vec{u}_1 \cdot \vec{u}_2 \) are zero due to orthogonality.
The diagram illustrates the decomposition of a vector \( \vec{y} \) into two components relative to a vector \( \vec{u} \).
therefore,
orthogonal projection of \( \vec{y} \) onto subspace spanned by \( \vec{u} \)
let \( \vec{u} = c\vec{u} \)
\( \vec{y} = \begin{bmatrix} 2 \\ 3 \end{bmatrix} \quad \vec{u} = \begin{bmatrix} 1 \\ -5 \end{bmatrix} \)
write \( \vec{y} \) as \( \vec{y} = \hat{y} + \vec{z} \)
\( \hat{y} \)
\( \vec{z} \)
notice \( \|\vec{z}\| \) is the shortest distance from \( (2, 3) \) to the line through \( (0, 0) \) and \( (1, -5) \)
If \( \{ \vec{u}_1, \dots, \vec{u}_p \} \) is an orthogonal set and \( \|\vec{u}_i\| = 1 \) for all \( i \), then the set is an orthonormal set
lin indp. but not orthogonal