SolitaryRoad.com

Website owner:  James Miller


[ Home ] [ Up ] [ Info ] [ Mail ]

Differential operators


Differential operators. Let us write the linear differential equation


ole.gif


in a different notation

 

ole1.gif


where D stands for d/dx and Dy for dy/dx. Thus


             ole2.gif


and, in general,


             ole3.gif


Thus the symbol D represents the operation of taking the derivative with respect to x of whatever follows it. The symbol D is called an operator because it defines an operation to be performed (in Dy, D performs an operation on y). Using this notation, the equation


ole4.gif


can be written as


ole5.gif


where 4) is defined as being equivalent to 3) i.e. the meaning of 4) is 3). Now note that the quantity within the brackets of 4) is a polynomial in D. And note that that polynomial in D is also an operator (just more complicated than the operator D) which, in this case, operates on y.


Def. Differential operator. A differential operator is a polynomial in the operator D where D stands for d/dx and Dy for dy/dx.


Example.

             ole6.gif



The polynomial in D


             ole7.gif


can be defined as that operator which, when applied to any function y, yields the result


ole8.gif


(where y is assumed to possess as many derivatives as necessary to allow the operations to take place).


Def. Equality of operators. An operator A is said to be equal to an operator B if and only if the same result is produced when A acts upon a function y as when B acts upon y. In other words, A = B if and only if Ay = By for all functions y possessing the derivatives necessary for the operations involved.


Def. Product of two operators. The product AB of two operators A and B is defined as that operator which produces the same result as is obtained by using the operator B followed by the operator A. Thus ABy = A(By). The product of two differential operators always exists and is a differential operator. For operators with constant coefficients AB = BA. For operators with variable coefficients this is not generally true.



Example 1. Let A = D + 3 and B = 2D - 1. Compute ABy.

             ole9.gif


             ole10.gif


                         ole11.gif

 

                         ole12.gif


                        = (2D2 + 5D - 3) y


Thus AB = (D +3)(2D - 1) = 2D2 + 5D - 3



Let us now compute BAy.


             ole13.gif  


             ole14.gif



                         ole15.gif

 

                         ole16.gif


                        = (2D2 + 5D - 3) y


Thus BA = 2D2 + 5D - 3 = AB 


The above example involved operators with constant coefficients. Now let us consider a similar example in which one of the operators has variable coefficients.


Example 2. Let A = xD + 3 and B = D - 2. Compute ABy.


             ole17.gif


             ole18.gif

 

                         ole19.gif


                        = (xD2 - 2xD + 3D - 6) y


                        = [xD2 - (2x - 3)D - 6] y


Thus AB = (xD + 3)(D - 2) = xD2 - (2x - 3)D - 6



Now let us compute B(Ay).


             ole20.gif


             ole21.gif


                         ole22.gif


                         ole23.gif


                         ole24.gif

 


                        = [xD2 + (4 - 2x)D- 6] y


So

            BA = xD2 + (4 - 2x)D - 6


Thus we see that AB ole25.gif BA.


In general, in the case of operators with variable coefficients, the product is dependent on the order of the factors.



Def. Sum of operators. The sum of two differential operators is obtained by expressing each in the form


             ole26.gif

 

and adding corresponding coefficients.


Example. If


                        A = 2D2 + 5D + x - 3

and

                        B = 3x2D2 + D + 3x - 1


            A + B = (3x2 + 2)D2 + 6D + 4x - 4



Differential operators are linear operators. A differential operator is a linear operator. In other words, if A is any differential operator, if c1 and c2 are arbitrary constants, and if f1 and f2 are any functions of x possessing the required number of derivatives, then


            A(c1f1 + c2f2) = c1Af1 + c2Af2



Differential operators with constant coefficients. Let A, B and C be differential operators of type


            a0Dn + a1Dn-1 + ....... + an-1D + an


in which the coefficients a0, a1, ...., an are constants. With the above definitions of addition and multiplication the following algebraic laws hold:

 

1)        A + B = B + A                                  commutative law of addition

2)        (A + B) + C = A+ (B + C)                associative law of addition

3)        (AB)C = A(BC)                                associative law of multiplication

4)        A(B+C) = AB + AC                         distributive law of multiplication over addition

5)        AB = BA                                          commutative law of multiplication


In addition, if m and n are any two integers

 

6)        DmDn = Dm + n



Thus differential operators with constant coefficients satisfy all the laws of ordinary algebra with regard to addition and multiplication and consequently can be manipulated algebraically in the same way we manipulate regular algebraic polynomials as far as the operations of addition and multiplication are concerned. Also, we can factor operators with constant coefficients using synthetic division.


In algebra if we multiply both sides of some equation such as

 

5x2 + 3x = x3 + 9


by some expression such as


            2x2 + x + 1


the solution set of the new equation will contain the solution set of the old equation as a subset i.e. none of the solutions of the original equation are lost in doing this. Equations involving differential operators with constant coefficients can be manipulated in this same way. For example, if we multiply both sides of the equation

 

(2)       (D2 + 2D - 1)(3D3 - 4)y = 5x2 + 2


by the operator


            (D2 + 3)


the solution set of the new equation will contain the solution set of the old as a subset i.e. the solution set of the old equation is not affected by doing this. Thus this type of operation is valid. To understand why this is true one must realize that “multiplication” by a factor such as (D2 + 3) simply means that a certain operation is to be performed on both sides of the equation. For example, (D2 + 3)y means (1) Take the second derivative of y. (2) Multiply y by 3. (3) Add the results of (1) and (2).



Some theorems involving emx and xkemx. The following theorems are important in regard to solving linear differential equations with constant coefficients.


Theorem 1. For any constant m and integer k


            Dkemx = mkemx



Theorem 2. Let f(D) be a polynomial in D


            f(D) = a0Dn + a1Dn-1 + ....... + an-1D + an


Then, from Theorem 1,


            f(D)emx = a0mnemx + a1mn -1emx + ........ + an -1 memx + a0emx


or


1)        f(D)emx = emxf(m)



From 1) we see that if m is a root of the equation f(m) = 0, then f(D)emx = 0.


Example. Let f(D) = 2D2 + D - 6. Then the equation for f(m) = 0 is


            2m2 + m - 6 = 0

or

            (m + 2)(2m - 3) = 0


which has the roots m1 = -2 and m2 = 3/2.


From 1) we can see that


            (2D2 + D - 6)e-2x = 0

and

            (2D2 + D - 6)e3/2x = 0


In other words, y1 = e-2x and y2 = e3/2x are solutions to the differential equation


            (2D2 + D - 6)y = 0




The following theorems show the effect of the operator (D - m)n on the quantity xkemx.



Theorem 3


            (D - m)k xkemx. = k!emx



Proof.

            (D - m)xkemx. = k xk-1emx + mxkemx - mxkemx

                                    = k xk-1emx

So

            (D - m)2 xkemx. = k(D - m)xk-1emx

                                    = k(k - 1)xk-2emx


Repeating this process we get


            (D - m)k xkemx. = k(k-1) ...... 2 ·1x0emx

                                    = k!emx



Theorem 4.

 

            (D - m)n xkemx. = 0  for k = 0, 1, 2, .... , (n - 1) i.e. for all k < n




Proof. We wish to show that for all n > k,


            (D - m)n xkemx. = 0


Suppose n = k + 1. Then


            (D - m)k+1 xkemx = (D - m)(D - m)k xkemx

                                    = (D - m)k!emx         (from Theorem 3)

                                    = mk!emx - mk!emx

                                    = 0


For n = k + 2 we have


            (D - m)k+2 xkemx = (D - m) [(D - m)k+1 xkemx] = (D - m) [0] = 0,

etc.






References

1. Earl D. Rainville. Elementary Differential Equations



More from SolitaryRoad.com:

The Way of Truth and Life

God's message to the world

Jesus Christ and His Teachings

Words of Wisdom

Way of enlightenment, wisdom, and understanding

Way of true Christianity

America, a corrupt, depraved, shameless country

On integrity and the lack of it

The test of a person's Christianity is what he is

Who will go to heaven?

The superior person

On faith and works

Ninety five percent of the problems that most people have come from personal foolishness

Liberalism, socialism and the modern welfare state

The desire to harm, a motivation for conduct

The teaching is:

On modern intellectualism

On Homosexuality

On Self-sufficient Country Living, Homesteading

Principles for Living Life

Topically Arranged Proverbs, Precepts, Quotations. Common Sayings. Poor Richard's Almanac.

America has lost her way

The really big sins

Theory on the Formation of Character

Moral Perversion

You are what you eat

People are like radio tuners --- they pick out and listen to one wavelength and ignore the rest

Cause of Character Traits --- According to Aristotle

These things go together

Television

We are what we eat --- living under the discipline of a diet

Avoiding problems and trouble in life

Role of habit in formation of character

The True Christian

What is true Christianity?

Personal attributes of the true Christian

What determines a person's character?

Love of God and love of virtue are closely united

Walking a solitary road

Intellectual disparities among people and the power in good habits

Tools of Satan. Tactics and Tricks used by the Devil.

On responding to wrongs

Real Christian Faith

The Natural Way -- The Unnatural Way

Wisdom, Reason and Virtue are closely related

Knowledge is one thing, wisdom is another

My views on Christianity in America

The most important thing in life is understanding

Sizing up people

We are all examples --- for good or for bad

Television --- spiritual poison

The Prime Mover that decides "What We Are"

Where do our outlooks, attitudes and values come from?

Sin is serious business. The punishment for it is real. Hell is real.

Self-imposed discipline and regimentation

Achieving happiness in life --- a matter of the right strategies

Self-discipline

Self-control, self-restraint, self-discipline basic to so much in life

We are our habits

What creates moral character?


[ Home ] [ Up ] [ Info ] [ Mail ]