SOLUTION: Karen is throwing an orange to her brother Saul, who is standing on the balcony of their home. The height, h (in feet), of the orange above the ground t seconds after it is thrown
Question 1072260: Karen is throwing an orange to her brother Saul, who is standing on the balcony of their home. The height, h (in feet), of the orange above the ground t seconds after it is thrown is given by: h (t)=-16t^2+32t+4
If Saul's outstretched arms are 18 feet above the ground, will the orange ever be high enough that he can catch it? Answer by Edwin McCravy(20054) (Show Source):
We need the maximum value of a quadratic function.
The maximum value of a quadratic function
f(x) = ax^2 + bx + c
with a negative leading coefficient, is when the value of x
equals
In this problem x is t and f is h, a is -16 and b is +32
c is 4 but we don't need it to find the time t when the
function h(x) (for height) has its maximum value.
h(t)=-16t^2+32t+4
So it reaches the maximum height in 1 second. So we
substitute 1 for t in the equation
h(1) = -16(1)^2+32(1)+4 = -16+32+4 = 20 feet.
So yes, that's high enough for him to catch the orange.
Edwin