Given $n>1$ and $S_n=\sum\limits_{k=1}^{n} \frac{kn}{k+n^3}$
Calculate $\lim\limits_{n \to \infty} S_n $
Well its obvious that $\frac{n^2}{n^3+n} \leq S_n\leq \frac{n^3}{n^3+1}$
$S_n$ converge to a limit $l$ such that $0\leq l \leq 1$
How can we determine the value of $l$ ?
This problem can be tackled by squeeze theorem plus riemann sum.
Note that $$S_n=\sum^n_{k=1}\frac{\frac{k}n}{\frac{k}{n^3}+1}\frac1n$$
We can obtain the following inequality easily
$$\sum^n_{k=1}\frac{\frac{k}n}{\frac{n}{n^3}+1}\frac1n\le S_n\le\sum^n_{k=1}\frac{k}n\frac1n$$
Taking the limit $n\to\infty$, the lower bound approaches $$\lim_{n\to\infty}\left(\frac1{\frac1{n^2}+1}\right)\int^1_0xdx=\frac12$$
The upper bound approaches $$\int^1_0xdx=\frac12$$ as well.
By squeeze theorem, $$\color{red}{\lim_{n\to\infty}S_n=\frac12}$$
(This agrees with your expectation that the limit is between $0$ and $1$.)