Fiveable

🧚🏽‍♀️Abstract Linear Algebra I Unit 9 Review

QR code for Abstract Linear Algebra I practice questions

9.3 Orthonormal Bases in Inner Product Spaces

9.3 Orthonormal Bases in Inner Product Spaces

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧚🏽‍♀️Abstract Linear Algebra I
Unit & Topic Study Guides

Orthonormal bases are the building blocks of inner product spaces. They're special sets of vectors that are both perpendicular to each other and have a length of 1, making them super useful for describing any vector in the space.

The Gram-Schmidt process is a key tool for creating these orthonormal bases. It takes any set of vectors and transforms them into an orthonormal basis, helping us understand and work with inner product spaces more easily.

Orthonormal Bases in Inner Product Spaces

Definition and Properties

  • An orthonormal basis for an inner product space VV is a basis {v1,v2,,vn}\{v_1, v_2, \ldots, v_n\} such that each vector viv_i is unit length (vi=1\|v_i\| = 1) and the vectors are mutually orthogonal (vi,vj=0\langle v_i, v_j \rangle = 0 for iji \neq j)
    • Example: In R2\mathbb{R}^2, the standard basis vectors {(1,0),(0,1)}\{(1, 0), (0, 1)\} form an orthonormal basis
  • The orthonormal basis vectors span the entire inner product space VV, meaning any vector in VV can be expressed as a linear combination of the orthonormal basis vectors
    • Example: In R3\mathbb{R}^3, any vector (a,b,c)(a, b, c) can be written as a(1,0,0)+b(0,1,0)+c(0,0,1)a(1, 0, 0) + b(0, 1, 0) + c(0, 0, 1) using the standard orthonormal basis

Construction and Non-uniqueness

  • The Gram-Schmidt process is an algorithm for constructing an orthonormal basis from an arbitrary basis of a finite-dimensional inner product space
    • It involves iteratively orthogonalizing and normalizing the basis vectors
  • The coefficients in the linear combination of orthonormal basis vectors are unique, given by the inner products of the vector with the basis vectors
    • These coefficients are called Fourier coefficients
  • The orthonormal basis is not unique, as there can be multiple orthonormal bases for the same inner product space
    • Example: In R2\mathbb{R}^2, both {(1,0),(0,1)}\{(1, 0), (0, 1)\} and {(12,12),(12,12)}\{(\frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}), (\frac{-1}{\sqrt{2}}, \frac{1}{\sqrt{2}})\} are orthonormal bases

Existence and Uniqueness of Orthonormal Bases

Definition and Properties, BasisFromVector | Wolfram Function Repository

Existence Proof

  • Given a finite-dimensional inner product space VV, the Gram-Schmidt process can be applied to any basis of VV to construct an orthonormal basis, proving the existence of an orthonormal basis for VV
    • The Gram-Schmidt process starts with an arbitrary basis and iteratively orthogonalizes and normalizes the vectors
    • The resulting set of vectors forms an orthonormal basis for the inner product space

Uniqueness up to Isometry

  • If {v1,v2,,vn}\{v_1, v_2, \ldots, v_n\} and {w1,w2,,wn}\{w_1, w_2, \ldots, w_n\} are two orthonormal bases for a finite-dimensional inner product space VV, then there exists an isometry (a linear map that preserves inner products) T:VVT : V \to V such that T(vi)=wiT(v_i) = w_i for all ii
    • This isometry TT is unique and can be represented by an orthogonal matrix (a square matrix QQ such that QQT=QTQ=IQQ^T = Q^TQ = I)
    • The uniqueness of the isometry TT implies that the orthonormal basis is unique up to isometry, meaning any two orthonormal bases are related by an isometry
  • Example: In R2\mathbb{R}^2, the isometry that maps the standard basis {(1,0),(0,1)}\{(1, 0), (0, 1)\} to the rotated basis {(cosθ,sinθ),(sinθ,cosθ)}\{(\cos \theta, \sin \theta), (-\sin \theta, \cos \theta)\} is a rotation matrix

Vector Representation with Orthonormal Bases

Definition and Properties, vector spaces - Orthonormal Sets and the Gram-Schmidt Procedure - Mathematics Stack Exchange

Fourier Coefficients

  • Given an orthonormal basis {v1,v2,,vn}\{v_1, v_2, \ldots, v_n\} for an inner product space VV and a vector xx in VV, xx can be expressed as a linear combination of the orthonormal basis vectors: x=x,v1v1+x,v2v2++x,vnvnx = \langle x, v_1 \rangle v_1 + \langle x, v_2 \rangle v_2 + \ldots + \langle x, v_n \rangle v_n
    • The coefficients x,vi\langle x, v_i \rangle in the linear combination are the inner products of the vector xx with the orthonormal basis vectors viv_i, also known as the Fourier coefficients
    • Example: In R3\mathbb{R}^3, if x=(1,2,3)x = (1, 2, 3) and the orthonormal basis is the standard basis, then the Fourier coefficients are x,(1,0,0)=1\langle x, (1, 0, 0) \rangle = 1, x,(0,1,0)=2\langle x, (0, 1, 0) \rangle = 2, and x,(0,0,1)=3\langle x, (0, 0, 1) \rangle = 3

Parseval's Identity

  • Parseval's identity states that for any vector xx in VV, x2=x,v12+x,v22++x,vn2\|x\|^2 = |\langle x, v_1 \rangle|^2 + |\langle x, v_2 \rangle|^2 + \ldots + |\langle x, v_n \rangle|^2, relating the norm of the vector to the sum of the squares of its Fourier coefficients
    • This identity shows that the energy of a vector (square of its norm) is equal to the sum of the energies of its projections onto the orthonormal basis vectors
  • The linear combination of orthonormal basis vectors provides a unique representation of any vector in the inner product space
    • This representation is useful in various applications, such as signal processing and quantum mechanics

Orthonormal Bases vs Isometries

Isometries and Orthonormal Bases

  • An isometry is a linear map T:VWT : V \to W between inner product spaces VV and WW that preserves inner products, i.e., T(x),T(y)=x,y\langle T(x), T(y) \rangle = \langle x, y \rangle for all x,yx, y in VV
    • Example: A rotation in R2\mathbb{R}^2 is an isometry, as it preserves the dot product between vectors
  • If {v1,v2,,vn}\{v_1, v_2, \ldots, v_n\} is an orthonormal basis for VV and {w1,w2,,wn}\{w_1, w_2, \ldots, w_n\} is an orthonormal basis for WW, then a linear map T:VWT : V \to W defined by T(vi)=wiT(v_i) = w_i for all ii is an isometry
    • The matrix representation of this isometry TT with respect to the orthonormal bases is an orthogonal matrix

Orthonormal Bases and Isometries

  • Conversely, if T:VWT : V \to W is an isometry and {v1,v2,,vn}\{v_1, v_2, \ldots, v_n\} is an orthonormal basis for VV, then {T(v1),T(v2),,T(vn)}\{T(v_1), T(v_2), \ldots, T(v_n)\} is an orthonormal basis for WW
    • This property shows that isometries map orthonormal bases to orthonormal bases
  • The relationship between orthonormal bases and isometries allows for the study of geometric properties of inner product spaces using linear algebra techniques
    • For example, the classification of isometries in R2\mathbb{R}^2 and R3\mathbb{R}^3 can be done using orthonormal bases and orthogonal matrices