Eigen Values Eigen Vectors
Eigen Values Eigen Vectors
and Eigenspaces
Diagonalizable Matrices
Eigenvalues, Eigenvectors and Eigenspaces of the
Linear Operators
Eigenvalue:
Let T be a linear operator on a vector space V over the eld F.
An eigenvalue (or characteristic value) of T is a scalar in F
such that there is a non-zero vector v in V such that Tv = v.
Eigenvector:
If is an eigenvalue of T then any vector v satisfying Tv = v
is called an eigenvector of T associated with the eigenvalue .
Eigenspace:
If is an eigenvalue of T then the collection of all vectors v in V
such that Tv = v is called the eigenspace associated with the
eigenvalue .
Other Terminologies for Eigenvalues:
Eigenvalue
Characteristic Value
Characteristic root
Latent root
Proper value
Spectral value
Note: The zero vector obviously satises T0 = 0 = 0.
Find an eigenvector v associated with the eigenvalue means,
you should nd a non-zero vector v such that Tv = v.
Example
Let T : R
2
R
2
be the linear operator dened by
T
_
x
y
_
=
_
23 12
40 21
_ _
x
y
_
.
Observe that T(3, 5) = 3(3, 5) and T(1, 2) = (1)(1, 2).
Therefore, 3 and 1 are eigenvalues of T.
Corresponding to the eigenvalue 3, (3, 5) is an eigenvector and
{(3k, 5k) : k R} is the eigenspace.
Corresponding to the eigenvalue 1, (1, 2) is an eigenvector
and {(k, 2k) : k R} is the eigenspace.
Example of a linear operator on innite dimensional
space having no eigenvalues
Let C[R] be the vector space (over the eld R) that consists of
continuous, real valued functions on R. Let T be the linear
operator on C[R] dened by
(Tf) (x) =
_
x
0
f(t) dt .
Then, T has no eigenvalues.
Note:
If T is a linear operator on a nite dimensional vector space V
over the complex eld C then T has an eigenvalue.
Theorem (for a linear operator on nite dimensional
vector space)
Theorem:
Let T be a linear operator on a nite dimensional vector space
V . Then, the following are equivalent.
1
is an eigenvalue of T.
2
The operator (T I) is singular (not invertible).
3
Determinant of (T I) = 0.
How to nd eigenvalues?
If B is an ordered basis for V and A = [T]
B
, then
(T I) is singular if and only if (AI) is singular
Eigenvalues, Eigenvectors, Eigenspaces of the square
matrices
Eigenvalue: Let A be an n n matrix over the eld F. An
eigenvalue (or characteristic value) of A is a scalar in F such
that the matrix (AI) is singular.
Eigenvector: If is an eigenvalue of A then any vector v
satisfying Av = v is called an eigenvector of A associated with
the eigenvalue .
Eigenspace: If is an eigenvalue of A then the collection of all
vectors v in V such that Av = v is called the eigenspace
associated with the eigenvalue .
Denote the eigenspace of the matrix A associated with the
eigenvalue by E
(A).
Results:
is an eigenvalue of A if and only if (AI) is singular if and
only if the determinant of (AI) = 0 if and only if (I A) is
singular if and only if the determinant of (I A) = 0.
Eigenspace of A associated with the eigenvalue is
= {v V : Av = v}
= {v V : (AI)v = 0}
= Null space of (AI)
= Set of all solutions of linear system (AI)v = 0
= Null space of (I A)
= Set of all solutions of linear system (I A)v = 0
Eigenspaces are invariant subspaces
Denition: Let T be a linear operator on a vector space V . A
subspace U of V is said to be invariant (or T-invariant) under
the linear map T if Tu U for each u U.
Result: Let T be a linear operator on a vector space V . If is
an eigenvalue of T then the eigenspace E
(T) of T associated
with the eigenvalue is an invariant subspace of V .
Example
Find the eigenvalues of the matrix A =
_
_
1 2 1
1 0 1
4 4 5
_
_
. Find the
eigenspace and the basis & dimension of the eigenspace
associated with each eigenvalue of A.
Step 1: Finding eigenvalues
Solving the equation det (I A) = 0.
0 = det (I A) =
_
_
( 1) 2 1
1 ( 0) 1
4 4 ( 5)
_
_
0 =
3
6
2
+ 11 6 = ( 1)( 2)( 3) .
Eigenvalues of A are 1, 2 and 3.
Example (continuation)
Step 2(a): Corresponding to the eigenvalue 1, nding
eigenvector and eigenspace
When = 1, to nd an eigenvector, we need to solve the
equation (I A)v = (1 I A)v = (I A)v = 0.
Equivalently, solving the homogeneous system Bv = 0 where
B = (I A).
B =
_
_
0 2 1
1 1 1
4 4 4
_
_
R =
_
_
1 0
1
2
0 1
1
2
0 0 0
_
_
.
So, the solution set is
_
k
_
1
2
,
1
2
, 1
_
: k R
_
.
Eigenspace of A associated to the eigenvalue 1 is
E
1
(A) =
_
k
_
1
2
,
1
2
, 1
_
: k R
_
.
The vector
_
1
2
,
1
2
, 1
_
is a basis for the eigenspace E
1
(A) and
the dimension of E
1
(A) is 1.
Example (continuation)
Step 2(b): Corresponding to the eigenvalue 2, nding
eigenvector and eigenspace
When = 2, to nd an eigenvector, we need to solve the
equation (I A)v = (2 I A)v = (2I A)v = 0.
Equivalently, solving the homogeneous system Bv = 0 where
B = (2I A).
B =
_
_
1 2 1
1 2 1
4 4 3
_
_
R =
_
_
1 0
1
2
0 1
1
4
0 0 0
_
_
.
So, the solution set is
_
k
_
1
2
,
1
4
, 1
_
: k R
_
.
Eigenspace of A associated to the eigenvalue 1 is
E
2
(A) =
_
k
_
1
2
,
1
4
, 1
_
: k R
_
.
The vector
_
1
2
,
1
4
, 1
_
is a basis for the eigenspace E
2
(A) and
the dimension of E
2
(A) is 1.
Example (continuation)
Step 2(c): Corresponding to the eigenvalue 3, nding
eigenvector and eigenspace
When = 3, to nd an eigenvector, we need to solve the
equation (I A)v = (3 I A)v = (3I A)v = 0.
Equivalently, solving the homogeneous system Bv = 0 where
B = (3I A).
B =
_
_
2 2 1
1 3 1
4 4 2
_
_
R =
_
_
1 0
1
4
0 1
1
4
0 0 0
_
_
.
So, the solution set is
_
k
_
1
4
,
1
4
, 1
_
: k R
_
.
Eigenspace of A associated to the eigenvalue 1 is
E
3
(A) =
_
k
_
1
4
,
1
4
, 1
_
: k R
_
.
The vector
_
1
4
,
1
4
, 1
_
is a basis for the eigenspace E
3
(A) and
the dimension of E
3
(A) is 1.
Eigenvalues relation to the determinant and the trace
of the matrix
Theorem: If A is an n n matrix with the eigenvalues
1
,
2
,
,
n
(repeated according to multiplicity) then
Det (A) =
1
2
n
.
Tr (A) =
1
+
2
+ +
n
.
If
A =
_
_
3 1 1
2 2 1
2 2 0
_
_
then the eigenvalues of A are the roots the equation
3
5
2
+ 8 4 = ( 1)( 2)
2
= 0 .
The determinant of A is 1 2 2 = 4 and the trace of A is
1 + 2 + 2 = 5.
Some Results
Theorem: Let
1
,
2
, ,
k
be distinct eigenvalues of a matrix
A and v
1
, v
2
, , v
k
be corresponding (non-zero) eigenvectors.
Then v
1
, v
2
, , v
k
are linearly independent.
Theorem: Let
1
,
2
, ,
k
be distinct eigenvalues of a matrix
A and E
1
(A), E
2
(A), , E
k
(A) be the corresponding
eigenspaces. Then, E
1
(A) +E
2
(A) + +E
k
(A) is direct.
Theorem: If A and B are two n n square matrices then AB
and BA have the same eigenvalues.
Theorem: If is an eigenvalue of a square matrix A then is
an eigenvalue for the transpose matrix A
t
of the matrix A.
Theorem: If is an eigenvalue of a square matrix A which is
invertible then
1
1
0 0
0
2
0
.
.
.
.
.
.
.
.
.
0 0
n
_
_
.
Note: We dont require that the scalars
1
, ,
n
be distinct.
We need only n-distinct eigenvectors that form a basis for V .
Result: Let V be a nite dimensional vector space over the eld
F. Let T be a linear operator on V and let A be its associated
matrix relative to some basis B of V . Then,
T (or A) is diagonalizable in F if and only if there exists an
invertible matrix P in F such that P
1
AP is a diagonal matrix,
that is, A is similar to a diagonal matrix.
Example
Let T : R
2
R
2
be the linear operator dened by T(X) = AX
for X = (x, y) R
2
where
A =
_
1 2
3 2
_
.
Observe that T(2, 3) = 4(2, 3) and T(1, 1) = (1)(1, 1).
Construct a matrix P whose column vectors are eigenvectors.
Set P =
_
2 1
3 1
_
. Then, P
1
=
_
1
5
1
5
3
5
2
5
_
. Then,
B =
_
4 0
0 1
_
= P
1
AP
which is a diagonal matrix. Therefore T (or A) is diagonalizable.
When T (or A) is diagonalizable?
Theorem: Let V be a nite dimensional vector space V with
dim V = n. Let T be a linear operator on V and let A be its
associated matrix relative to some basis B of V . Let
1
,
2
, ,
k
be the distinct eigenvalues of T. Let W
i
= E
i
(A) denote the
eigenspace associated with the eigenvalue
i
for i = 1, , k.
Then, the following are equivalent.
1
T (or A) is diagonalizable.
2
The characteristic polynomial for T is
f(x) = (x
1
)
d
1
(x
2
)
d
2
(x
k
)
d
k
and dim W
i
= d
i
. That is, the geometric multiplicity of each
eigenvalue is equal to its algebraic multiplicity (i.e.,
regular).
3
dim W
1
+ dim W
2
+ + dim W
k
= n = dim V .
Example of Diagonalizable Matrix (Sec. 6.2 of H-K)
A =
_
_
5 6 6
1 4 2
3 6 4
_
_
The characteristic polynomial of A is given by
x
3
5x
2
+ 8x 4 = (x 1)(x 2)
2
.
The algebraic multiplicity of the eigenvalue 1 is 1. The
geometric multiplicity of the eigenvalue 1 is 1 (Reason: Basis
for E
1
(A) is (3, 1, 3)).
The algebraic multiplicity of the eigenvalue 2 is 2. The
geometric multiplicity of the eigenvalue 2 is 2 (Reason: Basis
for E
2
(A) is (2, 1, 0) and (2, 0, 1)).
Set P =
_
_
3 2 2
1 1 0
3 0 1
_
_
. Then P
1
AP = D =
_
_
1 0 0
0 2 0
0 0 2
_
_
.
Example of Non-Diagonalizable Matrix
A =
_
1 1
0 1
_
The characteristic polynomial of A is given by
(x 1)
2
.
The eigenspace E
1
(A) has a basis (1, 0) and the dimension of
E
1
(A) = 1.
But dim V = dim R
2
= 2 > 1. Therefore, A is not
diagonalizable.