
William W. answered 09/21/20
Experienced Tutor and Retired Engineer
a = dV/dt so dV = adt. Integrating both sides we get:
∫dV = ∫adt or
V = at + C1 but since we are given the initial velocity (t = 0) is 16 ft/sec, then C1 = 16 giving us:
V = -32t + 16
dy/dt = V. Subbing that into the above, we have:
dy/dt = -32t + 16 or
dy = (-32t + 16)dt and integrating both sides we get:
∫dy = ∫(-32t + 16)dt or
y = -32/2t2 + 16t + C2
y = -16t2 + 16t + C2 and since we are given the initial position (t = 0) is 0, then C2 = 0
So, y = -16t2 + 16t
This parabola has a max height at the vertex. The vertex occurs at t = -b/(2a) = -16/(2(-16)) = 1/2
So the time for the max height is 1/2 second.
BTW, at t = 1/2, the height is y = -16(1/2)2 + 16(1/2) = -4 + 8 = 4 feet