Propagator for a particle in free space

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
6 replies · 6K views
plmokn2
Messages
31
Reaction score
0
Sorry for not following the template but as I'm not answering a problem it didn't seem apropriate. Hopefully this is the right place to put this (it seems somewhere between introductory and advanced).

Just when I thought I was getting my head round this stuff I'm completely stuck on how the two lines in the section of the book I'm reading follow from the first line. Any explanation would be appreciated please.

For context it's derived the propagator for a particle in free space (H=P^2/2m) (all in 1 dimension) so:
|E> = a|p=(2mE)^1/2> + b|p=-(2mE)^1/2>
for arbitary a,b.
Giving a propagator:
U(t)=INT( |p><p|exp(-iEt/hbar) from minus infinity to plus infinity where E is the energy eigenvalue=p^2/2m since it's degenerate.

The book is then evaluating the propagator (U) explicitly in the X basis.
I've done the rest in math type to hopefully make it readable:
http://i196.photobucket.com/albums/aa266/plmokn_02/prop.jpg
Thanks very much
 
Physics news on Phys.org
I'm not sure, sorry. I know the kets labled |p> are the energy eigenvectors, but I'm not sure where that leads.
The second line doesn't look dissimilar to a delta function but there are some extra factors of hbar that have appeared.
Thanks
 
letting psi take the momentum eigenstate:
[itex]p( x) = \left< x | p \right>[/itex]
so
<x|p><p|x'>=p(x)p(x')
but then I'm not sure how to get from this to an integrated exponential?
Thank you.
 
Last edited:
(all the h should be hbar)
[itex]-i h d\psi/dx = p\psi[/itex]
giving [itex]\psi=Ae^{ipx/h}[/itex]
and then when we choose A to normalise it the factor we need comes out. Then writing the second inner product as <p|x'>=complex conjugate(<x'|p>) we get the result in the second line.
Then the last bit is a straightforward integral once the argument of the exponential is written in completed square form.
Thank you