0

What is the easiest way to solve $z^3 = 1 + i$? I thought of remembering the unity roots of $$z^3, z^4, z^5,... z^n$$ but it sucks. I could use Euler's form or trigonometric but it's hard to get back to cartesian (rectangular) form. any ideas ? How would you solve any equations in the form $$z^n=c$$ $c$ is a complex number

terran
  • 1,380

1 Answers1

3

Let $c=re^{i\phi}$. Then $$ c^{\frac1n}=r^{\frac1n}e^{i\left(\frac\phi n+\frac{2\pi}n k\right)} =r^{\frac1n}\left[\cos\left(\frac\phi n+\frac{2\pi}n k\right)+i\sin\left(\frac\phi n+\frac{2\pi}n k\right)\right], $$ with $k=0\dots n-1$.

In your example $r=\sqrt2$, $\phi=\frac\pi4$.

user
  • 26,272