We have \begin{align} U_{0} &= 1 &&\text{and} & V_{0} &= 2 \\ U_{n+1} &= \frac{U_{n}+V_{n}}{2} &&\text{and} & V_{n+1} &= \sqrt{U_{n+1}V_n} \end{align} How to prove two sequence have a common limit?
I found $(U_n)$ is increasing and $(V_n)$ is decreasing but I don't know how to do with $\lim (V_n) - (U_n)$
Can someone help me, please?
Since $U_n$ is increasing and $V_n$ is decreasing, all you have to show is that the difference $V_n-U_n$ has limit $0$. But, the limit exists since both sequences are monotone and bounded, and rewriting the equation $U_{n+1}=(U_n+V_n)/2$ to $\,V_n = 2 U_{n+1}-U_n \,$ shows the two limits must be equal.
Given a diameter one circle, its circumference is $\,\pi.\,$ Archimedes calculated the perimeters of inscribed and circumscribed regular polygons to find upper and lower bounds for $\,\pi.\,$ Let $\,a(n)\,$ be the perimeter of the circumscribed regular polygon of $\,n\,$ sides, and $\,b(n)\,$ the perimeter of the inscribed regular polygon of $\,n\,$ sides. We have that $\,a(2n)\,$ is the harmonic mean of $\,a(n)\,$ and $\,b(n)\,$ and $\,b(2n)\,$ is the geometric mean of $\,a(2n)\,$ and $\,b(n).\,$
We can start with triangles where $\,n=3\,$ and find $\,a(3) = 3\sqrt{3}\,$ and $\,b(3) = a(3)/2.\,$ We then keep doubling the number of sides indefinitely. The connection between the two recursions is that $\, U_n = 3\sqrt{3}/a(3\,2^n)\,$ and $\, V_n = 3\sqrt{3}/b(3\,2^n)\,$ since the recursions and initial values for $\, U_n, V_n \,$ come from those for $\,a(n), b(n).\,$ The common limit of $\,a(n), b(n)\,$ is $\,\pi,\,$ thus the common limit of $\, U_n, V_n\,$ is $\,3\sqrt{3}/\pi.\,$
If we start with squares where $\,n=4\,$ we find that $\, a(4) = 4\,$ and $\,b(4) = 2\sqrt{2}.\,$ Now let $\, U_n := 4/a(4\, 2^n)\,$ and $\, V_n := 4/b(4\, 2^n).\,$ Then $\, U_0 = 1, \,\, V_0 = \sqrt{2} \,$ and the common limit is $\, 4/\pi.\,$ The general values are $\, b(n) = n\,\sin(\pi/n),\,$ and $\, a(n) = n\,\tan(\pi/n).$