I was wondering if there is an implicit form for a logarithmic spiral. For example, if
$$ x=e^{-t}\cos(t)\\y=e^{-t}\sin(t)$$
we can write $x^2+y^2=e^{-2t}$ and $y/x=\tan(t)$ which yields $$x^2+y^2=e^{-2\arctan(y/x)}$$ for $x\neq0$, but of course I would like to find one defined for any $(x,y)\in\mathbb{R}^2$. Any help?


Rearranging the given equation gives the new equation $$y=x\tan{\bigg(\ln{\bigg(\frac{1}{\sqrt{x^2+y^2}}\bigg)}\bigg)}$$ which is defined for any $(x,y)\in\mathbb{R}^2$.