0
$\begingroup$

One of the "SUVAT" equations of motions is: $$s=ut+\frac{1}{2}at^2$$ Which relates distance, $s$, in meters, to initial velocity, $u$, in $\dfrac{m}{s}$, time elapsed, $t$, in seconds and acceleration, $a$, in $\dfrac{m}{s^2}$.

I have distance, acceleration and initial velocity, I'd like to calculate $t$. I suspect this requires the use of calculus but I'm not versed with what question to ask search engines to find the right mathematical approach to solve for $t$.

1 Answers 1

1

If we write the equation in the form $$\frac{1}{2}at^2+ut-s=0$$ and assuming $a\ne 0$ using the quadratic formula $$x=\frac{-B\pm\sqrt{B^2-4AC}}{2A}$$ where A, B and C relate to $$Ax^2+Bx+C=0$$ we get $$A=\frac{1}{2}a$$ $$B=u$$ $$C=-s$$ $$t_{1,2}=\frac{-u\pm\sqrt{u^2+2as}}{a}$$

  • 0
    it's corrected, thank you for your hint2017-01-29
  • 0
    forgive but my concentration isn't well today2017-01-29
  • 0
    here in Leipzig the sun is shining and in a few minutes i will trink a cup of coffee2017-01-29
  • 0
    :) Thanks! I've got it. Will correct your answer and let you enjoy your coffee :) Shame someone downvoted your answer without leaving a comment or helping to correct it.2017-01-29