Higher-order finite difference: Difference between revisions

From Calculus
(Created page with "==Definition== A '''higher-order finite difference''' for a function <math>f</math> might refer to a function obtained by iterating the forward difference, backward differenc...")
 
No edit summary
 
Line 1: Line 1:
==Definition==
==Definition==


A '''higher-order finite difference''' for a function <math>f</math> might refer to a function obtained by iterating the forward difference, backward difference, or central difference. For a function <math>f</math> at a point <math>x</math> in the domain, and a positive integer <math>n</math>, we have three cases:
A '''higher-order finite difference''' for a function <math>f</math> might refer to a function obtained by iterating one of the three standard forms of the [[finite difference]]: the forward difference, backward difference, or central difference. For a function <math>f</math> at a point <math>x</math> in the domain, and a positive integer <math>n</math>, we have three cases:


{| class="sortable" border="1"
{| class="sortable" border="1"

Latest revision as of 05:38, 9 May 2014

Definition

A higher-order finite difference for a function f might refer to a function obtained by iterating one of the three standard forms of the finite difference: the forward difference, backward difference, or central difference. For a function f at a point x in the domain, and a positive integer n, we have three cases:

Name Symbol Expression
nth order forward difference Δhn[f](x) i=0n(1)i(ni)f(x+(ni)h)
nth order backward difference hn[f](x) i=0n(1)i(ni)f(xih)
nth order central difference δhn[f](x) i=0n(1)i(ni)f(x+(n2i)h)