Integral depending on coordinate differences

Irid
Messages
207
Reaction score
1

Homework Statement


Consider a function which depends only on a difference between two variables, and integrate it with respect to both:
<br /> \int_a^b \int_a^b f(x-y)\, dxdy<br />
Is there any way to simplify this expression, like reducing it into a 1-D integral?
 
Physics news on Phys.org
Irid said:

Homework Statement


Consider a function which depends only on a difference between two variables, and integrate it with respect to both:
<br /> \int_a^b \int_a^b f(x-y)\, dxdy<br />
Is there any way to simplify this expression, like reducing it into a 1-D integral?

Use a change of variables like u=x-y, v=x+y. That will reduce it to a single integration over u after you do the dv integration.
 
This gives me
dxdy = (dv^2-du^2)/4
and I don't see how this makes the integral any easier
 
Irid said:
This gives me
dxdy = (dv^2-du^2)/4
and I don't see how this makes the integral any easier

That's not how you do change of variables in double integration. dxdy is equal to dudv times a Jacobian factor, remember? http://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant Then you have to change the limits.
 
Oh, thanks Dick, I wasn't aware of this...
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top