Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Difference operator

In mathematics, a difference operator maps a function f(x) to another function f(x + a) − f(x + b).

The forward difference operator

Δf(x) = f(x + 1) - f(x)

occurs frequently in the calculus of finite differences, where it plays a role formally similar to that of the derivative, but used in discrete circumstances. Difference equations can often be solved with techniques very similar to those for solving differential equations. Analogously we can have the backward difference operator

\nabla f(x)=f(x)-f(x-1).\,

When restricted to polynomial functions f, the forward difference operator is a delta operator, i.e., a shift-equivariant linear operator on polynomials that reduces degree by 1. For any polynomial function f we have

f(x)=\sum_{k=0}^\infty\frac{(\Delta^k f)(0)}{k!}(x)_k

where

(x)_k=x(x-1)(x-2)\cdots(x-k+1)

is the "falling factorial" or "lower factorial" and the empty product (x)0 defined to be 1. (Warning: In the theory of special functions, the notation (x)k is often used for rising factorials; the former notation, however, is universal among combinatorialists.) In analysis with p-adic numbers, the assumption that f is a polynomial function can be weakened all the way to the assumption that f is merely continuous. That is Mahler's theorem.

Note that only finitely many terms in the above sum are non-zero: Δk f = 0 if k is greater than the degree of f. Note also the formal similarity of this result and Taylor's theorem.

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy