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.
 
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