The polar coordinates $r$ and $\varphi$ can be converted to the Cartesian coordinates x and y by using the [[trigonometric function]]s sine and cosine:
$$x = r \cos \varphi \,$$ $$y = r \sin \varphi \,$$
The Cartesian coordinates ''$x$'' and ''y'' can be converted to polar coordinates ''r'' and ''$\varphi$'' with ''r'' ≥ 0 and ''$\varphi$'' in the interval $[0, 2\pi)$.
$r = \sqrt{x^2 + y^2} \quad$ (as in the (Pythagorean theorem) or the (Euclidean norm),
$$\varphi=\begin{cases} \arctan(\frac{y}{x}) & \mbox{if } x > 0 \mbox{and } y \geq 0\\ \arctan(\frac{y}{x}) + 2\pi & \mbox{if } x > 0 \mbox{ and } y < 0\\ \arctan(\frac{y}{x}) + \pi & \mbox{if } x < 0 \\ \frac{\pi}{2} & \mbox{if } x = 0 \mbox{ and } y > 0\\ -\frac{3\pi}{2} & \mbox{if } x = 0 \mbox{ and } y < 0\\ \text{undefined} & \mbox{if } x = 0 \mbox{ and } y = 0 \end{cases}$$
my question is $\varphi$ could be written in one equation by using Congruences modulo n as follows :
$$\varphi=\arctan(\frac{y}{x}) [2\pi]$$ which means there exists some integer ”k” such that $$\varphi=\arctan(\frac{y}{x})+2\cdot k\cdot \pi $$
Can we speak of congruence modulo 2pi (for example) for angles?
Are there any serious references (if wikipedia would answer my question but I am suspicious ...) which I can support myself.
I think there is discontinuity somewhere, because when we do continuously around the origin in the direct sense, $\varphi$ angle increases by $2\pi$ and therefore can not be equal to the initial value that chose. Am i right ??