How to find the Laplace transform of $ |\sin (t)| $?
How to find the laplace transform of $ |\sin (t)| $?
20.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 3 best solutions below
On
Here is another way:
First, I make a variable change so I need only work with integers
$$\int_{0}^{\infty}e^{-st}|\sin(t)|dt=\pi\int_{0}^{\infty}e^{-\pi st}|\sin(\pi t)|dt.$$ Now, lets remove the absolute values. The above is
$$\pi\sum_{n=0}^{\infty}\left(\int_{2n}^{2n+1}e^{-\pi st}\sin(\pi t)dt-\int_{2n+1}^{2n+2}e^{-\pi st}\sin(\pi t)dt\right) $$
Now, use the fact that $$\pi\int e^{-\pi st}\sin(\pi t)dt=-\frac{e^{-\pi st}\left(s\sin(\pi t)+\cos(\pi t)\right)}{s^{2}+1} +C$$ to piece together a solution.
On
Here is a short derivation. First note that $|\sin t|$ has a period of $\pi$. Then $$\mathcal{L}(|\sin t|)$$ $$= \frac{1}{1 - e^{-\pi s}}\quad \int_0^{\pi} e^{-st} |\sin t|\, dt$$ $$= \frac{1}{1 - e^{-\pi s}}\quad \int_0^{\pi} e^{-st} \sin t \,dt$$ $$= \frac{1}{1 - e^{-\pi s}}\quad \left. \left(-e^{-st} \frac{s \,\sin t + \cos t}{s^2 + 1} \quad \right|^{\pi}_0 \right )$$ $$= \frac{1}{1 - e^{-\pi s}}\quad \left ( \frac{e^{-\pi s}}{s^2 + 1}\;\; + \frac{1}{s^2 + 1} \right )$$ $$= \frac{1 + e^{-\pi s}}{1 - e^{-\pi s}} \quad \cdot \frac{1}{s^2 + 1}$$
$$ \mathcal{L}_s\left(\left| \sin t \right|\right) = \int_0^\infty \left|\sin(t)\right|\mathrm{e}^{-s t} \mathrm{d} t = \sum_{n=0}^\infty \int_{\pi n}^{\pi (n+1)} \left|\sin(t)\right|\mathrm{e}^{-s t} \mathrm{d} t = \sum_{n=0}^\infty \mathrm{e}^{-s \pi n} \int_{0}^{\pi} \sin(t)\mathrm{e}^{-s t} \mathrm{d} t = \frac{1}{1-\exp(-\pi s)} \int_{0}^{\pi} \sin(t)\mathrm{e}^{-s t} \mathrm{d} t $$ The latter integrate is easy to evaluate as follows: $$ \int_{0}^{\pi} \sin(t)\mathrm{e}^{-s t} \mathrm{d} t = \Im \int_{0}^{\pi} \mathrm{e}^{i t -s t} \mathrm{d} t = \Im\left(\frac{\exp(i \pi - \pi s) - 1}{i - s}\right) = \frac{1+\exp(-\pi s)}{1+s^2} $$ Thus $$ \mathcal{L}_s\left(\left| \sin t \right|\right) = \frac{1+\exp(-\pi s)}{1+s^2} \cdot \frac{1}{1-\exp(-\pi s)} $$