Say I modify Newtons method by introducing the function $A(x)$ s.t.
$$p_{ n + 1} = p_n - A(p_n) \frac{f(p_n)}{f'(p_n)}$$
If $x = a$ is a simple root of $f$ and $f$ is sufficiently differentiable, what conditions do I have put on $A(x)$ so that this method converges for an sufficiently accurate initial value $p_0$.
Can I somehow derive a condition on $A(x)$ that would ensure this method has quadratic convergence like Newtons method? I've also read that applying fixed point theorem is a good way to start, but I have not been able to make any progress using this. I'd appreciate if someone could post a solution to this problem, as I have no idea.