Linear Algebra - Eigen Value
Linear Algebra - Eigen Value
Take x1 = 1 & x 2 = 3
1
x = (1 3) t =
3
1
= ∶ ∈ ℝ ∖ 0 is the corresponding eigen vector
3
4 − 2 − 1 x1
For λ2 = 2,
6 − 1 − 2 x2
2 x1 − x 2 = 0
6 x1 − 3x 2 = 0
Take x1 = 1 & x 2 = 2
1
= ∶ ∈ \0 is the corresponding eigen vector
2
5.2 THE CHARACTERISTIC POLYNOMIAL
− λ −1 0
det( A − λI ) = A − λI = − 2 1 − λ 1 = −λ3 + 4λ 2 − 5λ
0 1 2−λ
and − λ3 + 4λ 2 − 5λ = 0 is its characteristic equation.
3 3 − 4
Example 5.3.Find the characteristic polynomial of A = 1 1 − 1 .
2 1 − 3
3−λ 3 −4
Solution: p (λ ) = det( A − λI ) = 1 1− λ −1
2 1 −3−λ
1− λ −1 1 −1 1 1− λ
= (3 − λ ) −3 + ( − 4)
1 −3−λ 2 −3−λ 2 1
= (3 − λ )[(1 − λ )(−3 − λ ) + 1] − 3[1(−3 − λ ) + 2] − 4[1 − 2(1 − λ )]
= (3 − λ )(λ2 + 2λ − 2) − 3(−3 − λ − 1) − 4(2λ − 1)
= (−λ3 + λ2 + 8λ − 6) + (3λ + 3)(−8λ + 4) = − λ3 + λ2 + 3λ + 1 .
2 −12
Example 5.4. Find the eigen values and the corresponding eigen vector of A.
=
1 −5
3 −12 0
⇒ =
1 −4 0 0
3 − 120 = 02
1
− 40 = 0
⇒ = 40
4
Therefore the corresponding eigen vector is = , ∈ \0}
1
For % = −2, the corresponding eigen vector is
, ) − &%* = 0
4 −12 0
⇒ 0 =
1 −3 0
4 − 120 = 02
1
− 30 = 0
⇒ = 30
3
Therefore the corresponding eigen vector is = , ∈ \0}
1
− 4 − 4 − 4
Example 5.5 Find the eigenvalues and eigenvectors of A = 6 4 6 .
2 4 2
−4−λ −4 −4
Solution: det ( A − λI ) = 6 4−λ 6
2 4 2−λ
4−λ 6 6 6 6 4−λ
= (−4 − λ ) − ( − 4) + ( − 4)
4 2−λ 2 2−λ 2 4
= (−4 − λ )[(4 − λ )(2 − λ ) − 24] + 4[6(2 − λ ) − 12] − 4[24 − 2(4 − λ )]
= (−4 − λ )(λ2 − 6λ − 16) + 4(−6λ ) − 4(2λ + 16)
= (−λ3 + 2λ2 + 40 x + 64) − 24λ + (−8λ − 64)
= − λ3 + 2λ2 + 8λ which is the characteristic polynomial.
Thus ( A − λI ) = 0 implies that
− λ3 + 2λ2 + 8λ = λ (−λ2 + 2λ + 8) = − λ (λ − 4)(λ + 2) = 0.
Hence the eigenvalues are 0, 4 and -2.
− 4 − 4 − 4
For = 0 , the corresponding matrix is A = 6 4 6 and the reduced
2 4 2
1 0 1
row echelon form is 0 1 0.
0 0 0
Taking = −4,
− z − 1
E 0 = 0 : z ∈ IR \ {0} and 0 is a basis for E 0 .
z 1
− 8 − 4 − 4
For % = 4, the corresponding matrix is A − 4I = 6 0 6
2 4 − 2
1 0 1
and the reduced row echelon form is 0 1 − 1.
0 0 0
Definition Let V be a vector space and let T be a linear transformation from V to V. The real
number λ is an eigenvalue of T if there is a nonzero vector x in V such that T ( x) = λx.
x 3 x − y
Example 5.6: Let T be a linear transformation from R 2 to R 2 defined by T = . Then
y 2 y
find the eigenvalues and eigenvectors of T.
3 − 1
Solution: The matrix of T with respect to the standard basis is M (T ) = .
0 2
3−λ −1
The characteristic polynomial of M (T) is det [M (T ) − xI ] =
0 2−λ
= (3 − λ )(2 − λ ) = λ 2 − 5λ + 6
= (λ − 3)(λ − 2).
Therefore, the eigenvalues are 3 and 2.
To find the corresponding eigen vector.
For % = 3, M (T ) − 3I =
0 − 1
.
0 − 1
0 − 1 x 0
0 − 1. y = 0 ⇒ 0 x − y = 0 ⇒ y = 0
1
Thus
9: = ∶ ; \0 is the eigen vector for M(T) for eigen value 3.
0
For = 2 , M (T ) − 2 I = . = ⟹ = 0
1 − 1 1 − 1 x 0
.
0 0 0 0 y 0
1
9: = ∶ ; \0 is the eigen vector for M(T) for eigen value 2.
1
− 5
So the solution is x = -5y. Thus is an eigenvector for M (T) for the eigenvalue -3.
1
Definition
Let T be a linear transformation from V to V and let λ be an eigenvalue of T. The set of vectors
x in V such that T ( x) = λx is called the eigenspace of T for the eigenvalue λ , and it is denoed
E λ .That is, E λ = {x ∈ V : T ( x) = λx}.
Example 5.7 Let T be the linear transformation from P2 to P2 defined T ( p) = 3 p. Then 3 is an
eigenvalue for T and E 3 = P2 .
EXERCISE 5.1
1. Find the characteristic polynomial, the eigen values and the eigen vectors of the following
2 −1 0
Matrices.
1 2
a. = b. = <3 −2 0=
4 3
0 0 1
x − 2 x + 5 y
2. Let T be a linear transformation from R 2 to R 2 defined by T = . Then find
y x + 2 y
2
> ?0@ = < 20 + 54 = , find the eigen value and the eigen vector of T.
4 −0 − 2A
3 0 0
4. Find the eigenspace (vector) % = 3 , for the matrix A = − 2 − 1 − 2 .
3 6 6
5. Find the characteristic polynomial, eigenvalues, and bases for the eigenspaces of the given
linear transformation T.
x 5x
a. T : R → R , T y = 7 x + 2 y
3 3
z x + 3 y + 8 z
4 1
. b. T : M 2×2 → M 2×2 , T ( B ) = B.
1 4
UNIT SUMMARY
1 2 % 0 1−% 2
EXERCISE 5.1
: 1. a. − &% = − =
4 3 0 % 4 3−%
1−% 2
Det =0
4 3−%
Hence the characterstic polynomial is %+ − 4% − 5 = 0
And eigen values are % = −1, % = 5
2 2 0
And the corresponding eigen vectors are
% = −1, ) − &%* = =
4 4 0 0
⇒ 2 + 20 = 0 ⇒ = −0
1
Thus the eigen vector is 967 = : ; \0
−1
−4 2 0
% = 5, ) − &%* = 0 =
4 −2 0
⇒ −4 + 20 = 0 ⇒ 0 = 2
1
Thus the eigen vector is 9C = : ; \0
2
2−% −1 0
− &% = < 3 −2 − % 0 =
0 0 1−%
b.
Det( − &%* = 0
⇒ )1 − %*)%+ − 1* = 0
Hence the charactersitc polynomial is )1 − %*)%+ − 1* = 0
And the eigen values of the the matrix is % = 1 , % = −1
1 −1 0 0
The corresponding eigen vectors are
) − &%* = 0
And the corresponding eigen vector is found as
0 0 0 0
<0 0 0
5 = ? @ = <0=
0 −1 −4 4 0
50 = 0 ⇒ 0 = 0, − 0 − 44 = 0 ⇒ 4 = 0
1
So the only non – zero is x.
0 − 83 0
7
Eigenvalue 2, − 2 , Eigenvalue 5, − 8 , Eigenvalue 8, 0
1 1 1
b. P( x) = ( x 2 − 8 x + 15) 2
− 1 0 0 − 1 1 0 0 1
Eigenvalue 3, , Eigenvalue 5, ,
1 0 0 1 1 0 0 1
If all your responses are positive, go to the following self-test exercise. Otherwise, please revise
the section until all your responses are positive.
REFERENCES
The materials you have received are adopted from different books. The following books can be
consulted as references.