I'm trying to solve the following problem:
$$\int_E \frac{y}{x}d(x,y)$$
Where E is bounded by $x^2-y^2=1$, $x^2-y^2=4$, $y=0$, and $y=\frac{x}{2}$. I've tried using the transformation $u=x^2-y^2$ and $v=\frac{y}{x}$ but this leads to a really messy Jacobian. Am I missing a better transformation?
I decided to use a different transformation, letting $u=\sqrt{x^2-y^2}$ and keeping $v=\frac{y}{x}$. The bounds are $1 \leq u^2 \leq 4$ and $0 \leq v \leq \frac{1}{2}$. Then the bounds for $u$ are $1 \leq u \leq 2$.
This gives $x=\sqrt{\frac{u^2}{1-v^2}}$ and $y=v\sqrt{\frac{u^2}{1-v^2}}$, while the integrand simplifies nicely to $v$.
The partials are then: $$\frac{\delta x}{\delta u}=\frac{1}{\sqrt{1-v^2}}, \frac{\delta x}{\delta v}=\frac{uv}{\sqrt{1-v^2}^3}, \frac{\delta y}{\delta u}=\frac{v}{\sqrt{1-v^2}}, \frac{\delta y}{\delta v}=\frac{u}{\sqrt{1-v^2}^3}$$ The Jacobian comes out to $\frac{u}{1-v^2}$, so the transformed integral is:
$$\int_0^{\frac{1}{2}}\int_1^2 \frac{uv}{1-v^2}dudv$$
If my math is right, this comes out to $-\frac{3}{4}ln\frac{3}{4}$.