Expectation value of a wave function

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
9 replies · 3K views
bjogae
Messages
20
Reaction score
0

Homework Statement



The wave function of a state is Psi(x)= N*a(x)exp(i*p0*x/h)where a(x) is a quadratically integrable real valued function Show that the expectation value of the function is p0.

Homework Equations





The Attempt at a Solution



The only thing I'm having a problem with is how to integrate the square of the wavefunction so that I could normalize N and put the operator p=-ih(d/dx) in the integral. So I think I know what to do, just not sure how to do it.
 
Physics news on Phys.org
First off the expectation value of what? Position?

Also what is p0, just a real-valued constant?
 
It's the expectation value of the momentum I'm after. Sorry, forgot to put that in. And yes, p0 is a real-valued constant.
 
All right so to normalize the wave function the wave function squared (probability) must be one. In this case you need to integrate [itex]\Psi^{*} \Psi[/itex] over all possible values (-inf to inf) and set that equal to 1, then solve for N.
 
But that's the thing. I have no idea of how to do the integral.
 
Well what have you tried? Start by setting up the integral and working as far as you can.
 
well I get stuck when I'm supposed to integrate a(x)^2*exp(i*2*p0*x/h). How do I do that?
 
[tex]1 = \int_{- \infty}^{\infty} \Psi^{*} \Psi dx[/tex]

Psi* is the complex conjugate of Psi. Do you know how to take a complex conjugate?

exp(i*2*p0*x/h) makes it seem like you're trying to do:

[tex]1 = \int_{- \infty}^{\infty} \Psi \Psi dx[/tex]

When you need to be doing:

[tex]1 = \int_{- \infty}^{\infty} \Psi^{*} \Psi dx[/tex]
 
For instance the complex conjugate of [tex]f(x) = A e^{i x}[/tex] is [tex]f(x)^{*} = A e^{-i x}[/tex] where A is a real constant.
 
Thanks, I think I got it right.