0

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.

Idle Fool
  • 1,022

1 Answers1

0

Hints: You can do by induction that $1\leq a_n \leq 2$ for all $n$. Then you can use this fact that the sequence is monotone. For the limit, just do the usual thing.

Isko10986
  • 306