§ Derivative of step is dirac delta


I learnt of the "distributional derivative" today from my friend, Mahathi. Recording this here.

§ The theory of distributions


As far as I understand, in the theory of distributions, A distribution is simply a linear functional F:(RR)RF: (\mathbb R \rightarrow \mathbb R) \rightarrow \mathbb R. The two distributions we will focus on today are:

§ Derivative of a distribution


Recall that notationally, we wrote D(f)D(f) as D(x)f(x)dx\int D(x)f(x) dx. We now want a good definition of the derivative of the distribution, DD'. How? well, use chain rule!
0UdV=[UV]00VdU0f(x)D(x)dx=[f(x)D(x)]00Df(x) \begin{aligned} &\int_0^\infty U dV = [UV]|_0^\infty - \int_0^\infty V dU \\ &\int_0^\infty f(x) D'(x) dx \\ &= [f(x) D(x)]|_0^\infty - \int_0^\infty D f'(x) \end{aligned}

Here, we assume that f()=0f(\infty) = 0, ahd that ff is differentiable at 00. This is because we only allow ourselves to feed into these distribtions certain classes of functions (test functions), which are "nice". The test functions ff (a) decay at infinity, and (b) are smooth.
The derivation is:
0UdV=0f(x)δ(x)=f(0)[UV]00VdU=[f(x)step(x)]00step(x)f(x)=[f()step()f(0)step(0)]step(f)=[00](0f(x)dx)=0(f()f(0))=0(0f(0))=f(0) \begin{aligned} &\int_0^\infty U dV = \int_0^\infty f(x) \delta(x) = f(0) \\ &[UV]|_0^\infty - \int_0^\infty V dU = [f(x) step(x)]|_0^\infty - \int_0^\infty step(x) f'(x) \\ &= [f(\infty)step(\infty) - f(0)step(0)] - step(f') \\ &= [0 - 0] - (\int_0^\infty f'(x) dx) \\ &= 0 - (f(\infty) - f(0)) \\ &= 0 - (0 - f(0)) \\ &= f(0) \end{aligned}