Eigenvalues and Eigenvectors
The subject of eigenvalues and eigenvectors will take up most of the rest of the course. We will again be working with square matrices. Eigenvalues are special numbers associated with a matrix and eigenvectors are special vectors.
Eigenvectors and Eigenvalues
A matrix A acts on
vectors like a function does, with input and output . Eigenvectors
are vectors for which is parallel to . In other words:
In this equation, is an eigenvector
of A and is an eigenvalue
of A.
Eigenvalue 0
If the eigenvalue equals 0 then . Vectors with eigenvalue 0 make up the nullspace of A; if A is singular, then is an eigenvalue of A.
Examples
Suppose P is the matrix of a projection onto a plane. For any in the plane , so this is an eigenvector with eigenvalue . The eigenvectors of P span the whole space(but his is not true for every matrix).
The matrix has an eigenvector with eigenvalue 1 and another eigenvector with eigenvalue -1. These eigenvectors span the space. They are perpendicular because (as we will prove).
det(A - \lambda I) = 0
An n by n matrix will have n eigenvalues, and their sum will be the sum of the diagonal entries of the matrix, if we know one eigenvalue we can use this fact to find the second.
Can we solve for the eigenvalues and eigenvectors of A? Both and are unknown; we need to be clever to solve this problem:
In order for to be an eigenvector, must be singular. In other words, . We can solve this characteristic equation
for to get n solutions.
If we're lucky, the solutions are distinct. If not, we have one or more repeated eigenvalues
.
Once we've found an eigenvlaue , we can use elimination to find the nullspace of . The vectors in that nullspace are eigenvectors of A with eigenvalue .
Calculating Eigenvalues and Eigenvectors
Let , then:
Note that the coefficient 6 is the trace (sum of diagonal entries) and 8 is the determinant of A. In general, the eigenvlaues of a 2 by 2 matrix are the solutions to:
Just as the trace is the sum of the eigenvalues of a matrix, the product of the eigenvalues of any matrix equals its determinant.
For , the eigenvalues are and . We find the eigenvectors for in the nullspace of .
will be in the nullsapce of . The nullspace is an entire line; could be any vector on that line. A natural choice is .
Note that these eigenvectors are the same as those of . Adding to the matrix added 3 to each of its eigenvalues and did not change its eigenvectors, because .
A caution
Similarly, if and , . It would be nice if the eigenvalues of a matrix sum were always the sums of eigenvalues, but this is only true if A and B have the same eigenvalues. The eigenvalues of the product AB aren't usually equal to the products , either.
Complex eigenvalues
The matrix rotates every vector in the plane by . It has trace and determinant . Its only real eigenvector is the zero vector; any other vector's direction changes when it is multiplied by Q. How will this affect our eigenvalue calculation?
has solutions and . If a matrix has a complex eigenvalues then the complex conjugate
is also an eigenvalue of that matrix.
Symmetric matrices have real eigenvalues. For antisymmetric
matrices like Q, for which , all eigenvalues are imaginary .
Triangular matrices and repeated eigenvalues
For triangular matrices such as , the eigenvalues are exactly the entries on the diagonal. In this case, the eigenvalues are 3 and 3:
so and . To find the eigenvectors, solve:
to get . There is no independent eigenvector .