Suppose is an -by- matrix, is a complex vector and is a complex number. If then we say that is an eigenvector of with eigenvalue .
31. Eigenvectors and eigenvalues
31. Eigenvectors and eigenvalues
Eigenvectors and eigenvalues
Given a complicated matrix, it can be difficult to determine salient information just by looking at the array of numbers. For example, the matrix: describes a 90 degree rotation around , but you wouldn't know it just by looking at it.
We saw that, if you have a rotation matrix, then, to determine the axis of rotation, you just need to solve for . We now introduce a generalisation of this equation.
We'll usually require : this is because is always a solution to , so we don't really care about it (it tells us nothing interesting about ). We'll often abbreviate "eigenvector" to "evec" and "eigenvalue" to "eval". The prefix "eigen-" comes from German, and means "self": is sent to itself by , up to a scale factor . You can use the prefix to construct many fun words, including eigenline (line of eigenvectors), eigendirection (direction in which eigenvector points), eigenspace (space consisting of eigenvectors for some particular eigenvalue), eigenfunctions (for example, is an eigenfunction of because .
It's hard to overemphasise the importance of eigenvalues and eigenvectors in mathematics and its applications. For example, in quantum mechanics, Schrödinger's equation is really just the statement that, if you have a quantum system, then the possible values that energy can take on are the eigenvalues of an operator called the Hamiltonian. This allows you predict the absorption/emission spectrum of hydrogen to great accuracy, which is one of the reasons people were so convinced by quantum mechanics early on. We'll focus on applications within mathematics, but this eigenstuff we're doing is really central in maths and in science.
The eigenvector equation
For each , is an equation for : you fix an eigenvalue and you look for eigenvectors associated to that eigenvalue. You always find the solution , but very rarely do you find anything else. The s for which has a nonzero solution are called the eigenvalues of . Not every number occurs as an eigenvalue of . In the next video we'll see how to figure out which numbers are eigenvalues for a given matrix.
In this video, we'll answer the question: if someone gives you an eigenvalue of , how do you find the eigenvectors?
If someone gives you and tells you that is an eigenvalue of , you can find the eigenvectors by solving : so implies and . The second equation implies the first, so the eigenvectors are just the vectors of the form .
All we did here was to solve a system of simultaneous equations for . So if someone gives you , finding is something we know how to do. If we write this system in matrix form, we get (i.e. the constants are all zero, not ).
What would happen if I picked something other than ?
If I keep the same , pick and try to solve for , I get: which implies and , so . This means that is not an eigenvalue of .
Currently we're just guessing , and there are infinitely many possible s, so we need a better way of figuring out which s are eigenvalues of . That's what we'll do in the next video.