Revisiting Gilbert Strang's "A Chaotic Search for i"
Abstract
In the paper "A Chaotic Search for i"~(strang1991chaotic), Strang completely explained the behaviour of Newton's method when using real initial guesses on f(x) = x2+1, which has only a pair of complex roots i. He explored an exact symbolic formula for the iteration, namely xn= ( 2n θ0 ) , which is valid in exact arithmetic. In this paper, we extend this to to kth order Householder methods, which include Halley's method, and to the secant method. Two formulae, xn= ( θn-1+θn-2 ) with θn-1=arccot(xn-1) and θn-2=arccot(xn-2), and xn= ( (k+1)n θ0 ) with θ0 = arccot(x0), are provided. The asymptotic behaviour and periodic character are illustrated by experimental computation. We show that other methods (Schröder iterations of the first kind) are generally not so simple. We also explain an old method that can be used to allow Maple's Fractals[Newton] package to visualize general one-step iterations by disguising them as Newton iterations.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.