Question
Question: How do I find the nth root of a complex number ?...
How do I find the nth root of a complex number ?
Solution
nth root of a complex number means we will find the n1 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 Aeix 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 θ coordinate of the point ( a , b ) and the value of mod of the number is a2+b2
After writing as Aeix we have to calculate (Aeix)n1 we know that (ab)x=axbx
So we can write (Aeix)n1=An1einx
So the value of nth root of a + ib is equal to (a2+b2)2n1einx
Again we can apply Euler’s formula
(a+ib)n1=(a2+b2)2n1(cosnx+isinnx)
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 −π to π where −π 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π] , if it is second quadrant the argument lies in [2π,π], for third quadrant the range is (−π,−2π] and for fourth quadrant the range is [−2π,0] .