I tried to do the same unilateral Laplace transform in two ways, but I got different results. I have to calculate: $\mathcal{L}[r(t-1)]$, where $r(t)$ is the ramp function, that is $r(t)=t, t\ge0$.
$1^{st}$ way: $\mathcal{L}[r(t-1)]=\mathcal{L}[t-1]=\mathcal{L}[t]-\mathcal{L}[u(t)]=\frac{1}{s^2}-\frac{1}{s}$, where $u(t)$ is the unit step function.
$2^{nd}$ way (using Laplace transform properties): $\mathcal{L}[r(t-1)]=\mathcal{L}[t-1]=e^{-s}\frac{1}{s^2}=\frac{1}{e^s s^2}$
What's wrong with the second way? Is it right?
The Laplace Transform of $r(t-1)$ is
$$\begin{align} \mathscr{L}\{r(t-1)\}(s)&=\int_0^{\infty}r(t-1)e^{-st}dt\\\\ &=\int_0^{\infty}(t-1)u(t-1)e^{-st}dt\\\\ &=\int_1^{\infty}(t-1)e^{-st}dt \tag1\\\\ &=e^{-s}\int_0^{\infty}te^{-st}dt \tag 2\\\\ &=e^{-s}\mathscr{L}\{r(t)\}(s)\\\\ &=e^{-s}\frac1{s^2} \end{align}$$
In going from $(1)$ to $(2)$, we used the substitution $t-1 \to t$. Then, $e^{-st}\to e^{-s(t+1)}=e^{-s}e^{-st}$ and the new integration limits begin at $0$.