I consider the region inside $x^2+(y-1)^2=1$ but outside $x^2+y^2=1$ and I want to write this region in terms of polar coordinates.
I have started with equaling the two equations. After doing the calculations I get $y=\frac{1}{2}$. I know that in pola coordinates $x=r\cos\theta$ and $y=r\sin\theta$, so $r\sin\theta =\frac{1}{2}$. After this I am stuck. Can someone give me a hand?
Inside $$x^2+(y-1)^2=1 \implies x^2+y^2-2y+1<1 \implies\rho^2-2\rho \sin \theta<0\implies \rho<2 \sin \theta$$
Outside $$x^2+y^2=1 \implies x^2+y^2>1 \implies\rho^2>1\implies\rho>1$$
http://www.wolframalpha.com/input/?i=plot+x%5E2%2By%5E2%3E1+and+x%5E2%2B(y-1)%5E2%3C1