
Johnny T. answered 12/07/20
Mathematics, Computer Science & Electrical Engineering Tutor
The given function, y = -16t2 + 112t + 2, is the position function. In order to determine the maximum height of the arrow, one needs to know that the arrow reaches its maximum height when it stops moving upwards; therefore, one must find the velocity function. Velocity is the rate of change of position; therefore, velocity is the derivative of the position function with respect to time:
- y(t) = -16t2 + 112t + 2
- y'(t) = -32t + 112
In order to find the amount of time spent by the arrow in flight, the velocity function must be set to zero and the equation must be solved for t:
- y'(t) = -32t + 112
- -32t + 112 = 0
- -32t = -112
- t = 3.5 s.
Now that one has found the time spent by the arrow in flight, this value may be used in the position function to determine the maximum height achieved by the arrow:
- y(t) = -16t2 + 112t + 2
- y(3.5) = -16 (3.5)2 + 112 (3.5) + 2
- y(3.5) = -16 (12.25) + 112 (3.5) + 2
- y(3.5) = -196 + 392 + 2
- y(3.5) = 198 ft.
Now, to get the above given equation, y(t) = -16t2 + 112t + 2, into vertex form... One must complete the square:
- y = -16t2 + 112t + 2
- y = -16 (t2 - 7t - 1/8)
- y = -16 [t2 - 7t + 49/4 - 49/4 - 1/8]
- y = -16 [ (t - 7t + 49/4) - 49/4 - 1/8 ]
- y = -16 [ (t - 7/2)2 - 99/8 ]
- y = -16 (t - 7/2)2 + 198