Chebyshev polynomials involved in the Householder's method for square roots
Yann Dijoux
TL;DR
This work reveals that Chebyshev polynomials of multiple kinds underlie the iterative schemes used to compute square roots and nth roots via classical root-finding methods. By expressing the Babylonian/Newton, Halley, and Householder iterations through $T_n$, $U_n$, $V_n$, and $W_n$, it derives explicit closed forms, product representations, and rational forms for the iterates, along with parity-based and monomial decompositions. The paper also extends the framework to $p$-th roots using generalized binomial coefficients and roots-of-unity filters, and provides asymptotic expansions of Chebyshev-related functions linked to combinatorial objects like Dyck paths and symmetric Dyck paths, offering combinatorial interpretations of the coefficients. Together, these results deepen the connection between algebraic Chebyshev structures and efficient high-order root-finding methods, with implications for both numerical algorithms and analytic combinatorics. The findings highlight how Chebyshev polynomials organize iterative denominators and numerators, yielding transparent, high-order convergence schemes and new avenues for asymptotic analysis.
Abstract
The Householder's method is a root-find algorithm which is a natural extension of the methods of Newton and Halley. The current paper mostly focuses on approximating the square root of a positive real number based on these methods. The resulting algorithms can be expressed using Chebyshev polynomials. An extension to the nth root is also proposed.
