Orthogonal Complement
Given a subspace of , its orthogonal complement is the set of all vectors in that are orthogonal to every vector in . It is the collection of all "directions perpendicular to ."
In , the complement of a line through the origin is a plane, and vice versa. The dimensions add up: . And taking the complement twice returns the original: .
A vector orthogonal to every vector in a hyperplane is called a normal vector to . If the hyperplane is defined by the equation , then is a normal vector. Normal vectors are the key to describing hyperplanes without choosing a basis.
Formal View
Property 3 is computationally useful: you only need to check orthogonality against a basis, not every vector in V.
Why This Matters
Orthogonal complements decompose space into complementary pieces — a fundamental tool across all of applied mathematics.
- The four fundamental subspaces of a matrix (column space, null space, row space, left null space) come in orthogonal complement pairs
- In quantum mechanics, the state space decomposes as ; measuring collapses a state to one of these pieces
- Noise cancellation in audio works by projecting a signal onto the subspace orthogonal to known noise patterns
Quiz
If is a 2-dimensional subspace of , what is ?
If is orthogonal to every basis vector of , then .
Common Mistakes
- Thinking is just one vector — the orthogonal complement is a full subspace, usually of positive dimension.
- Forgetting — a nonzero vector cannot be orthogonal to itself (by positivity of the dot product).
- Confusing orthogonal complement with the set complement — is a subspace, not "everything outside ."