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