Commutator question. [A,B] =.lambda proof

  • Thread starter Thread starter Jreyes613
  • Start date Start date
  • Tags Tags
    Commutator Proof
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 · 3K views
Jreyes613
Messages
9
Reaction score
0

Homework Statement


Hello!
I'm having troubles with this proof.
given two operators A &B , such that [A,B] = λ where λ is complex,and μ is also complex, show that

exp{μ(A+B)} = exp{μA}exp{μB}exp{(-μ^2λ)/2}


Homework Equations



[A,B] = λ.
[A,B] = AB-BA = λ

The Attempt at a Solution


I have tried expanding the right side of the equation into three different exponentials by subbing in λ=AB-BA.
I get exp{μ(2A+2B-μAB+μBA}
but i seem to have a factor of two extra...
I'm not even sure if i am on the right track, so if anyone could give me a starting point it would be greatly appreciated!
 
Physics news on Phys.org
It seems like maybe you tried adding the exponents on the right hand side. That's not allowed. If [itex]e^Ae^B[/itex] generally is not equal to [itex]e^{A+B}[/itex]. That would contradict what you are trying to show. Anyway, I'm not sure the best way to solve this problem, but what you are trying to show is.


[tex]\sum_{n=0}^\infty \frac{\mu^nA^n}{n!} \sum_{m=0}^\infty \frac{\mu^mB^m}{m!} \sum_{a=0}^\infty \frac{\left(-1\right)^a\mu^{2a}\lambda^a}{2^a a!}[/tex]
[tex]=\sum_{b=0}^\infty \frac{\mu^b (A+B)^b}{b!}[/tex]

You could try seeing if you can figure out where at the terms come from in the first expression.
[itex](A+B)^0= 1[/itex]
[itex](A+B)^1= A + B[/itex]
[itex](A+B)^2= A^2 + 2AB - [A,B]+ B^2 = A^2 + 2AB + B^2 - \lambda[/itex]
[itex](A+B)^3= (A+B)\left( A^2 + 2AB + B^2 - \lambda\right)[/itex]

However I'm really not sure exactly how to get this result.
 
Thank you guys.
Yes , my TA said that you can use the Baker -Campbell-Hausdorff formula.

I will be able to solve it now, thanks!