Delta operator

From HandWiki

In mathematics, a delta operator is a shift-equivariant linear operator [math]\displaystyle{ Q\colon\mathbb{K}[x] \longrightarrow \mathbb{K}[x] }[/math] on the vector space of polynomials in a variable [math]\displaystyle{ x }[/math] over a field [math]\displaystyle{ \mathbb{K} }[/math] that reduces degrees by one. To say that [math]\displaystyle{ Q }[/math] is shift-equivariant means that if [math]\displaystyle{ g(x) = f(x + a) }[/math], then

[math]\displaystyle{ { (Qg)(x) = (Qf)(x + a)}.\, }[/math]

In other words, if [math]\displaystyle{ f }[/math] is a "shift" of [math]\displaystyle{ g }[/math], then [math]\displaystyle{ Qf }[/math] is also a shift of [math]\displaystyle{ Qg }[/math], and has the same "shifting vector" [math]\displaystyle{ a }[/math].

To say that an operator reduces degree by one means that if [math]\displaystyle{ f }[/math] is a polynomial of degree [math]\displaystyle{ n }[/math], then [math]\displaystyle{ Qf }[/math] is either a polynomial of degree [math]\displaystyle{ n-1 }[/math], or, in case [math]\displaystyle{ n = 0 }[/math], [math]\displaystyle{ Qf }[/math] is 0.

Sometimes a delta operator is defined to be a shift-equivariant linear transformation on polynomials in [math]\displaystyle{ x }[/math] that maps [math]\displaystyle{ x }[/math] to a nonzero constant. Seemingly weaker than the definition given above, this latter characterization can be shown to be equivalent to the stated definition when [math]\displaystyle{ \mathbb{K} }[/math] has characteristic zero, since shift-equivariance is a fairly strong condition.

Examples

  • The forward difference operator
[math]\displaystyle{ (\Delta f)(x) = f(x + 1) - f(x)\, }[/math]
is a delta operator.
  • Differentiation with respect to x, written as D, is also a delta operator.
  • Any operator of the form
[math]\displaystyle{ \sum_{k=1}^\infty c_k D^k }[/math]
(where Dn(ƒ) = ƒ(n) is the nth derivative) with [math]\displaystyle{ c_1\neq0 }[/math] is a delta operator. It can be shown that all delta operators can be written in this form. For example, the difference operator given above can be expanded as
[math]\displaystyle{ \Delta=e^D-1=\sum_{k=1}^\infty \frac{D^k}{k!}. }[/math]
  • The generalized derivative of time scale calculus which unifies the forward difference operator with the derivative of standard calculus is a delta operator.
  • In computer science and cybernetics, the term "discrete-time delta operator" (δ) is generally taken to mean a difference operator
[math]\displaystyle{ {(\delta f)(x) = {{ f(x+\Delta t) - f(x) } \over {\Delta t} }}, }[/math]
the Euler approximation of the usual derivative with a discrete sample time [math]\displaystyle{ \Delta t }[/math]. The delta-formulation obtains a significant number of numerical advantages compared to the shift-operator at fast sampling.

Basic polynomials

Every delta operator [math]\displaystyle{ Q }[/math] has a unique sequence of "basic polynomials", a polynomial sequence defined by three conditions:

  • [math]\displaystyle{ p_0(x)=1 ; }[/math]
  • [math]\displaystyle{ p_{n}(0)=0; }[/math]
  • [math]\displaystyle{ (Qp_n)(x)=np_{n-1}(x) \text{ for all } n \in \mathbb N. }[/math]

Such a sequence of basic polynomials is always of binomial type, and it can be shown that no other sequences of binomial type exist. If the first two conditions above are dropped, then the third condition says this polynomial sequence is a Sheffer sequence—a more general concept.

See also

References

External links