Calculate the following double integral:
$\int\limits$$\int\limits_T$ $[xsen(x) + ysen(x+y)]$ $dxdy$
Where the region $T$ is the triangle of vertices $(1,0)$, $(0,1)$ y $(3,3)$.
To could determine the boundaries of the integral I did the following:
- I made a graph of the triangle
- I found the equations that describe the three lines of the triangle:
- The one which goes from $(0,1)$ to $(3,3)$ is $y=2/3x+1$
- The one which goes from $(0,1)$ to $(1,0)$ is $y=-x+1$
- The one which goes from $(1,0)$ to $(3,3)$ is $y=3/2x-3/2$
Now, I'm stuck from here. I don't know how to establish the boundaries for $x$ and $y$ given the restriction named $T$. Any hint?

You can split your integral as the sum of the red and blue surface: \begin{align} \text{Red}&=\int_0^1\int_{-x+1}^{2/3x+1}(x\sin(x)+y\sin(x+y))\,\mathrm dy\mathrm dx\\ \text{Blue}&=\int_1^3\int_{3/2x-3/2}^{2/3x+1}(x\sin(x)+y\sin(x+y))\,\mathrm dy\mathrm dx \end{align}