Please give me just a hint not the whole solution.
The Problem: Let m be an arbitrary integer. So solve $$(z-i)^{m}=(z+i)^{m},$$ for any $z\in\mathbb{C}.$
Obviously, If $m=1$ there will be no solution and if $m=2$ then we can write, as one case, $z+i=-z+i$ then $z=0$.
I also tested to write $z=re^{i\theta}$ but no result.
How should I approach this problem? A small hint will be accepted.
Note that $z=i$ is not a solution and rewrite
$$\left(\frac{z+i}{z-i}\right)^m=1,$$
then
$$\frac{z+i}{z-i}=\omega^k$$ where $\omega$ is a primitive root of $1$, and $k=0,\cdots m-1$.
From this,
$$z=i\frac{\omega^k+1}{\omega^k-1}=i\frac{(\omega^k+1)(\omega^{-k}-1)}{(\omega^k-1)(\omega^{-k}-1)}=i\frac{\omega^{-k}-\omega^k}{2-\omega^k-\omega^{-k}}=\frac{\Im(\omega^k)}{2(1-\Re(\omega^k))}=\frac{\sin\phi}{2(1-\cos\phi)}$$
where $k\phi=2\pi$.