Is it possible to use change of variable in order to solve the following problem?
Calculate $\int_0^1\int_0^1 \frac{1}{1-x^2y^2}dxdy$ using the following transformation $x=\frac{\sin u}{\cos v},$ and $y= \frac{\sin v}{\cos u}$.
My attempt is to pick the triangle region $R$ in $u$$v$ plane, where $R$ is the trianle with three vertexes $(0,0), (\frac{\pi}{2},0), (0,\frac{\pi}{2}).$ Then $|J|=1-x^2y^2$ and $\int_0^1\int_0^1 \frac{1}{1-x^2y^2}dxdy=\int\int_R 1 dudv=\frac{\pi^2}{8}.$ Is it right? Note that integtand $\frac{1}{1-x^2y^2}$ is singular at $(1,1).$
I would be thankful for any comments.