Im faced with the followng
$$\int \int x^2y^2\,\mathrm dx\,\mathrm dy$$
D={(x,y):x^2+y^2≤1
Now the strategi I am trying to learn is using substitution for double integrals. The way when you use polar coordinates.
I think that we should substitute dxdy to rdrda
Where r is the radius of a circle and a is the angle. Then the limits are 0≤a≤2pi and 0≤r≤1.
Im not sure how to substitute x^2y^2. Can we make r = x^2y^2 or does it have to be r= x^2+y^2, since that is our boundary?
Can someone calculate this integral and explain the steps?
Thank you. Please tell if something was unclear so i can improve my questions.
/John
if $(x,y)=(r\cos\theta ,r\sin\theta )$, then $$x^2y^2=r^4\cos^2\theta \sin^2\theta .$$
Therefore,
$$\iint\limits_{\{(x,y)\in\mathbb R^2\mid x^2+y^2\leq 1\}}x^2y^2dxdy=\int_0^{2\pi}\int_0^1 r^5\cos^2(\theta )\sin^2(\theta )drd\theta =\int_0^1 r^5dr\int_0^{2\pi}\sin^2(\theta )\cos^2(\theta )d\theta . $$
Edit
Use the fact that $\sin(2x)=2\cos(x)\sin(x)$ and $\sin^2(x)=\frac{1-\cos(2x)}{2}$ allow you to compute $\int_0^{2\pi}\cos^2(\theta )\sin^2(\theta )d\theta .$