Dealing with Imaginary Values in the Expected Momentum Calculation

Domnu
Messages
176
Reaction score
0
This is more of a general question... let's say we have a wavefunction \psi, and we want to find the expected momentum, \langle p \rangle, of the state. Isn't this just

\langle p \rangle = \int_{-\infty}^{\infty} \psi^* i\hbar \frac{\partial \psi}{\partial x}​

Now, if the wavefunction happened to be purely real, wouldn't the momentum yield an imaginary value? How do we remedy this? I know that we can expand out \psi in terms of the momentum eigenstates and go from there, but is there any way to just use the above?
 
Physics news on Phys.org
Domnu said:
Now, if the wavefunction happened to be purely real, wouldn't the momentum yield an imaginary value?

Yes it would.

Domnu said:
How do we remedy this

I think we set <p>=0 , since p is observable (it must be real)
 
  • Like
Likes K448
So whenever \psi is a real function the expected value of the momentum is almost always 0? Would this imply that the probability distribution of the momentum is symmetric about the y axis?
 
Can you think of any situations where the wavefunction would be purely real? I don't think there can be, because if Psi is purely real then the LHS of the schrodinger equation is imaginary, but the RHS is real. (Where the SE is in the form here http://en.wikipedia.org/wiki/Schrödinger_equation)
 
We could have a wavefunction independent of time, so the left hand side of the time-dependent Schroedinger equation goes to zero.

Edit: Either this, or we can consider the wavefunction at a particular time, say t = 0. Here, the left hand side of the Schroedinger equation goes to zero.
 
True. But we know
&lt;p&gt;=\frac{\partial &lt;x&gt;}{\partial t} = -\int_{-\infty}^{\infty} \psi^* i\hbar \frac{\partial \psi}{\partial x}dx

Since \psi[/tex] is time indepdent, so too must be &lt;x&gt;, so the LHS is zero. That means the RHS must be 0, or \psi[/tex] must be position independent as well. In other words, \psi must be constant. But constants are not normalizable, so unless I&amp;#039;m missing something, purely real functions cannot solve the SE.&lt;br /&gt; &lt;br /&gt; Edit: Unless there are non constants functions f such that f(x)f&amp;#039;(x) = -f(-x)f&amp;#039;(-x), then the RHS could be zero that way... Might have to think about this.
 
Last edited:
I'm extremely confused :frown: So you're saying that there is no such thing as a pure real wavefunction? What about the eigenstates of a particle in box? These are purely real...
 
That is for the time-independent SE though, right?. The time-dependent part is still complex. And the expected value of the momentum is found using the full solution (time independent * time dependent).
 
Okay, so what I meant was that if we have a particular state at t = 0 and the momentum is uncertain, at t = 0, what would the expected momentum be? I don't have any experience with working with the time dependent Schroedinger equation.
 
  • #10
If the time-independent wavefunction is purely real, then \left&lt;p\right&gt; will be zero. To prove this, integrate by parts:

\int_{-\infty}^{\infty}dx~\psi\frac{d\psi}{dx} = \left.\psi^2\right|^{\infty}_{-\infty} - \int_{-\infty}^{\infty}dx~\frac{d\psi}{dx}\psi

The boundary term evaluates to zero, and what you're left with is an expression like A = -A, which of course means A = 0.

Note that the time-dependent part just contributes phase factors which will cancel out (as long as the Hamiltonian is time-independent):

\left&lt;\hat{p}(t)\right&gt; = \left&lt;\psi\right|e^{i\mathcal{H}t/\hbar}\hat{p}e^{-i\mathcal{H}t/\hbar}\left|\psi\right&gt; = \left&lt;\psi\right|e^{iEt/\hbar}\hat{p}e^{-iEt/\hbar}\left|\psi\right&gt; = \left&lt;\psi\right|\hat{p}\left|\psi\right&gt;

However, this isn't the whole story. If your system is in a particular state, then that's true, but in general,

\left|\psi\right&gt; = \sum_{n}c_ne^{iE_nt/\hbar}\left|\phi_n\right&gt;

that is, the system is really in a superposition of states. In this case, what I wrote above doesn't work, because that assumed \psi = \phi e^{iEt/\hbar}. With this superposition of states the time dependence will not cancel out (except at t = 0), and so the wavefunctions are complex.
 
Last edited:
  • #11
Okay, so let me sort of see if I understand this now... let's say we have a wavefunction \psi = \sqrt{2} \sin (10 \pi x). This is clearly not an eigenfunction of the momentum operator, but is an eigenfunction for the energy operator (for the particle in a box scenario... here, we have a = 1, n = 10). Now, if we find the expected momentum from this, we get zero:

\langle p \rangle = \int \psi^* \hat{p} \psi dx = 0​

Okay, so now let's try to do this another way... let's express \psi in terms of the eigenstates of the momentum operator,

\phi_n = \frac{1}{\sqrt{2\pi}} e^{ikx}​

We have that

\psi = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} b(k) e^{ikx} dx​

for complex valued b(k). We can invert this and get (note that the bounds for the integral change to [0,a] since the wavefunction is zero everywhere else excepting for from x = 0 to a...

b(k) = \frac{1}{\sqrt{2\pi}} \int_{0}^a \psi e^{-ikx} dx​

After we substitute in \psi, we find that (after calculations...),

|b(k)|^2 = \frac{200\pi (1- \cos k)}{(k-10\pi)^2 (k+10\pi)^2}​

Now, here's my argument: does this mean that

\int_{-\infty}^{\infty} k|b(k)|^2 dk = 0​

?

Edit: YES! It works! This is simply because

\frac{200\pi (1- \cos k)}{(k-10\pi)^2 (k+10\pi)^2}​

is an even function! Thanks very much guys... I really appreciate it. My understanding of QM just went up a bunch! :smile: :smile: :smile: Just so you know... if you wanted to know why the evenness of this function caused the integral to be 0, if you multiply x by f(x) where f(x) is even, x*f(x) becomes odd. If you take the integral from -t to t of an odd function, you always get 0.
 
Last edited:
  • #12
Domnu said:
Now, here's my argument: does this mean that

\int_{-\infty}^{\infty} k|b(k)|^2 dk = 0​

?

Edit: YES! It works! This is simply because

\frac{200\pi (1- \cos k)}{(k-10\pi)^2 (k+10\pi)^2}​

is an even function! Thanks very much guys... I really appreciate it. My understanding of QM just went up a bunch! :smile: :smile: :smile: Just so you know... if you wanted to know why the evenness of this function caused the integral to be 0, if you multiply x by f(x) where f(x) is even, x*f(x) becomes odd. If you take the integral from -t to t of an odd function, you always get 0.

Careful there - that's only strictly true if the integrand tends to zero at \pm \infty, otherwise the integral is an indeterminate form. As k gets large your integrand goes as (1-cosk)/k^3, so it does indeed vanish at the boundary and you get zero for the integral.
 
  • #13
Mute said:
Careful there - that's only strictly true if the integrand tends to zero at \pm \infty, otherwise the integral is an indeterminate form. As k gets large your integrand goes as (1-cosk)/k^3, so it does indeed vanish at the boundary and you get zero for the integral.

Well, yes, heheh I forgot to mention that :biggrin: But yea... it goes to zero since the denominator grows arbitarily large while the numerator stays fixed within 0 and 400 pi.
 
Back
Top