How should I proceed? the question is : $$\iint_D (x^4-y^4) \,dx\,dy$$ $$D= \left\{(x,y):1<x^2-y^2<4, \quad \sqrt{17}<x^2+y^2<5,\quad x<0,\ \ y>0\right\}$$ I've tried to solve it with change of variable: $$u=x^2-y^2, \quad v=x^2+y^2$$ $$|J|=\frac{1}{8xy}, \quad \frac{1}{8}\iint uv\frac{1}{xy} \,du\,dv$$
How should I proceed?
Any suggestion would be great, thanks
If you do
$$u + v = 2x^2 \text{ and } v - u = 2y^2$$
you can solve for $x$ and $y$ in terms of $u$ and $v$. Just keep in mind the conditions $x < 0$ and $y > 0$ when you take the square roots. Also note that $u + v$ and $v - u$ are both positive from the hypotheses.
Therefore,
$$x = -\sqrt{\frac{u + v}{2}}, \quad y = \sqrt{\frac{v-u}2}, \quad \text{and } xy = -\frac12\sqrt{v^2 - u^2}.$$
And before I forget: you want the absolute value of the Jacobian, so
$$|J| = \frac{1}{8|xy|} = \frac{1}{4\sqrt{v^2 - u^2}}.$$