Limit of a sequence defined by a non-linear recurrence relation

420 Views Asked by At

How can one find the limit for the sequence $\{x_n\}^{+\infty}_{n=0}$ where $$x_0 = 0, x_1 = 1, x_{n+1} = \dfrac{x_n + nx_{n-1}}{n+1}$$ By computing the values I came to the conclusion that it converges to $\ln2$, but I can’t figure out how to solve this analytically.

2

There are 2 best solutions below

2
On BEST ANSWER

Hint $$x_{n+1}-x_{n}=-\dfrac{n}{n+1}(x_{n}-x_{n-1})\Longrightarrow (n+1)(x_{n+1}-x_{n})=-n(x_{n}-x_{n-1})$$ so $$(n+1)(x_{n+1}-x_{n})=(x_{1}-x_{0})(-1)^n=(-1)^n$$ so $$x_{n+1}-x_{n}=\dfrac{(-1)^n}{n+1}$$ so $$x_{n}=\sum_{i=1}^{n}(x_{i}-x_{i-1})+x_{0}=\sum_{i=1}^{n}\dfrac{(-1)^{i-1}}{i}$$ we konwn $$\ln{2}=1-\dfrac{1}{2}+\cdots+$$

1
On

Hint : Show $$x_n=\sum_{j=1}^n (-1)^{j+1}\frac{1}{j}$$