Why is i^2 equal to -1 in complex numbers?

  • Thread starter Thread starter Tyrion101
  • Start date Start date
  • Tags Tags
    Confused
AI Thread Summary
The discussion clarifies that the imaginary unit "i" is defined as the square root of -1, leading to the property that i² equals -1. Participants emphasize the importance of distinguishing between i and -i, as both satisfy the equation x² + 1 = 0, but are different roots. The conversation also touches on the conventions in mathematics regarding square roots, noting that the principal square root is typically taken as the positive root. Additionally, there is a debate about the rigorous definitions of complex numbers, with some advocating for a more formal approach using pairs of real numbers. Ultimately, the thread concludes that the initial question has been addressed, and further discussions on complex numbers can be pursued in new threads.
Tyrion101
Messages
166
Reaction score
2
Ok, so i by itself is -1, but i^2 is also -1, and I don't really understand why both are, and why we need i if it is just -1? Am I missing part of the definition?
 
Mathematics news on Phys.org
Tyrion101 said:
Ok, so i by itself is -1, but i^2 is also -1, and I don't really understand why both are, and why we need i if it is just -1? Am I missing part of the definition?

No i by itself is i. Its defined as i=sqrt(-1) and is known as the imaginary number. So id say you are missing part of the definition.

for more info:

http://en.wikipedia.org/wiki/Imaginary_number
 
Ok, that makes more sense than what I understood I was being told earlier.
 
Tyrion101 said:
Ok, that makes more sense than what I understood I was being told earlier.

You should also look at the wiki article concerning the math fallacy that many students fall into. Its at the end of the article.
 
i squared is -1.
 
jedishrfu said:
No i by itself is i. Its defined as i=sqrt(-1) and is known as the imaginary number. So id say you are missing part of the definition.

for more info:

http://en.wikipedia.org/wiki/Imaginary_number

I think it is usually defined as ##i^{2} = -1##.
 
FeDeX_LaTeX said:
I think it is usually defined as ##i^{2} = -1##.

Yes, you are right and yet when working with it the sqrt(-1) often comes into play.
 
You have to be aware that ##\sqrt{-1}## can be either +i or -i, just as ##\sqrt{1}## can be either +1 or -1. Usually we're OK if we take the positive root, but sometimes this gets us into trouble.
 
jtbell said:
You have to be aware that ##\sqrt{-1}## can be either +i or -i, just as ##\sqrt{1}## can be either +1 or -1. Usually we're OK if we take the positive root, but sometimes this gets us into trouble.

Yes, thanks. I mentioned that in an earlier post aka the math fallacy in the referenced wiki article.
 
  • #10
jtbell said:
You have to be aware that ##\sqrt{-1}## can be either +i or -i, just as ##\sqrt{1}## can be either +1 or -1. Usually we're OK if we take the positive root, but sometimes this gets us into trouble.

It is a widely accepted convention among math educators and mathematicians that ##\sqrt{a}##, when ##a## is a positive real number, denotes the positive root; i.e the unique number ##b## such that ##b>0## and ##b^2=a##. Hence ##\sqrt{1}=1##. Full stop. Math notation only gets you into trouble when you abuse it.
 
  • #11
jtbell said:
You have to be aware that ##\sqrt{-1}## can be either +i or -i, just as ##\sqrt{1}## can be either +1 or -1. Usually we're OK if we take the positive root, but sometimes this gets us into trouble.

gopher_p said:
It is a widely accepted convention among math educators and mathematicians that ##\sqrt{a}##, when ##a## is a positive real number, denotes the positive root; i.e the unique number ##b## such that ##b>0## and ##b^2=a##. Hence ##\sqrt{1}=1##. Full stop. Math notation only gets you into trouble when you abuse it.

Furthermore, by the same convention, ##\sqrt{-1} = i##.
 
  • #12
Mark44 said:
Furthermore, by the same convention, ##\sqrt{-1} = i##.

By saying it's the same convention as gopher_p mentioned, you're saying that i>0.

If we use the more general convention of choosing the smallest nonegative angle in polar form, then of course it's the same convention.
 
  • #13
Mark44 said:
Furthermore, by the same convention, ##\sqrt{-1} = i##.

Tobias Funke said:
By saying it's the same convention as gopher_p mentioned, you're saying that i>0.
By "same convention" I meant that we get only one value out of a square root, not that what we get is necessarily positive. What gopher_p was saying was restricted to square roots of nonnegative numbers.
Tobias Funke said:
If we use the more general convention of choosing the smallest nonegative angle in polar form, then of course it's the same convention.
 
  • #14
Tobias Funke said:
f we use the more general convention of choosing the smallest nonegative angle in polar form, then of course it's the same convention.
That would put the branch cut along the positive real axis. The standard convention for the principal square root is to put the branch cut along the negative real axis, with points a point x on the negative real axis mapping to i√|x|.
 
  • #15
Mark44 said:
Furthermore, by the same convention, ##\sqrt{-1} = i##.

Most mathematicians that I know avoid talking about square roots of things that aren't non-negative real numbers unless it's absolutely necessary (or makes their teaching/tutoring easier :wink:) because of the issues that come up regarding branch cuts. There is no point in using notation when you need to immediately clarify what you mean by using the words that the notation is meant to replace.

That said, yes I think most reasonable people who aren't being completely pedantic would say that ##i## is "the" square root of ##-1## and ##-i## is "the other" one.
 
  • #16
I don't think that objecting to saying that "i" is "the square root of -1" and "-i" is "the other one" in defining "i" is "pedantic". You are sweeping a very important point, the distinction between i and -i under the rug! Neither "i^2= -1" nor "i= \sqrt{-1}" works as a rigorous definition of i.

Much better, and what any really strict textbook will do, is to define the complex numbers as pairs of real numbers with addition defined by (a, b)+ (c, d)= (a+c, b+ d) and multiplication by (a, b)(c, d)= (ac- bd, ad+ bc). We can then show all of the usual properties of addition and multiplication (commutativity, associativity, distributive law), then show that the assignment x-> (x, 0) embeds the natural numbers in the complex numbers while defining i= (0, 1) gives i^2= (0(0)- (1)(1), (0)(1)+ (1)(0))= (-1, 0)= -1.
Also note that (b, 0)(0, 1)= (b(0)- (0)(1), 0(0)+ b(1))= (0, b)= bi using the definition "i= (0, 1)".

Using the notation, derived from the embedding of the real numbers in the complex numbers and the definition of ix as (0, 1), (a,b)= (a, 0)+ (0, b)= a(1, 0)+ b(0, b)= a+ bi gives the usual notation for the complex numbers.
 
  • #17
HallsofIvy said:
I don't think that objecting to saying that "i" is "the square root of -1" and "-i" is "the other one" in defining "i" is "pedantic".

I never said that is how ##i## is or should be defined. I'm coming more from a place of worrying about how we talk about it with secondary and lower level undergraduate students in a way that explains the important aspects without being overly nit-picky (and also without lying to them). It's less about the actual math than it is about how we communicate the math.

You are sweeping a very important point, the distinction between i and -i under the rug!

It's my understanding that there is no way to distinguish the two complex roots of the polynomial ##x^2+1## aside from arbitrary assignments of names. There are two roots. We'd like to give them names, so we pick one and call it ##i##. The other happens to be the additive inverse of ##i##, so we're kinda forced to call it ##-i## (poor bastard). Just by virtue of the order in which they get named, ##i## is "the" square root of ##-1## and ##-i## is "the other".

Or perhaps there are no roots of ##x^2+1##, and so we invent one and call it ##i##. And because ##i^2+1=0\Rightarrow i^2=-1##, it only makes sense to use (abuse) familiar terminology and say that ##i## is the/a square root of ##-1##. But wait! If I look at this other new thing, ##-i##, it turns out that it satisfies ##(-i)^2=-1## as well! So it's the other/another square root of ##-1##. Is there any way, other than their names, to tell these two roots apart? Not that I am aware of.

Neither "i^2= -1" nor "i= \sqrt{-1}" works as a rigorous definition of i.

Much better, and what any really strict textbook will do, is to define the complex numbers as pairs of real numbers with addition defined by (a, b)+ (c, d)= (a+c, b+ d) and multiplication by (a, b)(c, d)= (ac- bd, ad+ bc). We can then show all of the usual properties of addition and multiplication (commutativity, associativity, distributive law), then show that the assignment x-> (x, 0) embeds the natural numbers in the complex numbers while defining i= (0, 1) gives i^2= (0(0)- (1)(1), (0)(1)+ (1)(0))= (-1, 0)= -1.
Also note that (b, 0)(0, 1)= (b(0)- (0)(1), 0(0)+ b(1))= (0, b)= bi using the definition "i= (0, 1)".

Using the notation, derived from the embedding of the real numbers in the complex numbers and the definition of ix as (0, 1), (a,b)= (a, 0)+ (0, b)= a(1, 0)+ b(0, b)= a+ bi gives the usual notation for the complex numbers.

I have no real problem with this. I would point out that if you had chosen instead to define ##i=(0,-1)##, everything still works. Things just have different names.

Also there is the completely philosophical (and likely off-limits) issue of whether this construction is the complex numbers or if it is merely isomorphic/homeomorphic to the complex numbers and whether there is even a difference.
 
  • #18
gopher_p said:
It's my understanding that there is no way to distinguish the two complex roots of the polynomial ##x^2+1## aside from arbitrary assignments of names. There are two roots. We'd like to give them names, so we pick one and call it ##i##. The other happens to be the additive inverse of ##i##, so we're kinda forced to call it ##-i## (poor bastard). Just by virtue of the order in which they get named, ##i## is "the" square root of ##-1## and ##-i## is "the other".

Or perhaps there are no roots of ##x^2+1##, and so we invent one and call it ##i##. And because ##i^2+1=0\Rightarrow i^2=-1##, it only makes sense to use (abuse) familiar terminology and say that ##i## is the/a square root of ##-1##. But wait! If I look at this other new thing, ##-i##, it turns out that it satisfies ##(-i)^2=-1## as well! So it's the other/another square root of ##-1##. Is there any way, other than their names, to tell these two roots apart? Not that I am aware of.

Sort of. If we are going by the polynomial route, the complex numbers are defined as the quotient ring ##\mathbb{R}[X]/(X^2+1)##. Here ##i## corresponds to ##X## when in the quotient ring. But ##X## is pre-defined from ##\mathbb{R}[X]##, that is ##X = (0,1,0,\ldots)## while ##-X = (0,-1,0\ldots)## and they are very different.
Or to be precise: let be the homomorphism ##\phi : \mathbb{R}[X] \to \mathbb{R}[X]/(X^2+1)## (in the standard way) then ##i := \phi(X)##. Once inside ##\mathbb{R}[X]/(X^2+1)## it's not that important, but from an external frame of reference it is.

You could of course choose ##i = -X## if you really wanted to. But that is just changing notation. It doesn't support your argument.

Also there is the completely philosophical (and likely off-limits) issue of whether this construction is the complex numbers or if it is merely isomorphic/homeomorphic to the complex numbers and whether there is even a difference.

Which is irrelevant in a math forum. That's like asking is "3+2" the same thing as "5"?
 
Last edited:
  • #19
We've gone well beyond the scope of what the OP asked, who in any event hasn't been back since post #3, so I'm going to close this thread. If anyone wants to start a different thread about the complex numbers, feel free.
 
  • Like
Likes 1 person

Similar threads

Replies
3
Views
1K
Replies
66
Views
6K
3
Replies
108
Views
10K
Replies
13
Views
2K
Replies
5
Views
2K
Replies
3
Views
1K
Replies
7
Views
3K
Back
Top