3

When trying to simplify $\frac{1}{\sqrt{-1}}$, you could rationalize it: $$\frac{1}{\sqrt{-1}}\cdot\frac{\sqrt{-1}}{\sqrt{-1}}=\frac{\sqrt{-1}}{-1}=-\sqrt{-1}$$ Or you could simplify it as one radical: $$\frac{1}{\sqrt{-1}}=\frac{\sqrt{1}}{\sqrt{-1}}=\sqrt{\frac{1}{-1}}=\sqrt{-1}$$ These are obviously different answers. I'm pretty sure the first method is algebraically sound and the second method might not be because of maybe a branch cut. Could someone please explain why the answers are different, and which is correct?

MBP
  • 334

2 Answers2

5

Note that $\sqrt{ab} = \sqrt{a}\sqrt{b}$ is true only for $a \geq 0$ or $b \geq 0$. On the other hand, if $a,b < 0$, then $$\sqrt{ab} = \sqrt{(-a)(-b)} = \sqrt{-a}\sqrt{-b}$$ $$\sqrt{a}\sqrt{b} = i\sqrt{-a}\ \cdot i\sqrt{-b} = -\sqrt{-a}\sqrt{-b}$$

Therefore the formula $\sqrt{a} = \sqrt{\frac{a}{b}} \sqrt{b}$ holds if and only if $b \neq 0$ and ($\frac{a}{b} \geq 0$ or $b \geq 0$) if and only if $ab > 0$ or $b > 0$. In your second proof, $a = 1, b = -1$ does not satisfy the above condition.

Empiricist
  • 7,933
2

Let $$\frac{1}{\mathsf i}=a+b\mathsf i,$$ where $a$ and $b$ are real numbers to be determined. Multiplying both sides by $\mathsf i$ yields $$1=a\mathsf i+b\mathsf i^2=-b+a\mathsf i.$$ Now, matching the real and imaginary parts of both sides, one has $-b=1$ and $a=0$. Hence, $$\frac{1}{\mathsf i}=a+b\mathsf i=-\mathsf i.$$

triple_sec
  • 23,377