-1

The $z^{1/n}$definitionIn complex analysis, if $z= r e^{i \theta}$ with $z \neq 0$, then $z^{\frac{1}{n}}=\sqrt[n]{r}\left(e^{i\left(\frac{\theta}{n}+\frac{2k\pi}{n} \right)}\right)\, $ with $k=0,1,2, \cdots, n-1 \,$ and $\sqrt[n]{r}$ is reserved for positive root. From this formula, I got that $z^{\frac{1}{n}}$ is any complex number that has property $(z^{\frac{1}{n}})^{n}=z.$ I know that $i$ has property $i^2=-1$. I will find $(-1)^{\frac{1}{2}}.$

I choose $z=-1$, then $z=1(e^{\pi i}) $
(I choose the principal one). I get $(-1)^{\frac{1}{2}}=\sqrt{1} (e^{i(\frac{\pi}{2}+k\pi)})$ with $k=0,1 $ and so $(-1)^{\frac{1}{2}}$ can be $i$ or $-i$. If $(-1)^{\frac{1}{2}}\, $ has two different values, can we compute $(-1)^{\frac{1}{2}}+(-1)^{\frac{1}{2}}$ ? Is it exist?

Thank you in advance.

This picture from Brown J.W and Churchill R.V., Complex Variables and Applications Seventh Edition page 24

  • 1
    I know from complex variable that √-1 equals i or −i You know wrong, or you misquote what you know right. It would help if you first stated what definitions you use for $\sqrt{-1}$ and $i$. – dxiv Aug 29 '18 at 04:19
  • 3
    $\sqrt{-1}$ cannot equal both $i$ and $-i$. The square root "function" can assign only one value to $\sqrt{-1}$, and $i \neq -i$. – Sarvesh Ravichandran Iyer Aug 29 '18 at 04:24
  • 2
    @астонвіллаолофмэллбэрг Except if $\sqrt{,\cdot,}$ is taken to mean the multi-valued square root. That was the point of my previous comment, and that's why the context the OP left out matters. – dxiv Aug 29 '18 at 04:29
  • √n(r) is reserved for positive root Sorry, but this makes no sense. $,\sqrt[n]{-1},$ has no "positive" root to begin with. I know that (−1)^1/2 can be i or −i That still makes no sense until you spell out what definitions you use for (-1)^1/2 and i. – dxiv Aug 30 '18 at 05:34
  • I'm sorry, I mean the notion $r$ in $\sqrt[n]{r}$ is positive. – Maurten Erik Aug 30 '18 at 08:16

3 Answers3

3

I think there's some problems with the notation $\sqrt{-1}$. In fact, using the square root function at all is slightly unnatural, because it's supposed to function as an inverse to the squaring function $x \mapsto x^2$, but the function is not one-to-one. For example, $2^2 = (-2)^2 = 4$, so which number do we set to be "the square root of $4$"? Both are square roots of $4$, with equal claim to that title.

When we are dealing with real numbers, we just decide (somewhat arbitrarily) that positive numbers trump negative numbers. If we take the square root of a positive number, we get a positive root and a negative root, and we decide that the square root is the positive root. That is, if $a \ge 0$, then $\sqrt{a} \ge 0$, always.

This works fine until you come to complex numbers. If we define the complex numbers (in one of the many ways you can define complex numbers), then $-1$ has two roots: $i$ and $-i$. Maybe our first reflex is to choose the positive one, but that's not so simple. There's no "nice", "compatible" ordering of the complex numbers. There's no sense in which $-i \le 0 \le i$, or vice-versa. In fact, even the labelling of $i$ and $-i$ is completely arbitrary; you can simply call the point $(0, -1)$ $i$ instead of $(0, 1)$, and nothing particularly changes in the mathematics.

Or, what about the square roots of another complex number? The square roots of the complex number $8 - 6i$ are $3 - i$ and $-3 + i$. Which one of these is "more positive"? Can we choose, in a consistent, nice way, a value for $\sqrt{z}$, for every $z$, out of each of the two possibilities (well, except $0$ of course)?

Well, people sometimes do choose such a single-valued function $\sqrt{z}$ in various situations, but there is no one, universally-accepted convention. People have to make it clear what $\sqrt{z}$ actually means before they use it.

It might be better to use the slightly less ambiguous $\pm \sqrt{z}$. Even if $\sqrt{z}$ could be one of two values, $\pm \sqrt{z}$ always represents both values. Or, in this case, pick a value for $\sqrt{-1}$ ($i$ or $-i$), and then you can add it to itself, to produce $2i$ or $-2i$, depending on your choice.

Theo Bendit
  • 50,900
2

If you think about $\sqrt{-1}$ as of the set $A=\{-i,i\}$ then $$ A+A=\{c:c=a+b, a\in A,b\in A\}=\{-2i,0,2i\}. $$

Przemysław Scherwentke
  • 13,668
  • 5
  • 35
  • 56
  • 4
    To a downvoter. It seems to be a standard way of translating OP's question into a formal language. Don't you agree? – Przemysław Scherwentke Aug 29 '18 at 04:30
  • Who does that though, use $\sqrt{-1}$ as a notation for the set? I did not downvote, but this answer seems problematic to me as it might well reinforce a wrong preconception by OP. Another similar answer at least contains a remark that this is not common. – quid Aug 29 '18 at 14:26
1

Addition of a set $A=\{a_1,a_2,\cdots ,a_n\}$ with itself is defined as $$A+A=\{x:x=a_i+a_j,a_i,a_j\in A\},i,j\in \{1,2,\cdots ,n\}$$ In this case, if you consider $A=\{i,-i \} $ then, $A+A=\{2i,0,-2i\}$.

Note:

Though, dxiv and acToH have already posted in comment, it is not true that $\sqrt{-1}=\pm i$. For more explanation you can see here or here. $\sqrt{-1}$ is always equal to $i$.

tarit goswami
  • 3,009
  • 1
  • 12
  • 27
  • 3
    Square root of a number is defined as the positive one The square root of a negative real number is a non-real complex number, so it makes no sense to speak of the positive one. There is no notion of positive among complex numbers. – dxiv Aug 29 '18 at 04:39
  • @dxiv Thank you. I have edited it. – tarit goswami Aug 29 '18 at 04:48
  • 1
    You are still assuming that $\sqrt{,\cdot,}$ is defined as the single-valued principal value of the complex square root, and that $i$ is defined as the principal value of $\sqrt{-1}$. Neither is immediately obvious from OP's question, and they didn't care to clarify thus far. – dxiv Aug 29 '18 at 05:02
  • I'm sorry. I will edit it again – Maurten Erik Aug 29 '18 at 20:04