I'm reading about De Moivre's Formula and the Roots of Unity, and one of the exercises is to find all the different values of
$$ \sqrt[3]{7-4i} $$
I know that you can find the $n$th root of 1 with $x^{n-1}+x^{n-2}+\dots+x+1=0$, but I don't know how to find the $n$th root of an arbitrary complex number. I tried sketching it geometrically on an Argand diagram by plotting some kind of triangle, but I'm not sure it was correct and didn't help find the roots anyway.
Is there a strategy for doing this (preferably in line with the content of De Moivre formula and roots of unity)?
Hint: We have $$\sqrt[3]{7-4i}=(7-4i)^{1/3}$$ $$r=\sqrt{7^2+(-4)^2}=\sqrt{65}$$ $$\tan \theta=\left|\frac{-4}{7}\right|=\frac{4}{7}$$ Since, the point $(7, -4)$ lies in the fourth quadrant hence we have $$\sin \theta=\frac{\frac{4}{7}}{\sqrt{1+\left(\frac{4}{7}\right)^2}}=\frac{4}{\sqrt{65}}$$ $$\cos \theta=\frac{1}{\sqrt{1+\left(\frac{4}{7}\right)^2}}=\frac{7}{\sqrt{65}}$$ Now, we have $$(7-4i)^{1/3}=r^{1/3}(\cos(-\theta)+i\sin(-\theta))^{1/3}$$
$$=\sqrt[3]{65}\left(\cos \theta -i\sin \theta\right)^{1/3}$$ $$=\sqrt[3]{65}\left(\cos\frac{(2k\pi+\theta)}{3} -i\sin\frac{(2k\pi+\theta)}{3}\right)$$ Now, substitute $k=0, 1, 2$
Can you proceed further?