User:Egm6321.f11.team1/report6.bensplaypen.R*6.5
Contents |
Problem R*6.4 For a L2-ODE-VC using variation of parameters find the 2nd homogeneous solution and compare [edit]
Reference Lecture 35-4 found here:Mtg 35
Given [edit]
The following liner, second order, ordinary differential equation, with varying coefficients (L2-ODE-VC)


Find [edit]
A valid homogeneous solution and call it 
Find the particular solution using variation of parameters method and compare it to 
Solution [edit]
Lets start by validating that the homogeneous solution selected below


Use the trial solution:


Differentiate the above to get




Plugging these derivatives and the trial solution into 6.4.1 yields
![\displaystyle \left[(x-1) r^2 - rx + 1\right] e^{rx} = 0](http://upload.wikimedia.org/math/a/f/3/af38e00227aa8ffe82d46c7544a191ac.png)

Rearranging by grouping the terms with x from above yields
![\displaystyle \left[(r^2 - r) x + (1 - r^2)\right] e^{rx} = 0](http://upload.wikimedia.org/math/d/4/b/d4b566cb490f1797c5b8b0c1deb3c1c3.png)

In order for the above equation to be equal to zero, the following equations must be satisfied



The solution of the above equations is
. So 6.4.3 can be written as


Which is a valid homogeneous solution
So now lets find the 2nd homogeneous solution using variation of parameters
We can rewrite 6.4.1 as


Using equation (4) from page 34-5 of the class notes Mtg 34 (b) the following expression for the 2nd homogeneous solution is obtained:
![\displaystyle
{u}_{2}(x)= \underbrace{{u}_{1}(x)}_{{e}^{x}} \int \frac{1}{ u_1^2(x)}exp[-\int \underbrace{a_1(x)}_{\frac{-(x)}{x-1}} \ dx] \ dx](http://upload.wikimedia.org/math/9/1/5/91521ca4a602696880b8b443bf4f1fe1.png)

Using Wolfram Alpha to evaluate both integrals and simplify it can be shown that


Which is the 2nd homogeneous solution
This can can then be compared to
as requested
if
the expressions for
are equivalent
R*6.5: Find Two Homogeneous Solutions using a Trial Solution [edit]
Reference lecture notes page 36-3 found here Mtg 36
Given [edit]
Find u1 and u2 of Equation 6.5.1 below using the trial solution given in equation 6.5.2:

(6.5.1)

(6.5.2)
Solution [edit]
Lets start by differentiating the trial solution as follows:

(6.5.3)

(6.5.4)
The next step is to plug the derivatives and the original trail function into equation 6.5.1 as follows:
![\displaystyle e^{rx}\left[(x+1)r^2-(2x+3)r+2\right]=0](http://upload.wikimedia.org/math/e/5/2/e529ce38c88dad57d3c50482e7cc068d.png)
(6.5.5)
Divide
by both side and group all the
terms to obtain:

(6.5.6)
The following conditions must be satisfy for equation 6.5.6 to be true:

(6.5.7)
In order for 6.5.6 to be true it can be seen that

(6.5.8)
The first homogeneous solution is obtained by plugging equation 6.5.8 into the trial solution given in equation 6.5.2:

(6.5.9)
Using equation (4) from page 34-5 of the class notes Mtg 34 (b) the following expression for the 2nd homogeneous solution is obtained:

(6.5.10)
Equation 6.5.1 can be rearranged into the desired form shown:

(6.5.11)
The value for
from equation 6.5.11 is then substituted into equation 6.5.10, additionally the first homogeneous solution from equation 6.5.9 is substituted to solve for the second homogeneous solution as shown:

(6.5.12)
Evaluating the inner most integral yields:

(6.5.13)
Finally evaluating the last integral and simplifying yields:

(6.5.14)
This is the 2nd homogeneous solution.