I'm reading this book: Modern Elementary Differential Equations
I understand that the second derivative of x (position) with respect to t is the downward effect gravity (acceleration) has on the ball. I understand the initial conditions of position being 0 and velocity being whatever it is initially (5.4). I understand the integration result in 5.5 But I don't understand how putting together 5.4 and 5.5 leads to 5.6.
Why does
Become
Here is the text from the book for reference:
$\endgroup$ 32 Answers
$\begingroup$If you integrate $\frac{d^2x}{dt^2}$, by fundamental theorem of calculus it would be
F[t] - F[0] = $x'(t)$-$x'(0)$ = $\frac{dx}{dt}$ - v
$\endgroup$ $\begingroup$They are using the (slightly confusing) shorthand of simply writing $\frac{dx}{dt}$ when what they really mean is $\frac{dx}{dt}\bigg\rvert_{t}.$ That is, if we let $V(t)$ denote the velocity at time $t,$ then their expression $$\frac{dx}{dt}-v$$ is meant to be interpreted as $V(t)-V(0)=V(t)-v.$
So in all, $\frac{dx}{dt}\bigg\rvert^{t}_{0}=\frac{dx}{dt}-v$ by definition of the terms involved. The notation on the left-hand side means "evaluate this at $t$ and at $0$ and subtract", and the notation on the right-hand side is exactly that.
$\endgroup$