0

When we studied complex numbers they told us that $i * i = -1$ because $i = \sqrt -1$ and $i * i = i^2$, so the square removes the root.

However we can say as well that $i * i = \sqrt {-1} * \sqrt {-1} = \sqrt {-1 * -1} = \sqrt 1 = 1$.

In any case both are valid math, right?

Why can't I follow the second reasoming?!

  • 1
    No, this is not valid math. In the first place because there is no real number such that $r^2=-1$, so that nothing allows you to generalize the calculation rules for reals to this "beast". –  Nov 20 '18 at 17:45

2 Answers2

3

You've learned the wrong definition of $i$. The true definition of $i$ is that $i\cdot i=-1$, and that's it. No $\sqrt{\phantom{-1}}$ in sight.

In fact, in my opinion, $\sqrt{\phantom{-1}}$ doesn't belong at all when dealing with complex numbers, and should be avoided whenever possible. For one thing because it isn't well-defined in any canonical way, and for another because even if you try to define it, you lose many of the properties of square roots that you usually take for granted, like $\sqrt{ab}=\sqrt a\sqrt b$.

Arthur
  • 199,419
  • So when they first thought of i it was a hack to solve x^2 + 1 = 0. Why my textbook then says that i = √-1 – Raafat Abualazm Nov 21 '18 at 06:05
  • @RaafatAbualazam Mathematicians first came face to face with complex numbers during intermediate calculations when solving cubic equations. And they would appear as $\sqrt{-15}$ and similar. So historically, $\sqrt{-1}$ was first. But the current formal definition is closer to "a hack to solve x^2+1=0", yes. And your textbook (as well as every introductory textbook ever) says $i=\sqrt{-1}$ because they think that's easier for students to understand. It looks somewhat more concrete than $i^2=-1$, but it leads directly to questions and misunderstandings like yours. – Arthur Nov 21 '18 at 06:49
  • I see what you are implying here. i is its own number and roots properties aren't the same. – Raafat Abualazm Nov 21 '18 at 19:12
0

To be precise,

  • you are right to state $i\cdot i=i^2=-1$, which is essentially a definition of $i$;

  • $i=\sqrt{-1}$ is acceptable provided you acknowledge to use the "principal branch" of the complex square root (another possible choice is $i=-\sqrt{-1}$);

  • $(\sqrt{-1})^2=-1$ also works, by definition of the square root;

  • $\sqrt{-1}\sqrt{-1}=\sqrt{(-1)(-1)}$ is wrong, because the principal square root does not enjoy the property $\sqrt a\sqrt b=\sqrt{ab}$;

  • finally, $\sqrt1=1$ remains true.
  • Why then √a √b != √ab. How come power can't be distributed over multiplied numbers. I have seen weird explanations online, I just can't understand them. – Raafat Abualazm Nov 21 '18 at 06:02
  • @RaafatAbualazam Why? Because your calculation showing $-1=1$ can't possibly be true, and $\sqrt a\sqrt b=\sqrt{ab}$ was the only non-definition assumption you used. So if we want all the definitions (like what multiplication means, what $-1$ means, what $\sqrt{\phantom{-1}}$ means and what $i$ means) to exist and make sense, then we cannot have $\sqrt a\sqrt b=\sqrt{ab}$. – Arthur Nov 21 '18 at 06:56
  • @RaafatAbualazm: a property is false until you have proven it true. For instance, regarding the product of matrices, $ab\ne ba$. Don't take for granted that properties of the reals carry over to other objects. –  Nov 21 '18 at 09:09
  • @Arthur I saw that I was doing wonders with math, but I did not understand why. – Raafat Abualazm Nov 21 '18 at 19:14
  • Also one thing. Why can we take the -1 in or out of the root as we like but the identity is false. √-6 = √-1 √6, but √ab != √a √b, if not a,b >= 0. Must a and b be greater than zero or one being more than would suffice? – Raafat Abualazm Nov 21 '18 at 19:19
  • @Yves Daoust Ah, I see. I always thought that these rules are inherent or just plain basic and universal. Now I see. Thank you! – Raafat Abualazm Nov 21 '18 at 19:21