What an eigenvalue and eigenvector are
Ax = λx: special directions the matrix only stretches by a factor λ.
The key idea. Multiplying a vector by a matrix usually changes both its length and its direction. But for a few special directions, only stretches or shrinks the vector — the direction is preserved. Those directions are the eigenvectors, and the stretch factor is the eigenvalue.
Formally, a non-zero vector is an eigenvector of with eigenvalue if:
The right-hand side is the vector simply scaled by the number .
Two facts to lock in:
- Eigenvectors are only defined up to a scalar: if is an eigenvector, so is any non-zero multiple . We usually quote the simplest integer vector.
- is never an eigenvector (it trivially satisfies for every , so it carries no information).
In 9231 you only meet matrices with real, distinct eigenvalues — this keeps the algebra clean and guarantees the matrix can be diagonalised.
Cambridge tip. Always verify a found eigenvector by checking directly. It takes seconds and catches arithmetic slips in the elimination.
- : scales by , keeping its direction.
- Eigenvectors are defined up to a non-zero scalar; quote the simplest.
- is never an eigenvector.
See the full worked example for characteristic equation, eigenvalue and eigenvector →