0

Any useful change of variable possible to make the integration easier ? $$ \int dx \int dy (x-y)^2 xy \exp(-a(x-y)^2) $$

isoura
  • 11

1 Answers1

0

Use a rotation:

$$u = \frac{x-y}{\sqrt{2}}$$ $$v = \frac{x+y}{\sqrt{2}}$$

to get the integral

$$\iint_{\Bbb{R}^2} u^2(v^2-u^2)\exp(-2au^2)\:du\:dv$$

which diverges because of the $v$.

Ninad Munshi
  • 34,407