$$\iint_{G}\!x^2\,\mathrm{d}x\mathrm{d}y$$
where $G := \left\{(x,y)\in\mathbb{R}^{2}\,;\,|x|+|y| \le 1\right\}$
How does one go about finding the boundaries of these types of integrals? I did fail at searching for examples like this as I don't even know their name(if they do have a specific one).
Oh and also Happy New Year in advance!
Sketch the region $G$.
It is now clear that $$G=\left\{(x,y)\in\mathbb R^2: |y|\le 1-|x|\,,\,|x|\le 1\right\}$$
So,
\begin{align} \iint_G x^2 \,dx\,dy&=\int_{-1}^{1}x^2\int_{-1+|x|}^{1-|x|}\,dy \,dx \\&=\int_{-1}^1 2x^2 (1-|x|)\,dx \\&=2\int_0^1 2x^2(1-x)\,dx \end{align}