Commutation of differential operators

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
5 replies · 11K views
magicfountain
Messages
27
Reaction score
0

Homework Statement


Evaluate the commutator [itex]\left[\frac{d}{dx},x\right][/itex]

Homework Equations


[itex]\left[A,B\right]=AB-BA[/itex]

The Attempt at a Solution


[itex]\left[\frac{d}{dx},x\right]=1-x\frac{d}{dx}[/itex]

I don't know how to figure out [itex]x\frac{d}{dx}[/itex].
 
Physics news on Phys.org
Try using a test function here i.e. calculate [d/dx,x]f(x) and when you are done make sure you get some expression (...)f(x) again then what is between the brackets is your commutator.
 
I actually just figured this out.
Can somebody please just check this one I did for mistakes?

[A,B]=[(d/dx + x),(d/dx - x)]
(AB-BA)f=(d/dx + x)(d/dx - x) f -(d/dx - x)(d/dx + x) f
(d/dx + x)(df/dx - xf)- (d/dx - x)(df/dx + xf)
(df^2/dx^2 - f - x df/dx)+(x df/dx - x^2f)-(df^2/dx^2 + f +x df/dx)+(x df/dx + x^2f)
=-2f

--> [(d/dx + x),(d/dx - x)]=-2
 
magicfountain said:
I actually just figured this out.
Can somebody please just check this one I did for mistakes?

[A,B]=[(d/dx + x),(d/dx - x)]
(AB-BA)f=(d/dx + x)(d/dx - x) f -(d/dx - x)(d/dx + x) f
(d/dx + x)(df/dx - xf)- (d/dx - x)(df/dx + xf)
(df^2/dx^2 - f - x df/dx)+(x df/dx - x^2f)-(df^2/dx^2 + f +x df/dx)+(x df/dx + x^2f)
=-2f

--> [(d/dx + x),(d/dx - x)]=-2
That's fine.

You could have also used a few properties of commutators to save yourself some work, namely [A+B,C]=[A,C]+[B,C] and [A,B]=-[B,A]. Using those, you should be able to show that [(d/dx + x), (d/dx - x)] = 2[x, d/dx], and you've probably already worked out that last one and found it to be equal to -1.
 
vela said:
That's fine.

You could have also used a few properties of commutators to save yourself some work, namely [A+B,C]=[A,C]+[B,C] and [A,B]=-[B,A].
Very helpful. Thanks!