Expectation value of momentum operator

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 3K views
tanaygupta2000
Messages
208
Reaction score
14
Homework Statement
Find the expectation value of momentum operator in a normalized real-valued wavefunction
Relevant Equations
momentum eigenstates = exp(ikx)
Q2.PNG


I know that the eigenstates of momentum operator are given by exp(ikx)
To construct a real-valued and normalized wavefunction out of these eigenstates,
I have,
psi(x) = [exp(ikx) + exp(-ikx)]/ sqrt(2)

But my trouble is, how do I find the expectation value of momentum operator <p> using this psi(x)?
On applying momentum operator, my integral is divergent.
I think that since there are equal probabilities in psi, <p> will be 0.
But how do I show it by calculations?
Please help!
 
Physics news on Phys.org
[tex]<p>=\int \psi^*(x) \frac{\hbar}{i}\frac{d}{dx} \psi(x) dx[/tex]
is usual way of momentum calculation. Say ##\psi(x)## is real function ?
 
  • Like
Likes   Reactions: tanaygupta2000
tanaygupta2000 said:
Homework Statement:: Find the expectation value of momentum operator in a normalized real-valued wavefunction
Relevant Equations:: momentum eigenstates = exp(ikx)

View attachment 278349

I know that the eigenstates of momentum operator are given by exp(ikx)
To construct a real-valued and normalized wavefunction out of these eigenstates,
I have,
psi(x) = [exp(ikx) + exp(-ikx)]/ sqrt(2)

But my trouble is, how do I find the expectation value of momentum operator <p> using this psi(x)?
On applying momentum operator, my integral is divergent.
I think that since there are equal probabilities in psi, <p> will be 0.
But how do I show it by calculations?
Please help!
The problem says nothing about using the momentum eigenstates - which cannot be normalized in any case.
 
  • Like
Likes   Reactions: tanaygupta2000
You are asked to calculate the integral in post #2:

anuttarasammyak said:
[tex]<p>=\int \psi^*(x) \frac{\hbar}{i}\frac{d}{dx} \psi(x) dx[/tex]
is usual way of momentum calculation. Say ##\psi(x)## is real function ?

This has nothing to do with momentum eigenfunctions.
 
  • Like
Likes   Reactions: anuttarasammyak
@tanaygupta If you are keen on momentum eigenfunction, you may expand the state by momentum eigenfunciton, say ##\phi(p)## instead of expansion of the state by coordinate eigenfunction ##\psi(x)##.

Momentum expectation value is
[tex]<p>=\int \phi^*(p) p \phi(p) dp[/tex]
The relation of ##\phi(p)## and ##\psi(x)## is
[tex]\phi(p)=\frac{1}{\sqrt{2\pi\hbar}}\int e^{-ipx/\hbar}\psi(x) dx[/tex]
[tex]\psi(x)=\frac{1}{\sqrt{2\pi\hbar}}\int e^{ipx/\hbar}\phi(p) dp[/tex]

You see the last equation tells ##\phi(p)## is a kind of amplitude for momentum eigenfunction component, i.e. ## e^{ipx/\hbar}##, of the state.

As ##\psi(x)## is real you observe
[tex]\phi^*(p)=\phi(-p)[/tex]
[tex]<p>=\int \phi(-p) p \phi(p) dp[/tex]

How do you estimate this integral ?
 
Last edited:
anuttarasammyak said:
[tex]<p>=\int \psi^*(x) \frac{\hbar}{i}\frac{d}{dx} \psi(x) dx[/tex]
is usual way of momentum calculation. Say ##\psi(x)## is real function ?
I think it will be easier to go with this one.
 
  • Like
Likes   Reactions: PeroK
tanaygupta2000 said:
I think it will be easier to go with this one.
What should I assume psi(x) to be?
 
I just looked another question which was like this so I did like that.
 

Attachments

  • Capture.PNG
    Capture.PNG
    3.2 KB · Views: 195
PeroK said:
Any real-valued function!
Can I simply take sqrt(2/L) sin(n pi x/L)?
What should I get the value for <p>?
 
By "any" we mean "arbitrary". You have to calculate the integral for any function. You can of course try a specific function to see what you get. But, the general solution is fairly easy.
 
  • Like
Likes   Reactions: tanaygupta2000
PeroK said:
By "any" we mean "arbitrary". You have to calculate the integral for any function. You can of course try a specific function to see what you get. But, the general solution is fairly easy.
Can I simply take sin(x), cos(x) etc. ?
Please suggest me some easy function for calculating <p>.
 
tanaygupta2000 said:
Can I simply take sin(x), cos(x) etc. ?
Please suggest me some easy function for calculating <p>.
Try ##\psi(x) = e^{-x^2}## and don't worry about the normalisation constant.
 
  • Like
Likes   Reactions: tanaygupta2000