I'm trying to solve the below equation
$(z-1)^3 - (1-i)(z+1)^3 = 0 $
I tested on two approaches:
1) Doing some operations, the above equation becomes:
$-6z^2 - 2 + (z+1)^3i = 0$
So, I consider the first part as real part and the second one as imagine part and I tried to solve the equations. Particularly,
$-6z^2 - 2 = 0$ and $(z+1)^3 = 0$
The roots are $- \frac{\sqrt{3}}{3}, \frac{\sqrt{3}}{3} , -1 $
2) Doing also some operations, but the results are different,
$(\frac{z-1}{z+1})^3 = (1-i) \rightarrow ... \rightarrow z = \frac{1 + \sqrt[3]{1-i}}{1 - \sqrt[3]{1-i}}$
So, my questions are. Which of the above two approaches is correct? Is there any different way to solve this problem ? I am very confused because there is $z$ in the equation with $i$ and I don't know how can I deal with it.
The first approach is not correct. You can have $i(z+1)^3-(6z^2+2)=0$ without having $(z+1)^3=0$ and $6z^2=0$.
The other approach is fine. Now, use the fact that $1-i=\sqrt2e^{-\pi i/4}$ to deduce that the cube roots of $1-i$ are$$\sqrt[6]2e^{-\pi i/12},\ \sqrt[6]2e^{7\pi i/12}\text{ and }\sqrt[6]2e^{5\pi i/4}.$$