I was wondering if I could get a little help with a calculus related word problem:
A car braked with a constant deceleration of 5 meters per second squared for 60 meters before stopping. How fast was the car traveling when the brakes were applied? I can't use the definite integral, only the antiderivative.
Thanks for any help!
By definition the acceleration is $a = \dot v$, where $v$ is the velocity and $\dot{\phantom{v}}$ denotes derivative with respect to time. If $a$ is constant we can take the antiderivative to get $$v(t) = at + v_0$$ where $v_0$ is the velocity at time $t=0$.
Now $v = \dot s$ where $s$ is the distance travelled. Using the above expression for $v$ we can again take the antiderivative and get $$s(t) = \frac12at^2 + v_0t + s_0$$ where $s_0$ is the distance travelled at $t=0$.
Assume that the driver applies the brakes at time $t_0$ and that the car stops at time $t_1$. Then we have $$\Delta s = s(t_1) - s(t_0) = (\frac12at_1^2 + v_0t_1 + s_0) - (\frac12at_0^2 + v_0t_0 + s_0) = \frac12a(t_1^2-t_0^2) + v_0(t_1-t_0) \tag{1}$$ where $\Delta s$ is the distance travelled during braking, and also $$0 = v(t_1) = at_1 + v_0 \tag{2}$$
In the exercise $\Delta s = 60\,\text{m}$ and $a = -5 \text{m/s}^2$ are given and we are asked for $v(t_0)$.
Using (2) we get $t_1 = -v_0/a$, which inserted into (1) gives $$\Delta s = \frac12a((-v_0/a)^2-t_0^2) + v_0(-v_0/a-t_0) = -\frac12v_0^2/a - v_0t_0 - \frac12at_0^2 = -\frac12(v_0+at_0)^2/a = -\frac12v(t_0)^2/a$$
Thus, $$v(t_0) = \pm\sqrt{2a\Delta s}$$ Now you can just insert the given values of $a$ and $\Delta s$.
I have in these calculations deliberately not taken $t_0=0$.