Linear Algebra for Quantum Physics
Eigenvalues and Eigenvectors
The Heart of Transformations
Linear transformations can stretch, rotate, and shear vectors, changing both their length and direction. But for any given transformation, there are often special vectors that have a simpler relationship with it. These are the eigenvectors.
An eigenvector is a non-zero vector whose direction doesn't change when the linear transformation is applied. It might get stretched or squished, but it still points along the same line. The factor by which it's stretched or squished is its corresponding eigenvalue, represented by the Greek letter lambda ().
Here, is the matrix representing the linear transformation, is the eigenvector, and is the scalar eigenvalue. This equation states that applying the transformation to the eigenvector gives the same result as simply scaling by the amount .
Eigenvectors form the 'axes' of a transformation. They reveal the fundamental directions along which the transformation acts purely by stretching or compressing. This property makes them incredibly useful for understanding the behavior of complex systems.
Finding Eigenvalues
To find these special vectors, we start by rearranging the main equation:
To turn the scalar into a matrix so we can subtract it from , we multiply it by the identity matrix . The identity matrix is the matrix equivalent of the number 1; multiplying by it doesn't change a vector.
We are looking for a non-zero vector that solves this equation. A system of equations like this only has a non-zero solution if the matrix is singular, meaning its determinant is zero. This gives us a way to find the eigenvalues.
The eigenvalues of a matrix are the values of that solve the characteristic equation: .
The expression is a polynomial in , called the characteristic polynomial. Let's find the eigenvalues for a simple 2x2 matrix.
First, we set up :
Next, we find the determinant and set it to zero:
Expanding this gives us the characteristic polynomial:
Factoring the polynomial, we get . The solutions are our eigenvalues: and . Now that we have the eigenvalues, we can find their corresponding eigenvectors by plugging them back into the equation .
Diagonalization
One of the most powerful applications of eigenvectors is diagonalization. If an matrix has linearly independent eigenvectors, we can break it down into a simpler form.
Specifically, we can write as a product of three matrices:
Here, is a matrix whose columns are the eigenvectors of . And is a diagonal matrix, which means it has zeros everywhere except for the main diagonal. The entries on its diagonal are the eigenvalues of , in the same order as their corresponding eigenvectors in .
Why is this useful? Diagonal matrices are very easy to work with. For instance, calculating powers of a diagonal matrix is simple: you just raise its diagonal elements to that power. This makes calculating powers of the original matrix much easier, too.
For example, .
In general, calculating is as simple as finding and multiplying by and .
This trick is a huge computational shortcut and is fundamental to understanding how systems evolve over time, especially in quantum mechanics.
Eigenvalues in Quantum Mechanics
In quantum mechanics, the state of a system is described by a vector in a vector space. Physical properties you can measure, like position, momentum, or energy, are represented by linear operators.
When you measure a physical property, the system collapses into one of the operator's eigenstates (another name for eigenvectors). The value you measure is the corresponding eigenvalue. This is a core principle of quantum mechanics.
The eigenvalues of a quantum mechanical operator represent the possible measurement outcomes of a physical observable.
For example, the energy of a quantum system is described by an operator called the Hamiltonian, often written as . The possible energy levels of the system are the eigenvalues of . When you measure the system's energy, you will always get one of these eigenvalues. The state of the system after the measurement will be the corresponding energy eigenstate.
This is described by the time-independent Schrödinger equation, which is an eigenvalue equation:
Here, is the Hamiltonian operator, is the energy eigenstate (the eigenvector), and is the energy value (the eigenvalue).
Diagonalization is also crucial for understanding how a quantum state evolves. If you know the energy eigenstates of a system, you can express any state as a linear combination of them. Since the evolution of each eigenstate is simple (it just picks up a phase factor related to its energy eigenvalue), you can calculate the evolution of the entire system by adding up the evolutions of its component parts.
Eigenvalues and eigenvectors are not just abstract mathematical tools. They are the language used to describe the fundamental, quantized nature of reality.
What is the defining characteristic of an eigenvector when a linear transformation is applied to it?
To find the eigenvalues of a matrix A, we solve the characteristic equation. Which of the following represents that equation?