lacunary - Mathnotes

Inverse Operators

Foreword

Recall that a general solution is the sum of the complentary function and a particular solution i.e. y=yc+yp.

The complentary function of the differntial equation:

(D21)y=x2(a)

is

yc=c1ex+c2ex(b)

and a particular solution of (a) is:

yp=x22(c)

Therefore the general solution is:

y=x22+c1ex+c2ex(d)

Note that (b) can be obtained by assigning the value of 0 to both arbitrary constants in (d), and so can infinitely other particular solutions.

In this lesson and the next, whenver we refer to a particular solution yp of a differential equation, we shall mean that particular solution from which all constant multiples of terms in yc have been eliminated.

(jmh The implication here is that there is only one such particular solution in which all arbitrary constants have been set to zero - the infinite multitude of particular solutions arises from those arbitrary constants being values other than zero).

Meaning of an Inverse Operator

Given the nth order linear differential equation:

P(D)y=Q(x),(25.1)

Recall that when we say P(D) we mean the polynomial operator:

P(D)=anDn++a1D+a0,an0(25.11)

Definition 25.2 Let P(D)y=Q(x) where P(D) is the polynomial operator (25.11) and Q(x) is the special function consisting only of such terms as b,xk,eax,sinax,cosax, and a finite number of combinations of such terms, where a,b are constants and k is a positive integer. Then the inverse operator of P(D), written as P1(D) or 1/P(D), is defined as an operator which, when operating on Q(x), will give the particular solution yp of (25.1) that contains no constant multiples of a term in the complementary function yc, i.e.,

P1(D)Q(x)=ypor1P(D)Q(x)=yp,(25.21)

where yp is the particular solution of P(D)y=Q(x) that containts no constant multiple of a term in yc.

By Definition 25.2, we can conclude that:

DnQ(x)integrating Q(x) n times, ignoring constants of integration(25.25)

Solution by Means of Inverse Operators

As stated above, in general we can find yp by:

yp=1P(D)Qx

This is often a much easier method of finding yp than previous methods.

We can find some formulas/shortcuts/rules to handle the possible cases.

We shall consider each of the functions mentioned in Definition 25.2, case by case.

(jmh Note that the book proves each scenario but I'll just capture the recipe for each scenario here.)

1. If Q(x)=bxk and P(D)=Da0:

Given:

(Da0)y=bxk(a)

By definition 25.2 we have:

yp=1Da0(bxk)=1a0(1Da0)(bxk)(b)

Which, via geometric series expansion can be written as:

1a0(1+Da0+D2a02++Dka0k)(bxk),a00(c)

Note that we can stop the series expansion at Dk because we're differentiating a kth degree polynomial, and higher derivatives will just be 0.

Also note that for the special case k=0, we have:

yp=ba0(d)

2. If Q(x)=bxk and P(D)=anDn++a1D:

We have here that D is a factor of P(D)d and can write P(D)=D(anDn1++a2D+a1, where a10. We can also have higher powered factors of D in P(D). In general, let Dr be a factor of P(D). Then P(D)y=bxk can be written as:

P(D)y=Dr(anDnr++ar+1D+ar)y=bxk,ar0(a)

Therefore, by Definition 25.2:

yp=1Dr(1anDnr++ar+1D+ar(bxk)),ar0(25.34)

From there, we first perform series expansion to get a non-inverse differential operator (see above from the first bxk recipe), apply differntiation, and then take r successive integrals against the result, ignoring arbitrary constants of differentiation.

3. If Q(x)=beax:

Then a particular solution of this equation is:

yp=1P(D)beax=beaxP(a),P(a)0(25.4)

4. If Q(x)=bsinax or bcosax

Here we can take advantage of the exponential form of these functions apply the method given for the exponential form above. Even easier, we can use the method given in (25.4).

That is, for P(D)y=bsinax, we use the imaginary part of the particular solution of:

P(D)y=beaix(a)

and for P(D)y=bcosax, we use the real part of the particular solution of (a). In both cases, we use the method given above for Q(x)=beax.

5. If Q(x)=ueax where u is a polynomial in x then:

yp=1P(D)ueax=eax1P(D+a)u(25.51)

From there, we use the methods given above for Q(x)=bxk to convert the inverse polynomial operator into a polynomial operator.

6. If Q(x)=beax and P(a)=0:

Given P(D)y=beax, if P(a)=0 then (Da) is a factor of P(D). Assume (Da)r is a factor of P(D). Then we can write:

P(D)=(Da)rF(D),F(a)0.(a)

Then a particular solution is:

yp=1P(D)(beax)1(Da)rF(D)(beax)=bxreaxr!F(a),F(a)0(25.6)

7. If Q(x)=Q1(x)+Q2(x)++Qn(x):

Then P(D)y=Q(x)=Q1(x)+Q2(x)++Qn(x) and a particular solution yp of P(D)y=Q(x) is the sum of the respective solutions of P(D)y=Q1, P(D)y=Q2, , P(D)y=Qn.

Therefore,

yp=1P(D)Q1P(D)Q1+1P(D)Q2++1P(D)Qn(25.6)

Here, we find particular solutions for each part using the methods developed in this lesson, then sum them to find a particular solution for the whole P(D)y=Q(x).