For the sequence:
$a_{1}=2$ and $a_{n+1} = \frac{a_{n}}{2} + \frac{1}{a_{n}}$ for $n \geq 1$
- Prove that that the sequence is bounded.
- Prove that the sequence is monotone.
- Find the limit of the sequence.
I can do this for basic recursive sequence definitions but the presence of two fractions with sequence definitions in each one has me a bit stumped.