I encountered this question in my homework:
$$a_1=x, b_1=y, \\ a_{n+1} =\frac{a_n+b_n}{2}, b_{n+1}= \sqrt{a_nb_n}, n\in \mathbb{N}$$
Given $x,y$ positive constants. I have to prove that they both converge to the same limit $L$.
I know that in order to prove that a sequence converges, it has to be (for example) Monotonically increasing and that $|a_n|<K$
I'm having difficulties proving with induction that either of the sequences is monotonic... how do I do so when the first sequence depends on the other? I know that by using the average inequality I get that $a_{n+1} > b_{n+1}$. How do I continue from here?
Thank you for your time and help!
$|a_{n+1}-b_{n+1}|=\left|\frac{a_n+b_n}{2}-\sqrt{a_nb_n}\right|=1/2\left|a_n+b_n-2\sqrt{a_nb_n}\right|=1/2(\sqrt{a_n}-\sqrt{b_n})^2=(1/2)(1/4)(\sqrt{a_{n-1}}-\sqrt{b_{n-1}})^4=2^{-1-2}(\sqrt{a_{n-1}}-\sqrt{b_{n-1}})^{2\times 2}=\ldots=2^{-1-2-\ldots-n}(\sqrt{x}-\sqrt{y})^{2n}=2^{-n(n+1)/2}(\sqrt{x}-\sqrt{y})^{2n}\rightarrow 0$ as $n\rightarrow\infty.$