0

I'm trying to solve the following equation for $z\in \mathbb{C}$: $(z^3-64)(z^3+64)=0$.
I'm not sure I'm doing it right, and need some guidance...

I split this into two:
1. $z^3-64=0$
2. $z^3+64=0$

Now, concentrating on the first equation for now, I have:
$z^3-64=0$
$ \Rightarrow(x+yi)^3-64=0$
$\Rightarrow x^3+3x^2yi+3x(yi)^2+(yi)^3-64=0$
$\Rightarrow x^3+3x^2yi-3xy^2-y^3i-64=0$

Splitting again, I have:
1. $x^3-3xy^2-64=0$ ("real" part)
2. $3x^2yi-yi=0\Rightarrow 3x^2y-y=0$ ("imaginary" part)

And now solving for $x$ and $y$...
Am I doing it right so far?
If not, what's the way to solve it, and in general, what's the way to solve an equation of the form $f(z)=0$ where $z\in\mathbb{C}$?

And last thing, correct me if I'm wrong, but this equation has 12 solutions. So my question is: What if I'm only interested in the solutions for $z$ that are in first quadrant of the Gaussian plane, is there a way to eliminate in advance some of the work that should be done to solving this equation?

3 Answers3

3

You should use polar coordinates instead.

I'll demonstrate on the first part: $$z^3 = 64$$ Let $z = r(\cos v + i \sin v)$ and $64 = 64(\cos (2 \pi n) + i \sin (2 \pi n)$, then we get:

$$r^3(\cos v + i \sin v)^3 = 64(\cos (2 \pi n) + i \sin (2 \pi n)$$ $$r(\cos v + i \sin v)^3 = 4(\cos (2 \pi n) + i \sin (2 \pi n))^{1/3}$$

Using de Moivre's formula:

$$r(\cos v + i \sin v)^3 = 4(\cos (\frac{2 \pi n}{3}) + i \sin (\frac{2 \pi n}{3}))$$

Meaning $r = 4$ and $v = \frac{2 \pi n}{3}$. For $n=0,1,2$ we have three different solutions to $z$. Convert back to the form $a+bi$ and we are done. Do the same with the next part.

naslundx
  • 9,720
1

Hints;

$$z^3-64=0 \iff z^3-4^3=0 \iff (z-4) (z^2+4 z+16)=0$$

$$z^3+64=0 \iff z^3+4^3=0 \iff (z+4) (z^2-4 z+16)=0$$

Concluding;

$$f(z)=0 \iff (z-4) (z+4) (z^2-4 z+16) (z^2+4 z+16) = 0$$

I think you can tackle this.

UserX
  • 4,930
0

Answer. $$ z=\pm 2 \quad\text{and}\quad z=\pm 1\pm i \sqrt{3}. $$