Question: Let $R$ be the region in $xy$-plane bounded by the curves $y=x^2,y=4x^2,xy=1,xy=5$. Then find the value of line integral $\iint_R\frac{y^2}{x}dydx$.
I found it tough and time taking if I evaluate this integral from general method, is there any theorem which make it easy? Since the question is asked in competitive exam so I hope there must be an easy and fast way to solve it.
Any help will be appreciable.
Thanks in advance.
I would suggest change of variable as -
$\displaystyle xy = u, \frac{y}{x^2} = v$
That leads to $\displaystyle J = \frac{1}{3v}$ and integrand $\displaystyle \frac{y^2}{x} = uv$
So the integral simplifies to $\displaystyle \int_1^4 \int_1^5 \frac{u}{3} du \, dv = 12$
The intuition for change of variable comes from seeing the curves they are bound by. As you have two curves with $xy = c$ and two curves with $y = cx^2$. So you can use change of variable to integrate over a rectangular region. One of them is $u = xy$ and the other can be $\frac{x^2}{y}$ or $\frac{y}{x^2}$. I chose the latter as it simplified the integrand as $\frac{y^2}{x} = uv$.