Given 3 complex numbers a, b, and c, does there always exist another number N where taking the cube root of N gives a, b, and c? If not, when is that possible? How do I find N? How does this extend to n complex numbers and nth root rather than 3?
I have a programming background much more than specifically a math background and I can only find sources talking about how to find the roots of a complex number rather that the reverse.
The $n$th roots of any complx number will always form $n$ evenly spaced points around a circle, centred at the origin - or in other words they all have the same modulus, and their arguments differ by multiples of $\frac{2 \pi}{n}$. That means that if you have three arbitrary complex numbers they will not all have the same cube.
If $a$, $b$ and $c$ are not colinear (i.e. you can't draw a straight line through all three) then it is possible to draw a circle through them, but there's still no guarantee they will be evenly spaced, or even that the spacing between them will be rational multiples of $\pi$.