Calculate $\displaystyle \lim_{n\to\infty} \frac{\sum_{i=1}^n ia_i}{n^2+n}$ given that $a_n \to a$.
I can see that if I can extract something from the sum the and have something multiplied by $\sum_i^n i = (n^2 +n)/2$ then stuff would cancel out, but I cant figure out what I can extract besides some arbitrary bound which won't converge.
Note that the converging sequence $\{|a_n-a|\}_n$ is bounded by some constant $M$. Moreover, for $\epsilon>0$, there is $N$ such that for $n> N$, $|a_n-a|<\epsilon$. Now recall that $\sum_{i=1}^n i=(n^2+n)/2$ and split the sum: for $n>N$ $$\frac{\sum_{i=1}^n ia_i}{n^2+n}-\frac{a}{2}=\frac{\sum_{i=1}^N i(a_i-a)}{n^2+n}+\frac{\sum_{i=N+1}^n i(a_i-a)}{n^2+n}.$$ Hence $$\left|\frac{\sum_{i=1}^n ia_i}{n^2+n}-\frac{a}{2}\right|\leq M\cdot\frac{\sum_{i=1}^N i}{n^2+n}+\epsilon\cdot\frac{\sum_{i=N+1}^n i}{n^2+n} \leq \frac{MN^2}{n^2+n}+\frac{\epsilon}{2}.$$ Can you take it from here?
Another way: use Stolz–Cesàro theorem.