Given an algebraic number expressed in radicals that has an i inside a surd, does an alternative representation of the same value that is still expressed in algebraic terms but with the i not inside a surd always exist? For example: $$\sqrt{1+i}=\sqrt[4]{2}\sqrt{2+\sqrt{2}}/2+i\sqrt[4]{2}\sqrt{2-\sqrt{2}}/2$$ If such a representation does always exist, is there a general method for finding it?
Edit: I am interested in cases where the surd is an arbitrary nth root, not just a square root as in the example.
If $z=\sqrt[n]w$ then, in general you are trying to solve $z^n=w=\rho(\cos\phi + i\sin\phi)$ say, i.e. express $w$ in polar form.
The $n$ roots are then
$$ z_k=\rho^\frac{1}{n} \left( \cos\left(\frac{\phi}{n} + k\frac{2\pi}{n}\right) +i\sin\left(\frac{\phi}{n} + k\frac{2\pi}{n}\right) \right)\\ k=0,\ldots,n-1 $$ with the principal root being given by $k=0$.
In your case $w=1+i = \sqrt2(\cos\pi/4+i\sin\pi/4)$