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?
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?