Worked examples of solving linear non-homogeneous ordinary differential equation by operator factorization
This tutorial provides several example in solving linear non-homogeneous ordinary differential equation(NVODE) using operator factorization method.
Content |
Introduction
This tutorial provides several examples in solving linear non-homogeneous ordinary differential equation(NVODE) using operator factorization method[1].
Examples
Example 1:
To solve:
.........................(1)
To solve 1 using operator factorization method, we first need to find a fundamental solution to the equation:
where
For the simplest guess, we may try constant or polynomial of x. We notice that if ,
Therefore, we know that x is a fundamental solution to L.
Now, we can find :
We know that L can be factorized into:
From this equation:
We have:
since
So, we have factorized L totally into:
Therefore, putting it into (1), we have:
You can put it back into (1) to verify that it is indeed a general solution since it contains 2 arbitrary constants.
Footnotes and Citations
- Ross Tang" Solving linear non-homogeneous ordinary differential equation with variable coefficients with operator method",Retrieved 25 June 2010
Please login to post comment.