Matthew C. answered 04/08/23
Engineering PhD Student at Princeton Specializing in Calculus
- Velocity is the integral of acceleration
- ∫-32dt = -32t + v0 where v0 = 48 ft/s. So velocity = 48 - 32t
- Position is the integral of velocity
- ∫(48-32t)dt = 48t - 16t2 + x0 where x0 = 400 ft. So position = 48t - 16t2 + 400
- Position is 0 when the rock hits the ground. So set the position equation equal to 0 and solve for t.
- - 16t2 + 48t + 400 = 0
- quadratic formula: [-48 ± √(482-4*(-16)*400)] / (2*-16) = -3.72 seconds or 6.72 seconds
- Plug t=6.72 seconds into the velocity equation from step 1:
- 48 - 32(6.72) = -167.04 ft/s
- Since the problem asks for speed, take the absolute value to get an answer of 167.04 ft/s
TL;DR: you are correct!