Solveeit Logo

Question

Question: How do I find the nth root of a complex number ?...

How do I find the nth root of a complex number ?

Explanation

Solution

nth root of a complex number means we will find the 1n\dfrac{1}{n} power of the complex number. We will use Euler’s formula to write the given complex number as a product of mod of complex number and e to the power argument of the complex number and i.

Complete step-by-step answer:
Let’s take the complex number as a + ib
By applying Euler’s formula we can write a + ib as AeixA{{e}^{ix}} where A is the mod of the complex number a + ib and x is the argument of the complex number
Argument of a + ib is the polar θ\theta coordinate of the point ( a , b ) and the value of mod of the number is a2+b2\sqrt{{{a}^{2}}+{{b}^{2}}}
After writing as AeixA{{e}^{ix}} we have to calculate (Aeix)1n{{\left( A{{e}^{ix}} \right)}^{\dfrac{1}{n}}} we know that (ab)x=axbx{{\left( ab \right)}^{x}}={{a}^{x}}{{b}^{x}}
So we can write (Aeix)1n=A1neixn{{\left( A{{e}^{ix}} \right)}^{\dfrac{1}{n}}}={{A}^{\dfrac{1}{n}}}{{e}^{i\dfrac{x}{n}}}
So the value of nth root of a + ib is equal to (a2+b2)12neixn{{\left( {{a}^{2}}+{{b}^{2}} \right)}^{\dfrac{1}{2n}}}{{e}^{i\dfrac{x}{n}}}
Again we can apply Euler’s formula
(a+ib)1n=(a2+b2)12n(cosxn+isinxn){{\left( a+ib \right)}^{\dfrac{1}{n}}}={{\left( {{a}^{2}}+{{b}^{2}} \right)}^{\dfrac{1}{2n}}}\left( \cos \dfrac{x}{n}+i\sin \dfrac{x}{n} \right)
The RHS of the above equation is the nth root of complex number a + ib.

Note: The range of the argument is complex number is from π-\pi to π\pi where π-\pi is not included. Let’s take a complex number a + ib , if (a , b) is in the first quadrant the argument lies in the range [0,π2]\left[ 0,\dfrac{\pi }{2} \right] , if it is second quadrant the argument lies in [π2,π]\left[ \dfrac{\pi }{2},\pi \right], for third quadrant the range is (π,π2]\left( -\pi ,-\dfrac{\pi }{2} \right] and for fourth quadrant the range is [π2,0]\left[ -\dfrac{\pi }{2},0 \right] .