Let $\{x_n\}_{n=1}^{\infty}$ be a convergent sequence in a normed space $(S, ||\cdot ||)$. Find the limit of the sequence \begin{align} \left\{\frac{x_1 + 2x_2 + \cdots + nx_n}{n^2}\right\}_{n=1}^{\infty} . \end{align}
Could you please give me some hints where to start?
You can use the Stolz–Cesàro theorem, which is a l'Hôpital's rule for sequences.
Let $a_n = \sum_{i=1}^n ix_i$, and $b_n=n^2$. We have $$\frac{a_{n+1}-a_n}{b_{n+1}-b_n} = \frac{(n+1)x_{n+1}}{2(n+1)-1} \rightarrow \frac{x}{2}, when \ \ n\rightarrow \infty$$ so $\frac{a_n}{b_n}$ converges to $\frac{x}{2}$.
Of course $\delta-\epsilon$ arguments should work here too.