Double integrals in polar coordinates with unexpected result

53 Views Asked by At

I have been working on an exercise where I need to convert to polar coordinates :

$$\iint_R (x+y)\,dA\,,$$

where $$R=\left\{(x,y)\mid 1\le x^2+y^2\le 4\,,\, x\le 0\right\}$$

To me, it makes perfect sense that $ (x + y)\,dx\,dy $ became : $(r\cos(\theta) + r\sin(\theta))r\,dr\,d\theta$

What I don't understand is that, I was expecting to work between $r = -1$ and $r = -2$ ; $\theta = - \pi/2$ and $\theta = \pi/2$

Instead, the solution puts $r = 1$ and $r = 2$ ; $\theta = \pi/2$ and $\theta = 3\pi/2$

Could you tell me why ? (I am trying to grasp this new concept)

2

There are 2 best solutions below

1
On BEST ANSWER

Perhaps this drawing can help you in understanding the solution

enter image description here

To integrate the purlple area you have to chose a radius in

$$1<r<2$$

and a corresponding angle in

$$\frac{\pi}{2}<\theta<\frac{\pi}{2}+\pi=\frac{3}{2}\pi$$

Thus rotating this positive radius in the angle's interval you get exactly the desired area to integrate

1
On

Keep in mind that $r = \sqrt{x^2+y^2}$ cannot be negative... It represents the distance to the origin. The condition $1\leq x^2+y^2 \leq 4$ puts our domain between the circles with radius 1 and 2, and so $r \in[1,2]$. The condition $x \leq 0$ puts our domain in the second and third quadrants, for which $\theta \in [\frac{\pi}{2}, \frac{3\pi}{2}]$