If the sum of the first n terms of an AP is (4n− n2), what is the first term (that is S1)? What is the sum of first two terms? What is the second term? Similarly, find the 3rd, the 10th and the nth terms.
It is given that the sum of n terms of an AP is equal to (4n− n2).
It means Sn=4n− n2
Let’s calculate S1 and S2 using Sn=4n− n2.
S1=4(1) − (1)2=4−1=3
S2=4(2) − (2)2=8−4=4
First term =a=S1=3 (1)
Let’s find common difference now.
We can write any AP in the form of general terms like a, a +d, a + 2d...
We have calculated that sum of first two terms is equal to 4 i.e. S2=4
Therefore, we can say that a+ (a+ d) =4
Putting value of a from equation (1), we get
2a+d=4
⇒2 (3) +d=4
⇒6+d=4
⇒d=−2
Using formula an=a+ (n−1) d, to find nth term of AP, we can say that
Second term of AP = a2 = a+ (2−1) d =3+ (2−1) (−2) =3−2 =1
Third term of AP = a3 = a+ (3−1) d =3+ 2 (−2) =3−4=−1
Tenth term of AP = a10 = a+ (10−1) d=a+ 9d =3+9 (−2) =3−18=−15
nth term of AP = an = a+ (n−1) d
=3+ (n−1) (−2)
=3−2n+2
=5−2n