I have the following double integral and the following domain.
$$\iint x^2 \tan(x) + y^3+ 4 dx dy$$ $$D=\{(x,y): x^2+y^2\le2\}$$
I know the domain is a circle and it can be described as:
$$D=\left\{(x,y): -\sqrt{2} \le x \le \sqrt{2} \text{ and } -\sqrt{2-x^2} \le y \le \sqrt{2-x^2}\right\}$$
I have tried integrating using this domain, but I have no idea how to handle $\int x^2\tan(x)$
I also tried to use polar coordinates, but $x^2\tan(x)$ also is something that I do not know how to handle in polar coordinates.
Can someone please help me.