I am trying to convert the equation $$(x-0.9)^2+y^2 = 0.1^2$$ into polar coordinates. Using $x = r\cos \theta$ and $y = r\sin \theta$ I get that
$$ r = \frac{1.8 \cos\theta \pm \sqrt{(1.8\cos\theta)^2-4\times0.8}}{2}$$
However I am not sure how to get my bounds for theta. What would they be in this situation?

I have another way to do it. Put $x = 0.9 + 0.1\cos \theta, y = 0.1\sin \theta $. In the equation, $r = 0.1$ already, and $\theta \in [0,2\pi]$