I need to find the area of this region:
$$\begin{align} y&=1,\dots,y=\sqrt3x&&\implies\left(\frac1{\sqrt3},1\right)\\ y&=1,\dots,x^2+y^2=4&&\implies(\sqrt3,1)\\ y&=\sqrt3x,\dots,x^2+y^2=4&&\implies(1,\sqrt3) \end{align}$$
With Fubini's theorem I get $$\int_{y=1}^{y=\sqrt3}\left (\int_{x=\frac{y}{\sqrt3}}^{x=\sqrt{4-y^2}}\ \mathrm dx\right)\ \mathrm dy=\frac{\pi-\sqrt3}{3}$$
I think this is a good answer.
However how can use polar coordinates to solve this?
Polar coordinates $$x=\rho\times\cos(\theta);\quad y=\rho\times\sin(\theta)$$
I know that $\theta\in\left[\dfrac{\pi}{6},\dfrac{\pi}{3}\right]$ but how can I find $\rho$?
My guess is $\rho\in\left[\dfrac{1}{\sin\theta},\text{something}\right]$. Can somebody explain how to find $\rho$ in this situation?

area in pink + area in blue = $\int_1^2\sqrt{4-x^2}\,dx=\frac{2\pi}3-\frac{\sqrt3}2$
area in blue + area in green = $\frac12\times 2^2\times \frac\pi6=\frac\pi3$
area in green = $\frac12\times1\times\frac1{\sqrt3}=\frac1{2\sqrt3}$
Hence :
$$\mathrm{pink}\,\mathrm{area}=\left(\frac{2\pi}3-\frac{\sqrt3}2\right)-\left(\frac\pi3-\frac1{2\sqrt3}\right)=\boxed{\frac{\pi-\sqrt3}3}$$
Hoping there are not too many mistakes ...