A ball is thrown straight up in the air at a velocity of 24 ft./sec. The height of the ball at x seconds is given by the formula: h = 24x – 16x^2. How do you find the maximum height of the ball and when it will land?

1 Answer
May 7, 2018

Solve the quadratic formula to find the time for the ball to land, and then use half of that time to calculate the maximum height. You will find that the time to fall is 1.5 seconds and the maximum height is 9 feet.

Explanation:

First, lets solve the quadratic equation to determine the times when #h=0#, or when the ball is on the ground. This will tell us the time that the ball will land, assuming the initial throw is considered as #t=0#.

First, rewrite the function as a quadratic that has #h=0#:

#0=-16x^2+24x+0#

#x=(-b+-sqrt(b^2-4ac))/(2a)#

#a=-16#
#b=24#
#c=0#

#x=(-24+-sqrt(24^2cancel(-4(-16)(0))))/(2(-16))#

#x=(-24+-sqrt(24^2))/(-32)#

#x=(-24+-24)/(-32)rArrx={(-24+24)/-32,(-24-24)/-32}#

#color(green)(x={0,1.5})#

We already know that #x=0# is our starting point, so the time to land is the second root, 1.5 seconds.

As for the time to maximum height: We can assume that the ball hits the maximum height halfway through its travel since the ball is released from #h=0# and ends at #h=0#.

If the time to maximum height is #1.5/2=0.75=3/4# seconds, the height can be calculated:

#h=24x-16x^2#

#h=24(3/4)-16(3/4)^2#

#h=24(3/4)-cancel(16)(9/cancel(16))#

#h=6xx3-9#

#h=18-9=color(green)(9" feet")#