Eigenvalues as Outcomes
Every time you measure a physical quantity in quantum mechanics — position, energy, spin, or any other observable — nature is making a choice from a specific list of allowed values. The rule that defines that list is the eigenvalue postulate: the only possible results of a measurement are the eigenvalues of the operator that represents the observable.
Observables are Hermitian operators
An observable is represented by a Hermitian (self-adjoint) operator , meaning . The Hermitian condition is not just mathematical tidiness — it guarantees that all eigenvalues are real, which is essential because measurement results are real numbers.
The eigenvalue equation is
where is the -th eigenvalue and is the corresponding eigenvector (eigenstate). The statement of the measurement postulate is:
A measurement of on any state yields one of the values — never anything in between.
Why Hermitian operators have real eigenvalues
Suppose with . Taking the inner product with from the left:
Because , the numerator satisfies , so it is real, and therefore . This proof requires no special assumptions about — it works for every eigenvector.
A concrete example: the Pauli-Z operator
The Pauli-Z operator
represents the -component of spin for a spin- particle (up to the factor ). Its characteristic equation is
Measuring the spin of any qubit state along can therefore return only or , in units of . This is the origin of the binary nature of spin measurement: the operator has exactly two eigenvalues.
The general recipe for finding eigenvalues
For a finite-dimensional operator with matrix representation , eigenvalues satisfy the characteristic equation
For a Hermitian matrix
the characteristic equation expands to
which is a quadratic in with real coefficients (since for Hermitian ). Its discriminant is , confirming the two roots are always real.
From eigenvalues to probabilities
Knowing the eigenvalues tells you what can happen; the Born rule tells you how often. If the system is in state just before measurement, the probability of obtaining eigenvalue is
where is the normalized eigenstate. The probabilities sum to 1 because the eigenstates form a complete orthonormal basis (a consequence of the spectral theorem for Hermitian operators). After measurement, the state collapses to .
Try it
This is a numerical exercise — your code should return a number.
Consider the Hermitian operator with matrix representation
Its measurement outcomes are its eigenvalues. The characteristic equation is
Expanding, , so , giving or . Both are real, confirming is Hermitian (it equals its own transpose, and all entries are real). A measurement of this observable can return only or — no other value is possible.
Sign in on the full site to ask questions and join the discussion.