Why is the operator <p> considered real in calculus?

  • Context: Undergrad 
  • Thread starter Thread starter chingcx
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
chingcx
Messages
21
Reaction score
0
<p> is the integral of the product of a real function and its first derivative, multiplied by an imaginary number. But why <p> is real?
 
Physics news on Phys.org
If the wavefunction is purely real, then <p> = 0:

[tex]\langle p \rangle = \int_{-\infty}^{\infty} \psi^* \left(-i\hbar \frac{d\psi}{dx} \right) \; dx[/tex]

If [itex]\psi^* = \psi[/itex], then this can be written

[tex]\langle p \rangle = -i\hbar \left. \int_{-\infty}^{\infty} \psi \frac{d\psi}{dx} \; dx = -i\hbar \psi(x) \right|_{-\infty}^{\infty} = 0[/tex]

where we have used the boundary condition that the wavefunction must vanish as [itex]x \to \pm \infty[/itex]. On the other hand, if we can write

[tex]\psi(x) = e^{ikx} R(x)[/tex]

where R(x) is real, then

[tex]\langle p \rangle = \int_{-\infty}^{\infty} \psi^* \left(-i\hbar \frac{d\psi}{dx} \right) \; dx = -i\hbar \int_{-\infty}^{\infty} \left( e^{-ikx} R(x) (ik) e^{ikx} R(x) + e^{-ikx} R(x) e^{ikx} \frac{dR}{dx} \right) \; dx = \hbar k \int_{-\infty}^{\infty} R(x)^2 \; dx = \hbar k[/tex]

So, to have a nonzero momentum, the wavefunction needs a phase that varies with x.
 
Because of hermitian conjugate
 
As in the last two posts, the most elegant and general way to see that <p> comes from the fact that p is a hermitian operator.

But if you only know about p in position space (i.e. p = -ih d/dx) then you can see that <p> is real by showing that <p> = <p>* (is this statement obvious?).

Do this by starting with the first equation in Ben Niehoff's post. Take the complex conjugate of both sides, i's become -i's, and psi -> psi* and psi* -> psi. Then with some manipulations (including an integration by parts) you can show that this expression is identical to the formula you started with, so <p>*=<p>.

Hope that helps a little.