Derivative of Time Evolution Operator: Exp(-iHt)

aaaa202
Messages
1,144
Reaction score
2
For the time evolution operator:

exp(-iHt)

How do I take the derivative of an operator like this keeping the order correct? I mean I of course know how to differentiate an exponential function, but this is the exponential of an operator.
 
Physics news on Phys.org
You mean differentiating that with respect to ##t##? It's just ##\frac{d}{dt}e^{-iHt}=-iHe^{-iHt}=-ie^{-iHt}H##, because ##H## commutes with ##e^{-iHt}##. (you can see this by expanding the exponential to power series and noting that ##H## commutes with any power of itself)

If the problem were to differentiate ##e^{At}e^{Bt}##, where ##A## and ##B## are non-commuting operators, you would have to be more careful:

##\frac{d}{dt}\left(e^{At}e^{Bt}\right)=\left(\frac{d}{dt}e^{At}\right)e^{Bt}+e^{At}\left(\frac{d}{dt}e^{Bt}\right)=Ae^{At}e^{Bt}+e^{At}Be^{Bt}##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top