2

As we know, we define $$\sqrt{-1}=i$$ But I always wondered, what about $\sqrt{i}$? As far as i can see, it is not an integer power of $i$. Every odd root has a solution in an integer power of $i$, but I can't find one for my question. Is there something I am missing here?

chubakueno
  • 5,623

2 Answers2

3

Consider $\frac{1+i}{\sqrt{2}}$. The square of this is $i$. It is a fact that the complex numbers are algebraically closed, and so in particular, every number has a square root.

Alexander
  • 4,292
  • 1
    "Recall" is a strong term - it implies a person might have forgotten something, when, given the question, it is quite possible that the OP hasn't encountered the notion of "algebraically closed." – Thomas Andrews Aug 06 '13 at 04:18
  • That is a fair point. I accidentally find myself using "recall" all the time when I shouldn't! – Alexander Aug 06 '13 at 04:20
  • Didn't know about algebraic closure before asking, thanks. – chubakueno Aug 06 '13 at 04:25
3

Complex numbers have a nice geometric interpretation -- the complex number $a + bi$ is visualized as a point in a plane with coordinates $(a,b)$. When you multiply two complex numbers, geometrically you just "add the angles and multiply the lengths". With this geometric interpretation you can easily find a square root of $i$. $\frac{1 + i}{\sqrt 2}$ works.

littleO
  • 51,938