let $x_0$ = 2, $y_0 = 1$; $x_{n+1} = \frac{x_n + y_n}{2}$, $y_{n+1} = \frac{2}{x_{n+1}}, n = 0, 1, 2...$.
Need to show the sequences converge to $\sqrt 2$. I wish I could add more in terms of my attempted solution but I have really gotten anywhere; I haven't worked on problems like this in a while, and after spending time reviewing and attempting I haven't made much progress! Hints/solution would be appreciated.