Find the area of the region $\{(x,y):0\leq x \leq 1, 0 \leq y\leq 1, 3/4\leq x+y\leq 3/2\}$ (using definite integration).
I cannot understand how to find this area. I have graphed the lines and found out the required region. I found the definite integral $\int_{0}^{1} (3/2-y)-(3/4-y)dy$ but it is yielding an extra areas. How do I find the area of the region?



Since $y \leq 1$, it is :
$$\frac{3}{4} \leq x + y \leq \frac{3}{2} \Rightarrow -\frac{1}{4} \leq x \leq \frac{1}{2}$$
But $x \geq 0$, thus :
$$0 \leq x \leq \frac{1}{2}$$
Then, for $y$ one would get :
$$\frac{1}{4} \leq y \leq 1$$
The desired area of $D = \{(x,y) \in \mathbb R^2 : x \geq 1, y \leq 1, \frac{3}{4} \leq x+y \leq \frac{3}{2}\}$, is :
$$A(D) = \iint_D \mathrm{d}x\mathrm{d}y = \int_0^\frac{1}{2} \int_{\frac{1}{4}}^1\mathrm{d}x\mathrm{d}y$$