Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| adjoints_and_hermitian_operators [2021/02/24 07:20] – created admin | adjoints_and_hermitian_operators [2022/10/06 00:45] (current) – [Projection Operators] admin | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Note, in mathematics, | Note, in mathematics, | ||
| - | You should now do the first in class activity | + | ===== Properties of Hermitian Adjoints ===== |
| + | |||
| + | In an in class activity, you will show that | ||
| + | \[\left ( \hat{A}^{\dagger}\right )^{\dagger} = \hat{A}, | ||
| + | and | ||
| + | \[\left ( \hat{A}\hat{B} \right )^{\dagger} = \hat{B}^{\dagger}\hat{A}^{\dagger}, | ||
| + | so taking | ||
| + | |||
| + | ===== Taking Adjoints of General Expressions ===== | ||
| It is convenient to define $\left ( \ket{\psi} \right )^{\dagger} = \bra{\psi}$ and $\left ( \bra{\psi} \right )^{\dagger} = \ket{\psi}$. | It is convenient to define $\left ( \ket{\psi} \right )^{\dagger} = \bra{\psi}$ and $\left ( \bra{\psi} \right )^{\dagger} = \ket{\psi}$. | ||
| Line 37: | Line 45: | ||
| \[\left ( \hat{A}\hat{B}\hat{C}\hat{D} \ket{\psi}\right )^{\dagger} = \bra{\psi}\hat{D}^{\dagger}\hat{C}^{\dagger}\hat{B}^{\dagger}\hat{A}^{\dagger}\] | \[\left ( \hat{A}\hat{B}\hat{C}\hat{D} \ket{\psi}\right )^{\dagger} = \bra{\psi}\hat{D}^{\dagger}\hat{C}^{\dagger}\hat{B}^{\dagger}\hat{A}^{\dagger}\] | ||
| \[\left ( \ketbra{\psi}{\phi} \right )^{\dagger} = \ketbra{\phi}{\psi}\] | \[\left ( \ketbra{\psi}{\phi} \right )^{\dagger} = \ketbra{\phi}{\psi}\] | ||
| + | |||
| + | ===== Operators Acting Inside Bras and Kets ===== | ||
| + | |||
| + | It is convenient to define the action of operators inside bras and kets as | ||
| + | \begin{align*} | ||
| + | \ket{a\hat{A}\psi} & = a\hat{A}\ket{\psi}, | ||
| + | \end{align*} | ||
| + | In other words, you can think of the symbol $\bra{\text{expression}}$ as an instruction to take the Hermitian adjoint of $\text{expression}$. | ||
| + | |||
| + | With this convention, we have | ||
| + | |||
| + | \[\sand{\phi}{\hat{A}}{\psi} = \braket{\hat{A}^{\dagger}\phi}{\psi} = \braket{\phi}{\hat{A}\psi}.\] | ||
| + | |||
| + | Personally, I tend to avoid writing operators inside of bras and kets as much as possible because it can get confusing to keep track of where the $^{\dagger}$' | ||
| + | |||
| + | ===== Hermitian and Skew-Hermitian Operators ===== | ||
| + | |||
| + | An operator $\hat{A}$ is // | ||
| + | \[\hat{A}^{\dagger} = \hat{A},\] | ||
| + | or equivalently | ||
| + | \[\sand{\phi}{\hat{A}}{\psi} = \sand{\psi}{\hat{A}}{\phi}^*, | ||
| + | for all vectors $\ket{\psi}$, | ||
| + | |||
| + | It is // | ||
| + | \[\hat{A}^{\dagger} = -\hat{A},\] | ||
| + | or equivalently | ||
| + | \[\sand{\phi}{\hat{A}}{\psi} = -\sand{\psi}{\hat{A}}{\phi}^*, | ||
| + | for all vectors $\ket{\psi}$, | ||
| + | |||
| + | Note that this implies that the expectation value of a Hermitian operator is always real, since | ||
| + | \[\sand{\psi}{\hat{A}}{\psi} = \sand{\psi}{\hat{A}}{\psi}^*.\] | ||
| + | It should come as no surprise that the operators representing physical quantities like position, momentum, and energy are all Hermitian, since their expectation values need to be real numbers. | ||
| + | |||
| + | Similarly, the expectation value of an anti-Hermitian operator is always imaginary, since | ||
| + | \[\sand{\psi}{\hat{A}}{\psi} = -\sand{\psi}{\hat{A}}{\psi}^*.\] | ||
| + | |||
| + | For any operator, $\hat{A}$, we can define its // | ||
| + | \[\hat{A}_h = \frac{\hat{A} + \hat{A}^{\dagger}}{2}, | ||
| + | which is a Hermitian operator, and its // | ||
| + | \[\hat{A}_a = \frac{\hat{A} - \hat{A}^{\dagger}}{2i}, | ||
| + | which is also a Hermitian operator. | ||
| + | |||
| + | Then, the operator $\hat{A}$ can be written as | ||
| + | \[\hat{A} = \hat{A}_h + i\hat{A}_a.\] | ||
| + | You should think of this decomposition as analogous to writing a complex scalar as | ||
| + | \[a = \text{Re}(a) + i\text{Im}(a).\] | ||
| + | |||
| + | Note, the imaginary part of a complex number is a real number (not an imaginary number) and the anti-Hermitian part of an operator is Hermitian (not anti-Hermitian). | ||
| + | ===== Projection Operators ===== | ||
| + | |||
| + | Let $V$ be a subspace of a Hilbert space $\mathcal{H}$. | ||
| + | \begin{align*} | ||
| + | \hat{P}_V \ket{\psi} & = \ket{\psi}, | ||
| + | \hat{P}_V \ket{\psi} & = \boldsymbol{0}, | ||
| + | \end{align*} | ||
| + | where $V^{\perp}$ is the orthogonal complement of $V$ in $\mathcal{H}$. | ||
| + | |||
| + | In order to completely define the operator, we need to say what it does to vectors that are neither in $V$ or $V^{\perp}$. | ||
| + | \[\hat{P}_V \ket{\psi} = \hat{P}_V \left ( a\ket{\phi} + b\ket{\phi^{\perp}} \right ) = a\hat{P}_V\ket{\phi} + b\hat{P}_V \ket{\phi^{\perp}} = a\ket{\phi}.\] | ||
| + | In other words, the projection operator $\hat{P}_V$ simply returns the component of the vector $\ket{\psi}$ that lies in the subspace $V$. | ||
| + | |||
| + | A trivial example of a projection operator is the projector $\hat{P}_{\mathcal{H}}$ onto the entire Hilbert space $\mathcal{H}$. | ||
| + | |||
| + | Another trivial example of a projector is $\hat{0}$ which just multiplies a vector by the scalar $0$, i.e. | ||
| + | \[\hat{0}\ket{\psi} = 0 \ket{\psi} = \boldsymbol{0}, | ||
| + | for all vectors $\ket{\psi}\in\mathcal{H}$. | ||
| + | |||
| + | We already know that, if $\ket{\phi_1}, | ||
| + | \[\hat{I} = \sum_j \proj{\phi_j}.\] | ||
| + | |||
| + | This result can be extended to arbitrary projectors. | ||
| + | \[\hat{P}_V = \sum_j \proj{\phi_j}.\] | ||
| + | To see this, let note that any vector $\ket{\psi}$ can be written as $\ket{\psi} = \ket{\phi} + \ket{\phi^{\perp}}$ where $\ket{\phi} \in V$ and $\ket{\phi^{\perp}} \in V^{\perp}$. | ||
| + | |||
| + | All projection operators are Hermitian $\hat{P}_V^{\dagger} = \hat{P}_V$ and // | ||
| + | |||
| + | To show that $\hat{P}_V$ is Hermitian, let $\ket{\psi_1}$ and $\ket{\psi_2}$ be two vectors in $\mathcal{H}$, | ||
| + | \begin{align*} | ||
| + | \ket{\psi_1} & = \ket{\phi_1} + \ket{\phi_1^{\perp}}, | ||
| + | \end{align*} | ||
| + | where $\ket{\phi_1}, | ||
| + | \begin{align*} | ||
| + | | ||
| + | & = \sand{\phi_1}{\hat{P}_V}{\phi_2} + \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2^{\perp}}. | ||
| + | \end{align*} | ||
| + | Now, the terms $\sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}}, | ||
| + | \begin{align*} | ||
| + | \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} & = \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1}^*, | ||
| + | \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} & = \sand{\phi_2}{\hat{P}_V}{\phi_1^{\perp}}^*, | ||
| + | | ||
| + | \end{align*} | ||
| + | In addition | ||
| + | \begin{align*} | ||
| + | | ||
| + | & = \braket{\phi_2}{\phi_1}^* \\ | ||
| + | & = \sand{\phi_2}{\hat{P}_V}{\phi_1}^*. | ||
| + | \end{align*} | ||
| + | This is because $\ket{\phi_1}, | ||
| + | |||
| + | All together then, we have | ||
| + | \begin{align*} | ||
| + | \sand{\psi_1}{\hat{P}_V}{\psi_2} & =\sand{\phi_1}{\hat{P}_V}{\phi_2} + \sand{\phi_1}{\hat{P}_V}{\phi_2^{\perp}} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2} + \sand{\phi_1^{\perp}}{\hat{P}_V}{\phi_2^{\perp}} \\ | ||
| + | & = \sand{\phi_2}{\hat{P}_V}{\phi_1}^* + \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1}^* + \sand{\phi_2}{\hat{P}_V}{\phi_1^{\perp}}^* + \sand{\phi_2^{\perp}}{\hat{P}_V}{\phi_1^{\perp}}^* \\ | ||
| + | & = \left [ \left ( \bra{\phi_2} + \bra{\phi_2^{\perp}}\right ) \hat{P}_V \left ( \ket{\phi_1} + \ket{\phi_1^{\perp}}\right ) \right ]^* \\ | ||
| + | & = \sand{\psi_2}{\hat{P}_V}{\psi_1}^*, | ||
| + | \end{align*} | ||
| + | so $\hat{P}_V^{\dagger} = \hat{P}_V$. | ||
| + | |||
| + | To prove that projection operators are idempotent, write an arbitrary vector $\ket{\psi}$ as | ||
| + | \[\ket{\psi} = \ket{\phi} + \ket{\phi^{\perp}}, | ||
| + | with $\ket{\phi} \in V$ and $\ket{\phi^{\perp}} \in V^{\perp}$. | ||
| + | \[\hat{P}_V \ket{\psi} = \ket{\phi}, | ||
| + | but also | ||
| + | \[\hat{P}_V^2 \ket{\psi} = \hat{P}_V \hat{P}_V \ket{\psi} = \hat{P_V} \ket{\phi} = \ket{\phi}, | ||
| + | since $\ket{\phi} \in V$. Since this is true for an arbitrary vector $\ket{\psi}$, | ||
| + | |||
| + | We conclude with some more basic properties of projectors. | ||
| + | * If two projectors $\hat{P}_1$ and $\hat{P}_2$ commute, then $\hat{P}_1\hat{P}_2$ is also a projector, since | ||
| + | \[\left ( \hat{P}_1 \hat{P}_2\right )^{\dagger} = \left ( \hat{P}_2 \hat{P}_1\right )^{\dagger} = \hat{P}_1^{\dagger} \hat{P}_2^{\dagger} = \hat{P}_1\hat{P}_2\] | ||
| + | \[\left ( \hat{P}_1 \hat{P}_2\right )^2 = \hat{P}_1\hat{P}_2\hat{P}_1\hat{P}_2 = \hat{P}_1\hat{P}_1\hat{P}_2\hat{P}_2 = \hat{P}_1^2 \hat{P}_2^2 = \hat{P}_1 \hat{P}_2.\] | ||
| + | In fact, $\hat{P}_1\hat{P}_2$ is the projector onto the intersection of the subspaces that $\hat{P}_1$ and $\hat{P}_2$ project onto. | ||
| + | * Two projectors are // | ||
| + | * A sum of two orthogonal projectors is a projector, since | ||
| + | \[\left ( \hat{P}_1 + \hat{P}_2 \right )^{\dagger} = \hat{P}_1^{\dagger} + \hat{P}_2^{\dagger} = \hat{P}_1 + \hat{P}_2\] | ||
| + | \[\left ( \hat{P}_1 + \hat{P}_2 \right )^2 = \hat{P}_1^2 + \hat{P}_2^2 + \hat{P}_1\hat{P}_2 + \hat{P}_2\hat{P}_1 = \hat{P}_1 + \hat{P}_2.\] | ||
| + | The projection operator $\hat{P}_1 + \hat{P}_2$ projects onto the linear span of the subspaces that $\hat{P}_1$ and $\hat{P}_2$ project onto. | ||
| + | * A sum of non-orthogonal projectors is not a projector. | ||
| + | |||
| + | {{: | ||
| + | ====== In Class Activities ====== | ||
| + | |||
| + | - **Properties of the Hermitian Adjoint** | ||
| + | - Prove that $\left ( \hat{A}^{\dagger} \right )^{\dagger} = \hat{A}$. | ||
| + | - Prove that $\left ( \hat{A}\hat{B} \right )^{\dagger} = \hat{B}^{\dagger}\hat{A}^{\dagger}$.\\ | ||
| + | HINT: You will find it useful to do the Dirac notaty. | ||