For the iterative method
z_{n+1} = z_n - \frac{f(z_n)}{f'(z_n)}\hspace{2cm}(*)
where $f:U \to \mathbb{C}$ and $U$ is an open subset of $\mathbb{C}$. I know that for stationary points ($f'(z)=0$) and points which enter a cycle, the method will not converge. But are there some sufficient features of an initial guess $z_0 \in U$ so the method converges? I don't want to write that (*) "will converge with luck".
Thanks for your help!