change of variables with u and v

404 Views Asked by At

Let D be bounded by $x+y=0, x+y=2, x-y=0, x-y=0$ Compute $\iint ((x+y)e^{(x^2+y^2)} \ dx \ dy$ by using change of variables $u=x+y, v=x-y$

I did $-1< x <1 $and $-x < y < -x+2$ dydx and got a Jacobian value of $2$ with the 2x2 matrix $$\begin{bmatrix}1 && 1 \\ 1 && -1\end{bmatrix}$$ is that right? and where do i go from there?

2

There are 2 best solutions below

3
On

We have an inverse transformation,

$$T^{-1} : (x,y) \to (u,v)$$

So the determinant of the inverse jacobian matrix is,

$$J_{T^{-1}}=\det \begin{bmatrix}1 && 1 \\ 1 && -1\end{bmatrix}$$

Using,

$$1=\det{A^{-1} A}=\det{A^{-1}}\det{A}$$

We have,

$$|J_{T}|=\frac{1}{|J_{T^{-1}}|}$$

Now note,

$$(x+y)^2+(x-y)^2=2x^2+2y^2$$

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

Then proceed, with a substitution.

0
On

Hint

We know that $u=x+y,v=x-y.$ Since our original region was $0<x+y<2$ and $0<x-y<2,$ we must have our new region of integration be $0<u<2$ and $0<v<2$ when we integrate.

Now our integrand becomes $$u e^{\frac{u^2+v^2}{2}}$$ because $u^2+v^2=(x+y)^2+(x-y)^2=2x^2+2y^2.$ We multiply the integrand by $$\left |\frac{\partial(x,y)}{\partial(u,v)} \right |= \frac{1}{2}$$ to get the double integral:

$$\int_{0}^{2} \int_{0}^{2} \frac{u e^{\frac{u^2+v^2}{2}}}{2} \ du \ dv,$$ which is our new integral.