1

Hello everyone how can I find all the complex roots of:

$4z^5 + \overline z^3= 0$?

I tried to mark $a+bi = z , a-bi = \overline z$ and

$4(a+bi)^5 +(a-bi)^3 = 0$

But I don't know how to continue.

xxx
  • 193
  • 9

2 Answers2

3

Use the exponential form: if $z=r\mathrm e^{i\theta}\enspace (r\ge 0)$, the equation can be rewritten as $$4r^5\mathrm e^{5i\theta}+r^3\mathrm e^{-3i\theta}=0\iff 4r^5\mathrm e^{8i\theta}+r^3=0\iff\begin{cases} r=0\\[-1ex]\text{ or }\\r^2\mathrm e^{8i\theta}=-\frac 14= \frac14\mathrm e^{i\pi}\end{cases}$$ Can you proceed?

Some details: $r=0$ if of course equivalent to $z=0$. As to $r^2\mathrm e^{8i\theta}=\frac14\mathrm e^{i\pi}$, identify the positive factors of the complex exponentials, and the arguments of both sides (as elements of $\mathbf R/2\pi\mathbf Z$):

  • $r^2=\frac 14\iff r=\frac12$ (as $r\ge 0$);
  • $8\theta \equiv \pi\mod2\pi\iff\theta\equiv \frac\pi 8\mod \frac\pi 4$.
Bernard
  • 175,478
  • 1
    If $r = 0 \iff \sqrt{a^2+b^2} = 0 \iff a = 0 , b = 0 \iff z = 0$ For the other situation I don't know how to proceed. Can you show me please? – xxx Jun 28 '20 at 08:49
  • @xxx: I've added details. Is that clearer? There remains to give explicitly the 8 values of the argument that yield different values of $z$. – Bernard Jun 28 '20 at 09:36
1

I would not use real and imaginary parts here. Instead, render

$4z^5=-\overline z^3$

and take absolute values getting $|z|\in\{0,1/2\}$. Thus $z=0$ or $\overline z=1/(4z)$. Substitute the latter into your original equation and you have an equation for $z$ alone which is solved for the nonzero roots.

Oscar Lanzi
  • 39,403