In Verlet integration, why is $a*dt*dt$ considered "force vector"?
Intuitively, since Verlet integration is:
$$x_{i+1}=x_i+(x_i - x_{i-1}) + a * dt * dt$$
then this doesn't have other "force" terms than $a * dt *dt$. However I'm unsure as to what the $dt*dt$ does here.