The characteristic polynomial is derived from:
det(A - λI) = (4 − λ)(3 − λ) − 2 = λ² − 7λ + 10
We solve the quadratic equation:
λ² − 7λ + 10 = 0
Factoring gives:
(λ − 5)(λ − 2) = 0
So the eigenvalues are:
Assume the matrix A is:
A = [ 4 1 ]
[ 2 3 ]
A − 5I = [ −1 1 ]
[ 2 −2 ]
Equation: [ −1 1 ] [ x ] = [ 0 ]
[ 2 −2 ] [ y ] [ 0 ]
From −x + y = 0 ⇒ y = x
Eigenvector: v₁ = [ 1, 1 ]
A − 2I = [ 2 1 ]
[ 2 1 ]
Equation: [ 2 1 ] [ x ] = [ 0 ]
[ 2 1 ] [ y ] [ 0 ]
From 2x + y = 0 ⇒ y = −2x
Eigenvector: v₂ = [ 1, −2 ]
Eigenvalue λ | Eigenvector v |
---|---|
5 | [1, 1] |
2 | [1, −2] |
(λ − 5)(λ − 2) = 0 ⇒ λ = 5 or λ = 2
Discriminant D = b² − 4ac = (−7)² − 4(1)(10) = 49 − 40 = 9
Since D > 0, the equation has two distinct real roots:
λ = (7 ± √9)/2 ⇒ λ = (7 ± 3)/2