1: \begin{abstract}
2: % Finding roots of equations iteratively is at the heart of most computational algorithms, and the Newton-Raphson method is a popular choice for this as it provides quadratic convergence close to the solution. However, its convergence depends heavily on the chosen initial guess, with poor choices often leading to slow convergence or even divergence. In this paper, we propose iterative methods that improve upon the Newton-Raphson method such that i) quadratic convergence close to the solution is retained; ii) convergence rates far from the solution are improved; iii) the basin of attraction for the root is substantially increased; and iv) the increase in computational cost is minimal. The key idea behind the new approach is to develop a relatively simple multiplicative transformation to the original equations, which leads to a significant reduction in nonlinearities. Based on this novel idea, we propose two classes of methods, termed the ``Extended Newton'' (EN) method and the ``Corrected Newton'' (CN) method, the latter being a limit case of the former. We present applications of these new methods to both real and complex functions and develop vector extensions to arbitrary-sized system of equations. To our knowledge, this is the first time such an approach that reduces nonlinearities through multiplicative transformations, and results in significant improvement over the classical Newton-Raphson procedure, is presented.
3: %\end{abstract}
4: