Question 118401
If an object is given an initial velocity of v0 feet per second from a height of S0 feet, then its height S after t seconds is given by the formula . A rock is thrown into the air at 26 feet per second from a height of 13 feet. How long does it take to reach the earth?
---------------------
h(t) = -16t^2+vot+so
Your Problem:
h(t) = -16t^2+26t+13
---------------
h(t) will be zero when the object reaches the ground.
You need to solve h(t)=0
-16t^2+26t+13 = 0
Use the quadratic formula to solve for "t":
t = [-26 +- sqrt(26^2-4*-16*13)/(-32)
t = [-26 +- sqrt(1508)]/-32
Positive answer:
t = [-26-38.833]/-32
t = [-64.8330]/(-32)
t = 2.026  seconds
========================
Cheers,
Stan H.