Eigenvalue and Eigenvector Calculator
Find eigenvalues and sample eigenvectors for a 2×2 matrix using the characteristic polynomial.
Calculate
Matrix A = [[a, b], [c, d]]
What this calculator teaches
Eigenvalues tell how a matrix stretches special directions. Eigenvectors are the directions that do not rotate away from their line.
This 2×2 calculator uses the characteristic equation and gives a sample eigenvector for each real eigenvalue.
Formula & Symbols
| Concept | Formula | Meaning |
|---|---|---|
| Eigen equation | Av = λv | Matrix multiplication acts like scalar multiplication on eigenvectors. |
| Characteristic equation | det(A-λI)=0 | Solving this gives eigenvalues. |
| 2×2 polynomial | λ² - tr(A)λ + det(A)=0 | Trace and determinant determine the eigenvalues. |
Step-by-Step Examples
- A = [[2,0],[0,5]].
- The x-axis direction scales by 2.
- The y-axis direction scales by 5.
- For [[4,2],[1,3]], trace = 7 and determinant = 10.
- Solve λ² - 7λ + 10 = 0.
- Factor: (λ-5)(λ-2)=0.
Where students use this
Common Mistakes to Avoid
Eigenvalues are scalars; eigenvectors are nonzero vectors.
The zero vector is never considered an eigenvector.
Some 2×2 matrices have complex eigenvalues when the discriminant is negative.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This relationship represents vectors, linear systems or transformations using matrix structure and vector operations. Assumption: Matrix dimensions must be compatible. Inversion, decomposition and unique solutions require rank, conditioning or nonzero-determinant conditions.