Jump to content

Is i equal to -i ?


the tree

Recommended Posts

This is something my teacher did accidently whilst showing something else.

[math]-i = -\sqrt{-1} = \sqrt{(-1)^{2} \times -1} = \sqrt{1\times -1} = \sqrt{-1} = i[/math]

He said "that can't be right", rubbed it off the board and started again.

Thing is, I can't see where the mistake was. Can you point it out?

Link to comment
Share on other sites

It is this equality where the error is:

 

[math]-\sqrt{-1} = \sqrt{(-1)^{2} \times -1} [/math]

It should read [math]-\sqrt{-1} = -\sqrt{(-1)^{2} \times -1} [/math]

 

(In other words [math]-1 \neq \sqrt{(-1)^2}[/math])

Link to comment
Share on other sites

Here catch is that -1 does not equal sqrt((-1)²). This is OK for positive numbers, e.g. 2 = sqrt(2²), but for negative numbers you cannot do this.

 

The function sqrt(x) is defined to give a positive number for all positive x. You could introduce a new function sqrtn(x), which returns the negative value, e.g. sqrtn(4) = -2. But what is done in that "proof" above, is sometimes using the positive definition of the sqrt() function and sometimes using the negative definition of the sqrt() function.

 

In the step from -sqrt(-1) to sqrt((-1)²*(-1)) the negative definition, equivalent to sqrtn() is used, while in the step from sqrt(1*(-1)) to sqrt(-1) the positive definition is used.

 

EDIT: While I was typing, Severian was just before me :) Luckily we say the same.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.