Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eigenvalues_and_eigenvectors [2021/03/04 20:01] – [Eigenspaces and Degeneracy] admin | eigenvalues_and_eigenvectors [2022/10/06 23:47] (current) – [Consequences of the Spectral Theorem] admin | ||
---|---|---|---|
Line 7: | Line 7: | ||
The importance of eigenvalues and eigenvectors is that // | The importance of eigenvalues and eigenvectors is that // | ||
+ | |||
+ | ====== Eigenvalues of Hermitian, anti-Hermitian and Unitary Operators ====== | ||
+ | |||
+ | Hermitian, anti-Hermitian and unitary operators are the three classes of operators that are used most frequently in quantum mechanics. | ||
+ | |||
+ | * **The eigenvalues of a Hermitian operator are real:** | ||
+ | | ||
+ | To prove this, Let $\ket{a}$ be an eigenvector of $\hat{A}$ with eigenvalue $a$ and compute $\sand{a}{\hat{A}}{a}$ in two different ways. First, by acting with $\hat{A}$ to the right, | ||
+ | \[\sand{a}{\hat{A}}{a} = \bra{a} \left ( \hat{A} \ket{a}\right ) = a \braket{a}{a} = a.\] | ||
+ | Second, using hermiticity and acting with $\hat{A}$ to the left, | ||
+ | \[\sand{a}{\hat{A}}{a} = \sand{a}{\hat{A}^{\dagger}}{a} = \left ( \bra{a} \hat{A}^{\dagger} \right ) \ket{a} = a^* \braket{a}{a} = a^*.\] | ||
+ | Equating the two expressions gives $a=a^*$, and hence $a$ is real. | ||
+ | |||
+ | * **The eigenvalues of an anti-Hermitian operator are imaginary: | ||
+ | |||
+ | Again we let $\ket{a}$ be an eigenvector of $\hat{A}$ with eigenvalue $a$ and compute $\sand{a}{\hat{A}}{a}$ in two different ways. First, by acting with $\hat{A}$ to the right, | ||
+ | \[\sand{a}{\hat{A}}{a} = \bra{a} \left ( \hat{A} \ket{a}\right ) = a \braket{a}{a} = a.\] | ||
+ | Second, using anti-hermiticity and acting with $\hat{A}$ to the left, | ||
+ | \[\sand{a}{\hat{A}}{a} = -\sand{a}{\hat{A}^{\dagger}}{a} = -\left ( \bra{a} \hat{A}^{\dagger} \right ) \ket{a} = -a^* \braket{a}{a} = -a^*.\] | ||
+ | Equating the two expressions gives $a=-a^*$, and hence $a$ is pure imaginary. | ||
+ | |||
+ | * **The eigenvalues of a unitary operator have modulus $1$:** | ||
+ | |||
+ | Again we let $\ket{a}$ be an eigenvector of $\hat{A}$ with eigenvalue $a$, but this time we compute $\sand{a}{\hat{A}^{\dagger}\hat{A}}{a}$ in two different ways. Firstly, by unitarity, $\hat{A}^{\dagger}\hat{A} = \hat{I}$, so | ||
+ | \[\sand{a}{\hat{A}^{\dagger}\hat{A}}{a} = \sand{a}{\hat{I}}{a} = \braket{a}{a} = 1.\] | ||
+ | Second, we use the eigenvalue equation $\hat{A}\ket{a} = a\ket{a}$, and act with $\hat{A}$ to the right and $\hat{A}^{\dagger}$ to the left. | ||
+ | \[\sand{a}{\hat{A}^{\dagger}\hat{A}}{a} = \left ( \bra{a} \hat{A}^{\dagger}\right ) \left ( \hat{A} \ket{a}\right ) = a^* a\braket{a}{a} = a^*a = |a|^2.\] | ||
+ | Equating the two expressions gives $|a|^2 = 1$. As a consequence, | ||
====== Eigenvalues of Functions ====== | ====== Eigenvalues of Functions ====== | ||
Line 40: | Line 68: | ||
This property is a straightforward consequence of linearity. | This property is a straightforward consequence of linearity. | ||
- | Note that, since eigenvectors with a given eigenvalue form a subspace, if $\ket{\psi}$ is an eigenvector of $\hat{A}$ with eigenvalue $a$ then so is $c\ket{\psi}$ for any scalar $c$. For this reason, we can always choose to work with normalized eigenvectors such that $\|\psi|\ = 1$. If you have an unnormalized eigenvector you can just multiply it by whatever scalar is needed to make it normalized. | + | Note that, since eigenvectors with a given eigenvalue form a subspace, if $\ket{\psi}$ is an eigenvector of $\hat{A}$ with eigenvalue $a$ then so is $c\ket{\psi}$ for any scalar $c$. For this reason, we can always choose to work with normalized eigenvectors such that $\|\psi \| = 1$. If you have an unnormalized eigenvector you can just multiply it by whatever scalar is needed to make it normalized. |
An eigenvalue $a$ of $\hat{A}$ is called // | An eigenvalue $a$ of $\hat{A}$ is called // | ||
- | Since the eigenspace corresponding to an eigenvalue $a$ is a subspace, we can form the projection operator $\hat{P}_a$ onto that subspace. | + | For a nondegenerate eigenvalue, any orthonormal basis for the eigenspace just consists of a single vector, which is unique up to multiplication by a phase $e^{i\theta}$. |
+ | |||
+ | For a degenerate eigenvalue, we need more than one vector to form a basis for the eigenspace, so we are going to need another label in addition to $a$. We can construct an orthonormal basis for the eigenspace and label the vectors $\ket{a,1}, \ket{a_2}, \cdots$ where we should read $\ket{a,j}$ as "the $j^{\text{th}}$ vector in an orthonormal basis for the eigenspace corresponding to eigenvalue $a$. | ||
+ | |||
+ | ====== Eigenspace Projectors ====== | ||
+ | |||
+ | Since the eigenspace corresponding to an eigenvalue $a$ is a subspace, we can form the projection operator $\hat{P}_a$ onto that subspace. | ||
+ | |||
+ | More explicitly, if $a$ is nondegenerate then | ||
+ | \[\hat{P}_a = \proj{a}.\] | ||
+ | If $a$ is degenerate then we construct an orthonormal basis $\ket{a,1}, \ket{a,2}, \cdots$ for the eigenspace and then | ||
+ | \[\hat{P}_a = \sum_j \proj{a, | ||
+ | These projection operators act like the identity operator on the eigenspace and the zero operator on the orthogonal complement. | ||
+ | |||
+ | ====== Normal Operators ====== | ||
+ | |||
+ | An operator $\hat{A}$ is // | ||
+ | |||
+ | For now, we note that all the important types of operators used in quantum mechanics are normal. | ||
+ | |||
+ | * Hermitian operators $\hat{A}^{\dagger} = \hat{A}$: \[[\hat{A}, | ||
+ | * Anti-Hermitian operators $\hat{A}^{\dagger} = -\hat{A}$: \[[\hat{A}, | ||
+ | * Unitary Operators $\hat{A}^{\dagger}\hat{A} = \hat{A}\hat{A}^{\dagger} = \hat{I}$: \[[\hat{A}, | ||
+ | |||
+ | ====== The Spectral Theorem ====== | ||
+ | |||
+ | The set of eigenvalues of an operator is called its // | ||
+ | |||
+ | The spectral theorem for an operator with a discrete set of eigenvalues $a_1, | ||
+ | |||
+ | **Theorem** | ||
+ | Let $a_1, | ||
+ | - Its eigenspaces are orthogonal: $\hat{P}_{a_j}\hat{P}_{a_k} = \delta_{jk}\hat{P}_{a_j}$. | ||
+ | - Its eigenspaces are // | ||
+ | - The // | ||
+ | |||
+ | |||
+ | Note that it is possible that one of the eigenvalues $a_j = 0$, in which case the term $a_j P_{a_j} = 0$ may be omitted from the spectral decomposition. | ||
+ | |||
+ | Note, if the operator $\hat{A}$ has a continuous spectrum on an interval $a_{\mathrm{min}} < a < a_{\mathrm{max}}$ then we would have to write orthogonality as $\hat{P}_a\hat{P}_{a' | ||
+ | \[\int_{a_{\mathrm{min}}}^{a_{\mathrm{max}}} \hat{P}_{a} \, \mathrm{d}a = \hat{I}, | ||
+ | and the spectral decomposition as | ||
+ | \[\hat{A} = \int_{a_{\mathrm{min}}}^{a_{\mathrm{max}}} a \hat{P}_{a} \, \mathrm{d}a.\] | ||
+ | Even more generally, $\hat{A}$ might have a discrete set $a_1,a_2$ of eigenvalues within some interval as well as a continuous set $a_{\mathrm{min}} < a < a_{\mathrm{max}}$ in a disjoint interval, and then we would have to write the spectral decomposition as | ||
+ | \[\hat{A} = \sum_j a_j \hat{P}_{a_j} + \int_{a_{\mathrm{min}}}^{a_{\mathrm{max}}} a \hat{P}_{a} \, \mathrm{d}a.\] | ||
+ | |||
+ | The proof of the most general version of the spectral theorem is well beyond the scope of this course. | ||
+ | * [[https:// | ||
+ | |||
+ | In these notes, we will prove the finite-dimensional case. That proof is fairly straightforward, | ||
+ | |||
+ | **Theorem** | ||
+ | The eigenvectors corresponding to distinct eigenvalues of a Hermitian operator $\hat{A}$ are orthogonal. | ||
+ | |||
+ | **Proof** | ||
+ | Let $a \neq b$ be distinct eigenvalues of $\hat{A}$ with eigenvectors $\ket{a}$ and $\ket{b}$. | ||
+ | \[\sand{b}{\hat{A}}{a} = \bra{b} \left ( \hat{A} \ket{a}\right ) = a \braket{b}{a}.\] | ||
+ | Second, using hermiticity and acting with $\hat{A}$ to the left, | ||
+ | \[\sand{b}{\hat{A}}{a} = \sand{b}{\hat{A}^{\dagger}}{a} = \left ( \bra{b}\hat{A}^{\dagger} \right ) \ket{a} = b^* \braket{b}{a} = b\braket{b}{a}, | ||
+ | where the last step follows because the eigenvalues of a Hermitian operator are real. | ||
+ | |||
+ | Equating the two expressions gives $a \braket{b}{a} = b\braket{b}{a}$, | ||
+ | \[(a-b) \braket{b}{a} = 0.\] | ||
+ | In order to satisfy this equation, it must be the case that either $(a-b) = 0$ or $\braket{b}{a} = 0$, but we have assumed that $a$ and $b$ are distinct eigenvalues, | ||
+ | |||
+ | ====== Consequences of the Spectral Theorem ====== | ||
+ | |||
+ | One of the most important consequences of the spectral theorem is that any vector can be written in an eigenbasis of a normal operator, and, in that basis, the action of the operator is easy to compute. | ||
+ | |||
+ | Let $\ket{a_j, | ||
+ | \[\braket{a_j, | ||
+ | This implies that any vector $\ket{\psi}$ can be written as | ||
+ | \[\ket{\psi} = \sum_{j,k} b_{jk} \ket{a_j, | ||
+ | where $b_{jk} = \braket{a_j, | ||
+ | |||
+ | In this basis, the action of $\hat{A}$ can be computed as follows: | ||
+ | \[ | ||
+ | \hat{A}\ket{\psi} = \sum_{j,k} b_{jk} \hat{A}\ket{a_j, | ||
+ | \] | ||
+ | |||
+ | Another way of saying the same thing is to note that the matrix representation of $\hat{A}$ in the $\ket{a_j, | ||
+ | \[\sand{a_j, | ||
+ | and if we choose the ordering of basis vectors $\ket{a_1, | ||
+ | \[ | ||
+ | \left ( \begin{array}{cccccc} | ||
+ | a_1 & 0 & \cdots & 0 & 0 & \cdots \\ | ||
+ | 0 & a_1 & \cdots & 0 & 0 & \cdots \\ | ||
+ | \vdots & \vdots & \ddots & \vdots & \vdots & \ddots \\ | ||
+ | 0 & 0 & \cdots & a_2 & 0 & \cdots \\ | ||
+ | 0 & 0 & \cdots & 0 & a_2 & \cdots \\ | ||
+ | \vdots & \vdots & \ddots & \vdots & \vdots & \ddots | ||
+ | \end{array} \right ) | ||
+ | \] | ||
+ | |||
+ | Finally, in section 2.iii.2, we showed that a projection operator $\hat{P}$ is Hermitian $\hat{P}^{\dagger} = \hat{P}$ and idempotent $\hat{P}^2 = \hat{P}$. We can now use the spectral theorem to prove the converse. | ||
+ | |||
+ | Let $\ket{\psi}$ be a nonzero eigenvector of $\hat{P}$. | ||
+ | \begin{equation} | ||
+ | \label{proj1} | ||
+ | \hat{P} \ket{\psi} = a\ket{\psi}. | ||
+ | \end{equation} | ||
+ | Now apply \hat{P} to both sides again | ||
+ | \[\hat{P}^2 \ket{\psi} = a\hat{P}\ket{\psi}.\] | ||
+ | On the left hand side, we will use idempotency $\hat{P}^2 = \hat{P}$ and on the right hand side we will use the eigenvalue equation $\hat{P} \ket{\psi} = a\ket{\psi}$ again. | ||
+ | \begin{equation} | ||
+ | \label{proj2} | ||
+ | \hat{P} \ket{\psi} = a^2 \ket{\psi}. | ||
+ | \end{equation} | ||
+ | |||
+ | Comparing equations \eqref{proj1} and \eqref{proj2}, | ||
+ | |||
+ | This means that $\hat{P}$ has (at most) two eigenspaces. | ||
+ | \[\hat{P} = 0\hat{P}_0 + 1\hat{P}_1 = \hat{P}_1.\] | ||
+ | Since $\hat{P}_1$ is a projector, this implies that $\hat{P}$ is a projector. | ||
+ | |||
+ | {{: | ||
+ | ====== In Class Activities ====== | ||
+ | |||
+ | - Show that, if $\hat{A}^{-1}$ exists and $a$ is an eigenvalue of $\hat{A}$, then $\frac{1}{a}$ is an eigenvalue of $\hat{A}^{-1}$. | ||
+ | - Show that, if $\hat{A}$ is unitary, i.e. $\hat{A}^{\dagger}\hat{A} = \hat{I}$, and $a$ and $b$ are distinct eigenvalues of $a$ with eigenvectors $\ket{a}, \ket{b}$ then $\braket{b}{a} = 0$. | ||
+ | |||
+ | HINT: Compute $\sand{b}{\hat{A}^{\dagger}\hat{A}}{a}$ in two different ways. Once using $\hat{A}^{\dagger}\hat{A} = \hat{I}$ and once using | ||
+ | \[\hat{A}\ket{a} = a\ket{a}, \qquad\qquad \hat{A}\ket{b} = b\ket{b}.\] | ||
- | More explicitly, if $a$ is nondegenerate and $\ket{\psi}$ a (normalized) eigenvector then $P_a = \proj{\psi}$. |