Numerical Differentiation using Central, Forward & Backward Difference
v(t) = [s(t+h) - s(t-h)] / 2h
a(t) = [s(t+h) - 2s(t) + s(t-h)] / h²