Skip to content

9231 · 2.2

Matrices — common mistakes

Common exam mistakes on 9231 Matrices. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

An eigenvector is not unique; any non-zero scalar multiple is also a valid eigenvector. For example, for λ1=2\lambda_1=2, (22)\begin{pmatrix} 2 \\ 2 \end{pmatrix} or (55)\begin{pmatrix} -5 \\ -5 \end{pmatrix} are also correct. Always choose the simplest integer values. A great check: Sum of eigenvalues = 2+3=52+3=5. Trace of A\mathbf{A} = 4+1=54+1=5. Product of eigenvalues = 2×3=62 \times 3 = 6. Determinant of A\mathbf{A} = (4)(1)(2)(1)=6(4)(1) - (-2)(1) = 6. They match!

Exam tip 2

When finding the inverse using the Cayley-Hamilton theorem, a common mistake is to forget the identity matrix I\mathbf{I} on the constant term. The equation must be an equation of matrices, so a scalar constant c0c_0 becomes c0Ic_0\mathbf{I}. Also, check if the constant term is zero. If c0=det(A)=0c_0 = \det(\mathbf{A}) = 0, the matrix is singular and has no inverse.

What is the geometric meaning of an eigenvector?

An eigenvector represents a direction that is unchanged by the linear transformation represented by the matrix. The vector itself is stretched or shrunk by a factor equal to its corresponding eigenvalue, but it still points along the same line through the origin. This line is called an invariant line.

Can an eigenvalue be zero?

Yes. An eigenvalue of zero means that there is a non-zero vector x\mathbf{x} such that Ax=0x=0\mathbf{A}\mathbf{x} = 0\mathbf{x} = \mathbf{0}. This means that the matrix maps a non-zero vector to the zero vector. This is only possible if the matrix is singular, i.e., its determinant is zero. The product of eigenvalues equals the determinant, so if one eigenvalue is zero, the determinant must be zero.

What happens if I get repeated eigenvalues for a 3x3 matrix?

If an eigenvalue λ\lambda is a repeated root of the characteristic equation (e.g., has algebraic multiplicity 2), you might find one or two linearly independent eigenvectors for it. If you can find two linearly independent eigenvectors, they will form an 'invariant plane'. If you can only find one, it corresponds to an invariant line. The number of linearly independent eigenvectors for a given eigenvalue is its 'geometric multiplicity'.