Eigenvalues and Eigenvectors - Updated
Eigenvalues and Eigenvectors - Updated
4 ± √16 − 4 4 ± 2√3
⇒𝜆= = = 2 ± √3
2 2
i.e 𝜆 = 4, 𝜆 = 2 + √3 and 𝜆 = 2 − √3
Theorem If 𝐴 is an 𝑛 × 𝑛 triangular matrix (upper triangular, lower triangular or diagonal),
then the eigenvalues of 𝐴 are 𝐴 are the entries on the main diagonal of 𝐴.
1
0 0
2
2
Example Find eigenvalues of a lower triangular matrix 𝐴 = −1 0
3
−1
5 −8
( 4 )
1
𝜆− 0 0
2
2 1 2 1
Solution |𝜆𝐼 − 𝐴| = || 1 𝜆−3 0 || = (𝜆 − ) (𝜆 − ) (𝜆 + ) = 0
2 3 4
1
−5 8 𝜆+4
1 2 −1
The eigenvalues are 𝜆 = 2 , 𝜆 = 3 , and 𝜆 = 4
(𝜆𝐼 − 𝐴)𝐱 = 𝟎 ⇒ (𝜆 + 1 −3 𝑥1 0
) (𝑥 ) = ( )
−2 𝜆 2 0
If 𝜆 = 2,
3 −3 𝑥1 0
( ) (𝑥 ) = ( )
−2 2 2 0
3𝑥 − 3𝑥2 = 0
⇒{ 1 ⇒ 𝑥1 = 𝑡, 𝑥2 = 𝑡
−2𝑥1 + 2𝑥2 = 0
𝑥1 𝑡 1
(𝑥 ) = ( ) = 𝑡 ( )
2 𝑡 1
1
⇒ ( ) is a basis for the eigenspace corresponding to 𝜆 = 2.
1
If 𝜆 = −3,
−2 −3 𝑥1 0
( ) (𝑥 ) = ( )
−2 −3 2 0
−3
⇒−2𝑥1 − 3𝑥2 = 0 ⇒ 𝑥1 = 𝑥2
2
−3
Let 𝑥2 = 𝑡, 𝑥1 = 𝑡
2
𝑥1 −3 −3
𝑡
(𝑥 ) = ( 2 ) = 𝑡 ( 2 )
2
𝑡 1
−3
⇒ ( 2 ) is a basis for the eigenspace corresponding to 𝜆 = −3.
1
0 0 −2
Example Find bases for the eigenspaces of 𝐴 = (1 2 1)
1 0 3
Solution The characteristic equation is 𝜆3 − 5𝜆2 + 8𝜆 − 4 = 0 or (𝜆 − 1)(𝜆 − 2)2 = 0.
𝜆 0 2 𝑥1 0
(𝜆𝐼 − 𝐴)𝐱 = 𝟎 ⇒ (−1 𝜆 − 2 −1 ) (𝑥𝟐 ) = (0)
−1 0 𝜆 − 3 𝑥𝟑 0
If 𝜆 = 2
2 0 2 𝑥1 0
(−1 0 𝑥
−1) ( 𝟐 ) = (0)
−1 0 −1 𝑥𝟑 0
𝑥1 + 𝑥3 = 0
Let 𝑥1 = −𝑠, 𝑥𝟐 = 𝑡, 𝑥3 = 𝑠
−𝑠 −𝑠 0 −1 0
𝐱 = ( 𝑡 ) = ( 0 ) + ( 𝑡 ) = 𝑠 ( 0 ) + 𝑡 (1)
𝑠 𝑠 0 1 0
−1 0
( 0 ) and (1) are linearly independent. They form a basis for the eigenspace
1 0
corresponding to 𝜆 = 2.
If 𝜆 = 1
1 0 2 𝑥1 0
(−1 −1 −1) (𝑥𝟐 ) = (0)
−1 0 −2 𝑥𝟑 0
𝑥1 + 2𝑥3 = 0
𝑥1 = −2𝑥3
⇒ {−𝑥1 − 𝑥2 − 𝑥3 = 0 ⇒ {
𝑥2 = −𝑥1 − 𝑥3 = 𝑥3
−𝑥1 − 2𝑥3 = 0
Let 𝑥3 = 𝑡, 𝑥𝟏 = −2𝑡, 𝑥2 = 𝑡
−2𝑡 −2
𝐱 = ( 𝑡 ) = 𝑡( 1 )
𝑡 1
−2
Hence, ( 1 ) is a basis for the eigenspace corresponding to 𝜆 = 1.
1
Theorem A square matrix 𝐴 is invertible if and only if 𝜆 = 0 is not an eigenvalue of 𝐴.
Proof 𝜆 = 0 is a solution of the characteristic equation
𝜆𝑛 + 𝑐1 𝜆𝑛−1 + ⋯ + 𝑐𝑛 = 0 if and only if 𝑐𝑛 = 0.
|𝜆𝐼 − 𝐴| = 𝜆𝑛 + 𝑐1 𝜆𝑛−1 + ⋯ + 𝑐𝑛
If 𝜆 = 0, det(−A) = (−1)𝑛 det(𝐴) = 𝑐𝑛
𝐴 is invertible if and only if det(𝐴) = (−1)𝑛 𝑐𝑛 ≠ 0
Example (Eigenvalues and Invertibility)
0 0 −2
𝐴 = (1 2 1 ) has eigenvalues 𝜆 = 1 and 𝜆 = 2, none of which is 0. Hence, it is
1 0 3
invertible.
Definition If 𝑇: 𝑽 → 𝑽 is a linear operator on a vector space 𝑽, then a nonzero vector 𝐱 in 𝑽
is called an eigenvector of 𝑇 if 𝑇(𝐱) is a scalar multiple of 𝐱; i.e 𝑇(𝐱) = 𝜆𝐱 for some scalar 𝜆.
The scalar 𝜆 is called an eigenvalue of 𝑇, and 𝐱 is said to be an eigenvector corresponding to
𝜆.
Example If 𝐷: 𝐶 ∞ → 𝐶 ∞ is a differentiation operator on a vector space of functions with
continuous derivatives of all orders on the interval (−∞, ∞), and if λ is a constant, then
𝐷(𝑒 𝜆𝑥 ) = 𝜆𝑒 𝜆𝑥 . Thus, 𝜆 is eigenvalue of 𝐷 and 𝑒 𝜆𝑥 is eigenvector corresponding to 𝜆.
Theorem Let 𝑽 be a vector space and let 𝑇: 𝑽 → 𝑽 be a linear map. Let 𝑉𝜆 be the subspace of
𝑉 generated by all eigenvectors of 𝐴 having 𝜆 as eigenvalue. Then every non-zero element of
𝑉𝜆 is an eigenvector of 𝐴 having 𝜆 as eigenvalue.
Proof Let 𝑣1 , 𝑣2 ∈ 𝑽 be such that 𝑇𝑣1 = 𝜆 𝑣1 and 𝑇𝑣2 = 𝜆 𝑣2 . Then
𝑇(𝑣1 + 𝑣2 ) = 𝑇𝑣1 + 𝑇𝑣2 = 𝜆 𝑣1 + 𝜆 𝑣2 = 𝜆 (𝑣1 + 𝑣2 )
If 𝑐 ∈ 𝑲, then 𝑇(𝑐𝑣1 ) = 𝑐𝑇(𝑣1 ) = 𝑐𝜆 𝑣1 = 𝜆(𝑐𝑣1 )
Thus the subspace 𝑉𝜆 is called the eigenspace of 𝐴 belonging to 𝜆.
Is 𝑉𝜆 a subspace of vector space 𝑽.
Theorem Let V be a vector space and let 𝑇: 𝑽 → 𝑽 be a linear map. Let 𝑣1 , 𝑣2 , … , 𝑣𝑚 be
eigenvectors of 𝑇, with eigenvalues 𝜆1 , 𝜆2 , … , 𝜆𝑚 respectively. Assume that these eigenvalues
are distinct, i.e 𝜆𝑖 ≠ 𝜆𝑗 if 𝑖 ≠ 𝑗. Then 𝑣1 , 𝑣2 , … , 𝑣𝑚 are linearly independent.