Time-independent Velocity

The equations of Kinematics connect the dots between Position, Velocity and Acceleration.

Time is present in two equations and we can, using some mathematical trickery, put the two together in a way that we remove time.

We will do this after we make some initial conditions intended to make the math more simple.

  • Everything starts at time t=0.
  • The position of the object at the start of the experiment is x_0=0.
  • The velocity of the object at the start of the experiment is v_0=0.

x = x_0 + v_0t + \dfrac {1}{2} a t^2

x = 0 + 0 \cdot t + \dfrac {1}{2} a t^2

x = \dfrac {1}{2} a t^2

\dfrac {2x}{a} = t^2

t^2 = \dfrac {2x}{a}

t = \sqrt{ \dfrac {2x}{a}}

v = v_0 + at

v = 0 + at

v = at

 v = a \sqrt{ \dfrac {2x}{a}}

 v = \sqrt{ \dfrac {2x a^2}{a}}

 v = \sqrt{ 2x a}

Leave a comment