Question: $S_n=\frac {n-1}{n+1}$; Find $\sum_1^\infty a_i $
My answer: $a_n=S_n -S_{n-1}=\frac{2}{n^2+n}=\frac{2}{n}-\frac{2}{n+1}$
$\sum_1^\infty a_i=(\frac{2}{1}-\frac{2}{2})+(\frac{2}{2}-\frac{2}{3})+(\frac{2}{3}-\frac{2}{4})+......(\frac{2}{n}-\frac{2}{n+1}) = 2-\frac{2}{n+1}=2$
Am I correct in computing $a_n$ first and then finding $\sum_1^\infty a_i$? Or should I have done $\lim\limits_{n \to \infty}S_n =\lim\limits_{n \to \infty}\frac{n-1}{n+1}=1.$ Which is the correct method of evaluating this?
It's fine, except that you have a mistake in the calculation. Indeed the equation for $a_n$ isn't valid for $a_1$. You should have $a_1 = S_1 = 0$ and so the sequence starts from $a_2$, not $a_1$. In this way both results will coincide
Anyway what you do in the first step is finding $a_i$ explicitly and afterwards you use them to get $S_n$. Indeed there's no need for it and you can just use the fact that $\sum_1^{\infty} a_i = \lim_{n \to \infty} S_n$