1

I have heard that $i=\sqrt{-1}$ and I have also read about it here http://www.mathsisfun.com/numbers/imaginary-numbers.html.

Now I want to ask why in example $\sqrt{-4} = 2i$ as $i=\sqrt{-1}$.

mez
  • 10,497
Idrizi.A
  • 139

2 Answers2

2

It is because $(2i)^2 = 2^2 i^2 = 4 \cdot -1 = -4$. Thus $2i$ is a possible answer to $\sqrt{-4}$ (though perhaps not the only one. What about $-2i$?)

2

If you remember the basic definition

$$x=\sqrt a\Longleftrightarrow x^2=a $$

then

$$(2i)^2=2^2i^2=-4\Longleftrightarrow\sqrt{-4}=2i$$

Of course, also $\,(-2i)\,$ makes the job.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287