If the sum of first n terms of an AP is 4n-n2 what is the first (remember the first term is s1)? What is the sum of first two terms? What is the second term? Similarly, find the 3rd,and the 10th and the nth terms.
The sum of first n terms is given by 4n –n2
So the first term is
a1 = 4(1) – 12 = 3
the sum of first two term S2 = 4(2) – 22 = 4
The difference between S2 & S1 gives us 2nd term
a2 = S2 - S1 = 4-3 = 1
the sum of first 3 term S3 = 4(3) – 32 = 3
The difference between S2 & S3 gives us 3rd term
a3 = S3 – S2 = 3-4 = -1
From this we can find common difference = a2 – a1 = 1-3 = -2
So the 10th term is = a + (10-1)d
= 3 + 9×(-2) = -15
nth term is = a + (n-1)d
= 3 + (n-1)×(-2) = 5 -2n