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

  • Thread starter Thread starter Calu
  • Start date Start date
  • Tags Tags
    Commutator
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.
 
Physics news 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.
 
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