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?