Let $f$ be defined on the rectangle $R=[1,2] \times [2,4]$ as follows:
$$ f(x,y) = \begin{cases} (x+y)^{-2}, & \text{if }x\leq y \leq 2x; > \\\\ 0, & \text{otherwise. } \end{cases} $$
Compute the value of the double integral $\int\int_Rf$.
I think since $f=0$ in the second case, I should just ignore it.
However, what confuses me is the condition in the first case. The interval of $y$ is not $[x,2x]$ for all values of $x$. Since $2\leq y \leq 4$, this condition implies that $x=2$ for this interval. But does that mean I ignore $x\in [1,2)$? I'm just not sure how to begin this problem.