Feedback Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Iterate xn+1=xn2x_{n+1} = x_n^2 starting from x0=0.5x_0 = 0.5. Compute x1,x2,x3x_1, x_2, x_3 and determine the long-run behavior.

Solution

  1. 1
    x1=(0.5)2=0.25x_1 = (0.5)^2 = 0.25; x2=(0.25)2=0.0625x_2 = (0.25)^2 = 0.0625; x3=(0.0625)2โ‰ˆ0.0039x_3 = (0.0625)^2 \approx 0.0039.
  2. 2
    The iterates are rapidly approaching 00. Since โˆฃx0โˆฃ=0.5<1|x_0|=0.5<1, repeated squaring sends the sequence to 00.

Answer

x1=0.25,x2=0.0625,x3โ‰ˆ0.0039x_1=0.25, x_2=0.0625, x_3\approx0.0039; converges to 00
For xn+1=xn2x_{n+1}=x_n^2, if โˆฃx0โˆฃ<1|x_0|<1 the iterates decay to 00; if โˆฃx0โˆฃ>1|x_0|>1 they diverge to โˆž\infty. The fixed points are 00 (stable) and 11 (unstable).

About Feedback

Feedback occurs when the output of a system influences its future input โ€” positive feedback amplifies changes; negative feedback stabilizes them.

Learn more about Feedback โ†’

More Feedback Examples