Definition
For a set of pairs of data points
Given
data points:
The forward divided differences are defined as:
![{\displaystyle [y_{\nu }]:=y_{\nu },\qquad \nu \in \{0,\ldots ,k\}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f0b559f584afa31efe09d04b4be0e091807e66c6)
![{\displaystyle [y_{\nu },\ldots ,y_{\nu +j}]:={\frac {[y_{\nu +1},\ldots ,y_{\nu +j}]-[y_{\nu },\ldots ,y_{\nu +j-1}]}{x_{\nu +j}-x_{\nu }}},\qquad \nu \in \{0,\ldots ,k-j\},\ j\in \{1,\ldots ,k\}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/a3fbf429b65bad77486a9d90314d4af6e5edf0c1)
The backward divided differences are defined as:
![{\displaystyle [y_{\nu }]:=y_{\nu },\qquad \nu \in \{0,\ldots ,k\}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/f0b559f584afa31efe09d04b4be0e091807e66c6)
![{\displaystyle [y_{\nu },\ldots ,y_{\nu -j}]:={\frac {[y_{\nu },\ldots ,y_{\nu -j+1}]-[y_{\nu -1},\ldots ,y_{\nu -j}]}{x_{\nu }-x_{\nu -j}}},\qquad \nu \in \{j,\ldots ,k\},\ j\in \{1,\ldots ,k\}.}](https://wikimedia.org/api/rest_v1/media/math/render/svg/a9ca4b8abdebfbfaf509c340f8aa07f1508e8c8b)
Alternative closed form expression
Rather than the iterative definition, the following closed form definition is sometimes preferred for the forward divided difference:
For a function
Suppose
is a function and
are points in the domain of
. The (forward or backward) divided difference of
for these points, denoted in any of these ways:
,
,
, is defined as the (forward or backward respectively) divided difference for the set of pairs:
By definition, divided difference refers to the forward divided difference.
Alternative closed form expression
Definition as a function
Consider a function
with domain a subset
of
. Suppose
is a positive integer. Denote by
the set of
-tuples of pairwise distinct elements of
. The
-fold forward divided difference function is a function:
defined as:
Relation with operations on functions
Method for constructing new functions from old |
In symbols |
Difference quotient in terms of the old functions and their difference quotients |
Proof
|
pointwise sum |
is the function 
is the function  |
Divided difference of sum is sum of divided differences |
divided differences are linear
|
pointwise difference |
is the function  |
Divided difference of difference is difference of divided differences |
divided differences are linear
|
scalar multiple by a constant |
is the function where is a real number |
 |
divided differences are linear
|
pointwise product |
(sometimes denoted ) is the function 
(sometimes denoted is the function  |
See product rule for divided differences |
product rule for divided differences
|
pointwise quotient |
is the function  |
? |
?
|
composite of two functions |
is the function  |
? |
chain rule for divided differences
|