Finite Differences

Approximating a derivative by setting a value for , instead of integrating:

Essentially, this is the difference between a tangent (the perfect analytical solution, touching the function at only one point) and a secant (the approximated numerical solution, touching the function at two points - preferably very close together, if accurate).