Generalization of the Secant Method for Nonlinear Equations (extended version)
Avram Sidi

TL;DR
This paper generalizes the secant method for solving nonlinear equations by using higher-order polynomial interpolation, achieving faster convergence rates that approach quadratic as the interpolation order increases.
Contribution
It introduces a new family of root-finding methods based on $(k+1)$-point interpolation, with proven higher convergence order and efficiency compared to the classical secant method.
Findings
Convergence order increases with interpolation degree $k$.
Order of convergence approaches 2 as $k$ increases.
The method maintains computational efficiency by evaluating $f(x)$ only once per iteration.
Abstract
The secant method is a very effective numerical procedure used for solving nonlinear equations of the form . It is derived via a linear interpolation procedure and employs only values of at the approximations to the root of , hence it computes only once per iteration. In this note, we generalize it by replacing the relevant linear interpolant by a suitable -point polynomial of interpolation, where is an integer at least 2. Just as the secant method, this generalization too enjoys the property that it computes only once per iteration. We provide its error in closed form and analyze its order of convergence . We show that this order of convergence is greater than that of the secant method, and it increases towards as . (Indeed, , for example.) This is true for the efficiency index of the method too. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIterative Methods for Nonlinear Equations · Advanced Optimization Algorithms Research · Fractional Differential Equations Solutions
