Finite difference

From Calculus
Revision as of 05:22, 9 May 2014 by Vipul (talk | contribs) (Created page with "==Definition== Given a function <math>f</math>, a '''finite difference''' for <math>f</math> with parameters real numbers <math>a</math> and <math>b</math> is the function:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Given a function , a finite difference for with parameters real numbers and is the function:

The quotient of this by the value is a difference quotient expression.

There are three main types of finite differences parametrized by a positive real number

Name Expression Value of Value of Limit as
forward difference 0 right-hand derivative . If is differentiable at , then this equals .
backward difference -h</math> 0 left-hand derivative . If is differentiable at , then this equals .
central difference If is differentiable at , then this equals .

See also