Divided differences

From Calculus
Revision as of 04:56, 2 May 2014 by Vipul (talk | contribs) (→‎Alternative closed form expression)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

For a set of pairs of data points

Given k+1 data points:

(x0,y0),(x1,y1),,(xk,yk)

The forward divided differences are defined as:

[yν]:=yν,ν{0,,k}
[yν,,yν+j]:=[yν+1,,yν+j][yν,,yν+j1]xν+jxν,ν{0,,kj},j{1,,k}.

The backward divided differences are defined as:

[yν]:=yν,ν{0,,k}
[yν,,yνj]:=[yν,,yνj+1][yν1,,yνj]xνxνj,ν{j,,k},j{1,,k}.

Alternative closed form expression

Rather than the iterative definition, the following closed form definition is sometimes preferred for the forward divided difference:

[y0,y1,,yk]=i=0k(yiji(xixj))

For a function

Suppose f is a function and x0,x1,,xk are points in the domain of f. The (forward or backward) divided difference of f for these points, denoted in any of these ways: [x0,x1,,xk]f, [x0,x1,,xk;f], D[x0,x1,,xk]f, is defined as the (forward or backward respectively) divided difference for the set of pairs:

(x0,f(x0)),(x1,f(x1)),,(xk,f(xk))

By definition, divided difference refers to the forward divided difference.

Alternative closed form expression

[x0,x1,,xk;f]=i=0k(f(xi)ji(xixj))

Definition as a function

Consider a function f with domain a subset S of R. Suppose k is a positive integer. Denote by [S]k the set of k-tuples of pairwise distinct elements of S. The k-fold forward divided difference function is a function:

[S]kR

defined as:

(x0,x1,,xk)[x0,x1,,xk;f]

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 f+g is the function xf(x)+g(x)
f1+f2++fn is the function xf1(x)+f2(x)++fn(x)
Divided difference of sum is sum of divided differences divided differences are linear
pointwise difference fg is the function xf(x)g(x) Divided difference of difference is difference of divided differences divided differences are linear
scalar multiple by a constant af is the function xaf(x) where a is a real number xaΔf(x) divided differences are linear
pointwise product fg (sometimes denoted fg) is the function xf(x)g(x)
f1f2fn (sometimes denoted f1f2fn is the function xf1(x)f2(x)fn(x)
See product rule for divided differences product rule for divided differences
pointwise quotient f/g is the function xf(x)/g(x) ? ?
composite of two functions fg is the function xf(g(x)) ? chain rule for divided differences