Reading my calculus notes I found the following exercise:
Let $\displaystyle a_1=\alpha$ and $a_{n+1}=\frac{a_n+ \beta/a_n}{2}$ for $n\geq1$, where $\alpha>0$ is arbitrary and $\beta$ is a positive fixed number. Show that $(a_n)\to\sqrt{\beta}$ when $n\to\infty$
I've been stuck for a while trying to solve this problem. I don't really know how to approach it. I tried using induction since the sequence is defined recursively but I didn't get the desired result. Any help is appreciated.