Eigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
MATHEMATICS-I
(18MAB101T)
DEPARTMENT OF MATHEMATICS
SRM Institute of Science and Technology
How to find: We can obtain the eigenvalues and eigenvectors through the
following steps:
Sn = determinant of A i.e | A |.
Step 3: Find the eigenvectors X for each value of λ from the linear
system of equation (A − λi I )X = 0, i = 1, 2, 3 · · · · · ·
2 −2 3
Example: Find the eigenvalues and eigenvectors of A = 1 1 1
1 3 −1
Solution:
2 − λ −2 3
| A − λI |= 1 1−λ 1 = λ3 − S1 λ2 + S2 λ − S3 = 0
1 3 −1 − λ
S1 = 2 + 1 − 1 = 2,
1 1 2 3 2 −2
S2 = + + = −4 − 5 + 4 = −5
3 −1 1 −1 1 1
Dr. B. Bira (SRMIST) Calculus and Linear Algebra 5 / 28
Eigenvalues and Eigenvectors Unit-I
2 −2 3
S3 =| A |= 1 1 1 = 6 ⇒ λ3 − 2λ2 − 5λ − 6 = 0
1 3 −1
Which can be factorize as
(λ − 1)(λ − 3)(λ + 2) = 0 ⇒ λ = 1,
− 2, 3.
2 − 1 −2 3 x1 0
Eigenvector for λ = 1: 1 1−1 1 x2 = 0 .
1 3 −1 − 1 x3 0
1 −2 3 x1 0
i.e. 1 0 1 x 2 = 0 .
1 3 −2 x3 0
x1 − 2x2 + 3x3 = 0
x1 + 0 + x3 = 0
x1 + 3x2 − 2x3 = 0.
Dr. B. Bira (SRMIST) Calculus and Linear Algebra 6 / 28
Eigenvalues and Eigenvectors Unit-I
−1
x1 x2 x1 x1 x2 x1
⇒ −3 = − −3 = 3 ⇒ −1 = 1 = 1 ⇒ X1 = 1 .
1
4 −2 3 x1 0
Eigenvector for λ = −2: 1 3 1 x2 = 0
1 3 1 x3 0
Solution:
1−λ 0 0
| A − λI |= 0 1−λ 1 = λ3 − S1 λ2 + S2 λ − S3 = 0
0 1 1−λ
1 1 1 0 1 0
S1 = 1 + 1 + 1 = 3, S2 = + + =0+1+1= 2
1 1 0 1 0 1
1 0 0
S3 =| A |= 0 1 1 = 0 ⇒ λ3 −3λ2 +2λ = 0 ⇒ λ(λ−1)(λ−2) = 0
0 1 1
⇒ λ = 0, 1, 2.
1 0 0 x1 0
Eigenvector for λ = 0: 0 1 1 x2 = 0
0 1 1 x3 0
x1 + 0x2 + 0x3 = 0
0x1 + x2 + x3 = 0
0x1 + x2 + x3 = 0.
⇒ x1 = 0 and x2 = −x3 . If we take x3 = k ⇒ x2 = −k
0 0
⇒ X1 = −k = −1 .
k 1
0 0 0 x1 0
Eigenvector for λ = 1: 0 0 1 x2 = 0
0 1 0 x3 0
0x1 + 0x2 + 0x3 = 0
0x1 + 0x2 + x3 = 0
0x1 + x2 + 0x3 = 0
Dr. B. Bira (SRMIST) Calculus and Linear Algebra 10 / 28
Eigenvalues and Eigenvectors Unit-I
k 1
⇒ x2 = 0 and x3 = 0. Taking x1 = k ⇒ X2 = 0 = 0 .
0 0
−1 0 0 x1 0
Eigenvector for λ = 2: 0 −1 1 x2 = 0
0 1 −1 x3 0
⇒ x1 + x2 + x3 = 0.
c
a
X2T X3 = 0 ⇒ 0 1 1 b = 0 ⇒ b + c = 0.
c
1
Solving the above two equations we get a = b = −c ⇒ X3 = 1 .
−1
Example:
Find the eigenvalues
and eigenvectors of
2 −1 1
A = −1 2 −1 .
1 −1 2
Property 1: Every square matrix and it’s transpose has same eigenvalues.
1 −2
Example: If A = ⇒ λ2 − 5λ − 6 = 0 ⇒ λ = 6, − 1.
−5 4
1 −5
T
A = ⇒ λ2 − 5λ − 6 = 0 ⇒ λ = 6, − 1.
−2 4
Property 2: If λ1 , λ2 , λ3 , · · · · · · λn are the eigenvalues of the matrix A
then λ11 , λ12 , λ13 , · · · · · · λ1n are the eigenvalues of A−1 .
∴ λ2 is the eigenvalue of A2 .
AX = λX (1)
a11 − λ 0 0
⇒| A − λI |= a21 a22 − λ 0 =0
a31 a32 a33 − λ
⇒ (a11 − λ)(a22 − λ)(a33 − λ) = 0.
Example:
Find the
sum and product of the eigenvalues of a matrix
−2 2 −3
A= 2 1 6 .
−1 −2 0
Proof: We know sum of eigenvalues of A=Sum of he leading diagonal
elements of A=trace of A=-2+1+0=-1.
Product of the
eigenvalues=| A |= −2(0 − 12) − 2(0 − 6) − 3(−4 + 1) = 45.
3 −1 1
Example: Two of the eigenvalues of A = −1 5 −1 are 3 and 6.
1 −1 3
Find the eigenvalues of A .
−1
As λ1 = 3, λ2 = 6 ⇒ λ3 = 2
1 1 1
∴ Eigenvalues of A−1 are 2, 3, 6.
3 10 5
Example: If 2 and 3 are eigenvalues of A = −2 −3 −4. Find the
3 5 7
eigenvalues of A−1 and A3 .
Solution: Let λ1 , λ2 , λ3 are eigenvalues of A.
⇒ λ1 + λ2 + λ3 = 3 + 2 + λ3 = 3 − 3 + 7 = 7 ⇒ λ3 = 2
1 1 1
∴ Eigenvalues of A−1 are 2, 2, 3.
and eigenvalues of A3 are 23 , 23 , 33 .
∴ b = 1 − a ⇒ a(1 − a) − 4 = −6 ⇒ a(1 − a) = −2
⇒ a = 2, − 1 ⇒ b = −1, 2.
4 6 6
Example: Two eigenvalues of A = 1 3 2 are equal and they
−1 −5 −2
are double the third. Find the eigenvalues of A2 .
Solution: Let the third eigenvalue is λ. Therefore the three eigenvalues
are λ, 2λ, 2λ. ⇒ λ + 2λ + 2λ = 4 + 3 − 2 ⇒ 5λ = 5 ⇒ λ = 1
∴ The eigenvalues are 1, 2, 2 and eigenvalues of A2 are 1, 4, 4.
Example:
Verify Cayley-Hamilton
theorem and hence find A−1 for
8 −8 2
A = 4 −3 −2.
3 −4 1
Solution: The characteristic equation can be obtain from
8−λ −8 2
4 −3 − λ −2 = 0 ⇒ λ3 − 6λ2 + 11λ − 6 = 0
3 −4 1−λ