Is it possible to set this integral up without using substitution?
$$\iint_D e^{x+y} \,\mathrm{d}x\,\mathrm{d}y\,,$$ where
$$D = \left\{-1\le x+y \le 1, -1 \le -x + y \le 1\right\}$$
The answer is: $e-\frac{1}{e}$
Is it possible to set this integral up without using substitution?
$$\iint_D e^{x+y} \,\mathrm{d}x\,\mathrm{d}y\,,$$ where
$$D = \left\{-1\le x+y \le 1, -1 \le -x + y \le 1\right\}$$
The answer is: $e-\frac{1}{e}$
Sure, and indeed it is quite easy. First you can divide $D$ in $D_1=\left\{0\leq x\leq 1, x-1 \le y \le -x+1\right\}$ and $D_2=\left\{-1\leq x\leq 0, -x-1 \le y \le x+1\right\}$, then
$$ \iint_{D_1} e^{x+y} dxdy=\int_0^1 \left(\int_{x-1}^{-x+1} e^{x+y} dy\right)dx= \int_0^1[e^{x+y}]_{x-1}^{-x+1} dx=\int_0^1 (e-e^{2x-1}) dx $$
now yo can complete the whole exercise by yourself.