Once an inner product is available, you can single out vector families whose geometry is especially simple. Orthogonal sets are the first major example.
They matter because orthogonality replaces elimination. In an orthogonal basis, coordinates can be read off directly from inner products instead of solving a new linear system every time.
Orthogonality
Definition
Orthogonal vectors
Two vectors are orthogonal if
This is written as
The point is not merely that the vectors look perpendicular in a picture. The definition works in every dimension because it is stated algebraically through the inner product.
Worked example
Check orthogonality by inner product
Let
Then
So v and w are orthogonal.
Orthogonal sets
Definition
Orthogonal set
A finite set in is orthogonal if:
- every vector in the set is nonzero;
- whenever .
The nonzero requirement matters. If zero were allowed, every set containing 0
would be vacuously orthogonal, which would destroy the structural theorems.
Theorem
Orthogonal nonzero sets are automatically linearly independent
If is an orthogonal subset of , then is linearly independent.
Proof
Why orthogonal sets are independent
Coordinates in an orthogonal basis
Orthogonality is powerful because it makes coordinates explicit.
Theorem
Coefficient formula in an orthogonal set
Suppose is an orthogonal set and
Then for each i,
Hence
This formula is one of the main practical rewards of orthogonality. There is no need to solve a system to recover the coefficients.
Worked example
Recover coordinates from inner products
Let
This is an orthogonal set. Let
Then
So
Orthogonal and orthonormal bases
Definition
Orthogonal basis
Let be a subspace of . A subset of is an orthogonal basis for if is both:
- a basis of ;
- an orthogonal set.
Because orthogonal nonzero sets are automatically linearly independent, to check that an orthogonal set is an orthogonal basis you only need to check that it spans the subspace.
Theorem
Orthogonal basis criterion
Let be a subspace of . If is an orthogonal subset of , then is an orthogonal basis for if and only if spans .
Definition
Orthonormal basis
A set is orthonormal if it is orthogonal and every
vector has norm 1. Equivalently,
An orthonormal set that is also a basis is an orthonormal basis.
For orthonormal bases, the coordinate formula becomes even cleaner.
Theorem
Coordinate formula in an orthonormal basis
If is an orthonormal set and
then
The denominators disappear because every norm is 1.
Common mistake
Common mistake
Orthogonal does not mean 'already a basis'
An orthogonal set is automatically linearly independent, but it may still fail to span the space you care about. Orthogonality gives independence for free; it does not give spanning for free.
Quick check
Quick check
Can an orthogonal set contain the zero vector?
Use the definition, not only the equation .
Solution
Answer
Quick check
Why are the standard basis vectors e_1,\dots,e_m orthogonal?
Compute their pairwise inner products.
Solution
Answer
Quick check
If an orthonormal basis is used, what is the coefficient of v_i in the expansion of v?
Use the orthonormal coordinate formula.
Solution
Answer
Exercises
Quick check
Show that is an orthogonal basis of .
Check orthogonality first, then spanning.
Solution
Guided solution
Quick check
Let and . Find the coefficients of in this orthogonal basis.
Use the orthogonal coefficient formula directly.
Solution
Guided solution
Quick check
Normalize the orthogonal basis .
Divide each vector by its norm.
Solution
Guided solution
Related notes
Read 9.1 Inner products, norms, and angles first if the inner-product formulas themselves are not yet automatic.
Continue with 9.3 Gram-Schmidt orthogonalization to see how arbitrary bases are converted into orthogonal ones.
The basis language here also depends on 6.5 Basis and dimension.