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...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top