1

In the Heisenberg picture, I can define the velocity Operator $\hat{V}$ as the operator which satisfies $\hat{V}(t) = \frac{\partial \hat{x}}{\partial t}(t)$ for all $t$. The Heisenberg equation then tells me that $ \hat{V}(t) = \frac{i}{\hbar}[\hat{H}(t), \hat{x}(t)]$. If I want to calculate the time evolution of the velocity operator, a straight forward approach yields:

$$\dot{\hat{V}} = \frac{i}{ \hbar}(\dot{\hat{H}}\hat{x}-\hat{x}\dot{\hat{H}} + \hat{H}\dot{\hat{x}} -\dot{\hat{x}}\hat{H} ) = \frac{i}{ \hbar}(\dot{\hat{H}}\hat{x}-\hat{x}\dot{\hat{H}} +[\hat{H}(t), \hat{V}(t)]) $$

What I find strange about that is that the time evolution of $V$ is no longer described by the Heisenberg-equation, but instead by some more complicated form, at least if $\dot{\hat{H}}$ doesn't commute with $\hat{x}$. I see problems arising, since I now can't in general make statements on the time evolution of functions $\hat{f}(\hat{x}, \hat{V})$, like for example the lagrangian $\hat{L}(\hat{x}, \hat{V}, t)$. Since the time evolution of $\hat{V}$ isn't given by the Heisenberg equation, the time evolution of for example $\hat{p}(t) = \frac{\partial L}{\partial t}(\hat{x}(t), \hat{v}(t), t)$ also isn't necessarily given anymore by the Heisenberg equation.

I know that this is a unusual approach to the topic, since I assume observables to be functions of $\hat{x}$ and $\hat{v}$, and not functions of $\hat{x}$ and $\hat{p}$, but maybe somebody can still tell me where the mistakes are that I do in this derivations, or if it is an additional assumption that $\dot{\hat{H}}$ and $\hat{x}$ do always commute. If I did a mistake, what should I do different to still approach the topic from the lagrangian point of view?

Quantumwhisp
  • 6,733
  • 2
  • 19
  • 50

1 Answers1

1

It all comes down to the time derivative of $\hat{H}$. Regardless of being time dependent or independent in Schroedinger picture, one would have to use Heisenberg picture hamiltonian in the equation of motion. Heisenberg picture hamiltonian has vanishing time derivative, so the time evolution of $\hat{V}$ won't have $\dot{\hat{H}}$ in it.

See this thread for details on the time-dependent Hamiltonian and Heisenberg picture.

Updated answer

In Heisenberg picture equation of motion is:

$$\frac{d}{dt} \hat{A}_H = \frac{i}{\hbar} [ \hat{H}_H, \hat{A}_H ] + \left( \frac{\partial{\hat{A_S}}}{\partial{t}} \right)_H$$

While $\hat{x}$ is a time-independent operator in Schroedinger picture, the velocity may have non-zero partial derivative $\frac{\partial}{\partial{t}}$. The extra term that you get by doing things manually is going to be the same as the last term in the full equation of motion.

Darkseid
  • 1,420
  • I don't see why the Heisenberg Hamiltonian should lose it's time dependence, to be honest. – Quantumwhisp Sep 24 '17 at 20:45
  • You're right. I'll correct the answer in a few minutes. – Darkseid Sep 24 '17 at 21:10
  • @Quantumwhisp answer is updated now – Darkseid Sep 24 '17 at 21:19
  • is it true that in those cases, the time evolution of another operator which is a function of $\hat{x}$ and $\hat{V}$, is not necesarilly given anymore by the Heisenberg equation? What about the special case of $\hat{p}$? – Quantumwhisp Sep 24 '17 at 21:50
  • Heisenberg equation holds for any observable, because it follows from the application of the product rule ($(ab)' = a'b + ab'$). See Wikipedia for derivation. – Darkseid Sep 24 '17 at 22:17
  • As for $\hat{p}$ - it is time independent in Schroedinger picture. It will take some computation to prove this, but the result would be consistent between both pictures. – Darkseid Sep 24 '17 at 22:19
  • I'll try to compute this (sadly I'm working on this in QFT, not in QM, which doesn't make it more easy) – Quantumwhisp Sep 25 '17 at 07:26