What is wrong with the following argument?
Suppose the initial configuration $(x,p)$ of a system of many non-interacting particles each of mass $m$ in phase space is given by a rectangle $x_0\in[-a,a]$ and $p_0\in[-b,b]$.
Then they are subjected to a constant acceleration in the $x$-direction, $c$.
I wish to find the image of this rectangle in phase space after time $t$ (under such acceleration).
Hint: The answer should have the same area -- $4ab$ by Liouville Theorem.
By the SUVAT equations, $$x=x_0+{p_0\over m} t+{1\over 2}ct^2\\ p=p_0+mct$$
So the image should be $$x\in \left[-a-{b\over m}t+{1\over 2}ct^2\,\,\,\,\,\,,\,\,\,\,\,\,a+{b\over m}t+{1\over 2}ct^2\right]\\ p\in \left[-b+mct\,\,\,,\,\,\,b+mct\right]$$
So the area would be $$\left(2a+2{b\over m}t\right)\left(2b\right)\neq 4ab$$
What is wrong here?
Thank you.