Consider the region $R$ bounded by the lines $y=x,y=2x,x+y=2$. Find $$\int\int_{R}xydxdy$$
I actually used Change of variable using the following transformation: $u=\frac{y}{x}$ and $v=\frac{1}{x}$. We have $1\leq u \le 2$ and $x+y=2$ gives $1+u=2v$
So the region in the $u-v$ plane is $$R_{uv}=\left\{(u,v):1\leq u \leq 2, \frac{1+u}{2}\leq v\leq \frac{3}{2}\right\}$$ I know that my limits are wrong because I am not getting the correct answer as $\frac{13}{81}$. Can I know whats wrong in my transformation?
As other answers have said, you do not have to use change of variable. If you are using change of variable, I would have gone with, $u = \cfrac{y}{x}, v = y$, and that leads to
$|J^{-1}| = \cfrac{y}{x^2}$. So the integrand becomes,
$x y \cdot |J| = x^3 = \cfrac{v^3}{u^3}$
$0 \leq v \leq \frac{2u}{u+1}, 1 \leq u \leq 2$
For change of variable that you are using,
$u = \frac{y}{x}, v = \frac{1}{x}$,
$|J^{-1}| = \cfrac{1}{x^3}$. So the integrand becomes,
$|J| \cdot xy = x^4 y = \cfrac{u}{v^5}$
Please note when $x = 0, v = \infty$ and that is the upper bound of $v$. Lower bound of $v$ comes from $x + y = 2$
$\frac{1+u}{2} \leq v \leq \infty, 1 \leq u \leq 2$
$ \displaystyle \int_1^2 \int_{(1+u)/2}^{\infty} \frac{u}{v^5} ~ dv ~ du = \cfrac{13}{81}$