I need to find $$ \textrm{Lim}_{x\rightarrow 0} \sqrt{-\exp[i x]} $$ mathematica says it is $- i$ but how it is so. I would say it is $i$ because if I take limit then $\exp[i x]$ becomes 1 and $\sqrt{-1}$ is iota. Can anyone help in understanding this.
2026-03-28 04:34:55.1774672495
Taylor series for square root of exp[i x]
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Non-integer powers of complex numbers are defined as $z^\alpha \equiv e^{\alpha\,\text{Log}(z)}$ where $\text{Log}$ is some complex logarithm. The complex logarithm is multivalued (since $e^{z} = e^{z + 2\pi i n}$ for any integer $n$) so there are infinitely many choices. The common choice is to use the so-called principal branch of the logarithm for which $z^\alpha \equiv e^{\alpha(\log|z| + i\arg(z))}$ where $\arg(z) \in (-\pi,\pi]$ is the complex argument. Any definition of a complex logarithm requires a branch-cut which is a curve from $0$ to $\infty$ for which the logarithm has a discontinuity.
For this particular problem we have $$\sqrt{-e^{ix}} = \sqrt{e^{ix + \pi i}} = e^{\frac{i}{2}\arg(e^{ix + \pi i})}$$ and in Mathematica the branch cut is along the negative real axis so for small positive $x$ we have $\arg(e^{ix + \pi i})\approx -\pi$ and for small negative $x$ we have $\arg(e^{ix + \pi i}) \approx \pi$. This means that $$\lim_{x\to 0+}\sqrt{-e^{ix}} = -i~~~~\text{and}~~~~\lim_{x\to 0-}\sqrt{-e^{ix}} = +i$$ so the limit does not exist. The problem here is that the discontinuity of the logarithm is along where you want to take the limit.