Sec 4.4

advertisement
Chapter 4
Section 4.4
Eigenvalues and the Characteristic
Polynomial
Characteristic Polynomial
If A is an 𝑛 × π‘› matrix the characteristic polynomial is a function
of the variable t we call 𝑝 𝑑 that is the determinant of 𝐴 − 𝑑𝐼.
𝑝 𝑑 = det 𝐴 − 𝑑𝐼
Characteristic Equation
If 𝑝 𝑑 is the characteristic polynomial of a matrix A, setting 𝑝 𝑑 = 0 is the characteristic
equation of the matrix A. The solutions to this equation are the eigenvalues of matrix A.
Example
For the matrix A given to the right find its characteristic
polynomial and its eigenvalues.
9
5 2
𝐴 = −10 −6 1
0
0 3
Since the 3rd row has two zeros we compute det 𝐴 − 𝑑𝐼 by expanding across the third row.
9−𝑑
−10
0
5
−6 − 𝑑
0
2
9−𝑑
1 = 3−𝑑
−10
3−𝑑
5
= 3−𝑑
−6 − 𝑑
9 − 𝑑 −6 − 𝑑 − −50
= 3 − 𝑑 𝑑 2 − 3𝑑 − 54 + 50 = 3 − 𝑑 𝑑 2 − 3𝑑 − 4 = 3 − 𝑑 𝑑 − 4 𝑑 + 1
Since the object of these problems is to find the roots of this polynomial we very often
will leave the characteristic polynomial in factored form and do not multiply it out so we
can tell what the solutions to 𝑝 𝑑 = 0 are by just looking at it.
Characteristic Equation: 𝑝 𝑑 = 3 − 𝑑 𝑑 − 4 𝑑 + 1
Eigenvalues are: -1, 3, 4
Example
Find the characteristic polynomial and the eigenvalues for the matrix
A given to the right. (Sometimes called Fibonacci matrix.)
Characteristic Polynomial is: 𝑝 𝑑 = det 𝐴 − 𝑑𝐼 = −𝑑
1
𝐴=
0
1
1
1
1
= −𝑑 1 − 𝑑 − 1 = 𝑑 2 − 𝑑 − 1
1−𝑑
This polynomial does not factor so use the quadratic formula to get 𝑑 =
1± 12 − −4
2
=
1± 5
2
If A is a 𝑛 × π‘› matrix and 𝑝 𝑑 = det 𝐴 − 𝑑𝐼 is the characteristic polynomial for A then 𝑝 𝑑
is a polynomial of degree n with the coefficient of 𝑑 𝑛 being ±1. Using algebraic methods to
solve a general polynomial of degree n can be difficult (in fact, sometimes impossible), but
there are some techniques that will often work.
Factoring and Solving Polynomials
If 𝑝 𝑑 = 𝑑 𝑛 + 𝑐𝑛−1 𝑑 𝑛−1 + β‹― + 𝑐1 𝑑 + 𝑐0 is a polynomial with integer coefficients sometimes
the following method will work for factoring the polynomial 𝑝 𝑑 .
1. Find the factors of the constant term 𝑐0 say they are ±1, ±π‘‘1 , β‹― ± π‘‘π‘˜ .
2. Plug each factor into 𝑝 𝑑 till you find one that is zero say 𝑑𝑗 (i.e. 𝑝 𝑑𝑗 = 0), that means
that 𝑑 − 𝑑𝑗 is one of the factors.
3. Use long division to find 𝑝 𝑑 ÷ 𝑑 − 𝑑𝑗 = π‘ž 𝑑 that means that 𝑝 𝑑 = 𝑑 − 𝑑𝑗 π‘ž 𝑑 .
This gives one factor of 𝑝 𝑑 .
4. Apply the same thing to π‘ž 𝑑 until you get down to degree 1 or 2 polynomial.
Example
12
4
6
Find the characteristic polynomial and eigenvalues for the
𝐴 = −19 −6 −11
matrix A given to the right.
−9 −4 −3
12 − 𝑑
4
6
𝑝 𝑑 = det 𝐴 − 𝑑𝐼 = −19 −6 − 𝑑
−11
−9
−4
−3 − 𝑑
Use a 1st
−6 − 𝑑
−11
−19
−11
−19 −6 − 𝑑
column
= 12 − 𝑑
−4
+6
−4
−3 − 𝑑
−9 −3 − 𝑑
−9
−4
expansion
= 12 − 𝑑 −6 − 𝑑 −3 − 𝑑 − 44 − 4 19𝑑 + 57 − 99 + 6 76 − 54 + 9𝑑
then
2
= 12 − 𝑑 𝑑 + 9𝑑 + 18 − 44 − 4 19𝑑 − 42 + 6 −9𝑑 + 22
simplify
2
= 12 − 𝑑 𝑑 + 9𝑑 − 26 − 76𝑑 + 168 − 54𝑑 + 132
the
2
3
2
polynomial
= 12𝑑 + 108𝑑 − 312 − 𝑑 − 9𝑑 + 26𝑑 − 130𝑑 + 300
= −𝑑 3 + 3𝑑 2 + 4𝑑 − 12
= − 𝑑 3 − 3𝑑 2 − 4𝑑 + 12
1. The constant term is 12, and the factors of 12 are:
± 1, ±2, ±3, ±4, ±6, ±12
2. Plugging in we get 𝑝 1 = −6, 𝑝 −1 = −12, 𝑝 2 = 0
𝑑2 − 𝑑 − 6
𝑑−2
𝑑 3 −3𝑑 2 −4𝑑+12
Use long division to get
𝑑−2
Now we know 𝑝 𝑑 = − 𝑑 − 2 𝑑 2 −
3.
4.
𝑑−6
5. Factor 𝑝 𝑑 = − 𝑑 − 2 𝑑 + 2 𝑑 − 3
The characteristic polynomial is:
𝑝 𝑑 = −𝑑 3 + 3𝑑 2 + 4𝑑 − 12
Eigenvalues are: −2,2,3
𝑑 3 − 3𝑑 2 − 4𝑑 + 12
− 𝑑 3 − 2𝑑 2
−𝑑 2 − 4𝑑 + 12
− −𝑑 2 + 2𝑑
−6𝑑 + 12
− −6𝑑 + 12
0
In general the problem of finding the characteristic polynomial and corresponding eigenvalues
for a matrix can be very difficult. If the matrix has a certain pattern or contains a lot of zeros
there are quick and easy ways to find the characteristic polynomial and eigenvalues.
Characteristic Polynomials for Diagonal, Lower and Upper Triangular Matrices
If 𝐴 = π‘Žπ‘–π‘— diagonal or triangular:
𝑝 𝑑 = π‘Ž11 − 𝑑 π‘Ž22 − 𝑑 β‹― π‘Žπ‘›π‘› − 𝑑
The characteristic polynomial of a diagonal,
upper or lower triangular matrix 𝐴 = π‘Žπ‘–π‘— is
the product of each factor π‘Žπ‘–π‘– − 𝑑 and the
eigenvalues are the main diagonal entries.
The Eigenvalues are: π‘Ž11 , π‘Ž22 , β‹― , π‘Žπ‘›π‘›
Example
Find the characteristic polynomial and eigenvalues for the matrix A below to the right.
0 0 0 0
5
The matrix is upper triangular.
6 0 0 0
3
𝑝 𝑑 = 5 − 𝑑 8 − 𝑑 −1 − 𝑑 6 − 𝑑 2
𝐴 = −1 1 8 0 0
0 −2 4 −1 0
Eigenvalues: −1, 5, 6, 8
7 0 9 6
6
Example
Find three different 3 × 3 upper triangular matrices whose only eigenvalues are 1 and 4.
Give all the possibilities for the characteristic polynomial
1 ∗ ∗
1 ∗ ∗
1 ∗ ∗
𝐢= 0 4 ∗
𝐴= 0 1 ∗
𝐡= 0 4 ∗
0 0 1
0 0 4
0 0 4
Characteristic polynomial 𝑝 𝑑 = − 𝑑 − 1
2
𝑑 − 4 or 𝑝 𝑑 = − 𝑑 − 1 𝑑 − 4
2
The number of times an eigenvalue is a root of the characteristic equation will tell us some
information about the matrix when it is compared to another number that will be
discussed later. This number is important enough we give it a name.
Algebraic Multiplicity
If A is a 𝑛 × π‘› matrix and 𝑝 𝑑 is the characteristic polynomial of the matrix A (i.e. 𝑝 𝑑 =
det 𝐴 − 𝑑𝐼 ) and πœ† is an eigenvalue for A, then πœ† − 𝑑 is a factor of the polynomial 𝑝 𝑑
and the number of times that πœ† − 𝑑 is a factor of 𝑝 𝑑 is called the algebraic multiplicity
of the eigenvalue πœ†.
Algebraic multiplicity is the largest value π‘˜ such that: 𝑝 𝑑 = det 𝐴 − 𝑑𝐼 = πœ† − 𝑑 π‘˜ π‘ž 𝑑
Example
For the 𝑛 × π‘› matrix to the right find the characteristic
polynomial, all of the eigenvalues for the matrix along with the
algebraic multiplicity of each of the eigenvalues that you found.
The matrix A is diagonal so the characteristic polynomial is:
3
0
0
0
0
0
𝑝 𝑑 = 3−𝑑 7−𝑑 7−𝑑 3−𝑑 3−𝑑 3−𝑑 = 3−𝑑
0
7
0
0
0
0
4
0
0
0
3
0
0
0
0
7
0
0
0
7−𝑑
0
0
0
0
3
0
0
0
0
0
0
3
2
The algebraic multiplicity of the eigenvalue 3 is equal to 4.
The eigenvalues for A are : 3,7
The algebraic multiplicity of the eigenvalue 7 is equal to 2.
Example
Find the characteristic polynomial and eigenvalues for the matrix A to
the right.
5
𝐴= 0
0
0
6
8
0
0
1
7
1
3
2
4
3
1
Even though A is not triangular take advantage of the zeros in the first two columns.
6
1
2
5−𝑑
8−𝑑
7
4
8
−
𝑑
7
4
0
𝑝 𝑑 =
= 5−𝑑
0
1−𝑑
3
0
1−𝑑
3
0
0
3
1−𝑑
0
3
1−𝑑
0
1−𝑑
3
= 5−𝑑 8−𝑑
= 5−𝑑 8−𝑑 1−𝑑 1−𝑑 −9
3
1−𝑑
= 5 − 𝑑 8 − 𝑑 𝑑 2 − 2𝑑 − 8
= 5−𝑑 8−𝑑 𝑑−4 𝑑+2
1st column
expansion
2nd column
expansion
factor
Characteristic polynomial 𝑝 𝑑 = 5 − 𝑑 8 − 𝑑 𝑑 − 4 𝑑 + 2 , Eigenvalues: −2, 4, 5, 8
Properties of the Characteristic Polynomial
We will now look at a few of the more important properties of the characteristic polynomial
of a matrix A.
Characteristic Polynomials and Determinants
The value of the characteristic polynomial at zero is
the determinant of the matrix.
If A is 𝑛 × π‘› matrix and
𝑝 𝑑 = det 𝐴 − 𝑑𝐼 then:
𝑝 0 = det 𝐴 = 𝐴
Evaluating Matrix Functions
If you want to plug a 𝑛 × π‘› matrix A into a polynomial 𝑝 𝑑 (i.e. evaluate 𝑝 𝐴 ) this is done
by replacing all constant terms 𝑐 by 𝑐𝐼 in the polynomial where 𝐼 is the 𝑛 × π‘› identity
matrix. The rest of the polynomial is evaluated using ordinary matrix arithmetic. Being able to
evaluate matrices in polynomials allows fro matrix functions trigonometric, exponential and
logarithmic functions.
Example
For the matrix A to the right find the characteristic polynomial 𝑝 𝑑
then evaluate 𝑝 𝐴 .
2−𝑑
𝑝 𝑑 =
3
1
=
−2 − 𝑑
2 − 𝑑 −2 − 𝑑 − 3 =
2 1 2
𝑝 𝐴 = 𝐴 − 7𝐼 =
−7
3 −2
7 0
7
=
−
0 7
7
2
𝑑2
−4−3=
𝐴=
𝑑2
−7
1 0
2 1 2 1
7 0
=
−
0 1
3 −2 3 −2
0 7
0
0 0
=
=π’ͺ
0
0 0
Evaluating a Matrix in its Characteristic Polynomial
Its is always true that if you plug a matrix into its characteristic
polynomial you will get the zero matrix.
2
3
1
−2
Characteristic
Equation
The result is
the zero
matrix !
If 𝑝 𝑑 = det 𝐴 − 𝑑𝐼
then:
𝑝 𝐴 =π’ͺ
This result has many applications. One in particular is a more efficient way to compute the
inverse of a matrix than augmenting with the identity and row reducing.
Example
Find the characteristic polynomial of the matrix A to the
right and use this to compute 𝐴−1 .
1 2 −2
𝐴 = 0 −1 4
0 0
2
Take advantage of the fact that the matrix A is upper triangular so :
𝑝 𝑑 = 1 − 𝑑 −1 − 𝑑 2 − 𝑑 = 𝑑 2 − 1 2 − 𝑑 = −𝑑 3 + 2𝑑 2 + 𝑑 − 2
𝑝 𝐴 =π’ͺ
−𝐴3 + 2𝐴2 + 𝐴 − 2𝐼 = π’ͺ
−𝐴3 + 2𝐴2 + 𝐴 = 2𝐼
𝐴 −𝐴2 + 2𝐴 + 𝐼 = 2𝐼
1
𝐴 −𝐴2 + 2𝐴 + 𝐼 = 𝐼
2
𝐴 −12𝐴2 + 𝐴 + 12𝐼 = 𝐼
𝐴−1
𝐴−1
=
=
1
−2
1
−2
1
0
0
1. The idea here is to move the constant times identity
matrix to one side of the equation.
2. Factor the matrix A out from the other side.
3. Divide by the constant if not 1.
4. Collect all terms in factor other than A.
1 2 −2 1 2 −2
1 2 −2
1 0 0
1
0 −1 4 0 −1 4 + 0 −1 4 + 2 0 1 0
0 0
2 0 0
2
0 0
2
0 0 1
1
0 0
1 2 −3
2
0 2
1 2 −2
1
1 4 + 0 −1 4 + 0 2 0 = 0 −1 2
1
0 0
0 4
0 0
2
0 0 12
2
If πœ†1 , β‹― , πœ†π‘˜ eigenvalues for A
then the eigenvalues for 𝐴2 are:
πœ†12 , β‹― , πœ†2π‘˜
Eigenvalues and the Square of a Matrix
If πœ† is an eigenvalue for the matrix A then πœ†2 is
an eigenvalue of the matrix 𝐴2 .
The reason for this is as follows. Let v be the eigenvector corresponding to πœ†.
𝐴2 𝐯 = 𝐴 βˆ™ 𝐴 𝐯 = 𝐴 𝐴𝐯 = 𝐴 πœ†π― = πœ† 𝐴𝐯 = πœ† βˆ™ πœ†π― = πœ†2 𝐯
Eigenvalues and a Power of a Matrix
This is true for any positive integer p, if πœ† is an eigenvalue
for the matrix A then πœ†π‘ is an eigenvalue of the matrix 𝐴𝑝 .
If πœ†1 , β‹― , πœ†π‘˜ eigenvalues for A
then the eigenvalues for 𝐴𝑝 are:
𝑝
𝑝
πœ†1 , β‹― , πœ†π‘˜
The reason for this is as follows. Let v be the eigenvector corresponding to πœ†.
𝐴𝑝 𝐯 = 𝐴 βˆ™ β‹― βˆ™ 𝐴 𝐯 = 𝐴 βˆ™ β‹― βˆ™ 𝐴 𝐴𝐯 = 𝐴 βˆ™ β‹― βˆ™ 𝐴 πœ†π― = πœ† 𝐴 βˆ™ β‹― βˆ™ 𝐴 𝐯 = β‹― = πœ†π‘ 𝐯
𝑝 π‘‘π‘–π‘šπ‘’π‘ 
𝑝−1 π‘‘π‘–π‘šπ‘’π‘ 
𝑝−1 π‘‘π‘–π‘šπ‘’π‘ 
Eigenvalues and a Function of a Matrix
If πœ† is an eigenvalue for the matrix A and 𝑓 𝑑 is
any polynomial then 𝑓 πœ† is an eigenvalue of the
matrix 𝑓 𝐴 .
𝑝−1 π‘‘π‘–π‘šπ‘’π‘ 
If πœ†1 , β‹― , πœ†π‘˜ eigenvalues for A and
𝑓 𝑑 is a polynomial then the
eigenvalues for 𝑓 𝐴 are:
𝑓 πœ†1 , β‹― , 𝑓 πœ†π‘˜
The reason for this is as follows. Let v be the eigenvector corresponding to πœ†. Let the
polynomial 𝑓 𝑑 = π‘π‘š 𝑑 π‘š + β‹― + 𝑐1 𝑑 + 𝑐0 .
𝑓 𝐴 𝐯 = π‘π‘š π΄π‘š + β‹― + 𝑐1 𝐴 + 𝑐0 𝐼 𝐯 = π‘π‘š π΄π‘š 𝐯 + β‹― + 𝑐1 𝐴𝐯 + 𝑐0 𝐼𝐯
= π‘π‘š πœ†π‘š 𝐯 + β‹― + 𝑐1 πœ†π― + 𝑐0 𝐯 = π‘π‘š πœ†π‘š + β‹― + 𝑐1 πœ† + 𝑐0 𝐯 = 𝑓 πœ† 𝐯
Example
A 3 × 3 matrix A has eigenvalues of:
− 1, 1, 3. Find the eigenvalues of the
matrices 𝐴2 , 𝐴3 and 𝐴2 − 4𝐴 + 3𝐼.
Eigenvalues of 𝐴2 − 4𝐴 + 3𝐼 are: −1
The eigenvalues of 𝐴2 are: −1 2 , 12 , 32 = 1,9
The eigenvalues of 𝐴3 are: −1 3 , 13 , 33 = −1,1,27
2
− 4 −1 + 3, 12 − 4 βˆ™ 1 + 3, 32 − 4 βˆ™ 3 + 3 = 0,7
Eigenvalues and the Inverse of a Matrix
If πœ† is an eigenvalue for the matrix A then πœ†1 is
an eigenvalue of the matrix 𝐴−1 .
If πœ†1 , β‹― , πœ†π‘˜ eigenvalues for A then
the eigenvalues for 𝐴−1 are:
1
1
,
β‹―
,
πœ†
πœ†
1
π‘˜
The reason for this is as follows. Let v be the eigenvector corresponding to πœ† ≠ 0.
πœ†π΄−1 𝐯 = 𝐴−1 πœ†π― = 𝐴−1 𝐴𝐯 = 𝐴−1 𝐴 𝐯 = 𝐼𝐯 = 𝐯 divide by πœ†: 𝐴−1 𝐯 = πœ†1𝐯
Eigenvalues and the Transpose of a Matrix
The characteristic equation 𝑝 𝑑 of a matrix A
is equal to the characteristic equation π‘ž 𝑑 of
the matrix 𝐴𝑇 . This means a matrix and its
transpose will have the same eigenvalues.
If πœ†1 , β‹― , πœ†π‘˜ eigenvalues for A then the
eigenvalues for 𝐴𝑇 are:
πœ†1 , β‹― , πœ†π‘˜
The characteristic equation of 𝐴 and
𝐴𝑇 are equal.
The reason for this is as follows. Remember det 𝑀 = det 𝑀𝑇 and 𝐼 𝑇 = 𝐼.
π‘ž 𝑑 = det 𝐴𝑇 − 𝑑𝐼 = det 𝐴𝑇 − 𝑑𝐼 𝑇 = det 𝐴 − 𝑑𝐼 𝑇 = det 𝐴 − 𝑑𝐼 = 𝑝 𝑑
Download