By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Mastering sequences and series unlocks 10-15% of your IIT JEE score—that’s 15-20 marks in JEE Main and 20-30 marks in JEE Advanced. Whether it’s finding the sum of a tricky series, spotting a hidden GP, or using the Vₙ method to crack recurrence relations, this topic appears in every single JEE paper. Miss it, and you’re leaving easy marks on the table.
Before diving in, ensure you’re rock-solid on: 1. Basic algebra (quadratic equations, factorization, logarithms). 2. Summation notation (Σ) – how to write and expand sums. 3. Functions and limits (for infinite series).
If any of these feel shaky, pause and review them first.
aₙ = a₁ + (n-1)d
a₁ = first term, d = common difference, n = term number. Memorise This.
a₁
d
n
Sum of first n terms (Sₙ): Sₙ = n/2 [2a₁ + (n-1)d] OR Sₙ = n/2 (a₁ + aₙ) Memorise This.
Sₙ = n/2 [2a₁ + (n-1)d]
Sₙ = n/2 (a₁ + aₙ)
Arithmetic Mean (AM) of two numbers a and b: AM = (a + b)/2 Memorise This.
AM = (a + b)/2
aₙ = a₁ r^(n-1)
a₁ = first term, r = common ratio. Memorise This.
r
Sum of first n terms (Sₙ): Sₙ = a₁ (1 - rⁿ) / (1 - r) (if r ≠ 1) Memorise This.
Sₙ = a₁ (1 - rⁿ) / (1 - r)
r ≠ 1
Sum of infinite GP (|r| < 1): S∞ = a₁ / (1 - r) Memorise This.
S∞ = a₁ / (1 - r)
Geometric Mean (GM) of two numbers a and b: GM = √(ab) Memorise This.
GM = √(ab)
nth term (aₙ): If 1/a₁, 1/a₂, 1/a₃… is an AP, then aₙ = 1 / [1/a₁ + (n-1)d] Memorise This.
1/a₁, 1/a₂, 1/a₃…
aₙ = 1 / [1/a₁ + (n-1)d]
Harmonic Mean (HM) of two numbers a and b: HM = 2ab / (a + b) Memorise This.
HM = 2ab / (a + b)
Sum of first n natural numbers: S = n(n+1)/2 Memorise This.
S = n(n+1)/2
Sum of squares of first n natural numbers: S = n(n+1)(2n+1)/6 Memorise This.
S = n(n+1)(2n+1)/6
Sum of cubes of first n natural numbers: S = [n(n+1)/2]² Memorise This.
S = [n(n+1)/2]²
Vₙ = aₙ + b
Vₙ = aₙ² + bₙ + c
If none, look for special series (sum of squares/cubes) or use Vₙ method.
Write down known formulas:
For special series, recall the standard sums.
Extract given information:
Note down a₁, d, r, n, or any other given values.
Set up the equation:
If the problem is disguised (e.g., "sum of first 20 odd numbers"), rewrite it in standard form.
Solve for the unknown:
For Vₙ method, assume a form and solve for constants.
Verify the answer:
|r| < 1
Problem: Find the sum of the first 10 terms of the series: 3, 7, 11, 15…
Step 1: Identify the type. - Differences: 7-3=4, 11-7=4, 15-11=4 → AP with d=4.
d=4
Step 2: Write the formula. - Sum of first n terms of AP: Sₙ = n/2 [2a₁ + (n-1)d]
Step 3: Extract given info. - a₁ = 3, d = 4, n = 10
a₁ = 3
d = 4
n = 10
Step 4: Plug into the formula. - S₁₀ = 10/2 [23 + (10-1)4] - S₁₀ = 5 [6 + 36] - S₁₀ = 5 42 = 210
S₁₀ = 10/2 [23 + (10-1)4]
S₁₀ = 5 [6 + 36]
S₁₀ = 5 42 = 210
Step 5: Verify. - First term = 3, last term = 3 + (10-1)4 = 39. - Sum = 10/2 (3 + 39) = 5 42 = 210. ✔️
Answer: 210
210
Problem: Find the sum of the first 15 terms of an AP where the first term is 5 and the common difference is 3.
Solution: 1. Identify: AP with a₁ = 5, d = 3, n = 15. 2. Formula: Sₙ = n/2 [2a₁ + (n-1)d] 3. Plug in: S₁₅ = 15/2 [25 + (15-1)3] = 15/2 [10 + 42] = 15/2 52 = 15 26 = 390
a₁ = 5
d = 3
n = 15
S₁₅ = 15/2 [25 + (15-1)3]
= 15/2 [10 + 42]
= 15/2 52 = 15 26 = 390
Answer: 390
390
What we did and why: We used the AP sum formula directly because the problem gave all required values (a₁, d, n). No tricks—just plug and solve.
Problem: The sum of the first 3 terms of a GP is 21, and the sum of the next 3 terms is 168. Find the first term and common ratio.
Solution: 1. Identify: GP with a₁, r. 2. First 3 terms: a₁ + a₁r + a₁r² = 21 → a₁(1 + r + r²) = 21 …(1) 3. Next 3 terms: a₁r³ + a₁r⁴ + a₁r⁵ = 168 → a₁r³(1 + r + r²) = 168 …(2) 4. Divide (2) by (1): [a₁r³(1 + r + r²)] / [a₁(1 + r + r²)] = 168/21 r³ = 8 → r = 2 5. Substitute r=2 into (1): a₁(1 + 2 + 4) = 21 → a₁ 7 = 21 → a₁ = 3
a₁ + a₁r + a₁r² = 21
a₁(1 + r + r²) = 21
a₁r³ + a₁r⁴ + a₁r⁵ = 168
a₁r³(1 + r + r²) = 168
[a₁r³(1 + r + r²)] / [a₁(1 + r + r²)] = 168/21
r³ = 8
r = 2
a₁(1 + 2 + 4) = 21
a₁ 7 = 21
Answer: a₁ = 3, r = 2
What we did and why: The problem didn’t give a₁ or r directly, so we set up two equations and solved them simultaneously. The key was recognizing that the "next 3 terms" form another GP with ratio r³.
r³
Problem: Find the sum of the series: 1 + (1 + 2) + (1 + 2 + 3) + … + (1 + 2 + … + n)
1 + (1 + 2) + (1 + 2 + 3) + … + (1 + 2 + … + n)
Solution: 1. Identify: Each term is the sum of first k natural numbers, where k goes from 1 to n. 2. Rewrite each term: 1 = 1 1 + 2 = 3 1 + 2 + 3 = 6 … 1 + 2 + … + n = n(n+1)/2 3. Sum of the series: S = Σ [k(k+1)/2] from k=1 to n = 1/2 [Σk² + Σk] 4. Use standard sums: Σk = n(n+1)/2 Σk² = n(n+1)(2n+1)/6 5. Plug in: S = 1/2 [n(n+1)(2n+1)/6 + n(n+1)/2] = 1/2 n(n+1) [ (2n+1)/6 + 1/2 ] = 1/2 n(n+1) [ (2n+1 + 3)/6 ] = 1/2 n(n+1) (2n+4)/6 = n(n+1)(n+2)/6
k
1 = 1
1 + 2 = 3
1 + 2 + 3 = 6
…
1 + 2 + … + n = n(n+1)/2
S = Σ [k(k+1)/2]
k=1
= 1/2 [Σk² + Σk]
Σk = n(n+1)/2
Σk² = n(n+1)(2n+1)/6
S = 1/2 [n(n+1)(2n+1)/6 + n(n+1)/2]
= 1/2 n(n+1) [ (2n+1)/6 + 1/2 ]
= 1/2 n(n+1) [ (2n+1 + 3)/6 ]
= 1/2 n(n+1) (2n+4)/6
= n(n+1)(n+2)/6
Answer: n(n+1)(n+2)/6
n(n+1)(n+2)/6
What we did and why: The series was disguised as nested sums. We rewrote each term using the sum of first k natural numbers, then used standard summation formulas. The key was recognizing the pattern and breaking it down.
S∞ = a₁/(1-r)
Vₙ
Vₙ = an² + bn + c
aₙ = a₁ + nd
n-1
2, 5, 10, 17…
S∞
1/2, 1/5, 1/8…
Listen up—this is your last-minute cheat sheet for sequences and series.
a₁ + (n-1)d
n/2 (2a₁ + (n-1)d)
a₁ r^(n-1)
a₁(1 - rⁿ)/(1 - r)
a₁/(1 - r)
1 / [1/a₁ + (n-1)d]
n(n+1)/2
n(n+1)(2n+1)/6
[n(n+1)/2]²
Vₙ = an + b
an² + bn + c
(a + b)/2
√(ab)
2ab/(a + b)
Pro tip: If a problem looks complicated, rewrite it. Break it into smaller parts, identify the pattern, and apply the right formula. And always verify—does your answer make sense?
You’ve got this. Now go ace that exam. ?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.