1

I need help solving this task, if anyone had a similar problem, it would help me.

The task is: Solve the equation in a set of complex numbers.

$z^3=\overline z$

I tried this :

$z^3=\overline z\\\frac{z^3}{\overline z}=1\\z^2=1\\w_0=(\cos(0)+i\sin(0))\\w_0=1\\w_1=\cos(\pi)+i\sin(\pi)\\w_1=-1$

I only get results: $ 1,-1$

How to get complex solutions?

Thanks in advance !

LogicNotFound
  • 465
  • 2
  • 6

1 Answers1

1

The simplification $z^3/\bar{z}=z^2$ can only be done if $z$ is real, so $z=\bar{z}$ and nonzero.

Instead you can notice that the given equation implies $|z^3|=|\bar{z}|=|z|$. From this you get $|z|^3=|z|$ and therefore either $|z|=0$ or $|z|=1$.

The first case is easy; in the second case, $\bar{z}=z^{-1}$ and you can finish.

egreg
  • 238,574