Pierce O. answered 07/29/14
Tutor
4.7
(6)
Graduate Mathematics Student, Will Tutor Any Math Subject
Hi Tony,
To answer this question, you must first know the equation of motion:
x(t)=(1/2)a0t^2+v0t+x0
where a0 is the initial acceleration, v0 is the initial velocity, and x0 is the initial position.
Now, a0 is the acceleration due to gravity, so a0=-9.8 m/s^2. The initial velocity is given as v0=7 m/s. The intial position is x0=60 m (the position of the ball x(t) when t=0). So, plugging these values into our equation of motion x(t) we have:
x(t) = (1/2)*(-9.8)*t^2 + 7*t + 60
or
x(t) = -4.9t^2 + 7t + 60
To find how long until the ball reaches ground level, we simply solve x(t)=0. Using the quatratic formula, we have:
t=(-7 +/- sqrt( 7^2 - 4*(-4.9)*60 ) )/( 2*(-4.9) )
Taking this in pieces, we have two answers:
t=(-7+sqrt(49+1176))/-9.8
=-2.86 s
and
t=(-7-sqrt(49+1176))/-9.8
=4.29 s
Since we only care about what happens after the ball has left the balloon, we take the positive value t=4.29 s. The ball will be at ground level after 4.29 seconds.