I have to find the laplace transform of $\delta(t^2-3t+2)$.
The answer is : $e^{-s}+e^{-2s}$
I tried using the definition of laplace transform :
$$\int_{-\infty}^{\infty}\delta(t^2-3t+2)e^{-st}\mathrm{d}t$$
Tried taking $m=t^2-3t+2, \mathrm{d}m=(2t-3)\mathrm{d}t$
But that makes the limit and the integral more complicated. I don't know if that's the correct way or not
Seeing the answer I tried factoring the the inner equation inside delta as: $\delta((t-1)(t-2))$, but again I am stuck here unless there are some properties of the delta function that makes $$\delta((t-1)(t-2))=\delta(t-1)+\delta(t-2)$$
Now that I think about it, it makes sense as delta has a value at $t=1$ and $t=2$ but I don't know if $\delta((t-1)(t-2))=\delta(t-1)+\delta(t-2)$ is actually correct.
Note: $\delta(.)$ is the dirac delta function.