Let $(x_n)_{n\geq1}$ be a sequence such that $x_1 = x >1$ and
\begin{align} x_{n+1}=x_n + \sqrt{x_n} - 1, n\geq 1\\ \end{align}
Evaluate
\begin{align} \lim_{n\to \infty} \frac{4x_n -n^2}{n \log n} \end{align}
My attempt: Let $y_n=\sqrt{x_n}$, we now have $\lim_{n\to \infty} \frac{4y_{n}^2 -n^2}{n \log n}$
I am trying to find an upper bound to the absolute value of this expression by removing the log, however I'm not sure of any lower bound to log.
Update: Since $y_{n+1}^2 = y_n^2 + y_n - 1 = (y_n + \frac{1}{2})^2 - \frac{5}{4}$, we have $y_{n+1} < y_n + \frac{1}{2}$ so $2y_n -n = O(n)$ (Not sure if this is valid). Writing $\frac{4y_{n}^2 -n^2}{n \log n}$ as $\frac{2y_n - n}{n} \frac{2y_n + n}{\log n}$ the first fraction's abs value will approach one. However then I''m stuck with the second fraction.
Any hints appreciated.