9

Back when I was in high school, which was a long time ago, I recall my math teacher telling me that the definition of $i$, the imaginary unit, is $\sqrt{-1}$. Knowing little, at the time, I accepted it without thinking twice.

Several years later when I was in my Complex Analysis class, one of my classmates asked for the distinction between defining $i$ in the normal way, i.e., $i=\sqrt{-1}$, and more ambiguous way, $i^2=-1$.

Now that I thought deeply about it, I have some suspicions about what my high school teacher taught me at the time.

Firstly, at least at the level of high school, one normally defines a square root of $x$, $\sqrt{x}$ as the positive quantity of either number that satisfies the property $\sqrt{x}\sqrt{x}=x$. Clearly, when $x<0$, such notion of sign makes no sense, so one cannot honestly talk about $\sqrt{-1}$ with the naive definition of the square root.

Fine, we are better than that, and we may say that $i$ is the principal root of the equation $x^2=-1$. We then just denote it by $\sqrt{-1}$. But this way of denoting $i$ brings with its convenience a litany of disasters, including the famous $1=-1$ fallacy.

Namely, one can show that $1=-1$ by $1=\sqrt{1}=\sqrt{(-1)(-1)}=\sqrt{-1}\sqrt{-1}=i^2=-1$.

Many a people have pointed out the haphazardness of assuming that the familiar law $\sqrt{x}\sqrt{y}=\sqrt{xy}$ holds when $x,y<0$. But at the same time we have no shame in writing $\sqrt{-5}$ as $\sqrt{5}i$ (in fact, I think this is the very reason of inventing the imaginary unit). Is it not terribly unnatural that the law holds for odd number of negative factors, and not so for the even ones? In fact, is there an example where this native rule (that when you have a negative radicand, you can pretty much apply the familiar laws of exponents)? (I guess it makes the first question.)

Secondly (so this officially marks the second, and the last question), which ought to be the definition of $i$, in your opinion? I believe that many people choose to write $i=\sqrt{-1}$ as it gives some illusion of determinancy, whereas $i^2=-1$ does not. But I still prefer the latter definition, and it seems to be the consensus of every complex analysis textbook that I've ever laid my hands on.

Better yet, I believe that the complex numbers shold be defined as the algebraic completion of reals or an isomorphic field to $\mathbb{R}\times\mathbb{R}$, with some special addition and multiplication rules, but I guess it is a little bit out of high school students' league (at least for most of them).

EDIT: Thank you all for your insightful responds, but there still one thing none of you has yet answered... Is there a conunter example to the law where we have $\sqrt{-A}$ for $A>0$, we have $\sqrt{A}i$?

5 Answers5

7

The mathematically correct way is to call $i$ a root of $x^{2}+1$, or equivalently to call it a symbol satisfying $i^{2} = -1$. There is no determinacy, nor does there need to be, because $i$ and $-i$ are indistinguishable algebraically (they are both conjugate roots of the same irreducible polynomial in $\mathbb{R}[x]$). There is no "principal" root of $x^{2}+1$.

You need to be careful when you consider $\sqrt{xy}$, obviously; it is only stated to be equal to $\sqrt{x}\sqrt{y}$ when $x$ and $y$ have real square roots.

Finally, complex numbers: sure, algebraic completion of the reals. Perfectly sound definition. A field isomorphic to $\mathbb{R} \times \mathbb{R}$: makes no sense, this is not a field without adding multiplication rules, and adding those is really not motivated unless you ALREADY have $\mathbb{C}$ in mind, which makes it rather circular.

xxxxxxxxx
  • 13,302
  • With the usual principle square root function, we have $\sqrt x\sqrt y=\sqrt{xy}$ in the more liberal case when the principle arguments sum up to less than $2\pi$. Of course, that's only with that particular version of square root, but it's the one we all use :) – Alan Aug 07 '15 at 13:48
  • 1
    Thanks, Morgan. And yes, I guess I should have said vector space with multiplication defined among the vectors. – user134070 Aug 07 '15 at 14:03
5

This a definition of a complex number which can resolve many of the problems which you mentioned:

A complex number is a ordered pair of two real numbers: $(a,b),\,\, a,b\in \mathbb R$, with the following definitions of arithmetical operations:

Complex numbers can be added: $(a,b) + (c,d) = (a+c,b+d)$.
They can be multiplied by a real number: $c(a,b)=(ca,cb)\,\,c\in\mathbb R$.
They can also by multiplied: $(a,b) \cdot (c,d) = (ac-bd,ad+bc)$.

Then let the number (1,0) be denoted by 1 and the number (0,1) be denoted by $i$. 1

It follows from the definition of multiplication that $i\cdot i=(-1,0)=-1$.

With this definition, there is no need for $i$ to be "imaginary" and also it is totally determined that only (0,1) is $i$ and not (0,-1) so it removes the ambiguity of $i=\sqrt{-1}$.

1 Note: Using this, we have $(a,b) = a(1,0) + b(0,1) = a \times 1 + b \times i$ which can be written as $a+bi$.

Kartik
  • 1,413
  • 2
    I object to your use of the word "the" in "the proper definition". There are several equally good definitions. For example, in algebra we invariably define $i$ as a certain equivalence class of polynomials in a certain ring. – MJD Aug 07 '15 at 13:36
  • @MJD Ok, I will change it. – Kartik Aug 07 '15 at 13:37
  • You left out a crucial step: Why should $(-1, 0)$ be identified with $-1$? The answer is that (a) $(0,0)$ can be identified with $0$ because $(0,0)+(a,b) = (a,b)$ for all $(a,b)$, and $(-1,0) + (1, 0) = (0,0)$. – MJD Aug 07 '15 at 13:44
  • @MJD Actualy I meant this: $(-1,0) = -1 \cdot (1,0) = -1 \cdot 1 = -1$ – Kartik Aug 07 '15 at 13:45
  • @MJD I did, see the second point, "c(a,b)=(ca,cb)" – Kartik Aug 07 '15 at 13:48
  • @MJD Your explanation doesn’t rule out $(-1,0)$ being identified with $1$ and $(1,0)$ being identified with $-1$. – Radial Arm Saw Aug 13 '20 at 02:49
  • Yes, i agree. One also needs to observe that $(1, 0)\cdot (a, b) = (a,b)$ for every $(a,b)$, or perhaps that $(1, 0)\cdot (1,0) = (1,0)$ but $(-1, 0)\cdot (-1, 0) \ne (-1, 0)$. – MJD Aug 13 '20 at 03:26
4

To address your final question, the natural extension of the square root function to the complex numbers is done by writing it in polar form, $z=re^{i\theta}$, with $\theta \in [0,2\pi)$, $\sqrt z=\sqrt re^{i \theta/ 2}$. Then if you have a real positive number $A$, $-A=Ae^{i\pi}$, so $\sqrt {-A}=\sqrt Ae^{i \pi /2}=\sqrt Ai$, so no, this is never a problem with positive numbers.

This naturally shows where the problem with breaking apart two square roots occur in the complex numbers: In order to have $\sqrt {z_1z_2}=\sqrt {z_1} \sqrt {z_2}$, we need $Arg(z_1)+Arg(z_2)<2 \pi$, because otherwise we have a problem with the principal arguments changing. (That's an if and only if, btw)

MJD
  • 65,394
  • 39
  • 298
  • 580
Alan
  • 16,582
  • Thanks! Just the answer I was looking for. By the way, then I guess there is no problem actually, as far as the reals go, to write $\sqrt{x}\sqrt{y}=\sqrt{xy}$ when at most one of $x,y$ is negative? Because Wiki and other sources say that in general, if not both $x,y>0$, the above is not necessarily true. But since sign (and comparision to 0) only makes sense in complex case, we have no problem using the aforementioned "weired" rule? – user134070 Aug 07 '15 at 13:59
  • $>$ is only an order on the reals. The complex numbers aren't an ordered field, so it doesn't make sense to talk about it in that sense – Alan Aug 07 '15 at 14:28
  • Yes, that is what I meant. So what I really ultimately meant is that the naive law $\sqrt{x}\sqrt{y}=\sqrt{xy}$ does hold for $x,y$ that are real and $x,y>0$ OR $xy<0$. Otherwise, that is, $x,y<0$, we have $\sqrt{x}\sqrt{y}=-\sqrt{xy}$? – user134070 Aug 07 '15 at 14:32
1

We define $\Bbb C$ to be $\Bbb R \times \Bbb R$ with the usual multiplication which makes it into a field. You seem to be familiar with this.

Once we have this, we simply define $i$ to be one of the roots of the equation $x^2 + 1 = 0$ in $\Bbb C$. There is no algebraically independent way to choose a "principal root" of this equation, because indeed, there is a field automorphism of $\Bbb C$ characterized by $i \mapsto -i$. Thus, we can choose $i$ to be either root of the equation without changing anything which really matters.

Alex G.
  • 8,848
  • Yes, there is only one multiplication which gives you a field structure, up to isomorphism. Use whatever adjective you prefer in place of "usual." – Alex G. Aug 07 '15 at 13:44
  • @MorganRodgers No, I can define it by $(a, b) \cdot (c, d) = (ac - bd, ad + bc)$. I can then confirm that what I have is indeed a field. I can then show that any other field structure on $\Bbb R \times \Bbb R$ which respects the usual $\Bbb R$-module structure on $\Bbb R \times \Bbb R$ is isomorphic to the field structure I've already defined. I don't see any logical problems here. – Alex G. Aug 07 '15 at 15:08
0

It is not what we do believe is better or what we want to define as $i$.
The definition says that $i$ is a number with the property $i^2=-1$.
Stick with the definition and proceed.No square roots are needed.As you will see,everything you want to prove or solve in complex analysis uses only $i^2=-1$.
This is why definitions are not made in one minute.Because we use the least we can to obtain the more we want.

  • The problem here with your phrasing is the use of the definite article 'the'. There are two numbers in $\mathbb C$ with that property, and they are algebraicly indistinguishable. (Seel Alex G.'s) answer above – Alan Aug 07 '15 at 13:34
  • @Alan You are right I made an edit and changed "the" to "a" – Konstantinos Gaitanas Aug 07 '15 at 16:39
  • 1
    I have a small doubt. If I see $\sqrt{-1}$ in the wild, should I just assume that it's $i$? To that end, why should I assume it as $i$? – Jamāl May 16 '21 at 17:36