Computing the commutator [X̂², P̂²] gives a non-Hermitian result

  • Context: Graduate 
  • Thread starter Thread starter antibrane
  • Start date Start date
  • Tags Tags
    Commutator
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 31K views
antibrane
Messages
37
Reaction score
0
I am attempting to calculate the commutator [itex][\hat{X}^2,\hat{P}^2][/itex] where [itex]\hat{X}[/itex] is position and [itex]\hat{P}[/itex] is momentum and am running into the following problem. The calculation goes as follows,

[tex] [\hat{X}^2,\hat{P}^2]=-\left(\underbrace{[\hat{P}^2,\hat{X}]}_{-2i\hbar\hat{P}}\hat{X}+\hat{X}\underbrace{[\hat{P}^2,\hat{X}]}_{-2i\hbar\hat{P}}\right)=2i\hbar\left(\hat{P}\hat{X}+\hat{X}\hat{P}\right)[/tex]

and using that [itex][\hat{X},\hat{P}]=i\hbar[/itex] we find that

[tex] [\hat{X}^2,\hat{P}^2]=2i\hbar\left[\left(\hat{X}\hat{P}-i\hbar\right)+\hat{X}\hat{P}\right]=4i\hbar\hat{X}\hat{P}+2\hbar^2[/tex]

which is wrong because I know from a theorem that if [itex]\hat{A}[/itex] is Hermitian and [itex]\hat{B}[/itex] is Hermitian then [itex][\hat{A},\hat{B}][/itex] is anti-Hermitian, which is definitely not the case here. What am I doing wrong?

Thanks in advance for any help.
 
Physics news on Phys.org
16180339887 said:
[tex] [\hat{X}^2,\hat{P}^2]=2i\hbar\left[\left(\hat{X}\hat{P}-i\hbar\right)+\hat{X}\hat{P}\right]=4i\hbar\hat{X}\hat{P}+2\hbar^2[/tex]

which is wrong because I know from a theorem that if [itex]\hat{A}[/itex] is Hermitian and [itex]\hat{B}[/itex] is Hermitian then [itex][\hat{A},\hat{B}][/itex] is anti-Hermitian, which is definitely not the case here. What am I doing wrong?

Maybe, in the last term, when checking whether it's anti-Hermitian, are you
forgetting to swap P and X ?
 
Doesn't [itex]2\hbar^2[/itex] destroy the anti-hermicity, since

[tex]\left(2\hbar^2\right)^{\dagger}\neq -2\hbar^2[/tex]
 
16180339887 said:
Doesn't [itex]2\hbar^2[/itex] destroy the anti-hermicity, since

[tex]\left(2\hbar^2\right)^{\dagger}\neq -2\hbar^2[/tex]

[tex] (4i\hbar XP + 2\hbar^2)^\dagger ~=~ -4i\hbar PX + 2\hbar^2<br /> ~=~ -4i\hbar(XP - i\hbar) + 2\hbar^2 ~=~ -4i\hbar XP - 4\hbar^2 + 2\hbar^2<br /> ~=~ -(4i\hbar XP + 2\hbar^2)[/tex]
 
Use the rule:

[tex] [\hat{A}^{2}, \hat{B}^{2}] = [\hat{A}^{2}, \hat{B}] \, \hat{B} + \hat{B} \, [\hat{A}^{2} \, \hat{B}][/tex]

and

[tex] [\hat{A}^{2}, \hat{B}] = \hat{A} \, [\hat{A}, \hat{B}] + [\hat{A}, \hat{B}] \, \hat{A}[/tex]
 
oh you are right i was forgetting to change the order of X and P. Thanks. Thanks for your comment as well Dickfore I will use that.