Divided differences: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
<math>(x_0,f(x_0)), (x_1,f(x_1)), \dots, (x_k,f(x_k))</math> | <math>(x_0,f(x_0)), (x_1,f(x_1)), \dots, (x_k,f(x_k))</math> | ||
==Definition as a function== | |||
Consider a function <math>f</math> with domain a subset <math>S</math> of <math>\R</math>. Suppose <math>k</math> is a positive integer. Denote by <math>[S]_k</math> the set of <math>k</math>-tuples of pairwise distinct elements of <math>S</math>. The <math>k</math>-fold forward divided difference function is a function: | |||
<math>[S]_k \to \R</math> | |||
defined as: | |||
<math>(x_0,x_1,\dots,x_k) \mapsto [x_0,x_1,\dots,x_k;f]</math> | |||
==Relation with operations on functions== | |||
{| class="sortable" border="1" | |||
! Method for constructing new functions from old !! In symbols !! Difference quotient in terms of the old functions and their difference quotients !! Proof | |||
|- | |||
| [[pointwise sum of functions|pointwise sum]] || <math>f + g</math> is the function <math>x \mapsto f(x) + g(x)</math><br><math>f_1 + f_2 + \dots + f_n</math> is the function <math>x \mapsto f_1(x) + f_2(x) + \dots + f_n(x)</math> || Divided difference of sum is sum of divided differences || [[divided differences are linear]] | |||
|- | |||
| [[pointwise difference of functions|pointwise difference]] || <math>f - g</math> is the function <math>x \mapsto f(x) - g(x)</math>|| Divided difference of difference is difference of divided differences || [[divided differences are linear]] | |||
|- | |||
| [[scalar multiple of function|scalar multiple]] by a constant || <math>af</math> is the function <math>x \mapsto af(x)</math> where <math>a</math> is a real number || <math>x \mapsto a \Delta f(x)</math> || [[divided differences are linear]] | |||
|- | |||
| [[pointwise product of functions|pointwise product]] || <math>f \cdot g</math> (sometimes denoted <math>fg</math>) is the function <math>x \mapsto f(x)g(x)</math><br><math>f_1 \cdot f_2 \cdot \dots f_n</math> (sometimes denoted <math>f_1f_2\dots f_n</math> is the function <math>x \mapsto f_1(x)f_2(x) \dots f_n(x)</math> || See [[product rule for divided differences]] || [[product rule for divided differences]] | |||
|- | |||
| [[pointwise quotient of functions|pointwise quotient]] || <math>f/g</math> is the function <math>x \mapsto f(x)/g(x)</math> || ? || ? | |||
|- | |||
| [[composite of two functions]] || <math>f \circ g</math> is the function <math>x \mapsto f(g(x))</math> || ? || [[chain rule for divided differences]] | |||
|} | |||
Revision as of 04:50, 2 May 2014
Definition
For a set of pairs of data points
Given data points:
The forward divided differences are defined as:
The backward divided differences are defined as:
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:
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 |