Laplace transform

1k Views Asked by At

I want to find the Laplace transform of the following signal but I don't know what to do with the absolute value.

$$x(t)=e^{-|t|}\; u(t+1)$$

The first thing it came to my mind is to split in negative and positive sides and then find each one and add them. The problem is that I checked back to the solutions and it not the same.

Any ideas?

2

There are 2 best solutions below

2
On BEST ANSWER

Since you're considering the two sided Laplace Transform you need to evaluate

$$\mathcal L(s)=\int_{-\infty}^\infty e^{-|t|} \theta(t+1) e^{- st}dt$$

Since $\theta(t+1)=0$ for $t<-1$ you integral becomes

$$\mathcal L(s)=\int_{-1}^\infty e^{-|t|} e^{- st}dt$$

Now we consider that for $(-1,0)$, $-|t|=t$, and for $(1,\infty)$, $-|t|=-t$, so that

$$\mathcal L(s)=\int_{-1}^0 e^{t} e^{- st}dt+\int_{1}^\infty e^{-t} e^{- st}dt$$

Can you take it from there?

0
On

$$ e^{-|t|} = e^{t}u(-t)+e^{-t}u(t) $$ $$ x(t)=e^{-|t|} u(t+1)=e^{t}[u(t+1)-u(t)]+e^{-t}u(t) $$ Two Side Laplace Transform : $$ X(S)= \int_{-\infty}^{\infty} x(t)e^{-st}dt $$ $$ X(S)=\int_{-1}^0 e^t e^{-st}dt + \int_0^{\infty} e^{-t} e^{-st}dt $$ $$ X(S)=\int_{-1}^0 e^{-(s-1)t}dt + \int_0^{\infty} e^{-(s+1)t}dt $$ $$ X(S)= \frac{-1} {s-1}e^{-(s-1)t} |_{-1}^0 + \frac{-1} {s+1}e^{-(s+1)t}|_0^{\infty} $$ $$ X(S)=\frac{-1+e^{s-1}} {s-1} +\frac{1} {s+1} $$