1

Let ${a_1} > 0$ and ${a_n}$ be a sequence so that for any natural number

$a_{n+1} = 1/{a_n} + {a_n}$

Prove that sequence ${a_n}$ is unbounded.

How should I prove that? Can you give me any ideas ...

1 Answers1

1

Hint. Show that sequence is positive and increasing. Therefore it has a positive limit. If this limit is finite, say $L$, then the recurrence relation $a_{n+1} = 1/{a_n} + {a_n}$ implies that $$L=\frac{1}{L}+L.$$ What may we conclude?

Robert Z
  • 145,942