Let $n\in\mathbb{Z}$. What are all solutions, for $z\in\mathbb{C}$, of $ z^n=\overline{z} $?
To solve it, I tryed to write the term in Polar-Form and than take the logarithm. Because of the "ln(r)" term I was unable to find a solution.
I also tryed to write $ z^n $ as a Binomial, but this was not helpful at all.
This question was asked as an early exercise in Advanced Mathematics 2.
Hint: Assuming $z=re^{it}\neq 0$ (which may or may not be a solution depending on the sign of $n$), your equation is equivalent to$$r^ne^{int}=re^{-it}$$ $$r^{n-1}e^{i(n+1)t} = 1\tag{uses $r\neq 0$}$$ $$\implies r=1,(n+1)t=2k\pi$$ This is enough for you to enumerate the solutions. You must consider the cases $n=-1$ and $n\neq -1$ separately.