2

Let $\omega=(\frac{3+4i}{3-4i})^5 $

Find the number of roots of the equation $ z^4=\omega\overline{z} $ , for $ z \in \mathbb{C} $

I am curious how to approach this type of problem, because after I computed this on Wolfram, I realised the solutions can't be really found that easily :

http://www.wolframalpha.com/input/?i=%7B(24i-7)%2F25%7D%5E5%3D(a%2Bb+i+)%5E4%2F(a-b+i+)

SADBOYS
  • 1,219
  • 1
    $|z|^4 = |w||z| = |z|$ thus $z=0$ or $|z|=1$. Next write $z=e^{ia}$ and $w=e^{i5b}$, then $e^{i4a} = e^{i(5b-a)}$ which implies $4a = 5b-a$ mod $2\pi$. – Gabriel Romon Apr 30 '18 at 08:45

1 Answers1

1

HINT: $z=0$ is an obvious solution. For nonzero $z$ let us take $z=re^{i\varphi}$. Then $r^4e^{i4\varphi}=\omega re^{-i\varphi}$ or $r^3e^{5i\varphi}=\omega$.

Przemysław Scherwentke
  • 13,668
  • 5
  • 35
  • 56