I get a different result than the book I'm reading for the derivative of the sign function.
Let's define the sign function, $x \mapsto \mbox{sgn}(x)$, as
$$ \mbox{sgn} (x) = \begin{cases} 1 & x > 0 \\ -1 & x < 0 \\ \end{cases}$$
Let $u(x)$ be the Heaviside step and $\delta(x)$ be the Dirac delta. By definition, $u'(x) = \delta(x)$ and $\delta(-x) = \delta(x)$. I can rewrite $\mbox{sgn}(x) = u(t) - u(-t)$. Differentiating, we get
$$\mbox{sgn}'(x) = u'(x) - u'(-x)$$
So far the book and I agree. Here is where we disagree. I then proceed to say
$$\mbox{sgn}'(x) = \delta(x) - \delta(-x) = 0$$
whereas the book says
$$\mbox{sgn}'(x) = \delta(x) - [-\delta(x)] = 2 \delta(t)$$
This implies that $u'(-t) = -\delta(t)$ which I don't agree with.
When you differentiate a complex function, you should multiply by the derivative of the internal function. In other words: $$ \frac d{dt}u(-t) = u'(-t)\frac{d(-t)}{dt} = -u'(-t) $$