Is i squared equal to -1 or +1?

  • Thread starter Thread starter brandy
  • Start date Start date
AI Thread Summary
The discussion centers on the confusion surrounding the value of i squared, where i is defined as the square root of -1. Participants clarify that while i^2 equals -1, the expression \sqrt{-1} * \sqrt{-1} does not equal 1 due to the properties of square roots in complex numbers. The square root operation does not distribute over multiplication in the complex field, which leads to misunderstandings about exponentiation. Additionally, the conversation touches on the complexities of defining logarithms and exponents in the context of complex numbers. Ultimately, the mathematical rules governing these operations differ significantly from those in real numbers, emphasizing the need for careful application of algebraic principles.
brandy
Messages
156
Reaction score
0
i was taught that i2 = -1
because ((-1)1/2)2=(-1)2/2=(-1)1=-1

but isn't it mathematically correct to say
\sqrt{-1} * \sqrt{-1} = \sqrt{-1*-1} = \sqrt{1} = 1

what the heck!
Is there some bleedingly obvious thing I am missing.
 
Mathematics news on Phys.org
i^2=-1

Since

i=\sqrt{-1}
 
brandy said:
but isn't it mathematically correct to say
\sqrt{-1} * \sqrt{-1} = \sqrt{-1*-1} = \sqrt{1} = 1
No, it's not correct, and you just discovered why. Exponents don't work quite the same way in the complex numbers as they do in the reals. In the reals, that expression isn't valid because the left-hand side involves two numbers that are not real. In the complex numbers, the square root operation does not distribute over multiplication.
 
That particular property (\sqrt{a*b}=\sqrt{a}*\sqrt{b}) only holds true if a and b are positive.
 
D H said:
In the complex numbers, the square root operation does not distribute over multiplication.
OK, so what mathematical rules can I define to work with exponents and still be on the safe side with logical truth?
 
i is constructed as (0,1) \in \mathbb R x \mathbb R

i^2 = -1 and therefore that i = \sqrt{-1}
follows directly from how algebraic operations are defined on that field. the rule you're talking about does not hold in \mathbb C
 
Gerenuk said:
OK, so what mathematical rules can I define to work with exponents and still be on the safe side with logical truth?

logical truth... that is beyond the scope of mathematics. mathematics is a game of formal systems: axioms and rules of inference.

if you can construct a field where \sqrt{-1} \sqrt{-1} = 1 than it's perfectly mathematically valid...
just as it's mathematically valid that in \mathbb C, i^2= -1
 
Here's another method that contains a fallacy:
1 = 1
(-1)^2 = 1^2
sqrt (-1)^2 = sqrt 1^2
-1 = 1
 
CheckMate said:
i^2=-1

Since

i=\sqrt{-1}

no... when you square a square root the number under the radical remains in tact. isquared is not 1s.
 
  • #10
Anonymous217 said:
Here's another method that contains a fallacy:
1 = 1
(-1)^2 = 1^2
sqrt (-1)^2 = sqrt 1^2
-1 = 1

does line 1 have something to do with line 2?
and you forget the +- solutions for the square root...
 
  • #11
Hepth said:
does line 1 have something to do with line 2?
1=1^2 and also 1=(-1)^2 so yes, line 1 does have a little something to do with line 2.

Hepth said:
and you forget the +- solutions for the square root...
No, the square root of a number is almost always defined as the positive value. \sqrt{9}\neq \pm 3, it only is +3.

However, when you solve x^2=9 then you need both positive and negative values. x=\pm (\sqrt{9}) =\pm (3) =\pm 3
 
  • #12
Which is what you are doing. You are saying:

(-1)^2 = (1)^2 which is true
operate on this as it were algebraic :
(A)^2 = (1)^2
A = +- Sqrt[1^2]
A = +- 1

Which are the two solutions to the first equation. I think you're not following proper operational methods by ASSERTING that you can raise each side without taking into consideration.
 
  • #13
sqrt(-a)=sqrt[i2a]

sqrt[i2a]*sqrt[i2b] = (i*i)sqrt[a]sqrt= -(sqrt[ab])
 
  • #14
Hepth said:
Which is what you are doing. You are saying:

(-1)^2 = (1)^2 which is true
operate on this as it were algebraic :
(A)^2 = (1)^2
A = +- Sqrt[1^2]
A = +- 1

Which are the two solutions to the first equation. I think you're not following proper operational methods by ASSERTING that you can raise each side without taking into consideration.

So you've shown that A=\pm 1. Well, yes... substitute A back into it and you get:

(\pm1)^2=(1)^2

which is what we've already stated. I don't see what you're trying to get at here.
This is different to what you said earlier about having a \pm solution when you take the square root.
 
  • #15
The square root and other non-integer exponents can be defined using the complex logarithm, which is defined as the multivalued "inverse" of the complex exponential. Why multivalued? Note that we have

e^z=e^{z+i2\pi n}

for any integer n. What's \log e^z supposed to be? z? It can't be, since that would imply that

z=\log e^z=\log e^{z+i2\pi n}=z+i2\pi n

for all n, which implies that all integers are zero.

We can avoid this problem by defining

\log z=\log(|z|e^{i Arg\ z})=\log |z|+i Arg\ z+i2\pi n

The right-hand side should actually be interpreted as the set

\{\log |z|+i Arg\ z+i2\pi n|n\in\mathbb Z\}

but it's too awkward to always use that notation. Note that when we take the logarithm of both sides of the first equation in this post, we get the same thing on both sides, so we have at least solved that problem.

Now we can define z^a by

z^a=e^{\log z^a}=e^{a\log z}.

The square root is the special case a=1/2.

\sqrt z=e^{\frac 1 2 \log z}=e^{\frac 1 2(\log |z|+i Arg\ z+i2\pi n)}=\pm\sqrt{|z|}e^{\frac i 2 Arg\ z}

So with this definition we get \sqrt{-1}=\pm i. If we instead choose to define \sqrt z as the single value \sqrt{|z|}e^{\frac i 2 Arg\ z}, we get \sqrt{-1}=i.
 
Last edited:
Back
Top