Proving convergence for recurring sequence?

28 Views Asked by At

I have been trying to use induction to prove that a recurring sequence is monotone, but the problem that I'm having is that no initial values are given. Can someone please give a hint as to how to approach this?

1

There are 1 best solutions below

0
On

Even if $a_n$ tend to some limit $l$, the limit must satisfy the recurrence relation, i.e. $$l={l-1\over l+1}$$which leads to $l^2+l=l-1$ with no solutions in real numbers. So, your sequence is divergent.