1

I'm dealing with some basic calculations with plane waves and I'm having some trouble with an idea.

It has been said in another question that if you take to momenta like, for example $\boldsymbol{p}=(p_{1},p_{2},p_{3})$ and $\boldsymbol{p}'=(p_{1}',p_{2}',p_{3}')$, and calculate the transition probability for the position operator the result is

\begin{equation} ⟨\boldsymbol p'|\hat{X}|\boldsymbol p⟩=-i\hbar\frac{\partial}{\partial p_{x}}\delta(\boldsymbol{p}'-\boldsymbol{p}),\text{ where } ⟨\boldsymbol r|\boldsymbol p⟩=e^{i \boldsymbol{p}\cdot\boldsymbol{r}/\hbar}, \end{equation}

where the differentiation is taken with respect to the variable $\boldsymbol p$ because the $\hat{X}$ operator is acting to the right, but if you take the operator acting to the left then you get a similar result with the sign changed and the derivation is not taken with respect to $\boldsymbol{p}'$ that is

\begin{equation} (⟨\boldsymbol p'|\hat{X})|\boldsymbol p⟩=i\hbar\frac{\partial}{\partial p_{x}'}\delta(\boldsymbol{p}'-\boldsymbol{p}) \end{equation}

And, from my knowledge, both results must be the same. But what happens when you have that $⟨\boldsymbol r|\boldsymbol p⟩= f(\boldsymbol p) e^{i\boldsymbol{p} \cdot \boldsymbol{r}/\hbar}$ and $⟨\boldsymbol p'|\boldsymbol r⟩=g^{*}(p')e^{-i\boldsymbol{p}\cdot\boldsymbol{r}/\hbar}$? Then these two results,

\begin{align} &⟨\boldsymbol p'|(\hat{X}|\boldsymbol{p}⟩)=-i\hbar g^{*}(\boldsymbol p')f(\boldsymbol p)\frac{\partial}{\partial p_{x}}\delta(\boldsymbol{p}'-\boldsymbol{p})=i\hbar g^{*}(\boldsymbol p')\frac{\partial}{\partial p_{x}}(f(\boldsymbol p))\delta(\boldsymbol{p}'-\boldsymbol{p}) \\ & (⟨\boldsymbol p'|\hat{X})|\boldsymbol p⟩=i\hbar g^{*}(\boldsymbol p')f(\boldsymbol p)\frac{\partial}{\partial p_{x}'}\delta(\boldsymbol{p}'-\boldsymbol{p})=-i\hbar \frac{\partial}{\partial p'_{x}}(g^{*}(\boldsymbol p'))f(\boldsymbol p)\delta(\boldsymbol{p}'-\boldsymbol{p}) \end{align}

are clearly not the same. Can you help me understanding this?

Qmechanic
  • 201,751

1 Answers1

1

First of all, I would encourage you to think of position of acting on momentum states to the left, that is, to commute them with the bra: $$ ⟨\mathbf p|\hat x=-i\hbar \frac{\partial}{\partial p_x}⟨\mathbf p|, $$ where the differentiation is over anything to the right of it, so for instance $$⟨\mathbf p|\hat x|\psi⟩=-i\hbar \frac{\partial}{\partial p_x}⟨\mathbf p|\psi⟩=-i\hbar \frac{\partial\,\tilde \psi(\mathbf p)}{\partial p_x}.$$

To answer your question, the simple fact is that states that are not plane waves, like the wavefunctions you are considering, cannot be momentum eigenstates. You have discovered one way to show this, but the deep reason is that they are incompatible with the canonical commutation relation $[\hat x_i,\hat p_j]=i\hbar \delta_{ij}$, because von Neumann's unicity theorem demands that any system with that commutation relationship have $\hat x$ and $\hat p$ eigenstates whose wavefunctions are plane waves in the other representation.

Emilio Pisanty
  • 132,859
  • 33
  • 351
  • 666
  • But those function are eigenfunctions of the momentum operator in the position representation, I mean eigenfunctions of the operator $i\hbar\nabla$ – Tomas Libutti Feb 02 '15 at 11:18
  • Not really: $$i\hbar \nabla(f(\mathbf p)e^{i\mathbf p\cdot \mathbf r/\hbar})=\left[\mathbf p ,f(\mathbf p)+i\hbar \nabla f(\mathbf p)\right]e^{i\mathbf p\cdot \mathbf r/\hbar},$$ so unless $\nabla f$ and $\mathbf p f$ are related, this is not an eigenfunction. – Emilio Pisanty Feb 02 '15 at 11:21
  • $\boldsymbol{p}\rightarrow i\hbar\nabla_{\boldsymbol{r}}$ so $\nabla_{\boldsymbol{r}}(f(p)e^{-i\boldsymbol{p}\cdot\boldsymbol{r}/\hbar})=f(p)\boldsymbol{p}e^{i\boldsymbol{p} \cdot \boldsymbol{r}/\hbar}$ – Tomas Libutti Feb 02 '15 at 11:23
  • Oh, OK, I see what the problem is. Multiplying a plane wave $e^{i\mathbf p\cdot \mathbf r/\hbar}$ by a $\mathbf p$-dependent factor will not affect the fact that it is eigenstate - it just affects its norm and its phase. However, if you want the eigenstates to be related to each other in a translationally-invariant way (which is required to be able to differentiate them in the way you and I described) then these phase factors are also constrained. (Specifically, they can at most depend on $\mathbf p$ as $e^{i\mathbf p\cdot \mathbf r_0/\hbar}$, which amounts to a translation.) – Emilio Pisanty Feb 02 '15 at 11:27
  • I would encourage you to study the proof of the Stone-von Neumann theorem to see the structures in play here. – Emilio Pisanty Feb 02 '15 at 11:28
  • 1
    Ok Emilio. Thanks a lot for your time. If I make a progress in this I will update the question. Thanks again – Tomas Libutti Feb 02 '15 at 11:28
  • No worries. Feel free to ping me here if you do. – Emilio Pisanty Feb 02 '15 at 11:35