If a rose thrown from a platform has a height, #h(t)#, given by the formula#h(t)= -16t^2 + 32t + 20#, how can you use the quadratic formula to determined how far it will travel before hitting ground?

1 Answer
Oct 26, 2015

#116m#

Explanation:

The quadratic function #h(t)# gives the height of the rose at any time t after being released.
Since #h(0)=20# we conclude that the original height of the rose when thrown at time #t=0# is #20m#, ie the height of the platform is 20m above ground.

We now seek to determine at what time t will #h(t)=0# as this will be the time when the rose is at the ground.

This is equivalent to solving the quadratic equation
#-16t^2+32 t + 20 = 0#

We may use the quadratic formula to solve this and obtain

#t=(-32+-sqrt(32^2-4xx-16xx20))/(2xx-16)#

#=(-32+-48)/-32#

#=-0,5 or 2,5#

But since time is scalar it cannot be negative so we discard the -0,5 value and conclude that #t=2,5s#

This means that the ball will be at height zero, ie the ground, exactly 2,5 seconds after being thrown.

We now still need to find what the maximum height reached by the stone is and to do that we differentiate the height function and set it to zero.

#(dh)/dt=0 iff -32t+32=0 iff t=1s#

We can now evaluate the height function at the time when t = 1 second to find the distance above ground after the ascent to yield

#h(1)=-16(1)^2+32(1)+20=68m#

Thus, the total distance travelled by the object is #2xx(68-20) + 20 = 116m#.