3.3A
How do we find the matrix ? The application for this is that sometimes we need to apply the same process a couple of times and see what it would become.
Example: Consider the evolution of the population of a species of birds. Because the number of males and females are nearly equal, we count only females. We assume that each female remains a juvenile for one year and then becomes an adult and that only adults have offspring. We make three assumptions about reproduction and survival rates:
1. The number of juvenile females hatched in any year is twice the number of adult females alive the year before (we say the reproduction rate is 2).
2. Half of the adult females in any year survive to the next year (the adult survival rate is 1/2)
3. One-quarter of the juvenile females in any year survive into adulthood
(the juvenile survival rate is 1/4.)
If there were 100 adult females and 40 juvenile females alive initially,
compute the population of females years later.
Definition: An eigenvector of an matrix is a nonzero vector such that for some scalar , . A scalar is called an eigenvalue of if there is a nontrivial solution of ; such an is called an eigenvector corresponding to .
Remark: is an eigenvalue of an matrix if and only if the equation has a nontrivial solution
Example 1: Show that is an eigenvalue of matrix , and find the corresponding eigenvectors.
Exercise 1: Show that is an eigenvalue of matrix , and find the corresponding eigenvectors.
Example 2: Show that is an eigenvalue of matrix and find eigenvectors corresponding to the eigenvalue .
Exercise 2: Show that is an eigenvalue of matrix and find eigenvectors corresponding to the eigenvalue .
Question: How do we find the eigenvalues?
Theorem: The eigenvalues of a triangular matrix are the entries on its main diagonal.
Proof:
Remark: Unfortunately, we cannot reduce a non-triangular matrix to echelon or triangular matrix to find the eigenvalue of a matrix . is an eigenvalue of matrix but its’ echelon form is which has eigenvalues and .
Example 3: Find an eigenvalue of matrix , and find an eigenvector corresponding to the eigenvalue you find. What is ?
Exercise 3: Find an eigenvalue of matrix , and find an eigenvector corresponding to the eigenvalue you find. What is ?
Remark: is an eigenvalue of a matrix if and only if has nontrivial solutions if and only if is not invertible.
Theorem: Let be an matrix. Then is invertible if and only if:
a. The number is not an eigenvalue of .
b. The determinant of is not zero.
Theorem: Let and be an matrix.
a. is invertible if and only if det .
b. det det det
c. det det
d. If is triangular, then det is the product of the entries on the main diagonal of .
e. A row replacement operation on
does not change the determinant. A row interchange changes the sign of the determinant. A row scaling also scales the determinant by the same scalar factor.
Question: How do we find eigenvalues of a matrix when the matrix is not a
triangular matrix?
Definition: det is called the characteristic equation of . det is a polynomial of degree over the real number. Hence we called det , characteristic polynomial of .
Remark: is an eigenvalue of an matrix if and only if det , i.e. is a root of the det .
Definition: An eigenvalue of a matrix is said to have multiplicity if is a factor of det but is not a factor of det .
Example 4: The characteristic polynomial of a matrix is . Find the eigenvalues and their multiplicities.
Exercise 4: The characteristic polynomial of a matrix is . Find the eigenvalues and their multiplicities.
Example 5: Find the characteristic equation of , and find the eigenvalues of and their multiplicities.
Exercise 5: Find the characteristic equation of , and find the eigenvalues of and their multiplicities.
GroupWork 1: True or False.
a. If for some vector , then is an eigenvalue.
b. A matrix is not invertible if and only if is an eigenvalue of .
c. A number is an eigenvalue of if and only if has a nontrivial solution.
d. Find an eigenvector of may be difficult but checking if a given vector is an eigenvector is easy.
e. To find the eigenvalues of , reduce to echelon form.
GroupWork 2: Let be an eigenvalue of an invertible matrix . Show that is an eigenvalue of .
GroupWork 3: Show is an eigenvalue of matrix if and only if is an eigenvalue of . This shows that and has the same characteristic polynomial.
GroupWork 4: True or False. Justify each answer:
a. The eigenvalues of a matrix are on its main diagonal.
b. The determinant of is the product of the main diagonal entries.
c. An elementary row operation on a matrix does not change the determinant of .
d. det det = det .
e. det = −det .
f. A row replacement operation on does not change the eigenvalues.
g. If is a factor of the characteristic polynomial of then is an eigenvalue.
GroupWork 5: Find in the matrix such that has two basic eigenvectors has two free variables.
3.3B
Remember that we are trying to find a way to compute for a large number .
Example 1: Find if and , where and .
Exercise 1: Find if and , where and .
Definition: A square matrix is said to be diagonalizable if , for some invertible matrix and some diagonal, matrix ( or ).
Theorem: An matrix is diagonalizable if and only if has eigenvectors, such that the matrix is invertible.
Remark: If with a diagonal matrix, the diagonal entries of are eigenvalues of that correspond, respectively, to the eigenvectors in .
Example 2: Diagonalize the following matrix, if possible.
Exercise 2: Diagonalize the following matrix, if possible.
Theorem: An matrix with distinct eigenvalues is diagonalizable.
Remark: It is not necessary for an matrix to have distinct eigenvalues in order to be diagonalizable. The above theorem provides a sufficient condition for a matrix to be diagonalizable. (see Example 3).
Example 3: Diagonalize the following matrix, if possible. .
Exercise 3: Diagonalize the following matrix, if possible. .
Theorem: A square matrix is diagonalizable if and only if every eigenvalue of multiplicity yields exactly basic eigenvectors; that is, if and only if the general solution of the system has exactly parameters. (() has free variables).
Example 4: Diagonalize the following matrix, if possible. .
Exercise 4: Diagonalize the following matrix, if possible. .
Example 5: Diagonalize the following matrix, if possible. .
Exercise 5: Diagonalize the following matrix, if possible. .
GroupWork 1: True or False. All matrices are .
a. is diagonalizable if for some matrix and some invertible matrix .
b. If has eigenvectors of such that it forms an invertible matrix, then is diagonalizable.
c. is diagonalizable if and only if has eigenvalues, counting multiplicities.
d. If is invertible, then is diagonalizable.
e. is an eigenvalue of then is an eigenvalue of .
GroupWork 2: Show that if is both diagonalizable and invertible, then so is .
GroupWork 3: Show that is diagonalizable if and only if is diagonalizable.
GroupWork 4: True or False. All matrices are . Justify each
answer.
a. is diagonalizable if has eigenvectors.
b. is diagonalizable if has distinct eigenvectors.
c. If , with diagonal, then the nonzero columns of must be eigenvectors of .
d. is diagonalizable, then is invertible.
e. Two diagonalizable matrices and then their sum is diagonalizable.
GroupWork 5: Construct a nonzero matrix that is diagonalizable but not invertible.
GroupWork 6: Construct a nonzero matrix that is invertible but not diagonalizable.