Evaluating Commutator for Operators on f(x)

  • Context: Graduate 
  • Thread starter Thread starter joycey
  • Start date Start date
  • Tags Tags
    Commutator
Click For Summary

Discussion Overview

The discussion revolves around evaluating the commutator of two operators, the parity operator \(\hat{U_p}\) and the translation operator \(\hat{U_t}(a)\), acting on a function \(f(x)\). Participants explore different methods of evaluation, the implications of operator order, and the resulting expressions for the commutator.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose two methods to evaluate the commutator \([\hat{U_p},\hat{U_t}(a)]f(x)\) and note that they yield different results.
  • One method leads to the expression \(f(-x-a) - f(-x+a)\), while the other leads to \(f(-x+a) - f(-x-a)\), raising questions about the correct interpretation of operator order.
  • Some participants assert that both methods are valid but highlight that the non-zero commutation relation indicates the operators do not commute.
  • A participant points out a potential mistake in assuming the equivalence of \(A f(x)\) and \(\langle x|A|f\rangle\), suggesting that the second method may be incorrect.
  • Another participant challenges the evaluation of the translation operator's effect on the parity operator, suggesting a misunderstanding in the application of the operators.
  • There are discussions about the implications of Hermitian operators and the validity of certain mathematical steps in the context of quantum mechanics.
  • Some participants express confusion about the definitions and interpretations of the operators, leading to differing conclusions about their commutation properties.

Areas of Agreement / Disagreement

Participants generally do not reach a consensus on the correct method for evaluating the commutator or the implications of their results. Multiple competing views remain regarding the interpretation of operator order and the effects of the operators on the function.

Contextual Notes

There are unresolved assumptions regarding the definitions and properties of the operators involved, as well as the mathematical steps taken in the evaluations. The discussion reflects a range of interpretations that may depend on specific definitions or contexts within quantum mechanics.

joycey
Messages
8
Reaction score
0
I'm having difficulty trying to figure out which of the following is the correct method to properly evaluate the effect of the operators on f(x).

Given that,
[tex]\hat{A}f(x)=<x|\hat{A}|f>[/tex]

If the polarity operator, [tex]\hat{U_p}[/tex], and the translation operator, [tex]\hat{U_t}(a)[/tex], act as
[tex]\hat{U_p}f(x)=f(-x)[/tex]
[tex]\hat{U_t}(a)f(x)=f(x-a)[/tex]

Which of the following is the correct method of evaluating the commutator [tex][\hat{U_p},\hat{U_t}(a)]f(x)[/tex].

[tex]\begin{array}{rl}<br /> \hat{U_p}\hat{U_t}(a)f(x)&=\hat{U_p}f(x-a)\\<br /> &=f(-x+a)[/tex]

or

[tex]\begin{array}{rl}<br /> \hat{U_p}\hat{U_t}(a)f(x)&=<x|\hat{U_p}\hat{U_t}(a)|f>\\<br /> &=<-x|\hat{U_t}(a)|f>\\<br /> &=<-x-a|f>\\<br /> &=f(-x-a)[/tex]

Why do I get a different result? The order of the operators acting has obviously changed, but which is the correct order? I am tempted to believe the second case, but I can't really see the difference.
 
Physics news on Phys.org
They are both correct. What you have proven here is that the commutator of the two operators is NOT 0.

marlon
 
Hey Marlon,

Thanks for the answer, but that's not what I was trying to get at. I realize that either way I evaluate these the commutation relation will be non-zero, I just get a different relation depending on the method. Which is what I'm wondering here.

[tex] \begin{array}{rl}<br /> [\hat{U_p},\hat{U_t}(a)]f(x)&=<x|\hat{U_p}\hat{U_t}(a)|f>-<x|\hat{U_t}(a)\hat{U_p}|f>\\<br /> &=<-x|\hat{U_t}(a)|f>-<x-a|\hat{U_p}|f>\\<br /> &=<-x-a|f>-<-x+a|f>\\<br /> &=f(-x-a)-f(-x+a)<br /> \end{array}[/tex]

and

[tex] \begin{array}{rl}<br /> [\hat{U_p}\hat{U_t}(a)]f(x)&=\hat{U_p}\hat{U_t}(a)f(x)-\hat{U_t}(a)\hat{U_p}f(x)\\<br /> &=\hat{U_p}f(x-a)-\hat{U_t}(a)f(-x)\\<br /> &=f(-x+a)-f(-x-a)<br /> \end{array}[/tex]

These commutation relations are clearly not equivalent. I am trying to figure out which one is the correct interpretation. I can not seem to see a flaw in either, but there must be some subtle difference between the way in which I have evaluated them. Basically, the order of the operators is reversed between the two, but I am unsure which is the correct order.
 
You say:

[tex]<-x|\hat{U_t}(a)|f> = <-x-a|f>[/tex]

But

[tex]\hat{U_t}(a)|x> = |x - a>[/tex]?

So, I think

[tex]\hat{U_t}(a)|-x> = |-(x-a)> = |-x+a>[/tex]

Is that right? If so, that's your mistake.
 
In fact, [tex]\hat{U_t}(a)|x> = |x+a>[/tex]

[tex]\hat{U_t}(a)[/tex] represents the translation operator, translating the current x-coordinate.

[tex]<x|\hat{U_t}(a) = <x|\hat{U_t}^\dagger(-a) = <x-a|[/tex]

hence, my statement that

[tex]\hat{U_t}(a)f(x) = <x|\hat{U_t}(a)|f> = <x-a|f> = f(x-a)[/tex]

So, if the current x coordinate is -x then the new coordinate should be -x+a, not -x-a. Following that method, I get the following though, which still doesn't match.

[tex] \begin{array}{rl}<br /> [\hat{U_p},\hat{U_t}(a)]f(x)&=<x|\hat{U_p}\hat{U_t}(a)|f>-<x|\hat{U_t}(a)\hat{U_p}|f>\\<br /> &=<-x|\hat{U_t}(a)|f>-<x-a|\hat{U_t}(a)|f>\\<br /> &=<-(x-a)|f>-<-(x-a)|f>\\<br /> &=f(-x+a)-f(-x+a)<br /> \end{array}[/tex]
 
Have we established the validity that if A and B are each Hermitian, that AB and BA are also hermitian? If not, then even if you can write <i|A|j> and <i|B|j>, it doesn't necessarily follow that you can write <i|AB|j> etc. This is only valid for a hermitian operator, is it not? That might explain why it "doesn't match".

Zz.

Edit: Er.. never mind. I should have proved it to myself before I posted this. Carry on...
 
Last edited:
The problem lies in assuming that A f(x) and <x|A|f> are the same thing. They are not.
In fact, <x|a|f> = integral/sum over y of <x|A|y><y|f>. So your second method is incorrect, as far as evaluating Up Ut f is concerned.
Regards,
Reilly Atkinson
 
I just want to ensure that I understand you correctly. Especially since I wrote out the statements in two different orders.

To recap how I interpret things,

[tex]f(x)=<x|f>[/tex]

[tex]\begin{array}{rl}<br /> \hat{A}f(x)&=<x|\hat{A}|f>\\<br /> &=\int dx' <x|\hat{A}|x'><x|f><br /> \end{array}[/tex]

Now, if I let [tex]\hat{A}=\hat{U_p}\hat{U_t}(a)[/tex] then,

[tex]\begin{array}{rl}<br /> \hat{U_p}\hat{U_t}(a)f(x)&=\int dx' <x|\hat{U_p}\hat{U_t}(a)|x'><x'|f>\\<br /> &=\int dx' <x|\hat{U_p}|x'+a><x'|f>\\<br /> &=\int dx' <x|-x'-a><x'|f>\\<br /> &=\int dx' \delta(x+x'+a) <x'|f>\\<br /> &=f(-x-a)[/tex]

since, [tex]x'=-x-a[/tex].

Thanks for your help.
 
This step is not correct I think:

[tex]\begin{array}{rl}\hat{U_p}\hat{U_t}(a)f(x)&=\hat{U_p}f(x-a)\\&=f(-x+a)[/tex]​

indeed:

[tex]\begin{array}{rl}\hat{U_p}\hat{U_t}(a)f(x)&=\hat{U_p}f(x-a))\\&=\hat{U_p}g(x)\\&=g(-x)\\&=f(-x-a)[/tex]​

where g(x) = f(x-a)
and where I assume the rules of the game are as above since the definitions are valid for any functions
 
  • #10
lalbatros,

I think you made a mistake in going from [tex]g(-x')[/tex] to [tex]f(-x-a)[/tex].

If we define [tex]x' \equiv x-a[/tex], as you have done to go from [tex]f(x-a) \Rightarrow g(x')[/tex], then shouldn't we find that [tex]-x'=-(x-a)=-x+a[/tex]?
 
  • #11
Hi

I did not define x' = x-a and g(x') = f(x-a)

I defined g(x) = f(x-a) , g is another function of x

and since the operators apply in the same way for all functions of x, the result follows.

To summarize: check the definition of the parity operator, it applies to any function of course
 
  • #12
lalbatros,

To manipulate it in such a manner, you assume the particle is at x, not x+a. The parity operator should effectively reflect around the axis, meaning something that is at x+a must be x+a to the left, or, at -x-a.
 
  • #13
The parity operator is simply:

"replace x by -x"​
 
  • #14
By that definition (very different than the one I have learned) these operators do commute. Something I am quite certain they should not. Your definition leads to,

[tex]\begin{array}{rl}<br /> [\hat{U_t}(a),\hat{U_p}]f(x)&=\hat{U_t}(a)\hat{U_p}f(x)-\hat{U_p}\hat{U_t}(a)f(x)\\<br /> &=\hat{U_t}(a)f(-x)-\hat{U_p}f(x-a)\\<br /> &=f(-x-a)-f(-x-a)\\<br /> &=0<br /> \end{array}[/tex]
 
  • #15
joycey said:
I just want to ensure that I understand you correctly. Especially since I wrote out the statements in two different orders.

To recap how I interpret things,

[tex]f(x)=<x|f>[/tex]

[tex]\begin{array}{rl}<br /> \hat{A}f(x)&=<x|\hat{A}|f>\\<br /> &=\int dx' <x|\hat{A}|x'><x|f><br /> \end{array}[/tex]

Now, if I let [tex]\hat{A}=\hat{U_p}\hat{U_t}(a)[/tex] then,

[tex]\begin{array}{rl}<br /> \hat{U_p}\hat{U_t}(a)f(x)&=\int dx' <x|\hat{U_p}\hat{U_t}(a)|x'><x'|f>\\<br /> &=\int dx' <x|\hat{U_p}|x'+a><x'|f>\\<br /> &=\int dx' <x|-x'-a><x'|f>\\<br /> &=\int dx' \delta(x+x'+a) <x'|f>\\<br /> &=f(-x-a)[/tex]

since, [tex]x'=-x-a[/tex].

Thanks for your help.

Why the polemics,this the correct version,in agreement with QM principles and position/momentum representations of vectors and operators...
 
  • #16
Read a definition here:


Other starting points are possible of course. You can choose different representations.
But in the choosen way, all this is quite simple.

I did not make any comment on their commutator.
You can check that they do not commute:

UaUp f(x) = Ua f(-x) = f(-(x-a)) = f(-x+a)
UpUa f(x) = Up f(x-a) = f(-x-a)​

Interpretation:
plane waves are eigenfunctions of the translation operator Ua,
but they are obviously not eigenfunctions of the parity operator (except for a zero wavevector).​

ps: the reason of my posts is that the formula for UpUa f(x) in the first post was not correct (see above here), not taste for polemic!
 
Last edited:
  • #17
Note, a la lalbatros, Up Ut(a) = Up Ut(a) U(-1)p Up = Ut(-a) Up, where, in spite of cumbersome notation, U(-1)p is the inverse of Up, the parity transformation. Indeed, parity and translations do not commute.
Regards,
Reilly Atkinson
 
  • #18
Reilly,

Thanks for your summary:

Up Ut(a) = Ut(-a) Up​

This tells it crystal clear.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K