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.
2026-04-29 20:19:04.1777493944
Limit of a sequence defined by a non-linear recurrence relation
420 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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+$$