0
$\begingroup$

Possible Duplicate:
What's the thing with $\sqrt{-1} = i$

What is wrong with the following?:

$ \frac{1}{\text{i}}=\frac{1}{\sqrt{-1}}=\frac{\sqrt{1}}{\sqrt{-1}}=\sqrt{\frac{1}{-1}}=\sqrt{-1}=\text{i} $

There have been a few posts here with similar queries as above saying that

$\frac{\sqrt{1}}{\sqrt{-1}}=\sqrt{\frac{1}{-1}}$ does not hold.

But if we are simplifying an expression containing two variables $a$ and $b$ for example in

$\sqrt{\frac{\left (a+b \right )^2}{-\left( a+ b \right )^2}}$

we do get

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

and $\sqrt{-1}$ eventually.

Something must be fundamentally wrong here. What is it?

Thanks a lot...


Update: How would we simplify

$\sqrt{\frac{\left (a+b \right )^2}{-\left( a+ b \right )^2}}$ then?

We can say

$\sqrt{\frac{\left (a+b \right )^2}{-\left( a+ b \right )^2}} = \sqrt{\frac{1}{-1}}$ and then I'm stuck!

Thanks

3 Answers 3

2

The familiar "exponent rules" http://mathworld.wolfram.com/ExponentLaws.html, are only valid if all quantities involved are real numbers. This subtlety is not taught when the rules are first introduced because, well, these rules are typically introduced long before students see complex numbers. Then when we move to the field $\mathbb{C}$, suddenly these "iron-clad" rules conflict with complex arithmetic!

Indeed, we have to think of $1/i$ as the number to which multiplication by $i$ produces $1$. In other words, we never want to use the identification $i = \sqrt{-1}$ in $\mathbb{C}$ because $\sqrt{a}$ is no longer unambiguous, as @mixedmath stated above.

Hope this helps!

  • 0
    Thanks for the link to wolfram.2011-09-27
3

You are assuming that $\dfrac{\sqrt a}{\sqrt b} = \sqrt{ \dfrac{a}{b}}$ and that is indeed true when $a$ and $b$ are positive real numbers.

But you cannot hope extend this to all real numbers or to complex numbers ($b \not = 0$) without a definition of the $\sqrt{ }$ function, and if this is single valued then the equality may not always hold.

2

No, you were right. That does not hold. One does not 'distribute' square roots. And no, even when 'simplifying,' one cannot distribute square roots in general. The bigger idea is that while in real numbers, we can say $\sqrt 4 = 2$, this only makes sense when we can distinguish between the positive and the negative answer. We can't do so in the complex numbers.

In particular, you sequence is simply an obfuscation of the fact that both $i$ and $-i$ square to give $-1$.

  • 0
    See my updated post: Now, how to simplify [;\sqrt{\frac{\left (a+b \right )^2}{-\left( a+ b \right )^2}};] ?2011-09-26