Skip to content

3.4

Linear operators and the eigenvalue problem

An operator is a machine that maps states to states. In a given basis it is just a matrix, and the eigenvalue problem is the hunt for the directions that get stretched but never turned.

Recommended first

After this section you should be able to

  • Write down the matrix representation of an operator in a given basis, and explain how the matrix changes when the basis does
  • Solve finite-dimensional eigenvalue problems, and explain what degeneracy corresponds to
  • Explain the concept of an eigenspace, and why degeneracy always travels with symmetry

The previous section settled where the states live. This section asks: what can be done on that space?

An operator = a map from states to states

A linear operator A^\hat A sends each ket to another ket:

A^ψ=ϕ(3.4.1)\hat A\ket{\psi}=\ket{\phi}\tag{3.4.1}

Linearity means

A^(aψ1+bψ2)=aA^ψ1+bA^ψ2(3.4.2)\hat A\big(a\ket{\psi_1}+b\ket{\psi_2}\big)=a\hat A\ket{\psi_1}+b\hat A\ket{\psi_2}\tag{3.4.2}

In a basis, an operator is a matrix

Take an orthonormal complete basis {n}\{\ket{n}\} and define

Amn=mA^n(3.4.3)A_{mn}=\bra{m}\hat A\ket{n}\tag{3.4.3}

Arrange these numbers into a matrix. It determines everything about A^\hat A:

The eigenvalue problem

A^a=aa(3.4.8)\hat A\ket{a}=a\ket{a}\tag{3.4.8}

a\ket{a} is called an eigenvector, and aa an eigenvalue.

The geometric meaning is intuitive: most vectors, when hit by A^\hat A, change both length and direction; the eigenvectors are the special directions that only get rescaled, never turned.

Degeneracy

If a single eigenvalue aa corresponds to several linearly independent eigenvectors, the eigenvalue is called degenerate, and the degeneracy is the dimension of the space those eigenvectors span.

What comes next

There are infinitely many kinds of linear operator, but an observable can only belong to a very small class — it must guarantee real measurement results, and distinct results must be distinguishable.

The next section pins down exactly which class that is — and, along the way, redoes in three lines the proof that took section 2.3 the better part of a page.

Section 23 of 106 · use to turn the page