Is it alright to approximate a Delta distribution with an exponential like this:
$$\delta(x-1) = \omega\,e^{-\omega (x-1)}, \hspace{1cm} x \geq 1,$$
where, $\omega \gg 1 $, and, $$\int_1^{\infty} f(x)\,\delta(x-1) = f(1).$$ Also, what are the caveats of differentiating this distribution, e.g., can I write, $$\frac{\partial}{\partial x}\delta(x-1) = -\omega\,\delta(x-1).$$
Thanks.