Antoni C. answered 12/09/20
Math and computer programming tutor with over 3 years experience
The relationship between acceleration, velocity and position can be summarized with the following equations:
v(t) = ∫a(t)dt + v(0)
s(t) = ∫v(t)dt + s(0)
Given, a(t) = 40 ft/sec2, v(0) = -20 ft/sec and s(0) = 10 ft , we can solve by first solving for v(t), and then using v(t) to solve for s(t):
v(t) = ∫40dt - 20
v(t) = 40t - 20
s(t) = ∫(40t - 20)dt + 10
s(t) = 20t2 - 20t + 10 ft
Having s(t), we can gain some intuition about the object's motion by plotting s(t).
s(t) is a parabola that opens up, with it's vertex at (0.5, 5).
At t=0 seconds, our object's position is decreasing.
At t=0.5 seconds, the object changes direction, and the position starts increasing forever