I suppose a basic question, but it's causing me more problems than I envisioned!
I have some polynomial $f(x)$ for which the roots are complex, $x+iy$. How will these roots change if I now take $|f(x)|^2$?
In fact, I have a very large polynomial and I'm solving it numerically (on a computer, of course). However I need to check that the roots the computer is finding are genuine roots of $f(x)$ and I believe I can do this by plotting $|f(x)|^2$. However, I'm not sure what I should be expecting and looking for in this plot that confirms I have the proper root.

Well, $z=0$ iff $|z|=0$ iff $|z|^2=0$ for every complex number $z$, right?