中文

重访 Gilbert Strang 的《对 $i$ 的混沌搜索》

数值分析 2018-08-10 v1

摘要

在论文《对 ii 的混沌搜索》(\cite{strang1991chaotic})中,Strang 完整解释了当在 f(x)=x2+1f(x) = x^{2}+1(仅有一对复根 ±i\pm i)上使用实初始猜测时牛顿方法的行为。他探索了该迭代的一个精确符号公式,即 xn=cot(2nθ0)x_{n}=\cot{ \left( 2^{n} \theta_{0} \right) },该公式在精确算术下成立。在本文中,我们将此推广到 kk 阶 Householder 方法(包括 Halley 方法)以及割线法。给出了两个公式:xn=cot(θn1+θn2)x_{n}=\cot{ \left( \theta_{n-1}+\theta_{n-2} \right) },其中 θn1=arccot(xn1)\theta_{n-1}=\mathrm{arccot}{\left(x_{n-1}\right)}θn2=arccot(xn2)\theta_{n-2}=\mathrm{arccot}{\left(x_{n-2}\right)},以及 xn=cot((k+1)nθ0)x_{n}=\cot{ \left( (k+1)^{n} \theta_{0} \right) },其中 θ0=arccot(x0)\theta_{0} = \mathrm{arccot}(x_{0})。其渐近行为与周期特征通过实验计算加以说明。我们表明其他方法(第一类 Schröder 迭代)通常并非如此简单。我们还解释了一种旧方法,可用于让 Maple 的 \textsl{Fractals[Newton]} 包通过将一般单步迭代伪装成牛顿迭代来可视化它们。

关键词

引用

@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}
}

备注

22 pages, 11 figures