Solve, in complex numbers, the equation $(z − i)^{3} = \overline{z} + i$
I tried raising left side to the power but after doing that I still wasn't able to solve that. Any tips? I heard something about Euler's formula but as far as I remember we have never used it during tutorials
it is $$x^3-3xy^2+6xy-4x+i(3x^2y-3x^2-y^3+3y^2-2y)=0$$ and you must solve the System $$x^3-3xy^2+6xy-4x=0$$ and $$3x^2y-3x^2-y^3+3y^2-2y=0$$ the first equation can be written as $$x(x^2-3y^2+6y-4)=0$$ and the second as $$3x^2(y-1)-y^3+3y^2-2y=0$$ does this help? from the first equation we get $$x=0$$ or $$x^2-3y^2+6y-4=0$$ we can eliminate $$x^2$$ from the second equation $$x^2=\frac{y^3-3y^2+2y}{3(y-1)}$$ if $$y\neq 1$$ doing so we have on equation for $y$ $$-8y^3+24y^2-29y+14=0$$