Paradox - minus one equals one using square roots

3.5k Views Asked by At

I was looking on Howard Eves's book "An Introduction to the History of Mathematics" and I stumbled upon a demonstration on how $-1 = 1$. The demonstration follows:

$$ \sqrt{-1} = \sqrt{-1} $$

$$ \sqrt{-1\over1} = \sqrt{1\over-1}$$

$$ {\sqrt{-1}\over\sqrt{1}} = {\sqrt{1}\over\sqrt{-1}}$$

$$ \sqrt{-1}\cdot\sqrt{-1} = \sqrt{1}\cdot\sqrt{1} $$

Thus:

$$ -1 = 1 $$

My question is simple: how can it be? Where is the error? Is that a paradox?

Thanks in Advance!

2

There are 2 best solutions below

0
On
a / i != a * i

in the step 3 to 4.

0
On

The "rule" you use from line 2 to 3 doesn't hold for negative numbers. I.e. $$ i=\sqrt{-1}=\sqrt{\frac1{-1}}\neq\frac1{\sqrt{-1}}=-i $$