Verify the commutation relations for x and p by definition.

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 · 2K views
pdxautodidact
Messages
26
Reaction score
0

Homework Statement


Verify ##\left[ x^{i} , p_{k}\right] = i \hbar \delta^{i}_{k}##

Homework Equations


## p_{j} = -i \hbar \partial_{j}##

The Attempt at a Solution



Writing it out i get
$$ i \hbar \left( \partial_{k} x^{j} - x^{j} \partial_{k} \right)$$
The Kronecker makes perfect sense, it's identically zero unless k=j. Assuming it does, I arrive at:
$$ i \hbar \delta^{j}_{k} \left( \partial_{k} x^{j} - x^{j} \partial_{k} \right)$$

I assume I am missing something obvious, because most of the problem in this book are pretty straight forward, but this one's been a pain. I'm not doing any coursework, I already did my undergrad and am in limbo.

*Note Einstein convention is in use*
cheers.
 
Physics news on Phys.org
CompuChip said:
You should apply the commutator to a test function f(xk) (which is shorthand for f(x1, x2, x3) because k is a free index) and work out what the partials do with it.

I don't follow, do you mean what the term in parenthesis becomes when i=J? (## 1- x \bullet \nabla##). The book's question specifically says verify the commutation relation using the definition of momentum given. Sorry, I should have been more precise maybe?
 
I mean that "##(\partial_k x^j - x^j \partial_k)##" by itself does not make sense. You should consider a test function f and work out what
$$(\partial_k x^j - x^j \partial_k)f$$
is, taking into account things like the product (Leibniz) rule.

I assume that by "use the definition of momentum" they just mean you should use ## p_{j} = -i \hbar \partial_{j}## as you have already done.
 
  • Like
Likes   Reactions: 1 person
CompuChip said:
I mean that "##(\partial_k x^j - x^j \partial_k)##" by itself does not make sense. You should consider a test function f and work out what
$$(\partial_k x^j - x^j \partial_k)f$$
is, taking into account things like the product (Leibniz) rule.

I assume that by "use the definition of momentum" they just mean you should use ## p_{j} = -i \hbar \partial_{j}## as you have already done.

I understand that it works, the problem comes from a chapter titled "Lie Groups and Lie Algebras", so I assumed it was something more fundamental. Thank you.