Differential operator
From Free net encyclopedia
In mathematics, a differential operator is a linear operator defined as a function of the differentiation operator. It is helpful, as a matter of notation first, to consider differentiation as an abstract operation, accepting a function and returning another (in the style of a higher-order function in computer science).
Contents |
Notations
The most commonly used differential operator is the action of taking the derivative itself. Common notations for this operator include:
- <math>{d \over dx}</math>
- <math>D,\,</math> where the variable one is differentiating to is clear, and
- <math>D_x,\,</math> where the variable is declared explicitly.
First derivatives are signified as above, but when taking higher, n-th derivatives, the following alterations are useful:
- <math>d^n \over dx^n</math>
- <math>D^n\,</math>
- <math>D^n_x.\,</math>
The D notation's use and creation is credited to Oliver Heaviside, who considered differential operators of the form
- <math>\sum_{k=0}^n c_k D^k</math>
in his study of differential equations.
One of the most frequently seen differential operators is the Laplacian operator, defined by
- <math>\Delta=\nabla^{2}=\sum_{k=1}^n {\partial^2\over \partial x_k^2}.</math>
Another differential operator is the Θ operator, defined by
- <math>\Theta = z {d \over dz}.</math>
Adjoint of an operator
Given a linear differential operator
- <math>Tu = \sum_{k=0}^n a_k(x) D^k u</math>
the adjoint of this operator is defined as the operator <math>T^*</math> such that
- <math>\langle u,Tv \rangle = \langle T^*u, v \rangle</math>
where the notation <math>\langle,\rangle</math> is used for the scalar product or inner product. This definition therefore depends on the definition of the scalar product. In the functional space of square integrable functions, the scalar product is defined by
- <math>\langle f, g \rangle = \int_a^b f^*(x) g(x) \,dx</math>.
If one moreover adds the condition that f and g vanish for <math>x \to a</math> and <math>x \to b</math>, one can also define the adjoint of T by
- <math>T^*u = \sum_{k=0}^n (-1)^k D^k [a_k(x)u]</math>.
This formula does not explicitly depend on the definition of the scalar product. It is therefore sometimes chosen as a definition of the adjoint operator. When <math>T^*</math> is defined according to this formula, it is called the formal adjoint of T.
A self-adjoint operator is an operator adjoint of itself.
The Sturm-Liouville operator is a well-known example of formal self-adjoint operator. This second order linear differential operators L can be written in the form
- <math>Lu = -(pu')'+qu=-(pu+p'u')+qu=-pu-p'u'+qu=(-p) D^2 u +(-p') D u + (q)u\;\!</math>
This property can be proven using the formal adjoint definition above.
- <math>\begin{matrix}
L^*u &=& (-1)^2 D^2 [(-p)u] + (-1)^1 D [(-p')u] + (-1)^0 (qu) \\
&=& -D^2(pu) + D(p'u)+qu \\ &=& -(pu)+(p'u)'+qu \\ &=& -pu-2p'u'-pu+pu+p'u'+qu \\ &=& -p'u'-pu+qu \\ &=& -(pu')'+qu &=& Lu\\
\end{matrix}</math>
This operator is central to Sturm-Liouville theory where the eigenfunctions (analogues to eigenvectors) of this operator are considered.
Properties of differential operators
Differentiation is linear, i.e.,
- <math>D (f+g) = (Df) + (Dg)</math>
- <math>D (af) = a (Df)</math>
where f and g are functions, and a is a constant.
Any polynomial in D with function coefficients is also a differential operator. We may also compose differential operators by the rule
- (D1oD2)(f) = D1 [D2(f)].
Some care is then required: firstly any function coefficients in the operator D2 must be differentiable as many times as the application of D1 requires. To get a ring of such operators we must assume derivatives of all orders of the coefficients used. Secondly, this ring will not be commutative: an operator gD isn't the same in general as Dg. In fact we have for example the relation basic in quantum mechanics:
- Dx − xD = 1.
The subring of operators that are polynomials in D with constant coefficients is, by contrast, commutative. It can be characterised another way: it consists of the translation-invariant operators.
Several variables
The same constructions can be carried out with partial derivatives, differentiation with respect to different variables giving rise to operators that commute (see symmetry of second derivatives).
Coordinate-independent description
In differential geometry and algebraic geometry it is often convenient to have a coordinate-independent description of differential operators between two vector bundles. Let E and F be two vector bundles over a manifold M. An operator is a mapping of sections, P: Γ(E) → Γ(F) which maps the stalk of the sheaf of germs of Γ(E) at a point x ∈ M to the fibre of F at x:
- Γx(E) → Fx .
An operator P is said to be a kth order differential operator if it factors through the jet bundle Jk(E). In other words, there exists a linear mapping of vector bundles
- iP : Jk(E) → F
such that P = iP o jk as in the following composition:
- P : Γx(E) → Jk(E)x → Fx .
A foundational result and characterization is the Peetre theorem.
Examples
- In applications to the physical sciences, operators such as the Laplace operator play a major role in setting up and solving partial differential equations.
- In differential topology the exterior derivative and Lie derivative operators have intrinsic meaning.
- In abstract algebra, the concept of a derivation allows for generalizations of differential operators which do not require the use of calculus. Frequently such generalizations are employed in algebraic geometry and commutative algebra. See also jet (algebraic geometry).