When to use H when to use U(H)?

  • Context: Graduate 
  • Thread starter Thread starter raisin_raisin
  • Start date Start date
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
3 replies · 2K views
raisin_raisin
Messages
26
Reaction score
0
Hello,
If the dynamics of the system are descibed by a Hamiltonian, H please could someone explain when should I be using
[tex]|\right \psi(t) \rangle=H\left |\right \psi(0) \rangle[/tex]
and when to use
[tex]|\right \psi(t) \rangle=U\left |\right \psi(0) \rangle[/tex]
where
[tex]U=e^{-iHt/\hbar}[/tex]

Thank you
 
Physics news on Phys.org
[tex]H[/tex] is the operator of energy. You use it, when you want to know the energy of a state from the eigenstate equation:
[tex]H \phi(0) = e \phi(0)[/tex]

[tex]U(t)[/tex] as you defined it, is a time shift operator. You use it when you want to know what will happen with your state after time [tex]t[/tex], provided you know it at time 0.
[tex]\phi(t) = U(t) \phi(0)[/tex]

You must first know energy from the first equation before you check time evolution from second equation.
 
haael said:
You must first know energy from the first equation before you check time evolution from second equation.
No.

You can apply the time development operator to systems w/o knowing their energy; this works even for systems (wavefunctions) that are not solutions to the Schrödinger equation specified by H. This is used both in scattering and in time-dependent perturbation theory: you can e.g. look at the scattering of plane waves in a given potential V (a certain H=T+V); it is clear that the plane waves do not solve the Schrödinger equation, therefore they are not eigenstates of H, but nevertheless you can use U (or some scattering operator derived from U) to evolve the plane waves in time and study the scattering matrix.
 
haael said:
[tex]H[/tex] is the operator of energy. You use it, when you want to know the energy of a state from the eigenstate equation:
[tex]H \phi(0) = e \phi(0)[/tex]

[tex]U(t)[/tex] as you defined it, is a time shift operator. You use it when you want to know what will happen with your state after time [tex]t[/tex], provided you know it at time 0.
[tex]\phi(t) = U(t) \phi(0)[/tex]
.
Thank you