Find the area of the region bounded by $$2 \leq|x+3 y|+|x-y| \leq 4$$
I tried taking four cases which are: $$x+3y \geq 0, x-y \geq 0$$ $$x+3y \geq 0, x-y \leq 0$$ $$x+3y \leq 0, x-y \geq 0$$ $$x+3y \leq 0, x-y \leq 0$$ But it becomes so confusing to draw the region. Any better way ?




The transformation $$ \begin{align} u &= x + y \\ v &= 2y \end{align} $$ transforms the region $$ 2 \leq|x+3 y|+|x-y| \leq 4 $$ to $$ 2 \leq|u+v|+|u-v| \leq 4 $$ and increases the area by a factor of two (why?). The new region is limited by two squares with side length $2$ and $4$, respectively (compare How to solve $|a+b|+|a-b|=c$?), so that its area can be computed easily.