Why Does xp ≠ i * hbar? | Wolfram Alpha

  • Context: Graduate 
  • Thread starter Thread starter leonmate
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 22K views
leonmate
Messages
81
Reaction score
1
xp - px = x * (-i*hbar*d/dx) - (-i * hbar * d/dx (x)) = i * hbar

I can see that the px = i * hbar
But, why does xp = 0 ... ? I just get - i * hbar everytime I try, Wolfram Alpha agrees...

Can anyone show me why this isn't the case please?
 
  • Like
Likes   Reactions: marwahatem
Physics news on Phys.org
leonmate said:
I can see that the px = i * hbar
Really? Show how you got that.
 
The annoying thing about commutators is that, because they are operators, when you do it out explicitly you have to apply them to a function to make them work out, so apply [x,p] to f and see what happens.
 
  • Like
Likes   Reactions: vanhees71
Ok,

What I've been doing is just d/dx ( const * x ) = x
That works when we apply p to x. But not x to p I suppose.
 
leonmate said:
Ok,

What I've been doing is just d/dx ( const * x ) = x
That works when we apply p to x. But not x to p I suppose.
These are operator relationships. To calculate what you call "px", you need to evaluate:
$$
\left( -i \hbar \frac{\partial}{\partial x} \right) x \psi$$
Note that you apply x first, then the derivative. So you'll need to use the product rule.
 
Bit aside, how arises I in p and x?
 
Hi,

Roughtly speaking, the derivative operator "p" acts over everything to the right and the wave function it's always implicitly the last term, so you really have:

pxΨ= i * hbar ∂x(xΨ) = i * hbar * [x * ∂x(Ψ) + Ψ * ∂x(x) ]

Where Ψ is the wave function in the evaluated point, implicitly, Ψ(x).

x(x) = 1 so the conmutation is [x,p]Ψ = (xp - px)Ψ = i*h_bar Ψ.
Sergio
 
Derivative is Ok, but what for I ? Moreover, how imaginary valued are connected with physical?
 
mac_alleb said:
Derivative is Ok, but what for I ?
What do you get when you use the product rule to evaluate the last expression in post #7?

mac_alleb said:
Moreover, how imaginary valued are connected with physical?
There are many such connections. For example, ##|\psi(x)|^2\Delta x## is approximately equal to the probability that a particle detector near ##x## that's covering a region of size ##\Delta x## will detect a particle.
 
  • Like
Likes   Reactions: vanhees71