Given a recursion $a_{n+ 1}= \sqrt{na_{n}+ 2n+ 1}$ with $a_{1}\geq 1.$ Prove that $$a_{n}\sim n\,{\rm as}\,n\rightarrow\infty$$
Let $b_{n}= \dfrac{a_{n}}{n},$ we need to prove $\lim b_{n}= 1,$ then we find a value $\beta\in\left ( 0, 1 \right )$ satisfying $\left | b_{n+ 1}- 1 \right |\leq\beta\left | b_{n}- 1 \right |$ so that $$\beta\rightarrow 0\,{\rm aut}\,n\rightarrow\infty$$ I can't predict the relationship among them, I need the the help to go to the induction, thank you.
First, from $a_1\ge 1$, one can easily obtain $a_n \ge n$, by induction argument.
Second, using induction again, it is easy to prove that $a_n \le 3a_1n$, for $n\ge 1$.
Hence $1\le b_n \le 3a_1$, where $b_n:=\frac{a_n}{n}$. To show that $a_n \sim n$, it suffices to show $\limsup_{n \rightarrow \infty}b_n\le 1$. Here is the argument:
Fix $N>1$, we have $\frac{N+1}{N}b_{N+1}=\sqrt{b_N+\frac{2N+1}{N^2}}$, and hence $$b_{N+1}<\sqrt{b_N+\frac{3}{N}}\le \sqrt{b_N+\frac{3}{N}b_N}=\left((1+\frac{3}{N})b_N\right)^{1/2}.$$
From iteration, it is easy to see that $$b_{N+k}< \left(1+\frac{3}{N}\right)^{\sum_{i=1}^k1/2^i}b_N^{1/2^k}.$$
Hence from the above, and $b_n \le 3a_1n$, we have that $$\limsup_{n \rightarrow \infty}b_n=\limsup_{k\rightarrow \infty}b_{N+k}<1+3/N.$$
Then let $N\rightarrow \infty$, we have $\limsup_{n\rightarrow \infty}b_n\le 1$. This finishes the proof.