QM: Commuting the Hamiltonian with position

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
4 replies · 26K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi all.

I am commuting the Hamiltonian (H = p2/(2m) + V(x)) with position. This is what I get:

[tex] [H,x] = -\frac{i\hbar}{m}p, [/tex]

where p is the momentum operator. But here's my question: The momentum-operator contains d/dx, so does this mean that the commutator is zero, or do I leave it as I have derived it above?

Because my trouble is that I have to take the expectation value of the above commutator, and how does it make sense to take the expectation value of an operator?

I hope you can shed some light on this. Thanks in advance.Niles.
 
Last edited:
Physics news on Phys.org
Niles said:
The momentum-operator contains d/dx, so does this mean that the commutator is zero, or do I leave it as I have derived it above?
Why would it mean that? d/dx doesn't commute with x.

Niles said:
how does it make sense to take the expectation value of an operator?
Operators are the only things you ever take expectation values of in QM, so why wouldn't it make sense? The interpretation is that the expectation value tells you the average of a large number of measurements of the operator performed on identically prepared systems.
 
Niles said:
The momentum-operator contains d/dx, so does this mean that the commutator is zero, or do I leave it as I have derived it above?


First, thanks for replying. What I mean is that we have a d/dx just "hanging" in the air, i.e.:

[tex] [H,x] = -\frac{i\hbar}{m}\frac{\hbar}{i}\frac{d}{dx}.[/tex]

The d/dx works on a constant ("1", I guess?), so that's why I think that it might be zero. But you say it is not?

Fredrik said:
Operators are the only things you ever take expectation values of in QM

Ok, that's comforting to know. That at least takes care of problem #2.

Thanks in advance.
 
Last edited:
Niles said:
[tex] [H,x] = -\frac{i\hbar}{m}\frac{\hbar}{i}\frac{d}{dx}.[/tex]

The d/dx works on a constant ("1", I guess?), so that's why I think that it might be zero. But you say it is not?
The d/dx does not work on a constant (necessarily). I suppose you could say that it is just hanging in the air. Remember, this is QM, and so observables are operators. What about H? Is H=V(x) because the Laplacian is working on a constant? No; it is also an operator. x is an operator, too, but we treat it like a regular number when we work in the configuration basis (as you are doing), which is the eigenbasis of x, so you can replace the operator x with its eigenvalue. If it makes you feel more comfortable, work with the "matrix elements":

[tex] \int{}dx\ \psi_1^*(x)[H,x]\psi_2(x)=-\frac{\hbar^2}{m}\int{}dx\ \psi_1^*(x)\frac{d\psi_2(x)}{dx}[/tex]

The only reason it would work on a constant is if a constant could solve the Schroedinger equation.
 
Great, thanks to both of you for taking the time to help me.