So I go this formula: $ z^{2n} = \bar{z} $, of course $z \in \mathbb{C}$.
Me and a couple of friends tried solving for $z$, but came with different solutions, and we can't figure out exactly who's right and why.
Approach one
Using trigonometric notation:
$$\DeclareMathOperator{\cis}{cis} (r\cis(\theta) )^{2n} = r\cis(-\theta) $$
And using De-Moivre: $$r\cis(\theta) = \sqrt[2n]{r\cis(-\theta)} = r^{1\over2n}\cis({2\pi k -\theta\over2n}), k=0,\dots,2n-1$$
Second approach
Multiply by z: $$z^{2n+1} = |z|^2$$
When $|z|^2=r^2$ in the trig notation
$$z= \sqrt[2n]{r^2}=\sqrt[2n]{r^2\cis(0)}=r^{2\over2n+1}\cis({2\pi k \over2n+1}), k=0,\dots,2n$$
And of course also 0 is a solution. Second method gives you one more solution, and none of those look the same.
Equating the moduli,
$$r^{2n}=r$$ or $$r=0\lor r=1.$$
Equating the arguments,
$$2n\theta=-\theta+2k\pi$$ or $$\theta=\frac{2k\pi}{2n+1}.$$
There are $2n+2$ distinct solutions.