I am unable to solve this problem. I tried using the definition of the limit of sequences. I took an example by considering a sequence $x_n= 5n$. Then I got that, the limit was zero.
$x_{n+1}-x_n=(5n+5)-5n=5$. Then,
$$\lim_{n\to\infty}\frac{x_n}{n \log n}=\lim_{n\to\infty}\frac{5n}{n \log n}=\lim_{n\to\infty}\frac{5}{\log n}=0$$.
But I am unable to solve it in general. Please help me. Thank you so much!!!
Just apply the Stolz-Cesaro theorem, as $n\log(n)$ is strictly monotone and approaches $+\infty$, and $$\lim_{n\rightarrow\infty} \frac{x_{n+1}-x_n}{(n+1)\log(n+1)-n\log(n)}=\lim_{n\rightarrow\infty}\frac{x_{n+1}-x_n}{n\log(\frac{n+1}{n})+\log(n+1)}=0$$
because $x_{n+1}-x_n$ converges hence bounded while $n\log(\frac{n+1}{n})+\log(n+1)\ge n$ approaches $\infty$.