Let $r(t)$ be a real-valued function of $t$. Let $v(t)$ be the derivative of $r(t)$. Then $$v(t) = \frac{dr(t)}{dt} = \lim_{\Delta t \to 0} \frac{r(t + \Delta t) - r(t)}{\Delta t}$$ so $$v(t) = \frac{dr(t)}{dt} \approx \frac{r(t + \Delta t) - r(t)}{\Delta t} \text{ for small }\Delta t$$
My question is, is there another way to approximate $v(t) = \dfrac{dr(t)}{dt}$?
For example, I am reading the book Understanding Molecular Simulation by Frenkel and Smit (Second Edition). On page 71 (some pages are available on Google Books here), the authors write $$v(t) = \frac{r(t + \Delta t) - r(t - \Delta t)}{2 \Delta t} + \mathcal{O}(\Delta t^2)$$ or, in other words, $$v(t) \approx \frac{r(t + \Delta t) - r(t - \Delta t)}{2 \Delta t}$$
Basically, then, it seems that there are two ways to express $v(t) = \dfrac{dr(t)}{dt}$:
$$v(t) = \frac{dr(t)}{dt} = \lim_{\Delta t \to 0} \frac{r(t + \Delta t) - r(t)}{\Delta t} \textbf{ (1)}$$
$$v(t) = \frac{dr(t)}{dt} = \lim_{\Delta t \to 0} \frac{r(t + \Delta t) - r(t - \Delta t)}{2 \Delta t} \textbf{ (2)}$$
Are equations (1) and (2) equivalent? Equation (1) Is the definition of derivative that I remember from high school calculus; I do not remember (2). Is (2) an alternative definition of the derivative? Or, what is the relationship between (1) and (2)?