A root finding method with arbitrary order of convergence
Alois Schiessl

TL;DR
This paper introduces a polynomial-based root-finding method that achieves arbitrary order of convergence for calculating real M-th roots, demonstrated to be efficient through computational tests.
Contribution
It presents a novel polynomial evaluation method for computing M-th roots with customizable convergence order, improving upon existing techniques.
Findings
Method achieves high convergence order with polynomial evaluation.
Computational tests confirm efficiency and accuracy.
Applicable for real positive roots with arbitrary precision.
Abstract
Let and . We consider the equation , which is equivalent to The real solution is . In this publication, we present a method that enables the calculation of with arbitrary order of convergence using only polynomials. We define the fixed point function \[ F\left(x\right) =\prod_{\ell=1}^{P}\left(1+\frac{1}{\ell\cdot M}\right) \int\limits_{0}^{x}\!\left(1-{\frac{{t}^{M}}{a}}\right)^{P}{\rm d}t =\sum\limits_{k=0}^{P}\frac{\left(-1\right)^{\,k}}{a^{\,k}}\cdot\binom{P}{k}\cdot\frac{x^{\,k\,\cdot M+1}}{k\,\cdot M+1} \] This is a polynomial of degree with terms. The calculation of is thus reduced to a polynomial evaluation. The computational tests we performed demonstrate the efficiency of the method. -- Es sei…
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 · Heat Transfer and Numerical Methods · Mathematical functions and polynomials
