Complex roots

Every complex polynomial factors completely into degree 1 complex polynomials. Since real polynomials are a special case of complex polynomials, they can also be factored into degree 1 complex polynomials.

Finding the nthn^\text{th} complex roots of a number

We want to solve zn=mz^n = m for zz, where z,n,mCz,n,m \in \mathbb C. First write zz and mm in polar form, z=reiθz = re^{i\theta}, m=rkeiθmm = r_k e ^{i \theta_m}.

(reiθ)n=rmeiθmrneinθ=rmeiθm. \begin{align*} (re^{i\theta})^n &= r_m e^{i\theta_m} \\ r^n e^{in\theta} &= r_m e^{i\theta_m}. \end{align*}

Then the solutions are z=reiθz=re^{i\theta} such that rr satisfies rn=rmr^n = r_m and θ\theta satisfies nθ=θm+2πkn\theta = \theta_m + 2\pi k for some kZk \in \Z.

Example

Let’s solve z=i4z = \sqrt[4]{i}.

(reiθ)4=ir4e4iθ=eiπ/2z=ei(π/8πk/2)=eiπ/8eiπk/2. \begin{align*} (r e^{i\theta})^4 &= i \\ r^4 e^{4i\theta} &= e^{-i\pi/2} \\ z &= e^{-i(\pi/8 - \pi k/2)} \\ &= e^{-i\pi/8} e^{i \pi k/2}. \end{align*}