The Dynamics of Iteration

#hsc-maths#sequences#advanced

Iteration is a central idea in the HSC Extension 1 sequences topic — it turns a simple function into a dynamic process that can approach a beautiful limit. In this problem we investigate the convergence of a square‑root recurrence, establish a contraction inequality using calculus, and finally connect the process to Newton’s method. Along the way, you will see how a derivative bound guarantees geometric shrinkage of errors, a technique that appears in many fixed‑point arguments.

Problem Statement

Consider the function

g(x)=x+2.g(x)=\sqrt{x+2}.

We define an iterative sequence by

xn+1=g(xn),x1=1.x_{n+1}=g(x_n),\qquad x_1=1.
  • Calculate x2,x3,x_2,x_3, and x4x_4 to three decimal places. By solving
L=L+2,L=\sqrt{L+2},

determine the exact positive limit LL that the sequence appears to be approaching.

  • Show that
0<g(x)<120<g'(x)<\frac12

for all x>0x>0.

  • Prove that
xn+1L<12xnL.|x_{n+1}-L|<\frac12|x_n-L|.

Hence deduce that the sequence converges to LL for any initial value x1>0x_1>0.

  • Define a function f(x)f(x) such that Newton's method would converge to the same limit LL found in part (i), and write down the specific iterative formula for this f(x)f(x).

Hints

  • For (i): Substitute repeatedly into xn+1=xn+2x_{n+1}=\sqrt{x_n+2}, then solve the fixed-point equation.
  • For (ii): Differentiate g(x)=x+2g(x)=\sqrt{x+2} and note where the derivative is largest for x>0x>0.
  • For (iii): Use either the mean value theorem or rationalise xn+2L+2\sqrt{x_n+2}-\sqrt{L+2}.
  • For (iv): Rearrange L=L+2L=\sqrt{L+2} into a polynomial equation.

Solutions

(i) Starting from x1=1x_1=1 and iterating the function, we obtain the first few terms:

x2=31.732,x3=2+31.932,x41.983.x_2=\sqrt3\approx1.732,\quad x_3=\sqrt{2+\sqrt3}\approx1.932,\quad x_4\approx1.983.

If the sequence converges to a positive number LL, then taking limits on both sides of xn+1=xn+2x_{n+1}=\sqrt{x_n+2} gives the fixed‑point equation L=L+2L=\sqrt{L+2}. Solving this yields

L=L+2    L2L2=0    (L2)(L+1)=0.L=\sqrt{L+2}\implies L^2-L-2=0 \implies (L-2)(L+1)=0.

Thus the positive limit is

L=2.L=2.

(ii) To understand why the sequence behaves well, we look at the derivative of gg, which measures the sensitivity of the iteration:

g(x)=12x+2.g'(x)=\frac{1}{2\sqrt{x+2}}.

For x>0x>0 this derivative is positive, and because x+2>2\sqrt{x+2}>\sqrt{2}, we obtain the clean bound

g(x)<122<12.g'(x)<\frac{1}{2\sqrt2}<\frac12.

Having g(x)<12|g'(x)|<\frac12 on (0,)(0,\infty) tells us that gg is a contraction mapping — a crucial property that forces successive iterates to pull closer together.

(iii) Now we prove that the error shrinks by at least a factor of 12\tfrac12 at each step. Using the fixed‑point relation L=g(L)=2L=g(L)=2 and rationalising the difference of square roots,

xn+1L=xn+2L+2=xnLxn+2+L+2<12xnL,\begin{aligned} |x_{n+1}-L| &=\left|\sqrt{x_n+2}-\sqrt{L+2}\right|\\ &=\frac{|x_n-L|}{\sqrt{x_n+2}+\sqrt{L+2}}\\ &<\frac12|x_n-L|, \end{aligned}

because xn>0x_n>0 and L+2=2\sqrt{L+2}=2. Repeating this inequality gives

xnL<(12)n1x1L0,|x_n-L|<\left(\frac12\right)^{n-1}|x_1-L|\to0,

so xnL=2x_n\to L=2 for any x1>0x_1>0.

(iv) We can view the same limit through the lens of root‑finding. From the fixed‑point equation we have

L2L2=0.L^2-L-2=0.

Therefore we define

f(x)=x2x2,f(x)=x^2-x-2,

so that LL is a root of ff. Applying Newton’s method to ff produces the iteration

xn+1=xnf(xn)f(xn)=xnxn2xn22xn1.x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} =x_n-\frac{x_n^2-x_n-2}{2x_n-1}.

Takeaways

  • Fixed point is the value of xx such that g(x)=xg(x)=x.
  • Fixed points often reveal the likely limit of an iterative sequence.
  • A contraction inequality proves convergence by forcing errors to shrink geometrically.
  • Newton's method can target the same limit by solving the fixed-point equation as a root problem.

Further Readings

HSC Trigonometry, HSC Induction, HSC Probability, HSC Last Resorts

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About