I'm learning Arithmetic Progression. There's an example given in my book which I'm not able to understand from yesterday. The example is:
If the sum to $n$ terms of a sequence is given by $S_n =n^2+2n+3$, find $t_n$ and hence find $t_1$ and $t_2$.
Solution:
$S_n =(n^2+2n+3)$ and $S_{n-1} = (n-1)^2 + 2(n-1)+3 = n^2+2$.
Therefore, $t_n = (S_n - S_{n-1}) = (n^2 +2n + 3) - (n^2 + 2) = (2n+1)$.
Consequently, $t_1 = 3$ and $t_2 =5$.
I'm not getting the first line of the solution. To be honest, I'm not able to understand the question. Please help. Sorry if I asked something foolish (as I'm quite week in mathematics) and also for my bad English.
Thanks in advance!