Finite Difference
Finite Difference
Basic types
The three types of the finite differences. The central difference about x gives the best approximation of the derivative of
the function at x.
Three basic types are commonly
considered: forward, backward, and central
finite differences.[1][2][3]
Higher-order differences
In an analogous way, one can obtain finite
difference approximations to higher order
derivatives and differential operators. For
example, by using the above central
difference formula for f ′(x + h2 ) and
f ′(x − h2 ) and applying a central difference
formula for the derivative of f ′ at x, we
obtain the central difference
approximation of the second derivative of
f:
Second-order central
Forward
or for h = 1,
Backward
Central
Inductive proof
Base case
Application
x y
1 4
4 109
7 772
10 2641
13 6364
x y Δy Δ 2y Δ 3y
1 4
4 109 105
x y Δy Δ 2y
1 4 - 4(1)3 = 4 - 4 = 0
x y Δy
1 0 - (-17(1)2) = 0 + 17 = 17
x y
1 17 - 36(1) = 17 - 36 = -19
Properties
In differential equations
An important application of finite
differences is in numerical analysis,
especially in numerical differential
equations, which aim at the numerical
solution of ordinary and partial differential
equations. The idea is to replace the
derivatives appearing in the differential
equation by finite differences that
approximate them. The resulting methods
are called finite difference methods.
Newton's series
The Newton series consists of the terms
of the Newton forward difference
equation, named after Isaac Newton; in
essence, it is the Newton interpolation
formula, first published in his Principia
Mathematica in 1687,[7] [8] namely the
discrete analog of the continuous Taylor
expansion,
so that
hence the above Newton interpolation
formula (by matching coefficients in the
expansion of an arbitrary function f (x) in
such symbols), and so on.
Quotient rule:
or
Summation rules:
See references.[15][16][17][18]
Generalizations
A generalized finite difference is usually
defined as
Multivariate finite
differences
Finite differences can be considered in
more than one variable. They are
analogous to partial derivatives in several
variables.
Some partial derivative approximations
are:
See also
Discrete calculus
Divided differences
Finite-difference time-domain method
(FDTD)
Finite volume method
FTCS scheme
Gilbreath's conjecture
Sheffer sequence
Summation by parts
Time scale calculus
Upwind differencing scheme for
convection
References
1. Paul Wilmott; Sam Howison; Jeff
Dewynne (1995). The Mathematics of
Financial Derivatives: A Student
Introduction (https://archive.org/detail
s/mathematicsoffin00wilm/page/13
7) . Cambridge University Press.
p. 137 (https://archive.org/details/mat
hematicsoffin00wilm/page/137) .
ISBN 978-0-521-49789-3.
External links
"Finite-difference calculus" (https://ww
w.encyclopediaofmath.org/index.php?tit
le=Finite-difference_calculus) ,
Encyclopedia of Mathematics, EMS
Press, 2001 [1994]
Table of useful finite difference formula
generated using (http://reference.wolfra
m.com/mathematica/tutorial/NDSolveP
DE.html#c:4) Mathematica
D. Gleich (2005), Finite Calculus: A
Tutorial for Solving Nasty Sums (https://
web.archive.org/web/20090419132601/
http://www.stanford.edu/~dgleich/publi
cations/finite-calculus.pdf)
Discrete Second Derivative from
Unevenly Spaced Points (http://mathfor
meremortals.wordpress.com/2013/01/
12/a-numerical-second-derivative-from-t
hree-points/)
Retrieved from
"https://en.wikipedia.org/w/index.php?
title=Finite_difference&oldid=1135914768"
This page was last edited on 27 January 2023, at
17:19 (UTC). •
Content is available under CC BY-SA 3.0 unless
otherwise noted.