3

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.

Bobby Lee
  • 1,030

1 Answers1

1

The region you want is the common interior (intersection) of the following six halfplanes:

  1. $x\ge 1$
  2. $x\le 2$
  3. $y\ge 2$
  4. $y\le 4$
  5. $y\ge x$
  6. $y\le 2x$

Try sketching all six and see what shape you get.

vadim123
  • 82,796