Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| functions_inverses_and_unitary_operators [2021/03/01 20:55] – created admin | functions_inverses_and_unitary_operators [2022/10/06 01:05] (current) – [Interaction of Functions with Commutators] admin | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| and radius of convergence $|z| \leq r$. | and radius of convergence $|z| \leq r$. | ||
| - | We define the function | + | We can extend |
| \[f(\hat{A}) = \sum_{n=0}^{\infty} a_n \hat{A}^n.\] | \[f(\hat{A}) = \sum_{n=0}^{\infty} a_n \hat{A}^n.\] | ||
| It is possible to prove that this series converges if | It is possible to prove that this series converges if | ||
| - | \[\sup_{\{\ket{\psi}| \| \psi \| \}} \Abs{\sand{\psi}{\hat{A}}{\psi}} leq r.\] | + | \[\sup_{\{\ket{\psi}| \| \psi \| = 1 \}} \Abs{\sand{\psi}{\hat{A}}{\psi}} |
| ===== Interaction of Functions with Commutators ===== | ===== Interaction of Functions with Commutators ===== | ||
| Line 15: | Line 15: | ||
| Since $[\hat{A}+\hat{B}, | Since $[\hat{A}+\hat{B}, | ||
| * If $[\hat{A}, | * If $[\hat{A}, | ||
| - | * In particular, since $[\hat{A}, | + | * In particular, since $[\hat{A}, |
| ===== Interaction of Functions with Hermitian adjoints ===== | ===== Interaction of Functions with Hermitian adjoints ===== | ||
| Line 28: | Line 28: | ||
| ===== The Exponential Function ===== | ===== The Exponential Function ===== | ||
| + | The // | ||
| + | \[e^{a\hat{A}} = \sum_{n=0}^{\infty} \frac{a^n}{n!} \hat{A}^n = \hat{I} + a\hat{A} + \frac{a^2}{2}\hat{A}^2 + \cdots.\] | ||
| + | Just like its classical counterpart, | ||
| + | \[e^{a\hat{A}} = \lim_{n\rightarrow \infty} \left ( \hat{I} + \frac{a}{n} \hat{A}\right )^n\] | ||
| + | |||
| + | If $\hat{A}$ and $\hat{B}$ commute then the usual rules for multiplying exponentials apply | ||
| + | \[e^{a\hat{A}}e^{b\hat{B}} = e^{a\hat{A} + b\hat{B}}, | ||
| + | but in general this is not true. Instead | ||
| + | \[e^{a\hat{A}}e^{b\hat{B}} = e^{a\hat{A} + b\hat{B}} e^{ab[\hat{A}, | ||
| + | which can be proved by a somewhat laborious process of multiplying together the power series and collecting terms. | ||
| + | |||
| + | As a special case of the rules for commutators, | ||
| + | |||
| + | The Hermitian adjoint of an exponential can be taken as follows. | ||
| + | \[\left ( e^{a\hat{A}}\right )^{\dagger} = \sum_{n=0}^{\infty} \frac{\left (a^*\right )^n}{n!} \left ( \hat{A}^{\dagger}\right )^n = e^{a^*\hat{A}^{\dagger}}, | ||
| + | i.e. you just take the Hermitian adjoint of the term inside the exponential. | ||
| + | |||
| + | A special case of this is that if $\hat{A}$ is Hermitian then $\left ( e^{\hat{A}} \right )^{\dagger} = e^{\hat{A}}$, | ||
| + | |||
| + | ====== Inverse Operators ====== | ||
| + | |||
| + | If it exists, the // | ||
| + | \[\hat{A}^{-1}\hat{A} = \hat{A}\hat{A}^{-1} = \hat{I}.\] | ||
| + | |||
| + | Note that we //do not// use the notation $\frac{\hat{A}}{\hat{B}}$ for $\hat{A}\hat{B}^{-1}$ because, in general $\hat{A}\hat{B}^{-1} \neq \hat{B}^{-1}\hat{A}$, | ||
| + | |||
| + | Taking inverses reverses the order of products and commutes with taking powers, i.e. | ||
| + | \begin{align*} | ||
| + | \left ( \hat{A}\hat{B}\hat{C}\cdots\right )^{-1} & = \cdots\hat{C}^{-1}\hat{B}^{-1}\hat{A}^{-1}, | ||
| + | \end{align*} | ||
| + | You will prove the first of these in an in class activity. | ||
| + | |||
| + | ====== Unitary Operators ====== | ||
| + | |||
| + | An operator is // | ||
| + | |||
| + | If $\hat{U}$ and $\hat{V}$ are unitary then so is their product $\hat{U}\hat{V}$, | ||
| + | \[\left ( \hat{U}\hat{V} \right )^{\dagger} \left ( \hat{U}\hat{V} \right ) = \hat{V}^{\dagger} \hat{U}^{\dagger} \hat{U}\hat{V} = \hat{V}^{\dagger} \hat{I} \hat{V} = \hat{V}^{\dagger}\hat{V} = \hat{I}.\] | ||
| + | More generally, if $\hat{A}, \hat{B}, \hat{C}, \cdots$ are unitary then so is the product $\hat{A}\hat{B}\hat{C}\cdots$. | ||
| + | |||
| + | If $a$ is real and $\hat{A}$ is Hermitian then $e^{ia\hat{A}}$ is unitary because | ||
| + | \[\left ( e^{ia\hat{A}}\right )^{\dagger} e^{ia\hat{A}} = e^{-ia\hat{A}}e^{ia\hat{A}} = e^{i(-a\hat{A} + a\hat{A})} = e^{i0} = \hat{I}.\] | ||
| + | |||
| + | {{: | ||
| + | ====== In Class Activities ====== | ||
| + | |||
| + | - Prove that $\left ( \hat{A} \hat{B} \right )^{-1} = \hat{B}^{-1}\hat{A}^{-1}$ | ||