lacunary - Mathnotes

Differential and Polynomial Operators

Definition of an Operator. Linear Property of Polynomial Operators

An operator is a mathematical device which converts one function into another. For example, differention and integration convert one function into another.

By convention, the letter D is used to denote the operation of differentiation and is called a differential operator.

Hence, if y is an nth order differentiable function, then

D0y=y,Dy=y,D2y=y,,Dny=y(n)(24.11)

By forming a linear combination of differential operators of orders 0 to n, we obtain the expression:

P(D)=a0+a1D+a2D2++anDn,an0,(24.12)

where a0,a1,,an are constants.

Because of the resemblance of P(D) to a polynomial, we shall refer to it as a polynomial operator of order n.

Definition 24.13 Let P(D) be the polynomial operator (24.12) of order n and let y be an nth order differntiable function. Then we define P(D)y to mean:

P(D)y=(anDn++a1D+a0)y=anDny++a1Dy+a0y(24.14)

By (24.11) we can also write (24.14) as:

P(D)y=any(n)++a1y+a0y,an0(24.15)

Hence by (24.15) we can write the linear equation with constant coefficients:

any(n)++a1y+a0y=Q(x),an0(24.16)

as

P(D)y=Q(x)(24.17)

where P(D) is the polynomial operator (24.12).

Theorem 24.2 If P(D) is the polynomial operator (24.12) and y1, y2 are two nth order differentiable functions, then

P(D)(c1y1+c2y2)=c1P(D)y1+c2P(D)y2,(24.21)

where c1 and c2 are constants.

(jmh: See the book for proof, but it's just distributive property and the sum rule for derivatives.)

An operator which has the property (24.21) is called a linear operator. Hence the polynomial operator (24.12) is linear.

Principle of Superposition

In place of the linear differential equation:

P(D)y=Q1+Q2++Qn,(a)

let us write the n equations:

P(D)y=Q1,P(D)y=Q2,,P(D)y=Qn.(b)

Let y1p,y2p,,ynp be respective particular solutions of the n equations of (b). Therefore:

P(D)y1p=Q1,P(D)y2p=Q2,,P(D)ynp=Qn.(c)

Adding all the equations in (c) and making use of the distributive property of polynomial operators, there results:

P(D)(y1p+y2p++ynp)=Q1+Q2++Qn,(d)

which implies that

yp=y1p+y2p++ynp(e)

is a solution of (a).

(jmh: This means when finding particular solutions, we can split Q(x) into small parts that may be more convenient to manipulate, find the particular solution for each of those parts, and then sum them to get a particular solution for the whole. In practice it's not clear how much advantage there is to this, and this seems mostly to be establishing that this is a valid thing to do so we can use that fact later.)

Solution of a Linear Differential Equation with Constant Coefficients by Means of Polynomial Operators

(jmh: You can use this method to find general solutions, but it's easier to find the complementary function by finding roots of the characteristic equation of the associated homogenous equation and then apply this method only for finding a partiuclar solution. To find the general solution with this method, don't ignore the arbitrary constants of integration like I've done here.)

(jmh: my notes - see the book for details)

We will find the general solution of the nonhomogenous linear differential equation:

y3y+2y=ex(a)

by finding the complentary function and a particular solution.

We can solve the related non-homogenous differential equation to find the complementary function:

yc(x)=(c1+c2x)ex+c3e2x(b)

We can then rewrite (a) in operator notation as:

(D1)(D1)(D+2)yp=ex(c)

Now let:

u=(D1)(D+2)yp(d)

and substitute u into (c) to get:

(D1)u=uu=ex(e)

This is a linear differential equation that can be solved for u=ex2 (ignoring the constant of integration since we're finding a particular solution). Substituting that into (d) gives:

(D1)(D+2)yp=ex2(f)

Now we repeat the process. Let:

v=(D+2)yp(g)

and substitute v into (f) to get:

(D1)v=vv=ex2(h)

This is linear differential equation with a solution of v=ex4 (again ignoring the arbitrary constant of integration). Substituting that into (g) gives:

(D+2)yp=yp+2yp=ex4(i)

This is a linear differential equation with a solution of yp=ex4 (again ignoring the arbitrary constant of integration).

We now add yc and yp to get the general solution:

y=yc+yp=(c1+c2x)ex+c3e2x+ex4(j)