I have the Set $D=\{ (x,y) \in\mathbb{R}: |x|\le2,|x|\le y \le \sqrt{4-x^2}\}$ and I have to calculate $\int_{D}(x^2y+xy^2) dydx$.
So I cannot explain how hard it is for me to find the borders of the integral. I've tried to understand it but It's very hard for meand every time I think i have understood it, i do it wrong in another excercise.
I have an exam tomorrow and of course I can't do wonders with understanding them. We often do them in the lectures that we turn them somehow to polar coordinates or so.
However, my question is: is there any way, that I can read it from the definition of the set D for example, with x and y(without having to turn them in some other coordinates) and what suggestions could you give me in order to be able to do that?
For example in this specific excercise, i thought that since $|x|\le2$ then $-2\le x\le 2 $. Then I just took $y$ between $2$ (since the absolute value of $x$ can't be more than $2$, and $\sqrt{4-x^2}$. So I calculated $\int_{-2}^{2}\int_{2}^{\sqrt{4-x^2}}x^2y$. My answer is not the same as the answer in the book, so I got completely lost.
I would be very thankful for some help.
Annalisa
$|x| \leq 2 \implies -2 \leq x \leq 2$
$|x| \leq y \leq \sqrt{4-x^2}$
$\implies -x \leq y \leq \sqrt{4-x^2} \ $ for $x \leq 0$ and $x \leq y \leq \sqrt{4-x^2} \ $ for $x \geq 0$.
So here is the sketch of the region (you are asked to integrate over the shaded region).
Please note that integral of $xy^2$ will cancel out over region for $x \geq 0$ and for $x \leq 0$ due to $x-$ symmetry.
Your integral is split into two as below -
$\displaystyle \int_{-\sqrt2}^{0} \int_{-x}^{\sqrt{4-x^2}} (x y^2 + yx^2) \ dy \ dx + \int_0^{\sqrt2} \int_{x}^{\sqrt{4-x^2}} (x y^2 + y x^2) \ dy \ dx$
As mentioned you can avoid integrating $xy^2$ as it will cancel out and will not change the result of your final integral.