English

Revisiting Gilbert Strang's "A Chaotic Search for $i$"

Numerical Analysis 2018-08-10 v1

Abstract

In the paper "A Chaotic Search for ii"~(\cite{strang1991chaotic}), Strang completely explained the behaviour of Newton's method when using real initial guesses on f(x)=x2+1f(x) = x^{2}+1, which has only a pair of complex roots ±i\pm i. He explored an exact symbolic formula for the iteration, namely xn=cot(2nθ0)x_{n}=\cot{ \left( 2^{n} \theta_{0} \right) }, which is valid in exact arithmetic. In this paper, we extend this to to kthk^{th} order Householder methods, which include Halley's method, and to the secant method. Two formulae, xn=cot(θn1+θn2)x_{n}=\cot{ \left( \theta_{n-1}+\theta_{n-2} \right) } with θn1=arccot(xn1)\theta_{n-1}=\mathrm{arccot}{\left(x_{n-1}\right)} and θn2=arccot(xn2)\theta_{n-2}=\mathrm{arccot}{\left(x_{n-2}\right)}, and xn=cot((k+1)nθ0)x_{n}=\cot{ \left( (k+1)^{n} \theta_{0} \right) } with θ0=arccot(x0)\theta_{0} = \mathrm{arccot}(x_{0}), are provided. The asymptotic behaviour and periodic character are illustrated by experimental computation. We show that other methods (Schr\"{o}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 \textsl{Fractals[Newton]} package to visualize general one-step iterations by disguising them as Newton iterations.

Keywords

Cite

@article{arxiv.1808.03229,
  title  = {Revisiting Gilbert Strang's "A Chaotic Search for $i$"},
  author = {Ao Li and Robert M. Corless},
  journal= {arXiv preprint arXiv:1808.03229},
  year   = {2018}
}

Comments

22 pages, 11 figures