How to correctly convolve two delta functions?

  • Context: Graduate 
  • Thread starter Thread starter badkitty
  • Start date Start date
  • Tags Tags
    Delta Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
badkitty
Messages
2
Reaction score
0
How do I correctly compute the convolution of two delta functions? For example, if I want to compute ##\delta(\omega)\otimes\delta(\omega)##, I should integrate $$\int_{-\infty}^\infty \delta(\omega-\Omega)\delta(\Omega) d\Omega$$
This integrand "fires" at two places: ##\Omega = 0## and ##\Omega = \omega##, and evaluates to ##\delta(\omega)## in either case. That leads me to say that ##\delta(\omega)\otimes\delta(\omega) = 2\delta(\omega)##, which somehow feels wrong... I want it to be just ##\delta(\omega)##.

Anyone know the correct treatment here?
 
Physics news on Phys.org
In your example, ##\int_{-\infty}^\infty \delta(\omega-\Omega) \delta(\Omega) \, d\Omega## is only non-zero if both ## \omega - \Omega = 0 ## and ## \omega = 0 ##.
So for this, you end up with ##\delta(\omega)##.