I'm approximating the second derivative of an arbitrary function.
Specifically, I'm asked to show that
$$ -\frac{d^2}{dt^2}\approx \frac{-u(t+h)+2u(t)-u(t-h)}{h^2} $$
for small $h$.
Intuitively, this seems like a reasonable approximation, the definition of the first derivative is
$$ \lim_{h\to0} \frac{u(t+h) - u(t)}{h} $$
There's a few parts that confuse me to get to the desired result... If we call that result $g(t)$ then we could apply the definition again.
$$ \lim_{h\to0} \frac{g(t+h) - g(t)}{h} = \lim_{h\to0}\left(\left[\lim_{h\to 0} (u(t+2h) - u(t+h))/h^2\right]-\left[\lim_{h\to0} (u(t+h) - u(t))/h\right]\right)/h^2 $$
Which doesn't actually make sense but that's where I'm at in my thought process.