3

Is there an easy way to simplify the $$\sqrt{i}+\sqrt{2i}+\sqrt{3i}$$

E.H.E
  • 23,280
  • what's your definition of $\sqrt{i}$? But either way, $\sqrt{i} + \sqrt{2i} + \sqrt{3i} = (1+ \sqrt{2}+\sqrt{3}) \sqrt{i}$ – Tryss Apr 18 '15 at 18:31

2 Answers2

5

HINT: write $i=e^{i\frac{\pi}{2}}$ and everything should follow.

0

you can use the following $$i=\frac{1}{2}(1+i)^2$$ so $$\sqrt{i}=\sqrt{\frac{1}{2}(1+i)^2}=\frac{1}{\sqrt{2}}(1+i)$$ $$\sqrt{2i}=\sqrt{\frac{2}{2}(1+i)^2}=(1+i)$$ $$\sqrt{3i}=\sqrt{\frac{3}{2}(1+i)^2}=\sqrt{\frac{3}{2}}(1+i)$$

E.H.E
  • 23,280