1 + D 2 + D 4 + D 6 + . . . D { y } = e 2 1 x + e 3 1 x + x 4
Find the general solution (complementary and particular) of the differential equation depicted above.
Note: D denotes the differential operator.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This might be useful. If the differential equation is f ( D ) y = e a x + b then the particular integral is given by f ( a ) − 1 . e a x + b provided that f(a) is non zero.
Problem Loading...
Note Loading...
Set Loading...
The fraction on the LHS represents both a differential operator and an inverse differential operator. Note that for differential operators,
( 1 − D ) ( 1 + D + D 2 + D 3 + . . . ) f ( x ) = f ( x )
which, surprisingly, aligns with the properties of an infinite geometric series.
We can follow from the relation above and get this
( 1 − D 2 ) ( 1 + D 2 + D 4 + D 6 + . . . ) f ( x ) = f ( x )
and find that
( 1 − D 2 ) f ( x ) = ( 1 + D 2 + D 4 + D 6 + . . . 1 ) f ( x )
So now the differential equation reduces to
D ( 1 − D 2 ) y = e 2 1 x + e 3 1 x + x 4
This enables us to directly find the complementary solutions immediately (knowing that the eigenvalues of the characteristic polynomial are 0 , 1 , and − 1 ). So now we have the complementary solution
y c = c 1 + c 2 e x + c 3 e − x
Now, for the particular solution, we can find it using method of undetermined coefficients, variation of parameters, or by annihilators. But all will prove too tedious and lengthy. Let's just go back to the original equation.
1 + D 2 + D 4 + D 6 + . . . D { y } = e 2 1 x + e 3 1 x + x 4
for any differential equation with a differential operator L ( D ) y = r ( x ) , the particular solution would be y = L − 1 r ( x ) .
In such case, we take the operator ( 1 + D 2 + D 4 + D 6 + . . . ) and operate it on both sides, resulting to
D y = ( 1 + D 2 + D 4 + D 6 + . . . ) ( e 2 1 x + e 3 1 x + x 4 )
Now, let us evaluate each term in the right.
Note that for polynomials, the infinite differential operator eventually terminates. in this case, it terminates after three terms, and that will give us x 4 + 1 2 x 2 + 2 4 .
Now, for the exponentials, take a look at this.
g ( x ) = e 2 1 x
D 2 g ( x ) = 4 1 e 2 1 x
D 4 g ( x ) = 1 6 1 e 2 1 x
This is an infinite geometric series with common ratio 4 1 , beginning at g ( x ) . Its sum would then be
( 1 + D 2 + D 4 + . . . ) g ( x ) = 1 − 4 1 g ( x ) = 3 4 e 2 1 x
In a similar way, we can find the particular solution for e 3 1 x , and that is 8 9 e 3 1 x .
So now, we arrive at this.
D y = 3 4 e 2 1 x + 8 9 e 3 1 x + x 4 + 1 2 x 2 + 2 4
operating D − 1 on both sides, we finally get the particular solution as
y p = 3 8 e 2 1 x + 8 2 7 e 3 1 x + 5 x 5 + 4 x 3 + 2 4 x + C
since y = y c + y p , C will be absorbed by c 1 , and we now get the general solution as
y = c + c 2 e x + c 3 e − x + 3 8 e 2 1 x + 8 2 7 e 3 1 x + 5 x 5 + 4 x 3 + 2 4 x