4

I am looking for the commutator: $$[\mathrm e^{aq},p]$$ My approach is to Taylor expand the function: $$\left[\sum_n \frac{1}{n!}(aq)^n,p\right]$$ I know that $[q^n,p]=ni\hbar q^{n-1}$ So how do I account for $n$ commutators?

Kyle Kanos
  • 29,127
yankeefan11
  • 1,848

3 Answers3

17

A more general relation than $\left[q^n, p \right] = i\hbar nq^{n-1}$ is $$\left[f(A), B\right] = \left[A, B \right]\frac{\partial f}{\partial A}$$ if $\left[A, \left[A, B \right]\right] =0$. In this case we are okay to use this because $\left[q, p \right] =i\hbar$ is just a number, and that commutes with everything. So you can just apply this formula directly.

Another thing perhaps worth noting is that because the derivative is a linear operator, you can apply it to the individual terms of an infinite sum.

WhatIAm
  • 764
3

If $q$ and $p$ satisfy the canonical commutation relation, $[q,p]=i\hbar$, then you can use the relation between the classical Poisson brackets and commutators: $$ \left[A,B\right]_\text{classical}\to\frac{1}{i\hbar}\left[A,B\right]\tag{1} $$ I'll assume $A=A(q,p)$ and $B=B(q,p)$ for now. The classical Poisson brackets are give by $$ \left[A,B\right]_\text{classical}=\frac{\partial A}{\partial q}\frac{\partial B}{\partial p} - \frac{\partial A}{\partial p}\frac{\partial B}{\partial q}\tag{2} $$ Since you have $A=A(q)$ and $B=p$, then Equation (1) via Equation (2) gives $$ \left[A(q),p\right]=i\hbar\frac{\partial A(q)}{\partial q}\tag{3} $$

However, the relationship in (1) isn't always correct (depends on the "niceness" of the function $A(q)$, see this and this). As discussed in another answer of mine (among other places), one would need the Moyal bracket that introduces a correction factor proportional to $\hbar^2$. However, for the current problem of $A(q)\sim\exp(aq)$, (3) would suffice.

Kyle Kanos
  • 29,127
0

It seems to me that the approach formulated by the OP is perfectly sound! The OP demonstrates that he is familiar with the commutator between q^n and p. In order to use this formula, he proposes to apply Taylor series expansion to the target function. That is okay.

The only problem is that the OP got cold feet and stopped his calculation at this point. Actually the end result was almost in sight. Substitution of the special commutator into the Taylor series leads to a formula that can be re-summed easily. It is just another version of the Taylor series of an exponential function!

M. Wind
  • 761