I was gnawing on this problem today:
All the complex roots of $(z + 1)^5 = 32z^5,$ when plotted in the complex plane, lie on a circle. Find the radius of this circle.
I solved this by first dividing $$ \left(\frac{z+1}{2z}\right)^5 = 1 $$ then using the roots of unity, and solving for complex $z$. Then, I did regression to determine the solution equation to be $$ \left(x - \frac{1}{3}\right)^2 + y^2 = \left(\frac{2}{3}\right)^2 $$ Thus, the radius is $2/3$. Gross. That is (in my opinion) an absolutely awful way to solve this, and not the intended way. I know that there exists a better, non-numerical solution to this problem; Could you please help me find it?
Note that $$ \frac{z+1}{z}=1+\frac1z $$ Now solve $$\left(1+\frac1z\right)^5=32$$ with respect to $\frac1z$ and find the circle the solutions lie on. Then apply the reciprocal map to the resulting circle to find the circle where the $z$-solutions lie. In the complex plane, the reciprocal is inversion in the unit circle, composed with complex conjugation.