Calculate integral through a change of variables

tsuwal
Messages
105
Reaction score
0

Homework Statement



Let
<br /> D=\{ (x,y)\in\mathbb{R}^2:x+y&lt; 1;0&lt; y&lt; x\}<br />
calculate \int_{D} e^{-(x+y)^4}(x^2-y^2)through an appropriate change of variables


Homework Equations



\int_{D} f *dxdy=\int_{D} f*Jacobian*dudv

The Attempt at a Solution



I've tried x+y=u and x-y=v which is a linear transformation so the jacobian is constant. However the integral becomes pretty ugly meanwhile and I can't solve it. What do i do?
 
Physics news on Phys.org
Try something more like

u=x+y
v=x
 
On the contrary, with that substitution, the integral becomes very nice! With u= x+ y. e^{-(x+y)^4}= e^{u^4} and with, also, v= x- y, x^2- y^2= (x- y)(x+ y)= uv so the integrand becomes e^{u^4}uv. Of course, the boundaries, x+y= 1, y= 0, and y= x, in the u, v system, become u= 1, v= 0, and u= v. The integral is
2\int_0^1\int_0^u e^{-u^4}uv dvdu

Now, do the first, very easy, integral with respect to v and then slap your forehead and cry "Of course"!
 
yeah right, did a mistake on the limits of integration of the v variable. I calculated the limiting points of the triangle in the uv plane and did a mistake in one point. Limits of v became v=u and v=1. This way was impossible.

Thanks but I think you did a mistake on the Jacobian. It is 1/2 not 2.
 
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