How do we diagonalise a matrix, and why does diagonalisation make computing powers of a matrix easy?
Diagonalise a matrix using its eigenvalues and eigenvectors and use the diagonal form to compute powers of the matrix
A focused answer to the H2 Further Mathematics outcome on diagonalisation. Writing A = PDP inverse, the conditions for diagonalisability, computing high powers via A^n = PD^nP inverse, and applications to recurrences and systems.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to diagonalise a matrix by writing it as , where is diagonal, and to use this form to compute high powers efficiently. You must also know when a matrix can be diagonalised and how the construction uses eigenvalues and eigenvectors.
The answer
The diagonalisation factorisation
If a square matrix has enough linearly independent eigenvectors, it can be written as
where the columns of are the eigenvectors and is the diagonal matrix of the corresponding eigenvalues, listed in the same order as the eigenvector columns. Equivalently .
When a matrix is diagonalisable
An matrix is diagonalisable if and only if it has linearly independent eigenvectors. Two sufficient guarantees:
- distinct eigenvalues always give independent eigenvectors (so distinct eigenvalues imply diagonalisable);
- a symmetric real matrix is always diagonalisable.
A defective matrix, with a repeated eigenvalue whose eigenspace is too small, cannot be diagonalised.
Why diagonal form computes powers
Because cancels in the middle of repeated products,
and a diagonal matrix is trivial to raise to a power: just raises each diagonal entry to the th power. This turns an otherwise messy repeated multiplication into one easy step plus two matrix products.
The procedure
- Find the eigenvalues and eigenvectors of .
- Form from the eigenvectors (as columns) and from the matching eigenvalues.
- Compute .
- For a power, evaluate and multiply .
Examples in context
Example 1. Closed form of a coupled recurrence. A pair of sequences updated by a matrix each step, , has the explicit solution . Diagonalisation delivers the closed form directly, linking back to the characteristic-equation method for recurrences.
Example 2. Population growth models. In a stage-structured population model the transition matrix is diagonalised so that the dominant eigenvalue gives the long-term growth rate and its eigenvector the stable stage distribution, the standard tool of mathematical ecology.
Try this
Q1. State the diagonalisation factorisation and what and contain. [2 marks]
- Cue. , where has the eigenvectors as columns and the eigenvalues on its diagonal.
Q2. Write in terms of and . [1 mark]
- Cue. .
Q3. Why does having two distinct eigenvalues guarantee a matrix is diagonalisable? [2 marks]
- Cue. Distinct eigenvalues have linearly independent eigenvectors, so is invertible and exists.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original7 marksThe matrix has eigenvalues and with eigenvectors and . Write down a matrix and diagonal matrix with , and hence find in terms of as a single matrix.Show worked answer →
Take (eigenvectors as columns) and (matching eigenvalues on the diagonal in the same order).
Then with .
Compute : , so .
Markers reward from the eigenvectors and from the matching eigenvalues, the formula , a correct , and the simplified product.
Original4 marksExplain why a matrix with two distinct real eigenvalues is always diagonalisable, and state one situation in which a matrix fails to be diagonalisable.Show worked answer →
Distinct eigenvalues have linearly independent eigenvectors. With two independent eigenvectors in two dimensions, the matrix formed from them as columns is invertible (its columns span the plane), so exists and can be formed. Hence the matrix is diagonalisable.
A matrix fails to be diagonalisable when it does not have enough linearly independent eigenvectors, which can happen for a repeated eigenvalue whose eigenspace has dimension smaller than the multiplicity (a defective or "deficient" matrix). For example has the single eigenvalue but only a one-dimensional eigenspace, so it cannot be diagonalised.
Markers reward linking distinct eigenvalues to independent eigenvectors and hence an invertible , and a correct example of a non-diagonalisable (defective) matrix.
Related dot points
- Find the eigenvalues and eigenvectors of 2x2 and 3x3 matrices using the characteristic equation
A focused answer to the H2 Further Mathematics outcome on eigenvalues and eigenvectors. The eigenvalue equation, the characteristic polynomial, finding eigenvalues from det(A - lambda I) = 0, solving for eigenvectors, and their geometric meaning as invariant directions.
- Carry out matrix addition and multiplication and evaluate the determinant of 2x2 and 3x3 matrices, interpreting its geometric meaning
A focused answer to the H2 Further Mathematics outcome on matrix arithmetic and determinants. Matrix addition and multiplication, non-commutativity, the determinant of 2x2 and 3x3 matrices by cofactor expansion, its properties, and its geometric meaning as an area or volume scale factor.
- Find the inverse of a non-singular matrix and use matrices to solve systems of linear equations, recognising consistent, inconsistent and dependent cases
A focused answer to the H2 Further Mathematics outcome on inverse matrices and linear systems. The 2x2 inverse formula, the adjugate method and row reduction for 3x3, solving systems by the inverse, and classifying consistent, inconsistent and dependent systems.
- Solve first- and second-order linear recurrence relations with constant coefficients and find closed-form expressions for the nth term
A focused answer to the H2 Further Mathematics outcome on linear recurrence relations. First-order and second-order constant-coefficient recurrences, the characteristic equation, repeated and complex roots, and particular solutions for non-homogeneous cases.