has a nonzero solution if and only if is a root of the characteristic polynomial of :
32. Finding eigenvalues
32. Finding eigenvalues
Characteristic polynomial
In the last video, we introduced the equation . For each , this gives us an equation for . The question we will now answer is: for which does this equation have a nonzero solution ?
Here, is just a dummy variable we've introduced (not one of the components of or anything like that). The characteristic polynomial is a polynomial in of degree . We'll do some examples, then prove the theorem.
Examples
Suppose . The characteristic polynomial is: The roots of this quadratic are , i.e. this is a double root (the discriminant of the quadratic equation is zero). This means that the only eigenvalue of this matrix is : had we picked any other value for , we would not have been able to solve .
You will come to love the formula for solving quadratics; it lets you find the eigenvalues of any 2-by-2 matrix. By contrast, a 3-by-3 matrix will have a cubic characteristic polynomial. Whilst there is a formula for solving cubics, it's not nice. For 4-by-4 matrices, it gets still worse. For 5-by-5 and bigger matrices, the characteristic polynomial is a quintic or higher degree polynomial, and there's (provably) no general formula for the solution of a general quintic in terms of taking th roots etc.
Let . Then The roots (eigenvalues) are . This is why, even though our matrix is real, we may need to deal with complex numbers when we start working with eigenvalues and eigenvectors.
Let's figure out the eigenvectors. For , we need to solve : Multiplying this out gives: which implies and . The second equation follows from the first if you multiply by . The eigenvectors for are those of the form .
For , we need to solve , which gives , and the eigenvectors are those of the form .
Proof of theorem
If there exists a nonzero solution to then . This implies that is not invertible; otherwise we get . Therefore , so is a root of .
In fact, these are all "if and only if" statements. The only nonobvious one is to see that if is not invertible then there exists a nonzero such that (you might like to think about why that's true).