I am attempting a question that asks me to evaluate $$ \iint_D (x^2+y^2) dx dy $$ where $D$ is the finite region in the positive quadrant bounded by the curves $$ x^2 - y^2 = \pm 1, \quad xy = \frac{1}{2}. $$
So, I thought of using the transformation $x^2 - y^2 = u$ and $xy=v$, and computed the Jacobian and all that and get to the integral
$$ \iint_D \frac{1}{v} du dv. $$
But I can't get the bounds to work. I thought $u$ would be between $-1$ and $1$, and $v$ would be between $0$ and $\frac{1}{2}$. However then the integral is not finite. Thoughts?