What happens when we replace the Dirac Delta function with a sine function?

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
6 replies · 4K views
Kyle Nemeth
Messages
25
Reaction score
2
If we were to replace δ(x), the orginal Dirac Delta, with δ(sin(ωx)), what would be the result?

Would we have an infinite spike everywhere on the graph of sinx where x is a multiple integer of π/ω? and 0 everywhere else?

I apologize in advance if I had posted in the wrong category.
 
Physics news on Phys.org
Kyle Nemeth said:
If we were to replace δ(x), the orginal Dirac Delta, with δ(sin(ωx)), what would be the result?

Would we have an infinite spike everywhere on the graph of sinx where x is a multiple integer of π/ω? and 0 everywhere else?
Seems reasonable that ##\delta(\sin(\omega x))## would be infinite wherever ##\omega x## is an odd multiple of ##\pi/2##, and zero everywhere else. In other words, where ##x = \frac{(2k + 1)\pi}{2\omega}##, with k in the integers.
 
  • Like
Likes   Reactions: Kyle Nemeth
Mark44 said:
Seems reasonable that ##\delta(\sin(\omega x))## would be infinite wherever ##\omega x## is an odd multiple of ##\pi/2##, and zero everywhere else. In other words, where ##x = \frac{(2k + 1)\pi}{2\omega}##, with k in the integers.
The zeroes of the sine function are integer multiples of pi.
 
  • Like
Likes   Reactions: Kyle Nemeth
Thank you guys for answering my question. Very much appreciated.
 
Speaking very loosely, the answer is yes.

Speaking more carefully, the dirac delta is a distribution, not a function, and only gives a value when included in an integral. That is
##\int_a^b\delta(x)f(x)dx## is equal to ##f(0)## if ##a\leq 0 \leq b## and to zero otherwise. So your question could be expressed more precisely as:
what is the value of ##\int_a^b \delta(\sin\omega x)f(x)dx##?

This can be answered by substitution. Set ##u=\sin\omega x## so that ##du=\omega\cos x\,dx=\omega\sqrt{1-u^2}\,dx##. Then the Dirac delta part of the integrand becomes just ##\delta(u)##.

We'll end up with an answer that is equal to the sum of the values of ##f(x)## for all values of ##x## in ##[a,b]## that are multiples of ##\pi/\omega##.
 
  • Like
Likes   Reactions: Kyle Nemeth