The meaning of the commutator for two operators

Click For Summary

Discussion Overview

The discussion revolves around the meaning and usefulness of the commutator for two operators in the context of solving ordinary differential equations (ODEs), particularly within quantum mechanics. Participants explore the implications of non-zero commutators and how they relate to the properties of the operators involved.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the meaning of the commutator \([T, T'] \ne 0\) and its application in solving an ODE.
  • Another participant suggests that if \(\gamma\) is a constant, then \([T, T'] = 0\) for the given operators.
  • Some participants explain that the order of operators matters, and provide examples to illustrate commutation and non-commutation.
  • There is a challenge regarding the calculation of the commutator, with one participant asserting that the cross terms cancel out, while another disagrees.
  • Discussions arise about the treatment of constants in derivatives, with conflicting views on whether \(\gamma\) can be treated as a constant or an operator.
  • One participant emphasizes that the derivative of a product involving a constant should yield a specific result, while others argue about the implications of operator order.
  • Clarifications are made about the nature of operators and how they act on functions, with some participants asserting that the derivative of a constant times a function does not yield zero.

Areas of Agreement / Disagreement

Participants express differing views on the implications of the commutator and the treatment of constants in derivatives. There is no consensus on whether the operators commute or the correctness of the calculations presented.

Contextual Notes

Participants reference specific mathematical expressions and operations involving the operators, but there are unresolved assumptions regarding the nature of \(\gamma\) and the treatment of derivatives in the context of operator algebra.

SemM
Gold Member
Messages
194
Reaction score
13
Hi, what is the true meaning and usefulness of the commutator in:

\begin{equation}
[T, T'] \ne 0
\end{equation}

and how can it be used to solve a parent ODE?

In a book on QM, the commutator of the two operators of the Schrödinger eqn, after factorization, is 1, and this commutation relation is used to solve the ODE. However, this can only work on that eqn, and not when a commutator is far more complex than 1, as in the given example of the Schrödinger eqn:

I have an ODE which has the following operators with the commutator:\begin{equation}
[T, T'] = -2i\hbar \frac{d}{dx}
\end{equation}

what does it really say about the ODE and it's properties? Can it be used to solve the ODE or re-write it in a different manner?The operators are:

T = ##\bigg(i\hbar d/dx +\gamma)##
T' = ##\bigg(-i\hbar d/dx +\gamma)##

Thanks!
 
Physics news on Phys.org
SemM said:
Hi, what is the true meaning and usefulness of the commutator in:

\begin{equation}
[T, T'] \ne 0
\end{equation}

[Some stuff deleted]

The operators are:

T = ##\bigg(i\hbar d/dx +\gamma)##
T' = ##\bigg(-i\hbar d/dx +\gamma)##

Thanks!

\gamma is just a constant? In that case, [T, T'] = 0 for those two operators.
 
  • Like
Likes   Reactions: SemM
Hi SenM,
As I know, when we have two operators act on a function, in general, we cannot change their order arbitrarily like our mood.
So ##\hat{A}\hat{B}\psi(x)## means that operator ##\hat{B}## must act on function ##\psi(x)## first, and then operator ##\hat{A}## acts on the result of ##\hat{B}\psi(x)## later, that's the rule.
For example, we have two operators ##\hat{A}## and ##\hat{B}##, with
$$\hat{A} \psi(x)=a\psi(x)$$ $$\hat{B}\psi(x)=b\psi(x)$$ (just that function multiply by a real number ##a,b##)
The formula of commutator of 2 operators is:
$$[\hat{A},\hat{B}]=\hat{A}\hat{B}-\hat{B}\hat{A}$$
So their commutator is $$[\hat{A},\hat{B}]\psi(x)=(\hat{A}\hat{B}-\hat{B}\hat{A})\psi(x)=ab\psi(x)-ba\psi(x)=0$$
We say that they are "commute" with each other, so you can act ##\hat{A}## on ##\psi(x)## first or ##\hat{B}## on ##\psi(x)##first, it doesn't matter, same result.
Another example, we have two operators ##\hat{x}## and ##\hat{p}## (momentum operator), with $$\hat{x}\psi(x)=x⋅\psi(x)$$ $$\hat{p}\psi(x)=-i\hbar\frac {\partial } {\partial x}\psi(x)$$
Their commutator is $$[\hat{x},\hat{p}]\psi(x)=(\hat{x}\hat{p}-\hat{p}\hat{x})\psi(x)=x⋅\left[-i\hbar\frac {\partial } {\partial x}\psi(x)\right]+i\hbar\frac {\partial } {\partial x}\left[x⋅\psi(x)\right]=i\hbar\psi(x)≠0$$
So they are "not commute" with each other, so if we have ##\hat{x}\hat{p}\psi(x)##, we can't let ##\hat{x}## acts on ##\psi(x)## before ##\hat{p}##, just try and you will see the different result!
So the calculation of "commutator" (just in this field, I don't know about commutator in abstract algebra like Group, Ring, Field,...) just let us know that the order of operators is arbitrary or not, which one can act first.
Too long example! Back to your operators ##\hat{T}## & ##\hat{T'}##, I see that if ##\gamma## is a constant, they are "commute" with each other, can't be ##-2i\hbar\frac {d} {dx}##!
Something wrong? Could you upload the whole question/exercise for us?
 
  • Like
Likes   Reactions: SemM
Nguyen Son said:
Something wrong? Could you upload the whole question/exercise for us?

Thanks Son!

Take:

##T = (ihd/dx + \gamma)##
##T' = (-ihd/dx + \gamma)##

Multiply out:

TT' = ##(ihd/dx + \gamma) \times (-ihd/dx + \gamma) = h^2 d^2/dx^2 + ihd/dx \gamma (0) -\gamma ihd/dx + \gamma^2##
T'T = ##(-ihd/dx + \gamma) \times (ihd/dx + \gamma) = h^2 d^2/dx^2 - ihd/dx \gamma (0) +\gamma ihd/dx + \gamma^2##

This yields :

##[TT'] = h^2 d^2/dx^2 -\gamma ihd/dx + \gamma^2 - (h^2 d^2/dx^2 +\gamma ihd/dx + \gamma^2)##

##[TT'] = -2\gamma ihd/dx##

Can you confirm that this is not wrong, or if it is why that minus doesn't disappear in the second non-vanishing term ##-\gamma ihd/dx - (\gamma ihd/dx) ##?
 
What is it that makes ##ih\; {d\over dx} \gamma(0)## disappear ? (bearing in mind the thing is an operator) ?
 
BvU said:
What is it that makes ##ih\; {d\over dx} \gamma(0)## disappear ? (bearing in mind the thing is an operator) ?
No, this is the derivation of a constant ##\gamma## times 0. That makes 0.
 
Nguyen Son said:
Sorry for my laziness
https://imgur.com/a/vF0NN
So ##\left[\hat{T},\hat{T'}\right]=0##
I am sorry, but I think you all have made a mistake here.

The sequence of operation of:

## ihd/dx \times \gamma \ne \gamma \times ihd/dx ##

The former yields the derivation of the constant ##\gamma## which gives 0. The second gives the ##\gamma i h ## times derivative operator, which can then act on some function ##\psi##
Please check! That is the whole core of this post.
 
SemM said:
No, this is the derivation of a constant ##\gamma## times 0. That makes 0.
Where did that (0) come from ?

Have you a good idea of what a commutator is ?
 
  • #10
BvU said:
Where did that (0) come from ?

Have you a good idea of what a commutator is ?

Sorry for confusion, that zero is just to say that that term is 0. Please see my previous post.
 
  • #11
It is not. The derivative of something times a constant is that constant times the derivative.
 
  • #12
BvU said:
It is not. The derivative of something times a constant is that constant times the derivative.

But the function ##\psi## is multiplied to the operators at last, because it is on the right. Doesn't the position (left or right) supersede the nature of what is multiplied to the operator?
 
  • #13
Correct. So ##{d\over dx} \gamma\Psi - \gamma {d\over dx }\Psi = 0 ##
 
  • #14
BvU said:
Correct. So ##{d\over dx} \gamma\Psi - \gamma {d\over dx }\Psi = 0 ##

What you write here I have no problem with. However, I am pretty sure that what happens in the brackets would be first "to decide"? Then outside the brackets (##\psi##) comes later?
 
  • #15
Uclear what you mean. ##T, T', TT', T'T ## and ##[T,T']## are all operators.
I am referring to the cross terms in your commutators: unlike you think, they cancel. Post #13 (:rolleyes:) should be clear to you, but I suspect it isn't, given your reply in #14.
 
  • #16
BvU said:
Uclear what you mean. ##T, T', TT', T'T ## and ##[T,T']## are all operators.
I am referring to the cross terms in your commutators: unlike you think, they cancel. Post #13 (:rolleyes:) should be clear to you, but I suspect it isn't, given your reply in #14.

This was actually taught to me by a Professor in QM, that :

## \gamma d/dx \ne d/dx \gamma##

because the latter is zero
 
  • #17
Goes to show that even a professorate isn't adequate protection -- but I suspect the poor chap is misquoted somehow.

Ask any mathematician (or math student): With gamma constant, $$ {d\over dx }\Bigl \{ \gamma [{\rm something}] \Bigr \} = \Biggl \{ {d\over dx }\gamma\Biggr \} [{\rm something}] + \gamma {d\over dx } [{\rm samething}] = 0 +\gamma {d\over dx } [{\rm samething}] = \gamma {d\over dx } [{\rm samething}]$$
 
  • Like
Likes   Reactions: SemM
  • #18
SemM said:
This was actually taught to me by a Professor in QM, that :

## \gamma d/dx \ne d/dx \gamma##

because the latter is zero

That is not correct. \frac{d}{dx} \gamma \neq 0. Why not?

What's confusing is that an expression such as \gamma is ambiguous:
  • It might be interpreted as a function, whose value is constant.
  • It might be interpreted as an operator on functions, that returns a multiple of the original function.
An operator is something that takes a function and returns a different function.

Commutators work on operators. When you write a product of two operators A B the meaning of that is NOT A acting on B. The meaning is that A B is a new operator whose action on a function f(x) is given by:

A B f(x) = A (B f(x))

First, you operate using B. The result is a new function. Then you let A operate on that.

So the meaning of \frac{d}{dx} \gamma is NOT "take the derivative of the constant function \gamma". As an operator, it is defined by:

\frac{d}{dx} \gamma f(x) = \frac{d}{dx} (\gamma f(x)) = \gamma \frac{d}{dx} f(x) = \gamma \frac{df}{dx}

First, you let \gamma operate on f(x) to produce a constant multiple of the original function, \gamma f(x). Then you let \frac{d}{dx} operate on that.

So the result of letting \frac{d}{dx} \gamma act on f(x) is to produce \gamma \frac{df}{dx}. Which is not zero.

As an operator equation, we can write:

\frac{d}{dx} \gamma = \gamma \frac{d}{dx}

In other words, as operators, \gamma and \frac{d}{dx} commute.
 
  • Like
Likes   Reactions: SemM
  • #19
stevendaryl said:
As an operator equation, we can write:

\frac{d}{dx} \gamma = \gamma \frac{d}{dx}

In other words, as operators, \gamma and \frac{d}{dx} commute.
This was completely new to me!

So, when ##\gamma## is a constant, ##\frac{d}{dx} \gamma \ne 0## , when ##\frac{d}{dx}## acts on some function f?
 
  • #20
BvU said:
Goes to show that even a professorate isn't adequate protection -- but I suspect the poor chap is misquoted somehow.

I think he has been misquoted. I am probably to blame, not him.
 
  • #21
BvU said:
Ask any mathematician (or math student): With gamma constant, $$ {d\over dx }\Bigl \{ \gamma [{\rm something}] \Bigr \} = \Biggl \{ {d\over dx }\gamma\Biggr \} [{\rm something}] + \gamma {d\over dx } [{\rm samething}] = 0 +\gamma {d\over dx } [{\rm samething}] = \gamma {d\over dx } [{\rm samething}]$$
Does this mean that this accounts ALSO for variables (which I wouldn't think so). So, this would be correct:

## xd/dx \psi \ne d/dx x \psi##

right?
 
  • #22
Sure, because $$\frac{d}{dx}(x\psi)=x\frac{d\psi}{dx}+\psi\frac{dx}{dx}=x\frac{d\psi}{dx}+\psi \neq x\frac{d\psi}{dx}$$
 
  • Like
Likes   Reactions: SemM
  • #23
Nguyen Son said:
Sure, because $$\frac{d}{dx}(x\psi)=x\frac{d\psi}{dx}+\psi\frac{dx}{dx}=x\frac{d\psi}{dx}+\psi \neq x\frac{d\psi}{dx}$$

Thanks!
 
  • #24
You are welcome :wink:
 

Similar threads

  • · Replies 32 ·
2
Replies
32
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
4K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K