Using the change of variable evaluate $\iint_{R} x y\ dx\ dy,$ when the region $R$ is bounded by the curves $x y=1, x y=3, y=3 x, y=5 x$ in the $1^{\text {st }}$ quadrant.
Then transformation domain is $\mathrm{D}=\{(\mathrm{u}, \mathrm{v}): 1 \leq u \leq 3,3 \leq v \leq 5\}$ $\therefore \mathrm{y}=\sqrt{u v}, x=\sqrt{\frac{u}{v}}$ Jacobian of the transformation is
$$ \begin{split} \mathrm{J} &= \left|\begin{array}{ll}\frac{1}{\sqrt{v}} \cdot \frac{1}{2 \sqrt{u}} & \sqrt{u}\left(-\frac{1}{2} \cdot \frac{1}{v \sqrt{v}}\right) \\ \sqrt{v} \cdot \frac{1}{2 \sqrt{u}} & \sqrt{u} \cdot \frac{1}{2 \sqrt{v}}\end{array}\right| =\frac{1}{4 v}+\frac{1}{4} \cdot \frac{1}{v}=\frac{1}{2 v}\\ \mathrm{I} &= \int_3^5 \int_1^3 u \cdot \frac{1}{2 v}\ du\ dv = \left[\left[\frac{u^2}{4}\right]_1^3[\ln v]_3^5 = \log \left(\frac{25}{9}\right)\right. \end{split} $$
It's the answer I got from a solution book. But I am unable to understand that. Can anybody help me out.TIA.
Since $u=xy$ while $v=y/x$, the first two curves are the bound $1\le u\le 3$, while the last two are $3\le v\le5$. Now we just need to rewrite $\underbrace{xy}_u\underbrace{dxdy}_{Jdudv}$, with $J=\frac{1}{2v}$ the Jacobian determinant.