How to Solve Commutators Using the Jacobian?

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
69 replies · 7K views
You need to use \hbar, not /hbar.

I'm going to use hats over the operators so you can keep track of what's going on. The first thing on the right is ##\hat{p}_x \psi = -i\hbar \frac{\partial \psi}{\partial x}##, so
$$\hat{p}_x \hat{x} \hat{p}_x \psi = \hat{p}_x \hat{x} (-i\hbar)\frac{\partial \psi}{\partial x} = -i\hbar\,\hat{p}_x \hat{x} \frac{\partial \psi}{\partial x}.$$
Now, again, evaluate the what the rightmost operator does.
 
Physics news on Phys.org
if it is supposed to be [tex]\frac{∂ψ}{∂x}[/tex], then I don't know what to do with this. If it is [tex]-i\hbar \frac{∂}{∂x} x[/tex], then it is just [tex]-i\hbar[/tex]
 
Last edited:
It is [itex]\frac{∂ψ}{∂x}[/itex]
 
Then it is [itex]\hat{x}[/itex], but I don't know its formula, or if it even has one besides [itex]\hat{x}[/itex]
 
Last edited:
So in this case it does nothing that would influence its right side, except for multiplication, right? Then I only see multiplication of two operators, [itex]\hat{p}x[/itex], which is just [itex]-i\hbar[/itex], and [itex]x\hat{p}\psi[/itex]. What can I do with this?
 
the only thing I see is [itex]-i\hbar\frac{∂x}{∂x}\frac{∂ψ}{∂x}[/itex]. Where am I making mistake?
 
[itex]-i\hbar\frac{∂x\frac{∂\psi}{∂x}}{∂x}[/itex]?
 
Gosh, I finally understood my mistake:P I just treated the whole thing as simple standard multiplication, just like I should do in normal mathematical case, however in case of operators I should just multiply every operator by the variable on its right side:D In normal situation it seems illogical, looking like this: ##(A+B)CD=(AD+BD)CD##, but in case of operators it should look like this ##(-i\hbar\frac{\partial }{\partial x}x+i\hbar\frac{\partial}{\partial x})(-i\hbar\frac{\partial }{\partial x})\psi=(-i\hbar(x\frac{\partial \psi}{\partial x}+\psi\frac{\partial x}{\partial x})+i\hbar\frac{\partial \psi}{\partial x})(-i\hbar\frac{\partial \psi}{\partial x})=(-i\hbar x\frac{\partial \psi}{\partial x}-i\hbar\psi i\hbar x\frac{\partial \psi}{\partial x})(-i\hbar\frac{\partial \psi}{\partial x})=(-i\hbar\psi)(-i\hbar\frac{\partial \psi}{\partial x})=-\hbar^2\psi \frac{\partial \psi}{\partial x}=-\hbar^2\frac{\partial }{\partial x}##
 
Unfortunately, I still do not know how to solve it using Jacobi identity... I am not even sure if I interpret it correctly. I tried to use the commutator ##[p^2_x,x]=[p_x p_x,x]##, use the given fact ##[p_x,x]=-i\hbar##, or ##[x,p_x]=i\hbar## and substitute it to Jacobi identity formula ##[p_x,[p_x,x]]+[p_x,[x,p_x]]+[x[p_x,p_x]]=0##, but those commutators zero themselves even before I sum them up. How to do this?
 
Last edited:
Rorshach said:
Gosh, I finally understood my mistake:P I just treated the whole thing as simple standard multiplication, just like I should do in normal mathematical case, however in case of operators I should just multiply every operator by the variable on its right side:D In normal situation it seems illogical, looking like this: ##(A+B)CD=(AD+BD)CD##, but in case of operators it should look like this ##(-i\hbar\frac{\partial }{\partial x}x+i\hbar\frac{\partial}{\partial x})(-i\hbar\frac{\partial }{\partial x})\psi=(-i\hbar(x\frac{\partial \psi}{\partial x}+\psi\frac{\partial x}{\partial x})+i\hbar\frac{\partial \psi}{\partial x})(-i\hbar\frac{\partial \psi}{\partial x})##
Unfortunately, you haven't understood your mistake. You're still doing the same thing you did before. It doesn't work at all like (A+B)CD = (AD + BD)CD.

After you apply the rightmost ##\hat{p}##, you have ##\hat{p}\hat{x}\,\left(-i\hbar \frac{\partial\psi}{\partial x}\right)##. Now ##-i\hbar\frac{\partial\psi}{\partial x}## is just another function. Let's call it ##f##. So now you have ##\hat{p}\hat{x}f##. What is ##\hat{x}f## equal to? Call that result ##g##. Then apply ##\hat{p}## to ##g##. What do you get?
 
##-i\hbar\frac{\partial g}{\partial x}##?
 
##-i\hbar\frac{\partial \psi}{\partial x}##?
 
##-i\hbar x\frac{\partial x}{\partial x}##
 
Oh right, I confused just derivative with applying the operator:P
 
it came down to ##-i\hbar(\frac{\partial g}{\partial x})=-i\hbar (-i\hbar\frac{\partial \psi}{\partial x})##, which is basically a half of the result, so it is correct, right?
 
Last edited:
I just made a mistake while writing the result in code, it should be ##-i\hbar x\frac{\partial \psi}{\partial x}##
 
##-i\hbar\frac{\partial \psi}{\partial x}##
 
I differentiated it by x, but from my experience I again made a mistake somewhere...
 
oh shoot... it is ##x\frac{\partial f}{\partial x}+f##... but it only complicates the matter, now I have ##-i\hbar(x\frac{\partial f}{\partial x}-i\hbar\frac{\partial \psi}{\partial x})##