Monday, August 20, 2018

How to turn the square root of a complex number into a function?

In my class, my instructor told us that the square root of a complex number is in general not a function because it is multi-valued. For example, e^(ipi/4) could have a square root of e^(ipi/8) or e^(i*9pi/8). He then added that if we shortened the domain of the polar angle to (-pi,pi), the square root then becomes a function. I don't see how this works. The square root has a period of pi, over which it repeats itself. For eq, both e^(-ipi/4) and e^(ipi/4) qualify as square roots of e^(i*pi/2), and they both lie in the shortened domain. I don't see where I am going wrong.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...