Orthonormal Basis
An orthonormal basis is a basis whose vectors are pairwise orthogonal and each has unit length. It is the most computationally convenient type of basis: coordinates are computed by inner products, projections are trivial, and the matrix of any linear transformation has special structure.
Definition
A set of vectors in an inner product space is orthonormal if:
An orthonormal set that is also a basis for is called an orthonormal basis (ONB).
The standard basis of (or ) with the standard inner product is the prototypical orthonormal basis.
In : , , , with .
, .
✓, ✓, ✓.
This is an orthonormal basis obtained by rotating the standard basis by .
On with , the normalized Legendre polynomials form an ONB:
, , .
These satisfy .
Coordinate representation
If is an orthonormal basis for , then every can be written as:
The scalars are the Fourier coefficients (or coordinates) of with respect to the ONB. No matrix inversion is needed -- just compute inner products.
ONB for : , , .
For :
- .
- .
- .
Check: ✓.
In with ONB :
The Fourier coefficients of are , , etc.
This is the classical Fourier series, viewed as coordinate expansion in an orthonormal basis.
Parseval's identity
For any vector in an inner product space with orthonormal basis :
This is the generalization of the Pythagorean theorem to dimensions.
, standard ONB :
✓.
With the rotated ONB from the previous example (): and ✓.
on with Legendre ONB. .
, , (by symmetry, is odd and is even).
✓. The function lies entirely in the span of .
Bessel's inequality
For any orthonormal set (not necessarily a basis) and any :
Equality holds if and only if .
In , take the partial ONB (just the first two standard vectors). For :
.
The gap is the "energy" in the missing direction.
Matrix representation
If is a linear transformation and is an orthonormal basis, then the matrix entries are:
For self-adjoint operators (), the matrix is symmetric (real case) or Hermitian (complex case) in any ONB.
defined by with ONB , .
, .
, , , .
Matrix in the new ONB: (symmetric, as expected since in the standard basis implies in any ONB).
Constructing orthonormal bases
Given orthogonal basis :
Norms: , , .
ONB: .
Verify: ✓, and similarly for other pairs.
Starting with in (linearly independent but not orthogonal):
Step 1: , .
Step 2: .
.
The ONB for is .
, .
✓.
✓.
✓.
Summary
Orthonormal bases are the gold standard for inner product spaces:
- Coordinates are computed by inner products: (no system of equations to solve).
- Norms are computed by Parseval: .
- Projections are immediate: .
- Change-of-basis matrices are orthogonal/unitary (hence easy to invert: ).
- The Gram--Schmidt process guarantees that every inner product space has an ONB, so we never need to work without one.