I'm trying to find the Laplace transform of this:
$f(t) = e^{-2t}$
my assumption was
$ \int_{0}^{\infty}f(t)e^{-st}\,dt $
but for some reason when I try integrating with parts I end up with $\frac{1}{s-1}$ which isn't right... any guide on how to break this down would be appreciated!
$$I=\int_{0}^{\infty}f(t)e^{-st}\,dt$$ $$I=\int_{0}^{\infty}e^{-2t}e^{-st}\,dt$$ Substitute $u=e^t \implies du=udt$ $$I=\int_{1}^{\infty}u^{-2}u^{-s}\,\dfrac {du}{u}$$ $$I=\int_{1}^{\infty}u^{-(3+s)}\,{du}$$ $$I=\dfrac {u^{-(s+2)}}{-(s+2)}\Big|_1^{\infty}$$ $$\implies I(s)=\dfrac 1 {s+2}$$