I need to find a number $z \in \mathbb{C}$ such that $z^{2}=\sqrt{\sqrt{i}}$.
Let $z^{2}=(x+iy)^2=(x^2-y^2)+i(2xy)=\sqrt{i}$. I already know that $\sqrt{i}=\pm\left(\frac{1}{\sqrt{2}}+i\frac{1}{\sqrt{2}}\right)$. Then $x^{2}-y^{2}=\frac{1}{\sqrt{2}}$ and $2xy=\frac{1}{\sqrt{2}}$, but I'm stuck finding the values of $x$ and $y$.
Can anyone help me finding the right values of $\sqrt{\sqrt{i}}$? Thanks
Polar form is much easier.
$i$ has $r = 1$ and $\theta = \frac{\pi}{2}$. Since when you square a number, you square the radius and double the angle, in this case you square root the radius and halve the angle.
Taking the square root gives $r = 1$ and $\theta = \frac{\pi}{4}$, and doing this two more times gives $r = 1$ and $\theta = \frac{\pi}{16}$. Converting back to Cartesian, (from Wolfram Alpha), $x = 1 \cdot \cos \left(\frac{\pi}{8} \right) = \frac{1}{2}\sqrt{2+\sqrt{2+\sqrt{2}}}$, and $y = 1 \cdot \sin \left(\frac{\pi}{8} \right) = \frac{1}{2}\sqrt{2+\sqrt{2+\sqrt{2}}}$, so one root is $\frac{1}{2}\sqrt{2+\sqrt{2+\sqrt{2}}} + \frac{1}{2}\sqrt{2-\sqrt{2+\sqrt{2}}}i$.
There are other roots as well. However, this is just one of the roots.