Basics of orthogonalization
1Introduction
The main point of this lecture is that
Even when a basis is linearly independent, lengths, coefficients, and projections may be awkward to calculate. If the basis vectors are mutually
2Terms and definitions
An
An
The
3Plan
Start with vectors . At each step, remove the components in the directions already constructed. What remains is the new direction not already accounted for.
4Intuitive explanation
If contains a component in the same direction as , subtract that component. The remainder is orthogonal to . Repeating this idea gives the Gram-Schmidt process.
5Precise explanation
5.10. Removing projections
For , the
This extracts the component of in the direction of . Orthogonalization removes projections onto previously constructed orthogonal directions.
In a
5.21. The case of two vectors
If projection or inner product is still unclear, review the inner product lecture first.
data/lecture/math/linear-algebra/inner-product-space-basics.lecture.n.mdStart with linearly independent . Set
Then remove the component of in the direction of :
Now and are orthogonal, because
5.32. General form
From , define
and
Then are mutually orthogonal and span the same subspace as the original vectors.
The key point is that is obtained from by subtracting a linear combination of , so
Conversely,
so . Therefore the spans agree at every stage.
5.43. Normalization
To obtain an
5.54. Connection with least squares
Orthogonalization is one foundation of the
is orthogonal to the column space, leading in the real case to the normal equations
Thus Gram-Schmidt and least squares share the same geometric structure: remove orthogonal components and keep the best projection.
6Criteria
- Use
orthogonalization when a basis spans the right subspace but is not orthogonal.直交化 ちょっこうか - Projection, least squares, and Fourier expansion all rely on decomposing into orthogonal components.
- The subspace is preserved; only the basis is changed.
7Scope and limitations
The procedure assumes an inner product and linearly independent input vectors. If some appears, the original list was linearly dependent. In complex inner product spaces, the positions of conjugates must match the chosen convention.
8Final forms
9In one sentence
10Theorem and proof: Gram-Schmidt preserves spans
If Gram-Schmidt is applied to linearly independent vectors and produces , then for every ,
The proof is by induction on . For , is a nonzero scalar multiple of , so the spans agree.
At step , the vector before normalization is
Thus lies in . Conversely,
so lies in . Hence the spans are equal.