I have the position function $$s(t) = -4.9t^2 + v_0t + s_0$$ for free falling objects. The question is what is the velocity of an object after $5$ seconds with initial velocity $120$ m/s.
I tried to find the position $s(5)$ of the object after it will pass $5$ seconds $$s(5) = -4.9\cdot 25 + 120 \cdot 5 + 0 = 447.5$$ and from here I get the velocity $s(5)/5$ which is $95.5$ (in my book is $71$ only) then I am asked to do the same thing for $10$ seconds here I get the result $59$ and in my book it is $22$ m/s
Hint: The velocity at a certain $t_0$ is given by $v(t_0) = \frac{ds}{dt}(t_0)$. Where $$\frac{ds}{dt} (t_0) = \lim_{h \to 0}\frac{s(t_0 + h) - s(t_0)}{h}$$
Now what is $v(5)$?