Finding equivalent of an iterative sequence

73 Views Asked by At

Define $(u_n)_{n\in\mathbb{N}^*}$:

$$u_1 =1 , u_{n+1}=1+\dfrac{n}{u_n}$$

Find an asymptotic equivalent of $u_n$ when $n\to+\infty$.

I guess that the answer should be $\sqrt{n}$, but I couldn't prove it...

1

There are 1 best solutions below

0
On

You could try to show by induction that $\sqrt{n}<u_{n}<1+\sqrt{n}$ or something like that.