Change of Basis and Coordinate Systems

College Depth 60 in the knowledge graph I know this Set as goal
Unlocks 3 downstream topics
change of basis coordinate vector transition matrix similarity

Core Idea

Given two bases B and C for the same vector space, the change-of-basis matrix P_{C←B} converts coordinate vectors from B-coordinates to C-coordinates. The columns of P_{C←B} are the B-basis vectors written in C-coordinates. The inverse P_{C←B}⁻¹ = P_{B←C} converts back. When a linear transformation T has matrix A relative to the standard basis, its matrix relative to basis B is B⁻¹AB (where B is the matrix with B-basis vectors as columns) — this is the similarity transformation. Similar matrices represent the same linear transformation from different perspectives.

How It's Best Learned

Work explicitly with two bases in R²: write a vector in both coordinate systems and verify the change-of-basis matrix converts between them. Then use change-of-basis to simplify a linear transformation by choosing the basis of eigenvectors.

Common Misconceptions

Explainer

From your prerequisite on basis and dimension, you know a basis is a set of linearly independent vectors that spans a space — and every vector in the space has a unique representation as a linear combination of the basis vectors. Those coefficients are the coordinate vector of a point relative to that basis. The standard basis in Rⁿ gives you the familiar coordinates; a different basis gives you a different coordinate system for the same space. Change of basis is the machinery for converting coordinates from one description to another.

Think of a map analogy: the same physical location can be described in GPS coordinates, or in "blocks north and east of city hall." These are different coordinate systems for the same terrain. A change-of-basis matrix is the translation dictionary between them. If you know a vector's coordinates in basis B, and you want its coordinates in basis C, you apply the transition matrix P_{C←B}. Its columns are the B-basis vectors expressed in C-coordinates — this is the key construction. You're asking: "the first basis vector of B, described in C's language, is what?" That answer is the first column.

The inverse relationship follows naturally: P_{B←C} = (P_{C←B})⁻¹. Going from B to C and then back from C to B should return you to where you started, so the two matrices compose to the identity. This is why your prerequisite on matrix inverses is essential — the change-of-basis framework lives and breathes via matrix inversion.

The deepest application connects to similarity transformations. Suppose a linear transformation T has matrix A in standard coordinates. In basis B (whose vectors are the columns of matrix P), the same transformation is represented as P⁻¹AP. The two matrices A and P⁻¹AP are similar — they describe the same transformation, just in different coordinate languages. This is why diagonalization (which you'll encounter next) is so powerful: if you choose the basis of eigenvectors, P⁻¹AP becomes a diagonal matrix, making the transformation trivially easy to analyze. The same transformation that looked complicated in standard coordinates becomes transparent in the right basis — change of basis reveals structure by choosing the coordinate system that best matches the problem.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsSystems of Equations — Graphing MethodSystems of Equations — Elimination MethodSystems of Three VariablesMatrices IntroductionLinear TransformationsThe Standard Matrix of a Linear TransformationComposition of Linear TransformationsChange of Basis and Coordinate Systems

Longest path: 61 steps · 256 total prerequisite topics

Prerequisites (4)

Leads To (1)