By using infinite series find Laplace inverse for |1/(S^3+1)| .... I don't know what to do after using taylor expansion.. when I use it I got polynomial of $ S $ in the nominator which I can not deal with
2026-04-06 19:08:01.1775502481
On
Laplace inverse for Taylor expansion
321 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
This is far easier using the definition of the inverse transform, i.e.,
$$\frac1{i 2 \pi} \int_{c-i \infty}^{c+i \infty} ds \frac{e^{s t}}{s^3+1} $$
If you know complex analysis, then you know that this integral is simply the sum of the residues of the poles of the integrand. The poles are at $s=e^{i \pi/3}$, $s=e^{i \pi}$, and $s=e^{i 5 \pi/3} = e^{-i \pi/3}$. The sum of the residues is then
$$\frac{e^{e^{i \pi/3} t}}{3 e^{i 2 \pi/3}} + \frac{e^{e^{-i \pi/3} t}}{3 e^{-i 2 \pi/3}} + \frac13 e^{-t} = \frac{1}{3} e^{t/2} \left [\sqrt{3} \sin{\left (\frac{\sqrt{3}}{2} t \right )}-\cos{\left (\frac{\sqrt{3}}{2} t \right )} \right ]+\frac13 e^{-t}$$
Here is how you advance.
Apply inverse Laplace you get
$$ \sum_{k=0}^{\infty} \frac{(-1)^k\, x^{3 k+2}}{\Gamma(3k+3)}. $$
Now you sum the above series.
Added: Here is the summation of the series using CAS
$$ \frac{1}{3}\,{{\rm e}^{1/2\,x}}\sin \left( 1/2\,\sqrt {3}x \right) \sqrt {3}-1 /3\,{{\rm e}^{1/2\,x}}\cos \left( 1/2\,\sqrt {3}x \right) +1/3\,{ {\rm e}^{-x}} .$$