0

The secuence ($x_n$) is defined by:

$x_{0}=1$

$x_{n+1}=1+\frac 1{x_n}$

First, I know $(x_n) > 0$ because there aren't negative numbers involved, so the second term is always positive. Then I see that the second term is at most $1$ and it can't be $0$ or less, so: $1<(x_n)\leq 2$. Then the sequence is bounded. The problem is I don't know how to rigorously show this in a more formal way.

Second, I need to know if the sequence is monotonic. I suspect it isn't based on some values that I've calculated. What's the approach to study monotony of a sequence that involves recurrence?

EDIT:

I just reasoned the following:

$(x_n)$ is increasing $\iff x_n <x_{n+1} \iff 1+\frac 1{x_{n-1}}<1+\frac 1{x_n} \iff x_{n-1} > x_n \iff (x_n)$ is decreasing

Which is a contradiction, then $(x_n)$ is not monotonic. Is this reasoning correct?

EDIT 2: I don't care about the convergence of the sequence. I just want to know how to see if this sequence is monotonic or is not, how to write it the answer rigorously, how to show it's bounded and additionally if the first edit reasoning is correct or is not. So the links to questions about convergence doesn't really help me.

2 Answers2

1

Clearly $x_n\geq 1$ for all $n$ so ${1\over x_n}\leq 1$ for all $n$ and thus $$x_{n+1} = 1+{1\over x_n}\leq 1+1=2$$ for all $n$

nonuser
  • 90,026
1

the $x_i$ are quotients of consecutive Fibonacci numbers, and alternate above and below the limit,

Will Jagy
  • 139,541