Help doing differential equations and laplace

jbhungal
Messages
1
Reaction score
0
I have to solve and IVP we were given an 2x2 matrix and i used the determinant method to solve for L=s^2 +2s+2, Lx =s-2 and Ly =s. so now i did this LX=Lx so s-2/(s^2+2s+2) and LY=Ly so s/(s^2+2s+2) now i have to Laplace them and I am stuck. I think i have to make the (s^2+2s+2) => ((s+1)^2 +1) but I am not sure bc it doesn't really help
 
Last edited:
Physics news on Phys.org
I have no idea what you mean by "so s-2/(s^2+ 2x+ 2)" or "so s/(s^2+ 2s+ 2)". Are those equal to something? I also have no idea what you mean by "Laplace them". Do you mean "find their inverse Laplace transform"? Are you trying to find the inverse Laplace transform of each separately or are you combining them somehow?
 
If you want to find the inverse Laplace transform of
\frac{s-a}{(s+1)^2+1}then find the poles which are at s=-1 \pm i so the sum of the residues of
e^{sx}\frac{(s-a)}{(s+1-i)(s+1+i)} are: e^{sx}\frac{(s-a)(s+1-i)}{(s+1-i)(s+1+i)}|_{s=-1+i}+ e^{sx}\frac{(s-a)(s+1+i)}{(s+1-i)(s+1+i)}|_{s=-1-i}=<br /> <br /> e^{(-1+i)x}\frac{(-1+i-a)}{2i}-e^{(-1-i)x}\frac{(-1-i-a)}{2i}<br />

<br /> =<br /> 2*Real (e^{-x}(cos(x)+isin(x))\frac{i(1+a)+1}{2})<br /> <br /> =e^{-x} (cos(x)-(1+a)sin(x))<br />

So the inverse Laplace transform of \frac{s}{s^2+2s+2} is e^{-y} (cos(y)-sin(y)) and of \frac{s-2}{s^2+2s+2} is e^{-x} (cos(x)-3sin(x)).

The reason this is so is that the contour integral for x>0 vanishes at a large semicircle at the real part of s at -infinity and so the inversion formula f(x)=\frac{1}{2\pi i} \int F(s)e^{sx}ds picks out 2\pi i*residues.
 
Back
Top