Question
The sum of the first n terms of an AP is given by Sn=3n2+5n. Find the nth term of the AP.
Solution — Step by Step
The nth term of any sequence equals the sum of n terms minus the sum of (n−1) terms. This works because Sn already includes an, so subtracting Sn−1 isolates it.
an=Sn−Sn−1
We have Sn=3n2+5n. Replace every n with (n−1) to get Sn−1:
Sn−1=3(n−1)2+5(n−1)
Expand carefully:
Sn−1=3(n2−2n+1)+5n−5=3n2−6n+3+5n−5=3n2−n−2
an=Sn−Sn−1=(3n2+5n)−(3n2−n−2)
an=3n2+5n−3n2+n+2=6n+2
The nth term is an=6n+2.
For n=1: a1=6(1)+2=8. Also S1=3(1)2+5(1)=8. They match — a1 must equal S1.
For n=2: a2=6(2)+2=14. And S2=3(4)+10=22, so a1+a2=8+14=22. Verified.
Why This Works
Every time Sn is given as a formula, the formula encodes the entire sequence. When we peel off Sn−1 from Sn, we’re literally removing the first (n−1) terms, leaving only an.
Notice that an=6n+2 is a linear function of n — that’s always the case when Sn is quadratic. A quadratic Sn generates a linear an, which is exactly what an AP should look like (constant common difference).
We can double-check the common difference: d=a2−a1=14−8=6. Alternatively, the coefficient of n in an=6n+2 directly gives d=6. That’s a quick sanity check worth remembering.
Alternative Method
Once you suspect the AP structure, find a1 and d directly from Sn.
For any AP, there’s a standard result: Sn=2n[2a+(n−1)d]. Expanding this gives Sn=nd+n⋅22a−d… which gets messy. The cleaner shortcut:
For Sn=An2+Bn, the first term is a1=A+B and the common difference is d=2A. Here, A=3, B=5, so a1=8 and d=6. General term: an=8+(n−1)×6=6n+2. Same answer, faster in MCQ settings.
Common Mistake
Students often use the formula an=Sn−Sn−1 but forget the exception: this formula does NOT apply for n=1. You must compute a1=S1 separately. If the question asks for the first term, plug n=1 into Sn directly — don’t use the subtraction formula, because S0=0 holds here but conceptually you’re subtracting “zero terms” which can give wrong results if Sn has a constant term.
In this problem Sn=3n2+5n has no constant, so the formula works cleanly for all n≥1. But in problems where Sn=3n2+5n+2, plugging n=1 into an=6n+2 gives a1=8, while S1=10 — a contradiction. That sequence isn’t even an AP! Always verify a1=S1.