Understanding Multiple Delta Function in 1D and Multidimensional Spaces

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
4 replies · 3K views
fuwuchen
Messages
3
Reaction score
0
Hi everyone,
I have trouble understanding the multiple delta function. For one dimensional delta function, we have
δ([itex]\varphi[/itex](x))=[itex]\sum_{i=1}^{N}[/itex]δ(x−xi)|[itex]\varphi[/itex]′(xi)|
where xi's (for i = 1 to N) are simple zeros of f(x) and it is known that f(x) has no zeros of multiplicitiy > 1

but what is the case of multiple delta function
δ(f(x,y))=?

PS:This my first time to this forum, I'm not familiar with Latex. Sorry for the caused inconvenience.
 
Last edited:
Physics news on Phys.org
Well one thing you could do is to treat y as a parameter and f(x,y) as a function of one variable. Then the zeroes of f(x,y) occur at x = ξi(y), and you have δ(f(x,y)) = ∑ δ(x - ξi(y)) |[∂f(x,y)/∂x]x = ξi(y)|.
 
Bill_K said:
Well one thing you could do is to treat y as a parameter and f(x,y) as a function of one variable. Then the zeroes of f(x,y) occur at x = ξi(y), and you have δ(f(x,y)) = ∑ δ(x - ξi(y)) |[∂f(x,y)/∂x]x = ξi(y)|.


Thank a lot for your help, Bill!

But I wonder whether we can treat y as a parameter and have x = ξi(y), as in f(x,y) the two arguments x and y are independent to each other.
 
Sure, that's perfectly legal. You will often see this approach used when dealing with the delta function on the light cone δ(x2 - c2t2). Instead of calling it a function of two variables f(x, t) = x2 - c2t2, we define a parameter a = ct and work with a function of one variable, δ(x2 - a2). By the one-dimensional rule this is equal to |1/2a| (δ(x - a) + δ(x + a)), which can then be written |1/2ct| (δ(x - ct) + δ(x + ct)).
 
Bill_K said:
Sure, that's perfectly legal. You will often see this approach used when dealing with the delta function on the light cone δ(x2 - c2t2). Instead of calling it a function of two variables f(x, t) = x2 - c2t2, we define a parameter a = ct and work with a function of one variable, δ(x2 - a2). By the one-dimensional rule this is equal to |1/2a| (δ(x - a) + δ(x + a)), which can then be written |1/2ct| (δ(x - ct) + δ(x + ct)).

Yes, you are right!
Thanks again for your help, good luck with you!