Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Sequence and Series (AP, GP, HP, AM, GM, Special Series, Vₙ Method) – IIT JEE Guide
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-sequence-and-series-ap-gp-hp-am-gm-special-series-v%E2%82%99-method-iit-jee-guide

How to Solve: Sequence and Series (AP, GP, HP, AM, GM, Special Series, Vₙ Method) – IIT JEE Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Sequence and Series (AP, GP, HP, AM, GM, Special Series, Vₙ Method) – IIT JEE Guide

Introduction

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.


What You Need To Know First

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.


Key Vocabulary

Term Plain-English Definition Quick Example
Sequence A list of numbers following a rule. 2, 4, 6, 8… (even numbers)
Series Sum of terms in a sequence. 2 + 4 + 6 + 8 + …
AP (Arithmetic Progression) Sequence where each term increases by a fixed amount (common difference). 3, 7, 11, 15… (d = 4)
GP (Geometric Progression) Sequence where each term is multiplied by a fixed ratio. 2, 6, 18, 54… (r = 3)
HP (Harmonic Progression) Sequence where reciprocals form an AP. 1, 1/2, 1/3, 1/4… (reciprocals: 1, 2, 3, 4…)
Vₙ Method Technique to find the nth term or sum of a series by assuming a general form. Used for non-AP/GP series like 1, 3, 6, 10…

Formulas To Know

1. Arithmetic Progression (AP)

  • nth term (aₙ): aₙ = a₁ + (n-1)d
  • a₁ = first term, d = common difference, n = term number. Memorise This.

  • Sum of first n terms (Sₙ): Sₙ = n/2 [2a₁ + (n-1)d] OR Sₙ = n/2 (a₁ + aₙ) Memorise This.

  • Arithmetic Mean (AM) of two numbers a and b: AM = (a + b)/2 Memorise This.

2. Geometric Progression (GP)

  • nth term (aₙ): aₙ = a₁ r^(n-1)
  • a₁ = first term, r = common ratio. Memorise This.

  • Sum of first n terms (Sₙ): Sₙ = a₁ (1 - rⁿ) / (1 - r) (if r ≠ 1) Memorise This.

  • Sum of infinite GP (|r| < 1): S∞ = a₁ / (1 - r) Memorise This.

  • Geometric Mean (GM) of two numbers a and b: GM = √(ab) Memorise This.

3. Harmonic Progression (HP)

  • nth term (aₙ): If 1/a₁, 1/a₂, 1/a₃… is an AP, then aₙ = 1 / [1/a₁ + (n-1)d] Memorise This.

  • Harmonic Mean (HM) of two numbers a and b: HM = 2ab / (a + b) Memorise This.

4. Special Series

  • Sum of first n natural numbers: S = n(n+1)/2 Memorise This.

  • Sum of squares of first n natural numbers: S = n(n+1)(2n+1)/6 Memorise This.

  • Sum of cubes of first n natural numbers: S = [n(n+1)/2]² Memorise This.

5. Vₙ Method (For Non-AP/GP Series)

  • General approach: Assume Vₙ = aₙ + b (linear) or Vₙ = aₙ² + bₙ + c (quadratic) and solve for constants. Given on exam sheet (but understand how to use it).

Step-by-Step Method

How to Solve Any Sequence/Series Problem (IIT JEE Style)

  1. Identify the type of sequence:
  2. Check if it’s AP (constant difference), GP (constant ratio), or HP (reciprocals form AP).
  3. If none, look for special series (sum of squares/cubes) or use Vₙ method.

  4. Write down known formulas:

  5. For AP/GP/HP, recall the nth term and sum formulas.
  6. For special series, recall the standard sums.

  7. Extract given information:

  8. Note down a₁, d, r, n, or any other given values.

  9. Set up the equation:

  10. Plug known values into the formula.
  11. If the problem is disguised (e.g., "sum of first 20 odd numbers"), rewrite it in standard form.

  12. Solve for the unknown:

  13. Use algebra to isolate the variable.
  14. For Vₙ method, assume a form and solve for constants.

  15. Verify the answer:

  16. Check if the answer makes sense (e.g., sum of positive terms should be positive).
  17. For infinite series, ensure convergence (|r| < 1 for GP).

Worked Example (Using the Steps)

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.

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

Step 4: Plug into the formula. - 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


Worked Examples

Example 1 – Basic (AP Sum)

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

Answer: 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.


Example 2 – Medium (GP with Missing Info)

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² = 21a₁(1 + r + r²) = 21 …(1) 3. Next 3 terms: a₁r³ + a₁r⁴ + a₁r⁵ = 168a₁r³(1 + r + r²) = 168 …(2) 4. Divide (2) by (1):
[a₁r³(1 + r + r²)] / [a₁(1 + r + r²)] = 168/21
r³ = 8r = 2 5. Substitute r=2 into (1):
a₁(1 + 2 + 4) = 21a₁ 7 = 21a₁ = 3

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 .


Example 3 – Exam-Style (Disguised Series)

Problem: Find the sum of the series: 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

Answer: 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.


Common Mistakes

Mistake Why it Happens Correct Approach
Using AP formula for GP Confusing constant difference (AP) with constant ratio (GP). Always check: AP → difference, GP → ratio.
Forgetting convergence for infinite GP Summing infinite GP without checking |r| < 1. Always verify |r| < 1 before using S∞ = a₁/(1-r).
Misapplying Vₙ method Assuming Vₙ is always linear. For quadratic sequences (e.g., 1, 4, 9…), assume Vₙ = an² + bn + c.
Incorrectly calculating nth term Using aₙ = a₁ + nd instead of aₙ = a₁ + (n-1)d. Remember: n-1 because the first term is a₁.
Mixing up AM, GM, HM Using AM formula for GM or vice versa. AM = average, GM = geometric mean, HM = harmonic mean. Write them down before solving.

Exam Traps

Trap How to Spot it How to Avoid it
Disguised AP/GP Problem gives a series that doesn’t look like AP/GP (e.g., 2, 5, 10, 17…). Check differences/ratios of differences. If second differences are constant, it’s quadratic (use Vₙ).
Infinite series without convergence check Problem asks for sum of infinite series without specifying |r| < 1. Always check if the series converges before using S∞.
Hidden HP Problem gives a sequence like 1/2, 1/5, 1/8… (reciprocals form AP). Take reciprocals and check if it’s an AP.

1-Minute Recap

Listen up—this is your last-minute cheat sheet for sequences and series.

  1. AP: Constant difference (d). nth term = a₁ + (n-1)d. Sum = n/2 (2a₁ + (n-1)d).
  2. GP: Constant ratio (r). nth term = a₁ r^(n-1). Sum = a₁(1 - rⁿ)/(1 - r). Infinite sum = a₁/(1 - r) (only if |r| < 1).
  3. HP: Reciprocals form AP. nth term = 1 / [1/a₁ + (n-1)d].
  4. Special series: Sum of first n numbers = n(n+1)/2. Sum of squares = n(n+1)(2n+1)/6. Sum of cubes = [n(n+1)/2]².
  5. Vₙ method: For non-AP/GP, assume Vₙ = an + b (linear) or an² + bn + c (quadratic) and solve for constants.
  6. AM, GM, HM: AM = (a + b)/2, GM = √(ab), HM = 2ab/(a + b). Remember: AM ≥ GM ≥ HM for positive numbers.

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. ?


⚡ Recently practiced quizzes in this class

ADVERTISEMENT