Let us execute in version 12.0
Integrate[DiracDelta[x]*DiracDelta'[x], x]
DiracDelta[x]^2/2
and this lasts at least since version 7. However, the documentation to DiracDelta says "Products of distributions with coinciding singular support cannot be defined " and Encyclopedia of Mathematics seconds it. Therefore, neither DiracDelta[x]*DiracDelta'[x] nor DiracDelta[x]^2 make sense. The question arises: how to interpret the above result?
Integratesimply does the integration treatingDiracDeltaas an unknown function with no special properties. (You get the same result if you replaceDiracDeltawith e.g.f) - I doubt that every transformation rule forIntegratechecks for distributions, it's more likely that there are simply some special cases forDiracDelta. – Lukas Lang Oct 17 '19 at 22:35Integrate::idiv: Integral of DiracDelta[x] (DiracDelta^\[Prime])[x] does not converge on {-\[Infinity],\[Infinity]}.– yarchik Oct 18 '19 at 06:28Integrate[HeavisideTheta[x] DiracDelta[x], x]andIntegrate[DiracDelta[x] DiracDelta'[x], x]yield inconsistent results. But what the problem with that? Either are mathematically invalid. Only the definite integral makes sense. You seems to be interested in products of generalized functions. I find this post very elucidating: https://mathoverflow.net/questions/48067/is-square-of-delta-function-defined-somewhere Have a look at the answer of Denis Serre. I don't know of an example where this tool (the Colombeau algebra) solved an open problem This pretty much says it all. – yarchik Oct 18 '19 at 14:59