If I would want to integrate the following
$$\int_1^2 \int_1^2\frac{x}{x^2+y^2} \, dx \, dy$$
by doing a polar corrdinates change of variables $x=r\cos\theta$ and $y=r\sin\theta$ I would get
$$\int_\text{?}^\text{?}\int_\text{?}^\text{?}\frac{r\cos\theta}{r^2} r \, dr \, d\theta $$
but what would be my bounderies then? I have trouble finding those bounderies to then integrate.
thank you for your help
Per comment, polar coordinates are not a good way, but if you really would like to see as you mentioned:
Your area is a square and you need to divide it into two triangles.
For the lower triangle:
$$\theta \in (\arctan \frac{1}{2},\frac{\pi}{4})$$
$r$ is bounded by bottom and right line of the square: $$\frac{1}{\sin \theta} <r < \frac{2}{\cos \theta}$$
Similar for the upper triangle, and I'll leave it to you.