What is the inverse laplace transform of $\frac{s}{s+1}$?
My work was: $$ X(s)=\frac{s}{s+1}\\ X(s)=s\frac{1}{s+1}\\ x(t)=\frac{d}{dt}e^{-t}=-e^{-t} $$
My only issue is that when I check my answer with wolfram alpha, it says that the inverse laplace transform of $\frac{s}{s+1}$ is actually $-e^{-t}+\delta(t)$. What is the correct way to find the inverse transform?
\begin{align} &=\frac s{s+a}\\ &=\frac{(s+a)-a}{s+a}\\ &=\frac{s+a}{s+a}-\frac a{s+a}\\ &=1-\frac a{s+a}\\ &=1-\mathcal{L}(ae^{-at}) \end{align}(You can put a line break before each&and before the\end{align) – Akiva Weinberger Feb 27 '15 at 05:33