Question
The sum of the first n terms of an AP is Sn=3n2+5n. Find the n-th term and the common difference.
Solution — Step by Step
Sn=3n2+5n.
Sn−1=3(n−1)2+5(n−1)=3(n2−2n+1)+5n−5=3n2−6n+3+5n−5=3n2−n−2.
Tn=Sn−Sn−1=(3n2+5n)−(3n2−n−2)=6n+2.
Tn+1−Tn=6(n+1)+2−(6n+2)=6. So d=6.
T1=8, T2=14, T3=20. Differences: 6,6. Confirms d=6.
S1=8=T1. S2=22=8+14. Confirms Sn formula.
Final answer: Tn=6n+2, d=6.
Why This Works
For any sequence (not just AP), Tn=Sn−Sn−1 for n≥2, and T1=S1. This identity recovers individual terms from cumulative sums.
For an AP, Tn is linear in n (form a+(n−1)d), so any sequence whose Tn is linear in n is automatically an AP. Here Tn=6n+2 is linear, common difference 6.
Alternative Method
For an AP, Sn=2n[2a+(n−1)d]=2dn2+(a−d/2)n. Comparing with Sn=3n2+5n: d/2=3⇒d=6, and a−d/2=5⇒a=8. Then Tn=a+(n−1)d=8+6(n−1)=6n+2.
If Sn is a quadratic in n, the sequence is an AP. The coefficient of n2 is d/2. Memorise this — it lets you read off the common difference instantly.
Common Mistake
Computing T1 from the formula Tn=Sn−Sn−1 which uses S0 — undefined. Always handle T1=S1 separately and apply the difference formula only for n≥2. Lucky for us, T1 from the linear formula gives the same answer here, but that’s not guaranteed in general.
Sign errors in Sn−1. Carefully expand (n−1)2=n2−2n+1. A single missed sign throws off the whole calculation.