JEE Weightage: 5-7%

JEE Maths — Sequences and Series Complete Chapter Guide

Sequences Series for JEE. Chapter weightage, key formulas, solved PYQs, preparation strategy. Sequences and Series is one of those chapters where JEE rewards…

9 min read

Chapter Overview & Weightage

Sequences and Series is one of those chapters where JEE rewards systematic thinking over raw calculation. Every year, you’ll see 1-2 questions — sometimes deceptively simple, sometimes combining AP/GP with inequalities or logarithms.

Weightage in JEE Main: 5-7% (roughly 2-3 questions per paper). In JEE Advanced, this chapter often appears as part of a larger problem — combined with binomial theorem or limits. Don’t skip it.

YearJEE Main QuestionsMarksTypical Topic
202428AGP sum, telescoping
202328GP properties, sum of special series
202228AP + AM-GM inequality
2021312Method of differences, HP
202028Sum of n², AGP
201928Telescoping, infinite GP

The chapter has stayed consistently at 2 questions per paper for five years straight. That makes it a high-reliability scoring topic — you know the questions are coming.


Key Concepts You Must Know

Prioritized by how often they appear in actual JEE papers:

Tier 1 — Will definitely appear:

  • AP fundamentals: nnth term, sum formula, properties of arithmetic mean
  • GP fundamentals: nnth term, finite and infinite sum, conditions for convergence
  • AM ≥ GM inequality applied to find maximum/minimum values
  • Sum of special series: n\sum n, n2\sum n^2, n3\sum n^3 and their closed forms

Tier 2 — High probability:

  • Arithmetico-Geometric Progression (AGP): finding sum by the multiply-and-subtract trick
  • Telescoping series: recognizing when Tn=f(n)f(n1)T_n = f(n) - f(n-1) so the sum collapses
  • Method of differences: when the differences of consecutive terms form a GP or AP

Tier 3 — JEE Advanced / tricky variants:

  • Harmonic Progression: mostly tested via the relationship 1a,1b,1c\frac{1}{a}, \frac{1}{b}, \frac{1}{c} in AP
  • Infinite series that reduce to known forms after partial fractions
  • Insertion of means: inserting nn AMs or GMs between two numbers

Important Formulas

an=a+(n1)da_n = a + (n-1)d Sn=n2[2a+(n1)d]=n2(a+l)S_n = \frac{n}{2}[2a + (n-1)d] = \frac{n}{2}(a + l)

When to use the second form: When you know both the first term aa and last term ll, the (a+l)(a+l) form is much faster. Don’t waste time expanding 2a+(n1)d2a + (n-1)d when you already have ll.

an=arn1a_n = ar^{n-1} Sn=a(rn1)r1,r1S_n = \frac{a(r^n - 1)}{r - 1}, \quad r \neq 1 S=a1r,r<1S_\infty = \frac{a}{1-r}, \quad |r| < 1

When to use SS_\infty: Only valid when r<1|r| < 1. If the problem says “sum to infinity” without specifying rr, your first step should be verifying convergence.

k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2} k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} k=1nk3=[n(n+1)2]2\sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2

Pattern to remember: k3=(k)2\sum k^3 = \left(\sum k\right)^2. This identity shows up in JEE at least once every two years and students who don’t know it waste 5 minutes trying to derive it under pressure.

For S=a+(a+d)r+(a+2d)r2+S = a + (a+d)r + (a+2d)r^2 + \cdots:

Multiply by rr, subtract from original — never try to memorize a direct formula. The derivation IS the method.

S(1r)=a+dr+dr2++drn1(a+(n1)d)rnS(1-r) = a + dr + dr^2 + \cdots + dr^{n-1} - (a+(n-1)d)r^n

Then simplify using GP sum on the middle terms.

a1+a2++anna1a2ann\frac{a_1 + a_2 + \cdots + a_n}{n} \geq \sqrt[n]{a_1 \cdot a_2 \cdots a_n}

Equality holds when all aia_i are equal.

When to use: Any time a problem asks for the minimum of a sum or maximum of a product with a constraint. This is the bridge between Sequences and Inequalities.


Solved Previous Year Questions

PYQ 1 — JEE Main 2024 (January, Shift 1)

Problem: If the sum of the first nn terms of an AP is 4nn24n - n^2, find the nnth term and identify which term is the largest.

Solution:

The nnth term is Tn=SnSn1T_n = S_n - S_{n-1}.

Sn=4nn2S_n = 4n - n^2 Sn1=4(n1)(n1)2=4n4n2+2n1=n2+6n5S_{n-1} = 4(n-1) - (n-1)^2 = 4n - 4 - n^2 + 2n - 1 = -n^2 + 6n - 5 Tn=SnSn1=(4nn2)(n2+6n5)=52nT_n = S_n - S_{n-1} = (4n - n^2) - (-n^2 + 6n - 5) = 5 - 2n

So the sequence is 3,1,1,3,3, 1, -1, -3, \ldots — a decreasing AP with d=2d = -2.

For the largest term: Tn=52n>0n<2.5T_n = 5 - 2n > 0 \Rightarrow n < 2.5, so T2=1T_2 = 1 is the last positive term and T1=3T_1 = 3 is the largest.

Many students use Tn=SnT_n = S_n for n=1n = 1 and Tn=SnSn1T_n = S_n - S_{n-1} for n2n \geq 2, but then forget to verify T1T_1 separately. Here, S1=4(1)1=3=T1S_1 = 4(1) - 1 = 3 = T_1 ✓. Always verify T1T_1 this way.


PYQ 2 — JEE Main 2023 (April, Shift 2)

Problem: The sum 112+123+134++1n(n+1)\frac{1}{1 \cdot 2} + \frac{1}{2 \cdot 3} + \frac{1}{3 \cdot 4} + \cdots + \frac{1}{n(n+1)} equals what?

Solution:

This is a classic telescoping series. We split each term using partial fractions:

1k(k+1)=1k1k+1\frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1}

So the sum becomes:

(1112)+(1213)++(1n1n+1)\left(\frac{1}{1} - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \cdots + \left(\frac{1}{n} - \frac{1}{n+1}\right)

Everything cancels except the first and last terms:

Sn=11n+1=nn+1S_n = 1 - \frac{1}{n+1} = \frac{n}{n+1}

The signal for telescoping: if the general term involves a product of consecutive (or arithmetic) integers in the denominator, try partial fractions immediately. Don’t reach for the AGP formula — that’s for when the numerator has nn.


PYQ 3 — JEE Main 2021 (February, Shift 1)

Problem: Find the sum: S=1+3x+5x2+7x3+S = 1 + 3x + 5x^2 + 7x^3 + \cdots to infinity, given x<1|x| < 1.

Solution:

This is an AGP with a=1a = 1, d=2d = 2, r=xr = x. We use the multiply-and-subtract method:

S=1+3x+5x2+7x3+...(i)S = 1 + 3x + 5x^2 + 7x^3 + \cdots \quad \text{...(i)} xS=x+3x2+5x3+...(ii)xS = \quad x + 3x^2 + 5x^3 + \cdots \quad \text{...(ii)}

Subtracting (ii) from (i):

S(1x)=1+2x+2x2+2x3+S(1-x) = 1 + 2x + 2x^2 + 2x^3 + \cdots S(1x)=1+2x1xS(1-x) = 1 + \frac{2x}{1-x} S(1x)=1x+2x1x=1+x1xS(1-x) = \frac{1-x+2x}{1-x} = \frac{1+x}{1-x} S=1+x(1x)2S = \frac{1+x}{(1-x)^2}

This form — 1+x(1x)2\frac{1+x}{(1-x)^2} — appears so frequently that it’s worth recognizing on sight.


Difficulty Distribution

For JEE Main specifically:

DifficultyPercentageWhat it Looks Like
Easy40%Direct AP/GP formula, sum of n2\sum n^2
Medium45%Telescoping, AGP, inserting means
Hard15%Combined with AM-GM + optimization, or method of differences

JEE Advanced skews harder — expect “Hard” difficulty for 60% of the questions, often combining sequences with other chapters.

In JEE Main, the “Hard” 15% usually appears as a single integer type question where the AGP or method of differences gives you an ugly intermediate expression. Don’t panic — trust your algebra and go step by step.


Expert Strategy

How toppers approach this chapter:

First, recognize the pattern before picking a formula. The most common mistake is jumping to the GP formula when the series is actually AGP. Spend 20 seconds identifying: is the nnth term purely exponential? Purely polynomial? Mixed? That classification determines everything.

For sum problems, always write TnT_n explicitly. Students who write out Tn=f(n)T_n = f(n) and then sum it make far fewer errors than those who try to pattern-match to a memorized formula. The TnT_n approach works even when your memory fails.

Time allocation in the exam: This chapter’s questions are usually solvable in 2-3 minutes. If you’re spending 5+ minutes on a sequences question, you’ve likely gone down a wrong path — cut your losses, flag it, and return.

For multiple-choice questions with a sum formula result, plug in n=1n = 1 or n=2n = 2 to verify your answer against what the original series gives. A 10-second sanity check catches 80% of algebraic errors.

Weightage-based prioritization: If you have limited prep time, master AP, GP, and the three special series first — these alone cover 70% of the marks this chapter contributes. Tackle AGP and telescoping next. Save HP and method of differences for when everything else is solid.


Common Traps

Trap 1: Confusing SnS_n formula for AP and GP. The AP formula has nn as a factor outside: Sn=n2[]S_n = \frac{n}{2}[\cdots]. The GP formula has rnr^n inside. Under exam pressure, students write Sn=n2(rn1)/(r1)S_n = \frac{n}{2}(r^n - 1)/(r-1) — a nonsensical hybrid. Write both formulas on your rough sheet at the start of the paper.

Trap 2: Using S=a1rS_\infty = \frac{a}{1-r} without checking r<1|r| < 1. If r=2r = 2 and you use this formula, you get a finite answer for a divergent series. JEE setters specifically design options that include the “wrong rr” answer to catch this slip.

Trap 3: Method of differences applied to the wrong series. Method of differences works when the differences T2T1T_2 - T_1, T3T2T_3 - T_2, etc. form a recognizable series (AP or GP). If the second differences form an AP, you need to apply method of differences twice. Students apply it once, get a messy expression, and conclude they made an error — when they just needed one more step.

Trap 4: AM-GM equality condition ignored. When a problem says “minimum value of x+1xx + \frac{1}{x}”, AM-GM gives 2\geq 2, with equality at x=1x = 1. But if the domain is x<0x < 0, equality is never achieved and you need a different approach. Always check whether the equality condition is actually attainable.

Trap 5: Forgetting that k=1nk3=(k=1nk)2\sum_{k=1}^{n} k^3 = \left(\sum_{k=1}^{n} k\right)^2 only works for the sum starting at k=1k = 1. If a problem asks for k=3nk3\sum_{k=3}^{n} k^3, you can’t just square k=3nk\sum_{k=3}^{n} k. Compute 1n12\sum_1^n - \sum_1^2 separately for each formula.