Coordinates and Change of Basis
Subtopic: Vector Spaces
Different bases give different coordinate systems for the same vector space. The change of basis matrix translates coordinates from one system to another. This is essential for simplifying problems—choosing the right basis can turn a complicated matrix into a simple diagonal one.
Introduction
A map of a city uses a coordinate system. Switch from one map to another—say, from a tourist map to a surveyor's grid—and the same locations get different coordinate labels. The city hasn't changed; only the description has.
Similarly, a vector doesn't change when you switch bases, but its coordinates do. Understanding how coordinates transform lets you pick the basis that makes your problem easiest.
Coordinate Vectors
Let
The coordinate vector of
This maps the abstract vector
Change of Basis Matrix
Suppose
To construct
Worked Example
In
Find
Step
Write
This gives
Thus
Write
This gives
Thus
Step
Step
Take
Apply the change of basis:
Check:
Key Properties
(P_B←B)=I (identity — no change needed)(P_B←C)=((P_C←B))(−1) (reverse direction= inverse)(P_D←B)=(P_D←C)*(P_C←B) (chain rule for basis changes)Change of basis matrices are always invertible
Transformations in Different Bases
If
where
The power of choosing the right basis: if
Applications
In computer graphics, changing between world coordinates, camera coordinates, and screen coordinates requires change of basis matrices.
In quantum mechanics, switching between position and momentum bases reveals different aspects of a quantum state.
In signal processing, changing from time domain to frequency domain (Fourier basis) simplifies analysis of periodic signals.
Summary
Coordinates depend on the choice of basis. The change of basis matrix