Take a vector and apply a typical linear operator. The result is usually longer or shorter, but it also points somewhere else. The operator has mixed two effects together: stretching and turning. After one application this may be manageable; after a hundred applications, the geometry can become nearly impossible to follow.
But perhaps the operator has a few privileged directions. Is there a nonzero vector that it does not turn at all? Along such a direction, the output would point exactly the same way as the input, or exactly opposite to it. The operator would do nothing there except multiply the vector by a number.
If we could find enough of those directions, the whole transformation would stop looking like a machine that mixes coordinates and start looking like several independent stretching machines. That is the idea behind eigenvectors, eigenvalues, and diagonalization. It is also why these objects appear whenever physics asks for repeated evolution, normal modes, stable axes, or possible measurement outcomes.
Eigenvalues and eigenvectors
Let be a linear operator on a vector space. A nonzero vector is an eigenvector of if
for some scalar . The scalar is the corresponding eigenvalue.
The requirement matters. Since every linear operator sends to , allowing the zero vector would make it an uninformative eigenvector for every possible .
The geometry is immediate. If , the vector keeps its direction and changes length by a factor . If , it reverses direction and changes length by . If , the operator collapses that eigenvector to the zero vector. In every case, there is no sideways component: the operator does not rotate the eigenvector away from its own line.
This is the linear-algebra version of looking for a normal mode in a mechanical system. In a generic motion, several coordinates are mixed together. In a normal mode, the entire pattern reproduces itself under the dynamics, changing only by an overall factor or phase.
The characteristic equation
The definition tells us what an eigenvector does, but it does not yet tell us how to find one. Begin with
The scalar multiplication on the right can be written using the identity operator :
Move everything to one side:
For most values of , the operator is invertible. If that were true here, multiplying both sides by would force
which is forbidden. Therefore a nonzero solution can exist only when is singular. In a chosen basis, this becomes the determinant condition
This is the characteristic equation. The expression
is the characteristic polynomial, and its roots are the eigenvalues of . For an matrix, has degree , counting multiplicity.
Once an eigenvalue is known, substitute it back into
and solve for the nonzero vectors in the null space. Those vectors are the eigenvectors belonging to that eigenvalue.
A familiar spin calculation
The page on angular momentum and spin introduced the Pauli matrix
There, its special vectors and possible spin outcomes could be read off by inspection. Now apply the general method. Subtract :
The characteristic equation is
Equivalently,
so
For ,
which requires . One normalized eigenvector is
For ,
which requires . One normalized eigenvector is
This is the same computation already done on this site by inspection, now derived from the general method.
Diagonalization
Suppose an matrix has linearly independent eigenvectors
with corresponding eigenvalues
Because the eigenvectors are linearly independent, they form a basis. In that basis, the action of is especially transparent:
Each basis vector is sent only to a multiple of itself. Nothing is mixed into the other basis directions. Therefore the matrix of in the eigenvector basis is diagonal:
Let be the matrix whose columns are the eigenvectors:
Then
because the th column on each side is . Multiplying on the left by gives
or equivalently,
This is diagonalization. It is not merely cosmetic. Consider applying one hundred times:
Every neighboring pair cancels, leaving
where
The same idea handles matrix exponentials, which appear throughout physics in time evolution and exponentials of Hamiltonians. Using the power-series definition,
and substituting gives
with
A difficult coupled calculation has become independent scalar calculations. The only catch is important: not every matrix has linearly independent eigenvectors. A matrix is diagonalizable precisely when it has enough eigenvectors to form a basis.
Worked example
Find the eigenvalues and normalized eigenvectors of , then construct and verify that is diagonal. (click to reveal the solution)
Setting up the characteristic equation: subtract from :
A nonzero eigenvector exists only if this matrix is singular, so
Expanding the determinant gives
so
Expanding and factoring,
Therefore the eigenvalues are
Eigenvector for : solve
Writing ,
The two rows give the same equation:
so . Every nonzero multiple of is an eigenvector. Its norm is
Thus a normalized eigenvector is
Eigenvector for : solve
Then
Both rows give
so . Every nonzero multiple of is an eigenvector. Its norm is
Thus a normalized eigenvector is
Constructing the change-of-basis matrix: place the normalized eigenvectors in columns, in the same order as their eigenvalues:
The columns are orthonormal, so is an orthogonal matrix and
Here is also symmetric, so
Now calculate first:
Then
Multiplying the matrices,
The diagonal entries are exactly the eigenvalues, in the same order as the eigenvectors used as the columns of . In the original basis, mixes the two coordinates. In the eigenvector basis, it simply stretches the direction by and leaves the direction unchanged.
Where this leads
Eigenvalues are the mathematical machinery underneath measurement in quantum mechanics. The possible outcomes of measuring an observable are its eigenvalues, and the states left behind after measurement are its eigenvectors. That is precisely what the angular momentum and spin calculation did for spin before giving the procedure its general linear-algebra name.
The same method returns constantly. The eigenvectors of a coupled oscillator system are its normal modes. The eigenvectors of an inertia tensor identify the principal axes of rotation. Later in this track, vectors will give way to functions, matrices to differential operators, and eigenvectors to eigenfunctions, but the central question will remain unchanged: which states does the operator transform only by multiplication?