Commutator Problem: Show [A,Bn] = cnBn-1

  • Thread starter Thread starter Calu
  • Start date Start date
  • Tags Tags
    Commutator
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
2 replies · 2K views
Calu
Messages
73
Reaction score
0

Homework Statement



Let the commutator [A,B] = cI, I the identity matrix and c some arbitrary constant.

Show [A,Bn] = cnBn-1

Homework Equations



[A,B] = AB - BA

The Attempt at a Solution



So I have started off like this:

[A,Bn] = ABn - BnA = cI

I'm not sure where to go from here.
 
on Phys.org
I think you are misunderstanding the question. [A,B^n] = AB^n - B^nA = cI is NOT in general true. You seem to be thinking that "AB- BA= cI" is to be true for all A, B. It is not. In this problem AB- BA= cI is true for this specific A and B.

You are told that AB- BA= cI. So [A, B^2]= AB^2- B^2A= AB^2- BAB+ BAB- B^2A= (AB- BA)B+ B(AB- BA)= cB+ Bc= 2cB. etc. Use proof by induction.
 
Calu said:

Homework Statement



Let the commutator [A,B] = cI, I the identity matrix and c some arbitrary constant.

Show [A,Bn] = cnBn-1

Homework Equations



[A,B] = AB - BA

The Attempt at a Solution



So I have started off like this:

[A,Bn] = ABn - BnA = cI

I'm not sure where to go from here.

For any operators you have the identity ##[D,EF]=[D,E]F+E[D,F]## that's handy and it's easy to prove. The case ##n=1## is obvious, so now try ##n=2##. Write ##[A,B^2]## as ##[A,BB]##. For the general case think about induction.