Laplace Transformation

67 Views Asked by At

I ended up with the following system of equations in the frequency domain: \begin{equation} \mathcal{L}\{f\}(s)=\frac{\alpha (s \beta+ \gamma)}{(s \delta + \alpha+\gamma)(s\beta+\gamma)-\gamma \gamma} \end{equation}

\begin{equation} \mathcal{L}\{g\}(s)=\frac{\alpha \gamma}{(s \beta +\gamma)(s \delta + \alpha+\gamma)-\gamma \gamma} \end{equation}

where $\alpha, \beta, \gamma, \delta$ are constants.

I want to factorise them first so I can transform them back to the time domain.

Can anyone give a hint how to factorise the above equations?

2

There are 2 best solutions below

9
On

Factor out the $\beta$ and $\delta$ from the denominator, then you will be left with something of the form $(s+a)(s+b) -c$. Try writing this as $(s-d)^2 - e$. (so I'm working towards 25 in this table.)

Can you work it out from here? You need to write out $(s+a)(s+b)$ and $(s-d)^2$ out and try to find $d$ and $e$ to get the trick done.

2
On

Those are transfer functions of a second order system and integrate as a product of $sin$, $cos$ and $exp$ or $sinh$, $cosh$ and $exp$. You can start from this : $$G(s)=\frac{\alpha\gamma}{s^2\delta\beta+s(\alpha\beta+\gamma\beta+\gamma\delta)+\gamma\alpha}$$ $$=\frac{\alpha\gamma}{(s\sqrt{\delta\beta}+\frac{1}{2}(\alpha\beta+\gamma\beta+\gamma\delta))^2-(\alpha\beta+\gamma\beta+\gamma\delta)^2+\gamma\alpha}$$ Still you need to have some information about the sign of $-(\alpha\beta+\gamma\beta+\gamma\delta)^2+\gamma\alpha$ to use a table of transforms.

If you have no clue about this term the idea to go further would be : $$G(s)=\frac{\alpha\gamma/\delta\beta}{(s+\frac{1}{2}(\alpha\beta+\gamma\beta+\gamma\delta)/\sqrt{\delta\beta})^2-(\alpha\beta+\gamma\beta+\gamma\delta)^2/\delta\beta+\gamma\alpha/\delta\beta}$$ Then let $K=\alpha\gamma/\delta\beta$, $A=\frac{1}{2}(\alpha\beta+\gamma\beta+\gamma\delta)/\sqrt{\delta\beta}$, $\Omega=\sqrt{-(\alpha\beta+\gamma\beta+\gamma\delta)^2/\delta\beta+\gamma\alpha/\delta\beta}$

Note that you have the relation : $$\Omega=\sqrt{K-4A^2}$$ then : $$G(s)=\frac{K}{(s+A)^2+\Omega^2}=\frac{K}{\Omega}\frac{\Omega}{(s+A)^2+\Omega^2}=\mathcal{L}\left[\frac{K}{\Omega}e^{-At}\sin(\Omega t)\cdot u(t)\right]$$ You just have to hope that $\Omega\in\mathbb{R}$ which corresponds to the nice condition $K-4A^2\geq 0$