Eigenvalues and Eigenvectors
Problem
Find the eigenvalues and eigenvectors of A = [[4,1],[2,3]]. Show that eigenvectors only scale (they are not rotated) under A.
Explanation
Definition
An eigenvector of a square matrix is a non-zero vector that is only stretched by , not rotated:
The scalar is the corresponding eigenvalue — it tells you by how much the direction is stretched. Eigenvalues can be positive, negative, zero, or complex.
Finding them — the two-step recipe
- Eigenvalues: solve (the characteristic equation).
- Eigenvectors: for each , find a non-zero in .
Step-by-step
Step 1 — Characteristic equation.
Step 2 — Solve for .
Step 3 — Eigenvector for .
Solve :
Both rows give . So (any non-zero scalar multiple works).
Verify: ✓
Step 4 — Eigenvector for .
Solve :
Row: . So .
Verify: ✓
Eigenpairs summary
Geometric picture
acts on the plane:
- Along the direction — the 45° line — vectors are stretched by factor 5.
- Along the direction — a different line — vectors are stretched by factor 2.
- Other directions are a mix of these two "modes" and get rotated as well as scaled.
Eigenvectors reveal the axes of the transformation, where it behaves purely as a stretch.
Why eigenstuff matters
- Diagonalization: where has eigenvalues on the diagonal. Makes easy to compute.
- Principal component analysis (PCA): principal components are eigenvectors of the covariance matrix.
- Stability analysis: eigenvalues of the Jacobian tell you whether a fixed point is stable.
- Quantum mechanics: observables are operators; measurement values are eigenvalues.
- PageRank, Markov chains: the steady state is an eigenvector (with eigenvalue 1) of the transition matrix.
Key properties
- Trace = sum of eigenvalues: . Here: ✓
- Determinant = product of eigenvalues: . Here: ✓
- Eigenvalues of : with the same eigenvectors.
- Eigenvalues of : (when all ).
- Complex eigenvalues on a real matrix come in conjugate pairs.
Common mistakes
- Including zero as an eigenvector — by definition, the zero vector is not allowed. Any non-zero multiple of a valid eigenvector is fine.
- Forgetting to check both roots. The characteristic polynomial may have repeated or complex roots.
- Confusing "eigenvector" with "pivot column." They're different concepts.
Try it in the visualization
Draw the column vectors of as an arrow diagram. Overlay the two eigenvector directions as dashed lines. As sweeps around the unit circle, watch the output align with each eigendirection.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.