Finite difference - Wikipedia
https://en.wikipedia.org/wiki/Finite_difference A finite difference is a mathematical expression of the form f (x + b) − f (x + a). If a finite difference is divided by b − a, one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for the numerical solution of differential equations, especially boundary value problems. The difference operator, commonly denoted is the operator that maps a function f to the function d…
Numerical differentiation: finite differences
www.dam.brown.edu › people › alcyewThe derivative of a function f at the point x is defined as the limit of a difference quotient: f0(x) = lim h→0 f(x+h)−f(x) h In other words, the difference quotient f(x+h)−f(x) h is an approximation of the derivative f0(x), and this approximation gets better as h gets smaller. How does the error of the approximation depend on h?
Difference quotient - Wikipedia
https://en.wikipedia.org/wiki/Difference_quotientThe difference quotient is a measure of the average rate of change of the function over an interval (in this case, an interval of length h ). : 237 The limit of the difference quotient (i.e., the derivative) is thus the instantaneous rate of change. By a slight change in notation (and viewpoint), for an interval [ a, b ], the difference quotient.