A fixed-point iteration method for the number Pi with arbitrary odd order of convergence based on the sine function
Alois Schiessl

TL;DR
This paper introduces a fixed-point iteration method based on the sine function for high-precision computation of pi, achieving arbitrary odd orders of convergence depending on a parameter P, with demonstrated efficiency through computational tests.
Contribution
The paper presents a novel fixed-point iteration scheme for pi that attains arbitrary odd convergence orders using a sine-based function, expanding the toolkit for high-precision calculations.
Findings
Convergence order is exactly (2P+1) for the method.
The method demonstrates high efficiency in computational tests.
Applicable for initial values close to pi.
Abstract
In this paper, we present a fixed point method for high-precision computation of number based on the sine function. Let . We define the function: \[ S\left(x\right) =x+\sum_{k=1}^{P}\left(\prod_{\ell=1}^{k-1}\frac {2\,\ell-1}{2\,\ell}\right)\frac{\sin\left(x\right)^{2\,k-1}}{2\,k-1}\,. \] For every initial value sufficiently close to , the sequence \[x_{n+1}=x_n+S\left(x_{n}\right)\;;\,n=0,1,\ldots\] is converging to with order of convergence exactly . The computational tests we performed demonstrate the efficiency of the method. \[\] \[\textbf{Zusammenfassung}\] In dieser Abhandlung stellen wir ein Fixpunktverfahren zur Berechnung der Kreiszahl auf Basis der sinus Funktion vor. Es sei . Wir definieren die Funktion: \[ S\left(x\right) =x+\sum_{k=1}^{P}\left(\prod_{\ell=1}^{k-1}\frac…
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
TopicsNumerical Methods and Algorithms · Iterative Methods for Nonlinear Equations · Polynomial and algebraic computation
