lbrits said:
Correct, although the term linear in t bothers me a bit.
Another way of getting the same answer is to write <x^2>(t) as a Taylor expansion around t=0, and compute the derivatives in the following way:
If the operator A is not a function of time,
[tex]\frac{d}{dt}\langle\hat{A}\rangle = \frac{i}{\hbar}\langle[\hat{H},\hat{A}]\rangle[/tex]
[tex]\frac{d}{dt}\langle x^2 \rangle = \frac{i}{2m\hbar}\langle[\hat{p}^2 , \hat{x}^2]\rangle[/tex]
But
[tex][\hat{p}^2 , \hat{x}^2] = \hat{p}[\hat{p}, \hat{x}^2] + [\hat{p}, \hat{x}^2]\hat{p} = -2i\hbar\left(\hat{x}\hat{p}+\hat{p}\hat{x}\right)[/tex]
So that
[tex]\frac{d}{dt}\langle x^2 \rangle = \frac{1}{m}\langle \hat{x}\hat{p}+\hat{p}\hat{x}\rangle[/tex]
which is also a function of time. Taking another time derivative gives
[tex]\frac{d^2}{dt^2}\langle x^2 \rangle = \frac{1}{m}\frac{d}{dt}\langle\hat{x}\hat{p}+\hat{p}\hat{x}\rangle = \frac{i}{2m^2\hbar}\langle[\hat{p}^2, \hat{x}\hat{p}] + [\hat{p}^2, \hat{p}\hat{x}]\rangle = \frac{i}{2m^2\hbar}\langle [\hat{p}^2, \hat{x}]\hat{p} + \hat{p}[\hat{p}^2, \hat{x}] \rangle = \frac{2}{m^2}\langle p^2 \rangle[/tex]
which is constant. Therefore all higher order derivatives are zero. Substituting these results into the taylor expansion
[tex]\langle x^2 \rangle(t) = \langle x^2 \rangle(0) + \langle x^2 \rangle'(0)t + \langle x^2 \rangle''(0)\frac{t^2}{2}[/tex]
gives the same answer as above. This must put a restriction on the values <xp + px> can take in order to prevent <x^2> from being negative at some time. I don't see how to guarantee that <xp + px> is positive. It is real because the operator is hermitian, but that's all I can conclude about it...weird.