5

I was working out a problem last night and got the result

$\frac{\pi + i\pi}{2\sqrt i}$

However, WolframAlpha gave the result

$\frac{\pi}{\sqrt 2}$

Upon closer inspection I found out that

$\frac{\pi}{\sqrt 2} = \frac{\pi + i\pi}{2\sqrt i}$

But I cant seem to derive it myself and it has been bugging me all day. How can this complex number be reduced to a real number?

mookid
  • 28,236
dingari
  • 299
  • 2
  • 4
  • 13
  • 1
    The $\pi$ is not relevant. What you really ask is, why is: $\sqrt{i} = \frac{1+i}{\sqrt{2}}$. Square the expression and use $i^2=-1$ to see why! – Winther Sep 18 '14 at 12:17
  • 3
    $\sqrt{i}$ is not a well-defined quantity. – Did Sep 18 '14 at 12:54

3 Answers3

5

Hint: $$(1+i)^2 = 2i{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}$$

mookid
  • 28,236
3

Rewriting everything in polar form, the numerator is $\sqrt{2} \pi e^{i \pi/4}$ and the denominator is, for the choice of branch of $\sqrt{}$ that Wolfram is using, $2 e^{i \pi/4}$. So the $e^{i \pi/4}$ terms cancel and you're left with a real number.

Ian
  • 101,645
0

Consider the following: Let $z=a+bi$ where $a,b$ belong to the set of all real number.

We would like to solve for $a$ and $b$ such that $z^2=i$, that is $(a+bi)^2=0+i$

Then, you will know why $\sqrt{i}= \frac{1+i}{\sqrt{2}}$ and how to solve your problem.

Winther
  • 24,478
Thomas
  • 49