Divided differences

From Calculus
Revision as of 04:41, 2 May 2014 by Vipul (talk | contribs)

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}.

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))