How Does Using Dirac in a Double Integral Simplify the Integration Process?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
ooga59
Messages
2
Reaction score
0
Hi,

I have a question about using the dirac function in a double integral.

Lets say you have the double integral over the two values x1 and x2:

int( int( sin(x1) * dirac(x1-x2) * sin(x2) ))

Does this just simplify to a single integral:

int( (sin(x1))^2 )



thanks!
 
Physics news on Phys.org
Well, that depends. You did not write any limits of integration.
[tex]\int_a^b \delta(x- x1)f(x)dx[/tex]
is equal to f(x1) IF [itex]a\le x1\le b[/itex] and 0 otherwise.
 
The limits would be from -inf to inf. Thanks.
 
AFAIK the answer is yes. But of course that non converging integral might produce some surprises.