logo

The Meaning of Eigenvalue Equations in Quantum Mechanics 📂Quantum Mechanics

The Meaning of Eigenvalue Equations in Quantum Mechanics

Definition

Matrix

n×nn\times n Let us assume a matrix AA is given. We call aa, which satisfies the following equation, the eigenvalue. A non-zero n×1n\times 1 vector x\mathbf{x} corresponding to aa is called an eigen vector.

Ax=ax(1) A \mathbf{x} = a \mathbf{x} \tag{1}

Operator

Let us assume an operator AA is given. We call aa, which satisfies the following equation, eigenvalue, () non-zero a\ket{a}, the eigenfunction corresponding to aa.

Aa=aa(2) A \ket{a} = a \ket{a} \tag{2}

Specifically, the equation (2)(2) is called the eigenvalue equation, and solving the eigenvalue equation for a given operator AA to find eigenvalues and eigenfunctions is called the eigenvalue problem.

Explanation

In physics, the term eigenfunction or eigen state is more commonly used than eigen vector. Using the ket notation, the a\ket{a} is written and read as [ket A]. This notation is called the Dirac notation.

Mathematical Properties

If a\ket{a} is the eigenfunction corresponding to aa of AA, then for any constant cc, cac\ket{a} is also an eigenfunction corresponding to aa. In other words, eigenfunctions corresponding to the same eigenvalue are constant multiples of each other.

A(ca)=cAa=caa=a(ca) \begin{align*} A(c\ket{a}) &= cA\ket{a} \\ &= ca\ket{a} \\ &= a(c\ket{a}) \end{align*}

Physical Interpretation

In quantum mechanics, an operator is interpreted as an act of observing a physical quantity. Thus, the eigenvalue equation below is a mathematical representation of the act of observing a physical quantity. When observing the physical quantity AA of the wave function ψ\psi, its value can be interpreted as aa.

Aψ=aψ A \psi = a \psi

To make it simple, measuring a person’s weight can be likened to AA, which is the act of stepping on the scale, ψ\psi, which is the person, and aa, which is the person’s weight. This is quite significant, as it suggests that in quantum mechanics, the physical quantities of a particle (wave) are quantized. The Hamiltonian operator HH is the operator observing the energy of a particle.

Hψ=Eψ H \psi = E \psi

However, if solving the eigenvalue equation for a given potential VV yields discrete eigenvalues like E1E_{1}, E2E_{2}, E3E_{3}, and \dots instead of continuous ones, it means that the only possible energy levels for the particle under the given conditions are E1E_{1}, E2E_{2}, E3E_{3}, and \dots. This means that the energy is quantized. Therefore, solving the eigenvalue problem in quantum mechanics means finding the state (eigenfunction) the particle can occupy and the physical quantities (eigenvalues) it can possess in that state.

Solving the Eigenvalue Equation

Simplify (1)(1) so that the right-hand side becomes 00

Ax=λx    Axλx=0    (AλI)x=0 \begin{align*} && A\mathbf{x} &= \lambda \mathbf{x} \\ \implies && A\mathbf{x}-\lambda \mathbf{x} &=0 \\ \implies && (A-\lambda I)\mathbf{x} &=0 \end{align*}

Assuming the inverse of matrix (AλI)(A-\lambda I) exists. Multiplying both sides by the inverse matrix,

x=(AλI)10=0 \mathbf{x}=(A-\lambda I)^{-1} \cdot 0 = 0

Thus, x=0\mathbf{x} = 0. However, such solutions are meaningless, so let’s focus on finding x\mathbf{x} instead of 00. To do so, the inverse of (AλI)(A-\lambda I) must not exist. The condition for the non-existence of the inverse of any matrix is when the determinant is 00. Thus, the condition for finding x\mathbf{x} instead of 00 is as follows.

AλI=0 |A-\lambda I |=0

This equation is called the characteristic equation, and its solutions are the eigenvalues.

Finding Eigenvalues

Let us assume the matrix AA is given as A=(6223)A=\begin{pmatrix} 6 & 2 \\ 2 & 3 \end{pmatrix}. Then AλIA-\lambda I is as follows.

(6223)λI=(6λ223λ) \begin{pmatrix} 6 & 2 \\ 2 & 3 \end{pmatrix}-\lambda I = \begin{pmatrix} 6 -\lambda& 2 \\ 2 & 3-\lambda \end{pmatrix}

Solving the characteristic equation,

6λ223λ=(λ6)(λ3)4=λ29λ+14=(λ7)(λ2)=0 \begin{align*} \begin{vmatrix} 6 -\lambda & 2 \\ 2 & 3-\lambda \end{vmatrix} &= (\lambda -6)(\lambda -3)-4 \\ &= \lambda^2-9\lambda+14 \\ &=(\lambda-7)(\lambda-2)=0 \end{align*}

Thus, we find that the two eigenvalues are λ=7\lambda=7 and λ=2\lambda=2.

Finding Eigenfunctions

Once the eigenvalues are found, the eigenfunctions corresponding to each eigenvalue can be found. Let it be x=(x1x2)\mathbf{x}=\begin{pmatrix} x_{1} \\ x_{2} \end{pmatrix}.

Case 1 λ=7\lambda = 7

(AλI)x=0    (672237)(x1x2)=(00)    (1224)(x1x2)=(00)    (1x1+2x22x14x2)=(00) \begin{align*} && (A-\lambda I) \mathbf{x}&=0 \\ \implies && \begin{pmatrix} 6-7 & 2 \\ 2 & 3-7 \end{pmatrix} \begin{pmatrix} x_{1} \\ x_{2} \end{pmatrix}&= \begin{pmatrix} 0 \\ 0 \end{pmatrix} \\ \implies && \begin{pmatrix} -1 & 2 \\ 2 & -4 \end{pmatrix} \begin{pmatrix} x_{1} \\ x_{2} \end{pmatrix}&= \begin{pmatrix} 0 \\ 0 \end{pmatrix} \\ \implies && \begin{pmatrix} -1x_{1} + 2x_{2} \\ 2x_{1} -4x_{2} \end{pmatrix} &= \begin{pmatrix} 0 \\ 0 \end{pmatrix} \end{align*}

In this case, 2x1=x22x_{1}=x_{2} is satisfied by any x1x_{1} and x2x_{2}, thus the solutions x\mathbf{x} can be infinitely many. However, in quantum mechanics, x\mathbf{x} is the wave function, and the wave function has no meaning without normalization. Therefore, any pair of x1x_{1} and x2x_{2} that satisfies the above equation can be chosen. Regardless of the pair chosen, the normalization process will ultimately yield the same value. The important point here is to choose the simplest form. There is no need to choose a solution that is x2=1000x_{2}=1000 when x1=2000x_{1}=2000. Since x1=1x_{1}=1 when x2=2x_{2}=2, the eigenfunction is

x1=(ab)=(21) \mathbf{x_{1}}=\begin{pmatrix} a \\ b \end{pmatrix}=\begin{pmatrix} 2 \\ 1 \end{pmatrix}

The important point here is that normalization is mandatory. The normalized eigenfunction is given as follows.

x1=15(21) \mathbf{x}_{1}=\frac{1}{\sqrt{5}}\begin{pmatrix} 2 \\ 1 \end{pmatrix}

Case 2 λ=2\lambda = 2

By the same method, the normalized eigenfunction x2x_{2} is as follows.

x2=15(12) \mathbf{x}_{2}= \frac{1}{\sqrt{5}}\begin{pmatrix} 1 \\ -2 \end{pmatrix}