A sequence is an ordered list of numbers following a pattern. A series is what you get when you add up the terms of that sequence. The difference matters — students often mix these up in board exams and lose easy marks.
When we write 1,4,9,16,25,… — that’s a sequence. When we write 1+4+9+16+25+… — that’s a series.
Chapter 9 of NCERT Class 11 is one of the highest-weightage chapters for JEE Main. Every year, at least 2–3 questions appear directly from AP, GP, or special sums. The concepts here also feed into chapters on limits, binomial theorem, and coordinate geometry — so getting this right early pays dividends.
Key Terms and Definitions
Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant. This constant is called the common differenced.
a,a+d,a+2d,a+3d,…
Geometric Progression (GP): A sequence where the ratio between consecutive terms is constant. This constant is the common ratior.
a,ar,ar2,ar3,…
Arithmetico-Geometric Progression (AGP): Each term is a product of a term from an AP and the corresponding term from a GP. These appear frequently in JEE Main.
a⋅b,(a+d)⋅br,(a+2d)⋅br2,…
Partial Sum (Sn): The sum of the first n terms of a series.
Infinite Series: When we sum infinitely many terms. Only meaningful (finite) when the series converges — for GP, this requires ∣r∣<1.
Methods and Core Concepts
Arithmetic Progression (AP)
n-th term:an=a+(n−1)d
Sum of n terms:Sn=2n[2a+(n−1)d]=2n[a+l]
where l is the last term.
The second form Sn=2n(a+l) is faster when you know both ends — use it in MCQs to save time.
Why does this formula work? Pair the first and last terms: a+l. Pair the second and second-last: (a+d)+(l−d)=a+l. Every pair gives the same sum. With n terms, we get 2n such pairs.
Finding d and checking AP: If three numbers a, b, c are in AP, then 2b=a+c. This is the condition you use in almost every AP-based JEE question.
Geometric Progression (GP)
n-th term:an=arn−1
Sum of n terms (r=1):Sn=r−1a(rn−1)=1−ra(1−rn)
Sum of n terms (r=1):Sn=na
Infinite GP (∣r∣<1):S∞=1−ra
Use 1−ra(1−rn) when ∣r∣<1 and r−1a(rn−1) when r>1 — both are equivalent but one avoids negative numerator, which is cleaner in calculation.
Three terms in GP trick: Assume them as ra,a,ar. Their product is a3, so a=3product directly. This saves enormous algebra in JEE problems.
Similarly, assume four terms in GP as r3a,ra,ar,ar3 (not a,ar,ar2,ar3). This keeps the product clean.
Arithmetico-Geometric Progression (AGP)
The general AGP looks like:
S=a⋅b+(a+d)⋅br+(a+2d)⋅br2+…
Method — Multiply and Subtract:
Write S, multiply both sides by r, subtract. The resulting series is a GP (the AP parts telescope into a simpler structure).
This technique — called the vS trick — is used in JEE problems every single year.
This simplifies — the key insight is recognizing {akak+1} forms its own GP. That’s the “see the structure” skill JEE Advanced rewards.
Exam-Specific Tips
JEE Main Weightage: Sequences and Series consistently gives 2–3 questions per paper. The split is usually: 1 AP/GP theory question, 1 special sums question, 1 AGP or telescoping sum. Total marks: 12–16 per paper. This chapter appeared in JEE Main 2024 Session 1 (Jan), Session 2 (Apr), and both sessions of 2023.
For CBSE Class 11 Boards:
Sum formulas for AP and GP are directly asked (5-mark questions).
The proof of S∞=1−ra for infinite GP is a common 3-marker — know the derivation, not just the formula.
Marking scheme gives 1 mark for setting up the correct formula, 2 marks for correct working, 2 marks for answer. If you make a calculation error but the method is right, you still get 3/5.
For JEE Main:
Use the 3-term and 4-term substitution tricks — they convert 4-step algebra problems into 2-step ones.
When a question says “sum to infinity”, immediately check if ∣r∣<1. If not, write “series diverges” — you won’t get such a question but it signals clear understanding.
For JEE Advanced:
Telescoping sums appear heavily. Practice writing Tk=f(k+1)−f(k) decomposition.
AM-GM inequality combined with AP/GP conditions is a classic Advanced trap.
Common Mistakes to Avoid
Mistake 1 — Wrong n-th term formula. Students write an=a+nd instead of a+(n−1)d. The first term corresponds to n=1, so we need (n−1) steps of d, not n. Check: for n=1, a1=a+(1−1)d=a. Correct.
Mistake 2 — Using infinite GP formula when ∣r∣≥1. If someone gives you a GP with r=2 and asks for sum to infinity, the answer is “doesn’t exist” — the series diverges. Applying the formula anyway is a conceptual error that loses you marks in JEE.
Mistake 3 — Confusing Sn and an. The n-th term of a series is an=Sn−Sn−1 for n≥2, and a1=S1. Many students forget the special case for n=1, which causes wrong answers in “find the general term given Sn” problems.
Mistake 4 — Wrong substitution for 3 terms in GP. Using a,ar,ar2 instead of ra,a,ar means you have two unknowns (a and r) instead of being able to use the product condition a3= product directly. Always use the symmetric form.
Mistake 5 — Sign errors in the vS trick for AGP. When you compute S−rS, be careful with the last term. The final term of rS is n⋅brn, not what you had in S. Write out the subtraction term by term for at least the first two problems until the pattern becomes muscle memory.
Practice Questions
Q1. If the p-th, q-th, and r-th terms of an AP are a, b, c respectively, prove that a(q−r)+b(r−p)+c(p−q)=0.
Let first term be A and common difference D.
Then a=A+(p−1)D, b=A+(q−1)D, c=A+(r−1)D.
This is the “falling factorial” pattern — the answer is always r+1n(n+1)⋯(n+r) for product of r consecutive integers starting at k. Useful shortcut for JEE.
Q7. Find the sum of the series 1+3x+6x2+10x3+… to infinity, where ∣x∣<1.
The coefficients 1,3,6,10,… are triangular numbers: Tk=2k(k+1).
Let S=∑k=1∞2k(k+1)xk−1
We know ∑xk=1−x1. Differentiating: ∑kxk−1=(1−x)21.
Differentiating again: ∑k(k−1)xk−2=(1−x)32, so ∑k(k−1)xk−1=(1−x)32x.
Note 2k(k+1)=2k(k−1)+k.
S=21⋅(1−x)32x⋅x1⋅x+(1−x)21=(1−x)31
Wait — more cleanly: this is the coefficient of xk−1 for the series (1−x)31.
S=(1−x)31
Q8. Insert 5 arithmetic means between 8 and 26.
With 5 means inserted, we have 7 terms total: 8, a1, a2, a3, a4, a5, 26.
a7=26: 8+6d=26⟹d=3.
Means: 11,14,17,20,23.
Frequently Asked Questions
What’s the difference between a sequence and a series?
A sequence is a list: 2,5,8,11,… A series is its sum: 2+5+8+11+… In board exams, marks are specifically deducted if you confuse these two. The notation Sn always refers to a series (sum), never a sequence.
Can a sequence be both AP and GP simultaneously?
Yes — a constant sequence like 3,3,3,3,… is both an AP (with d=0) and a GP (with r=1). This is the only such sequence (ignoring the trivial all-zero sequence). JEE sometimes uses this as a trick option in multiple-correct problems.
When does an infinite GP converge?
When ∣r∣<1. The formula S∞=1−ra is only valid then. If ∣r∣≥1, the series either diverges to infinity (if r≥1) or oscillates without converging (if r≤−1).
How do I identify an AGP in an exam question?
Look at the general term. If it’s of the form (linear in k) × (exponential in k), it’s an AGP. For example, Tk=(3k−1)⋅2k−1 — linear factor (3k−1) times exponential 2k−1. Apply the vS trick.
What’s the AM-GM inequality and why does it matter here?
For positive numbers: 2a+b≥ab, with equality iff a=b. This connects AP and GP directly — the arithmetic mean of two numbers is always ≥ their geometric mean. JEE Advanced uses this to set minimum/maximum problems where AP or GP conditions are constraints.
How are special sums (∑k, ∑k2, ∑k3) derived?
∑k=2n(n+1) comes from pairing terms (Gauss’s method). ∑k2 comes from the telescoping identity (k+1)3−k3=3k2+3k+1. ∑k3=(∑k)2 can be proved by induction. CBSE sometimes asks for these derivations — knowing them is non-negotiable.
In JEE, should I memorize the AGP sum formula or derive it each time?
Derive it. The vS method takes 3–4 lines and is completely reliable. Memorized formulas get garbled under exam pressure and there’s no way to verify them quickly. Practice the derivation 10 times so it becomes automatic.