Eric C. answered 04/26/16
Tutor
5.0
(180)
Engineer, Surfer Dude, Football Player, USC Alum, Math Aficionado
Hi Tracy.
For quadratic functions, the t_max occurs when t = -b/2a
For your particular function:
S(t) = -16t2 + 64t + 380
t_max = -b/2a
= -64/(2*-16)
= -64/-32
= 2 sec
The max height will be the height that occurs at t_max
S(t_max) = -16(2)2 + 64(2) + 380
= -16(4) + 64(2) + 380
= -64 + 128 + 380
= 444 ft
Hope this helps.