Laplace transform and delay

90 Views Asked by At

Hi guys if i have to transform $e^{t-1}u(t-1)$ , why the result is $\frac{e^{-s}}{(s-1)}$ and not $\frac{e^{-(s-1)}}{(s-1)}$ if the $e^{t-1}$ multiply all the "function" ?

1

There are 1 best solutions below

2
On BEST ANSWER

$${\cal L}\left(u(t-c)f(t-c)\right)=e^{-cs}{\cal L}(f)$$ now let $c=1$: $${\cal L}\left(u(t-1)e^{t-1}\right)=e^{-s}\dfrac{1}{s-1}$$