Do (Lz)op and (L^2)op Commute?

  • Thread starter Thread starter metgt4
  • Start date Start date
metgt4
Messages
34
Reaction score
0

Homework Statement



It has been shown that the operators (Lx)op and (Ly)op do not commute but satisfy the following equation:

(Lx)op(Ly)op - (Ly)op(Lx)op = i(hbar)(Lz)op

(a) Use this relation and the two similar equations obtained by cycling the coordinate labels to show that (L2)op(Lz)op = (Lz)op(L2)op, that is, these two operators commute. [Hint: You do not need to introduce the differential formulas for the operators. Use the fact that (AB)C = A(BC) where A, B, and C are operators]


The question continues, but this is the part I am having trouble with.

I already attempted a solution (scan is attached), and my prof gave me the following hint:

"Hi Andrew - one suggestion: instead of writing every operator as a commutator,
consider instead moving operators from right to left using commutation relations.
For example, on the LHS you have X^2*Z=X(XZ) = X *(ZX) + stuff (using a commutator
relation), which in turn is equal to (XZ)*X = Z*X^2 + more stuff (using a commutator
relation). But then you have something that's on the RHS, ie Z*X^2."

My problem here is that I have not been able to find a commutator relation that allows me to move the components of the equation around like that, nor have I been able to work a relation out myself.

I'd like to work out as much of this problem as I can, so hints would be preferred!

Thanks in advance for your help!


Andrew



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
I think your professor is trying to say something like this:

If we have [x,y p_x] = y[x,p_x] because y commutes can just be factored out.
 
You're looking to see that [L^2,L_z]=0 right? And since you know that L^2=L_x^2+L_y^2+L_z^2, you can say

<br /> [L_x^2+L_y^2+L_z^2,L_z]=something<br />

This should be a good push in the right direction.
 
Normally you have that [A,B]=-[B,A] unless A and B commute, which case [A,B]=[B,A]=0. So if you need to prove that [L^2,L_z]=[L_z,L^2], you just need to show that

<br /> [L_x^2+L_y^2+L_z^2,L_z]=something<br />

and

<br /> [L_z,L_x^2+L_y^2+L_z^2]=something<br />

where both something's are the same thing, zero.

EDIT: That's weird...I got an email saying you responded already, by it's not here after I posted this...hmmm...a glitch in the Matrix??
 
Must have been a glitch. I was in class/the library for the last few hours! Thanks for the help there though, I'll keep working on it and hopefully won't run into any more trouble!
 
I decided to go back and plug in the actual values of each operator. My work is in attached. Is my physics/math correct, or did I oversimplify things?
 

Attachments

  • scan0006.jpg
    scan0006.jpg
    9.3 KB · Views: 436
Your professor is trying to explain to you a useful manipulation. All you do is take the definition of a commutator

[a,b] = ab - ba

and rearrange it to read

ab = ba + [a,b]

Now you have a means of getting one operator to "move through" another, and you can work with just the commutator algebra, rather than having to use any particular representation of the operators. For example:

a^2b = aab = aba + a[a,b] = ba^2 + [a,b]a + a[a,b]

Using this idea, you should be able to solve your problem using only the commutation relations alone; you don't need the representation in terms of differential operators.
 
Ben Niehoff said:
Your professor is trying to explain to you a useful manipulation. All you do is take the definition of a commutator

[a,b] = ab - ba

and rearrange it to read

ab = ba + [a,b]

Now you have a means of getting one operator to "move through" another, and you can work with just the commutator algebra, rather than having to use any particular representation of the operators. For example:

a^2b = aab = aba + a[a,b] = ba^2 + [a,b]a + a[a,b]

Using this idea, you should be able to solve your problem using only the commutation relations alone; you don't need the representation in terms of differential operators.
Yes, that's exactly what I was about to say myself.
 
Ben Niehoff said:
Your professor is trying to explain to you a useful manipulation. All you do is take the definition of a commutator

[a,b] = ab - ba

and rearrange it to read

ab = ba + [a,b]

Now you have a means of getting one operator to "move through" another, and you can work with just the commutator algebra, rather than having to use any particular representation of the operators. For example:

a^2b = aab = aba + a[a,b] = ba^2 + [a,b]a + a[a,b]

Using this idea, you should be able to solve your problem using only the commutation relations alone; you don't need the representation in terms of differential operators.

That seems a strange way of going about it. I would have just used the fact that [AB,C]=[A,C]B+A[B,C] and come up with

<br /> [L_x^2+L_y^2+L_z^2,L_z]=[L_x^2,L_z]+[L_y^2,L_z]+[L_z^2,L_z]=[L_x,L_z]L_x+L_x[L_x,L_z]+[L_y,L_z]L_y+L_y[L_y,L_z]=onward<br />

and likewise for the other part.
 
Back
Top