Calculate: $ \int \int_{R^2} \frac{dxdy}{(1+4x^2+9y^2)^2}$.
Solution from book:
We form a set $D_n=\{ (x,y)|4x^2+9y^2\leq n^2 \}$.
Then $4x^2+9y^2=r^2$; $x=\frac{1}{2}rcost$ and $y=\frac{1}{3}rsint$ where $0\leq r \leq n$ and $0\leq t \leq 2\pi$. After that I know how to solve the integral. I just don't understand why is it done this way, why do we form this set $D_n$. The theory behind this is bugging me..
And another example is: $ \int \int_{D} \frac{dxdy}{(1-x^2-y^2)^2}$. Where D is a unit circle.
Here $D_n=\{ (x,y)|x^2+y^2\leq (1-\frac{1}{n})^2 \}$. Why?
Also $ \int \int_{R^2} \frac{dxdy}{1+(x^2+y^2)^2}$ what would $D_n$ be for this one?
A natural way to parametrize the region $\{(x,y)\in\Bbb R^2\mid ax^2+by^2\leqslant R^2\}$ consists in considering $(r,\theta)\mapsto\bigl(ar\cos(\theta),br\sin(\theta)\bigr)$, with $0\leqslant r\leqslant R$. And the integral$$\iint_{\Bbb R^2}\frac{\mathrm dx\,\mathrm dy}{1+4x^2+9y^2},$$which is equal to$$\lim_{R\to\infty}\iint_{\{(x,y)\in\Bbb R^2\mid x^2+y^2\leqslant R\}}\frac{\mathrm dx\,\mathrm dy}{1+4x^2+9y^2},$$becomes, through change of variables$$\lim_{R\to\infty}\int_0^{2\pi}\int_0^R\frac r{1+r^2}\,\mathrm dr\,\mathrm d\theta,$$which is easy to compute.
Also,\begin{align}\int_{\{(x,y)\in\Bbb R^2\mid x^2+y^2<1\}}\frac{\mathrm dx\,\mathrm dy}{1-x^2-y^2}&=\lim_{n\to\infty}\int_{\{(x,y)\in\Bbb R^2\mid x^2+y^2\leqslant1-1/n\}}\frac{\mathrm dx\,\mathrm dy}{1-x^2-y^2}\\&=\lim_{n\to\infty}\int_0^{2\pi}\int_0^{1-1/n}\frac r{1-r^2}\,\mathrm dr\,\mathrm d\theta,\end{align}which, again, is easy to compute.
Can you deal with the other integral now?