I'm currently developing a program which solves the displacement of an object using the standard acceleration equation [d=i*t + 0.5*a*t^2], where i=initial velocity, t=time and a=acceleration.
As the need has arisen to determine the time at which an object reaches a particular displacement...