1
$\begingroup$

I have seen questions on how to integrate double integrals but I do not know enough maths to be able to understand it. I have come across the need to integrate this function but don't know where to start.

$$\int_{-S}^S\int_{-T}^T\frac{1}{(x-s)^2+(y-t)^2}\;dt\,ds$$

I mostly want to know what the integral is but would also appreciate some pointers on how to go about doing this myself. I tries WolframAlpha but it kept timing out on me.

Thanks for any help.

  • 0
    I suppose one could use the transformation $t \mapsto y - t$ and $s \mapsto x - s$ and then use the Jacobian for the transformations effect on $dt ds$. Once you do this, maybe use polar coordinates?2011-12-15
  • 0
    It may help to know which part you don't understand. If you understand single integrals, I believe this is the same as $\int_{-S}^S(\int_{-T}^T\frac1{(x-s)^2+(y-t)^2}dt)ds$. In other words, the first integration is in terms of t and s is treated as a constant. The first integration looks as if it will yield some sort of inverse tangent function.2011-12-15
  • 0
    I think you should impose some conditions on the integration domain to give a meaning to such an integral. What gets stuck Mathematica is exactly this.2011-12-15
  • 0
    Do you know any residue calculus? Do you have any condition on $x,y$? Note that $\int\int(x^2+y^2)^{-1}dxdy=\int x^{-1}\int(1+(y/x)^2)^{-1}dydx=\int \arctan(y/x)/x dx\sim \int \arctan(ye^u)du$, which seems difficult.2011-12-15
  • 0
    What is meant by a condition on x or y? In this x, y, S and T are constants. @Mike is it correct to just integrate as you suggested, I have spoken to other people and they give me the impression that this is the wrong thing to do.2011-12-16

1 Answers 1