
Hannah O. answered 05/25/21
Girls can be engineers too!
To solve for the vertex (maximum) of a parabola we can use the formula
- t (max) = -b/2*a, when the form of the parabola is h(t) = a*t^2 + b*t + c
- Applying this formula,
- a = -16
- b = 112
- -b/2*a = -(112)/((2)*(-16)) = 112/32 = 3.5
- Now, we know that the maximum height is reached at t = 3.5. We need to plug this value in to determine the maximum height:
- h(3.5) = -16*(3.5)^2+112*(3.5)+128 = -196 + 392 + 128 = 324 feet
- To understand how long it takes the ball to hit the ground we use our knowledge that the ground is represented by h(t) = 0. We plug this into our formula to solve for t:
- 0 = -16t^2 + 112t + 128 = -16*(t^2 - 7t - 8) = -16*(t - 8)*(t + 1)
- So now we see the roots of the function are t = 8 and t = -1
- However, time cannot be negative, which results in the conclusion that the ball hits the ground at t = 8