If $S_n$ represents the sum of first $n$ terms of an A.P. defined as, $$S_n=\frac{n^2+1}{n+1}$$
I need to calculate $7$th term of the A.P. i.e. $A_7$.
So I found $S_{n-1}$ and subtracted it from $S_n$ and then plugged in $7$, I was incorrect.
My formula was $\frac{n-n^2}{n^2+n}$ from $\frac{n^2+1}{n+1}-\frac{n^2}{n}$
What exactly did I end up calculating? I know the way which I'm supposed to answer the question, I thought that what I did should have given the same answer though.
Also what symbol should I use for subscript here? Thankyou.
That's just bad algebra! With $S_n= \frac{n^2+ 1}{n+ 1}$, $S_{n-1}= \frac{(n-1)^2+ 1}{(n-1)+ 1}= \frac{n^2- 2n+ 2}{n}$ NOT "$\frac{n^2}{n}$.