The goal this class is to find orthonormal basis for a subspace.
Example:
Definition: Let u, v ∈ ℝn with v nonzero. Then the projection of u onto v is given by $\mathrm{proj}_v u=\frac{u\cdot v}{\|v\|^2} v$.
Theorem: Let u, v ∈ ℝn and c be a nonzero scalar. Then
Let S be a nontrivial subspace with orthogonal basis {v1, …, vk}. Then the projection of u onto S is given by $\mathrm{proj}_S u=\sum\sb{i=1} ^k \mathrm{proj}\sb{v_i} u$.
Theorem: Let S be a nonzero subspace of ℝn with orthogonal basis {v1, …, vk}, and let u be a vector in ℝn. Then
Theorem: (The Gram-Schmidt Process) Let S be a subspace with basis {s1, …, sn}. Define v1, …, vk by
Then {v1, …, vk} is an orthogonal basis. To make it orthonormal, just normalize each element.
Example: Find an orthonormal basis for the subspace (1, 0, 1, 1), (0, 2, 0, 3), ( − 3, − 1, 1, 5).