Academy
Diagonalisation Applications
Level 1 - Math I (Physics) topic page in Linear Maps.
Principle
Diagonalisation makes repeated linear operations simple. Instead of applying a coupled matrix many times, change to eigenvector coordinates, scale independently, and change back.
This appears in discrete time evolution, coupled oscillations, normal modes, and linear stability calculations.
Notation
Eigenvalues control the long-term size of components. Eigenvectors tell which independent directions those components occupy.
Method
Step 1: Diagonalise the matrix
Find \(A=PDP^{-1}\).
Step 2: Move the initial vector into eigenvector coordinates
Compute \(P^{-1}\\mathbf x_0\). These coordinates are mode amplitudes.
Step 3: Evolve each mode independently
Use \(D^n\), which is easy because \(D\) is diagonal.
Rules
Modes with \(\\lvert\\lambda\\rvert\\lt1\) decay under repeated updates. Modes with \(\\lvert\\lambda\\rvert\\gt1\) grow. Modes with negative eigenvalues alternate sign.
Examples
Checks
- Use diagonalisation only after checking that enough independent eigenvectors exist.
- Powers of \(D\) are easy because only diagonal entries are powered.
- Long-term behaviour is controlled by eigenvalue magnitudes.
- Convert back to original coordinates when the final answer needs original variables.