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.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top