Thy N. answered 01/15/24
UCSD Alum: Skilled and Patient Tutor in Math & Data Science
a). Maximum height of the ball:
- Maximize the height h(t) = -16t2 + 52t + 48
- Find 1st derivative: h'(t) = -32t + 52
- Find critical value when h'(t) = 0: Set -32t + 52 = 0 <=> t = 52/32 = 13/8 = 1.625
- For all t < 1.625: h'(t) = -32t + 52 > 0
- For all t > 1.625: h'(t) = -32t + 52 < 0
- Since h'(t) > 0 for all t < 1.625 and h'(t) < 0 for all t > 1.625, then h(1.625) = -16(1.625)2 + 52(1.625) + 48 = 90.25 (feet) is the absolute maximum value of the height.
b) For the ball to hit the ground, the height of the ball is 0. Meaning solve for t when h(t) = 0
- Set h(t) = -16t2 + 52t + 48 = 0
- This is a quadratic equation. Use quadratic formula to solve it. Thus, x = (-b ±√(b2-4ac))/2a, where a = -16, b = 52, c = 48 (the coefficients of t2, t1, t0)
- Thus, t = -3/4 or t = 4
- Note, t ≥ 0 (the number of seconds) => Only accept t = 4
- Thus, t = 4 (seconds)