Eigenvalues and eigenvectors are fundamental to quantum mechanics as they describe the observable properties of a quantum system and its possible states.
In simpler terms, eigenvalues often correspond to measurable quantities like energy levels, whereas eigenvectors represent the quantum states themselves. They allow us to express the Hamiltonian or any linear operator in a way that reveals these physical properties.
When dealing with a matrix representation of a Hamiltonian, such as the one derived in the previous section, eigenvalues are found by solving the characteristic equation:
- \(\text{det}(H - \lambda I) = 0\).
This equation involves the determinant of the matrix \(H\), subtracted by \(\lambda I\), where \(I\) is the identity matrix. Solving this for our given example results in:
- Eigenvalues \(\lambda = \pm \epsilon\), indicating the energy levels of the system.
To find the corresponding eigenvectors, you solve the system of linear equations obtained by substituting these eigenvalues back into the equation \( (H - \lambda I)\mathbf{v} = 0\). Each eigenvalue corresponds to its unique eigenvector:
- For \(-\epsilon\), \(\mathbf{v}_1 = \begin{pmatrix} 1 \ 1 \end{pmatrix}\)\, describes a balanced state.
- For \(+\epsilon\): \(\mathbf{v}_2 = \begin{pmatrix} 1 \ -1 \end{pmatrix}\), depicting another state configuration.
These eigenvectors can subsequently be expressed in terms of the original basis vectors.