Operator in exponential function and generating 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
1 reply · 5K views
ChrisLM
Messages
9
Reaction score
0
J.J. Sakurai Modern Quantum Mechanics p. 74
It says,
[A,H] = 0;
H|a'> = Ea' |a'>
where H is the Hamiltonian A is any observable |a'> is eigenket of A

then,

exp ( -iHt/h)|a'> = exp (-iEa't/h)|a'>

where h is the reduced Planck's constant.
I want to know WHY ?
and besides, I would like to ask what is generating function means?
I have encountered
xnew= x + dx
pnew = p
then generating function for infinitesimal translation is
F(x,P) = x · P + p · dx
How can I understand it ?

Thank You ! I wish this time is readily to read !
 
Physics news on Phys.org
ChrisLM said:
J.J. Sakurai Modern Quantum Mechanics p. 74
It says,
[A,H] = 0;
H|a'> = Ea' |a'>
where H is the Hamiltonian A is any observable |a'> is eigenket of A

then,

exp ( -iHt/h)|a'> = exp (-iEa't/h)|a'>

where h is the reduced Planck's constant.
I want to know WHY ?

You can use the definition:

[tex]e^{-iHt/h} = \sum_{n = 0}^\infty \frac{1}{n!} \left( -\frac{i}{h} H t \right)^n[/tex]
Now t and i/h are numbers, so
[tex]\left( -\frac{i}{h} H t \right)^n = \left( -\frac{i}{h} t \right)^n H^n[/tex]
and you can easily show that
[tex]H^n |a'\rangle = E_{a'}^n |a'\rangle[/tex]
to get
[tex]\sum_{n = 0}^\infty \frac{1}{n!} \left( -\frac{i}{h} E_{a'} t \right)^n = e^{-i E_{a'} t / h}[/tex]