Respuesta :
I assume you know that there are n total n-th roots for any non-zero complex number.
(If you're looking for "the" principal root, you'll have to specify which branch you're calling the principal branch of the n-th root function.)
Start by writing [tex]1 - i\sqrt3[/tex] in exponential form. We have modulus/magnitude
[tex]|1 - i\sqrt3| = \sqrt{1^2 + (-\sqrt3)^2} = \sqrt4 = 2[/tex]
and [tex]1-i\sqrt3[/tex] lies in the fourth quadrant of the complex plane, so its argument is
[tex]\arg(1-i\sqrt3) = \tan^{-1}\left(-\sqrt3\right) = -\dfrac\pi3[/tex]
Then the exponential form is
[tex]1 - i \sqrt3 = 2 \exp\left(-i\dfrac\pi3\right)[/tex]
(where [tex]\exp(x) = e^x[/tex], if you're not familiar with the notation)
By de Moivre's theorem, we have the fourth roots
[tex]\sqrt[4]{1 - i\sqrt3} = \sqrt[4]{2} \exp\left(i \dfrac{-\frac\pi3+2k\pi}4\right)[/tex]
where [tex]k\in\{0,1,2,3\}[/tex], so that we have a choice of
[tex]\sqrt[4]{1 - i\sqrt3} = \begin{cases} \sqrt[4]{2} \exp\left(-i\dfrac\pi{12}\right) \\\\ \sqrt[4]{2} \exp\left(i\dfrac{5\pi}{12}\right) \\\\ \sqrt[4]{2} \exp\left(i\dfrac{11\pi}{12}\right) \\\\ \sqrt[4]{2} \exp\left(i\dfrac{17\pi}{12}\right) = \sqrt[4]{2} \exp\left(-i\dfrac{7\pi}{12}\right) \end{cases}[/tex]
(I rewrote the exponent to the last root just to be consistent about having each argument between -π and π radians)
If you want these in rectangular form (a + bi), sorry, that's where I draw the line; it can be done with simple trigonometry and algebra, but it's rather tedious, and the exponential forms are far more compact.