Annealing approach to root-finding
Junghyo Jo, Alexandre Wagemakers, Vipul Periwal
TL;DR
The paper addresses the challenge of robust and fast root finding by introducing a parameterized Newton-Raphson method with an auxiliary temperature-like variable $\beta$. Grounded in a physical reformulation via a partition function and Adomian decomposition, the authors derive a two-step iterative scheme that reduces to standard NR when $\beta=0$ and connects to Adomian updates at $\beta=1$, while also enabling annealing through a schedule $\beta_n$. They show improved convergence properties (quadratic in general, cubic at $\beta=1$ under suitable conditions), explore function-specific behaviors (e.g., $f(x)=x^{1/3}$), and demonstrate that nonzero $\beta$ enlarges basins of attraction and increases basin entropy, indicating greater exploratory capacity. An annealing strategy $\beta_n$ is proposed to accelerate convergence while managing computational cost, and connections to broader methods such as HAM and topological formulations are discussed. Overall, the approach offers a physically grounded, flexible framework for iterative root finding with practical benefits for challenging nonlinear problems.
Abstract
The Newton-Raphson method is a fundamental root-finding technique with numerous applications in physics. In this study, we propose a parameterized variant of the Newton-Raphson method, inspired by principles from physics. Through analytical and empirical validation, we demonstrate that this novel approach offers increased robustness and faster convergence during root-finding iterations. Furthermore, we establish connections to the Adomian series method and provide a natural interpretation within a series framework. Remarkably, the introduced parameter, akin to a temperature variable, enables an annealing approach. This advancement sets the stage for a fresh exploration of numerical iterative root-finding methodologies.
