5

We have $u_0 = 6$ and $u_{n+1} = \dfrac{1}{2} u_n + \dfrac{1}{u_n}$. We can use our graphing calculator to make a 'web diagram' (no idea what it is called in English, and I can't find it. It sometimes resembles a spider's web).

When I use my calculator for very high values of n I get the same answer, $12.164$.

  • Is this the limit?

  • How would I be able to obtain this limit without the graphing calculator? Is it just the intersection with the line $y=x$?

  • Perhaps you have transcribed the function incorrectly. The one given converges to nothing near $12.164$ (it actually approaches $\sqrt{2}$). – George V. Williams Jun 02 '13 at 23:48

4 Answers4

6

When $x>\sqrt{2}$, one has $\sqrt{2}<\frac{x}{2}+\frac{1}{x}<x$, then $u_0>u_1>\dots>\sqrt{2}$. So the series converges, say $u_n\to u$, then $u=\sqrt{2}$ by solving $\frac{u}{2}+\frac{1}{u}=u$.

(For completeness: if $0<u_0<\sqrt{2}$, then $u_1>\sqrt{2}$, the result will be the same; If $u_0<0$, then the limit is $-\sqrt{2}$ by symmetry.)

Ma Ming
  • 7,482
  • 1
    +1 I like that you showed convergence (that the sequence does in fact converge to some limit $u$), and then revealed how to solve for the limit $u$. – amWhy Jun 03 '13 at 00:02
5

Assuming the sequence $\,\{u_n\}\,$ converges to a limit $\,u\,$ ,we get from arithmetic of limits:

$$u=\frac12u+\frac1 u\implies\frac12u=\frac1u\implies u^2=2\implies u=\sqrt 2$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
3

Just for fun, the OP was actually iterating $$u_n=\frac{1}{2} u_{n-1}+\frac{1}{u_{n-1}}+6$$ If this has a limit, it is found by $u=0.5u+\frac{1}{u}+6$ or $\frac{u}{2}-\frac{1}{u}-6=0$ or $\frac{u^2}{2}-6u-1=0$.

This has exactly one positive solution, namely $6+\sqrt{38}\approx 12.1644$.

vadim123
  • 82,796
0

If you want to search, the common English term is Cobweb Diagram

murkle
  • 411