Square root of negative complex exponential

amalak
Messages
6
Reaction score
0

Homework Statement



Solve \sqrt{-e^{(i2\pi)/3}}

Homework Equations


The Attempt at a Solution



I seem to be missing something simple, as I take:

\sqrt{-1} = i

then,

e^{(1/2)*(i2\pi)/3}

which comes out as: ie^{i\pi/3}

however, the solution is:

-ie^{i\pi/3}, and I can't seem to see where that negative is coming from. Any direction would be great, thanks!
 
Physics news on Phys.org
The rule sqrt(a*b)=sqrt(a)*sqrt(b) isn't valid for complex numbers.
Consider sqrt((-1)*(-1))=sqrt(-1)*sqrt(-1)=i*i=(-1) which is incorrect, obviously.
 
You want to find the principal square root, which is defined to be ##\sqrt{z} = re^{i\theta/2}## when you have ##z = re^{i\theta}## with ##-\pi < \theta \le \pi##. You just need to find the correct ##\theta## for your case.
 
So in this case, the correct θ is not \pi/3? Since, we're trying to solve \theta/2, wouldn't (2\pi/3)/2 = \pi/3 be in our desired range? Also, how would I handle the -1 in this case if that rule is not valid for complex numbers?\

I think I solved this:

-e^{(i2\pi)/3} = e^{-i\pi/3}, then \sqrt{e^{-i\pi/3}} = e^{-i\pi/6}, as desired. This required De Moivre's formula, is there another way to go about this solution?
 
Last edited:
$$e^{-i\pi/6} = (-i^2)e^{-i\pi/6} = -i(ie^{-i\pi/6}) = \cdots$$
 
The square root of a complex number has two solutions.

The attachment will help you
 

Attachments

  • SquareRoot.JPG
    SquareRoot.JPG
    2.1 KB · Views: 432
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top