$$\int \int xy dA$$ where D is the region bounded by $y = x - 1$ and parabola $y^{2} = 2x + 6$
Quick question, what does the integrand represent? I see that 5,4 is an intersection point, but 5 * 4 = 20 and I'm not sure what the integrand is even supposed to represent.
Anyway here's how I set up the double integral:
$$\int_{-1}^{5} \int_{x-1}^{2x+6} xy \,dy \,dx$$ $$\int_{-1}^{5} \int_{x-1}^{2x+6} (y+1)y \,dy \,dx$$ $$\int_{-1}^{5} \int_{x-1}^{2x+6} (y^2 + y \,dy \,dx$$ $$\int_{-1}^{5} \left[(\frac{y^3}{3} + \frac{y^2}{2})\right]_{-2}^{4} \,dy \,dx$$

The left boundary is represented by $x = \frac 12 y^2 -3$ and the right boundary by $x = y+1$.
If we start by saying that $-3 \leq x \leq 5$, we cannot place $y$ between two single functions of $x$ and must divide into two regions.
– PierreCarre Oct 12 '20 at 13:17