Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Sequence and Series (AP, GP, HP)
Source: https://www.fatskills.com/math-for-competitive-exams/chapter/how-to-solve-sequence-and-series-ap-gp-hp

How to Solve: Sequence and Series (AP, GP, HP)

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

⏱️ ~5 min read

How to Solve: Sequence and Series (AP, GP, HP)

(For SSC, Bank, Railway Exams – 1200+ Words)


Introduction

"Mastering Arithmetic, Geometric, and Harmonic Progressions can add 5–10 marks to your SSC/Bank/Railway exam—enough to push you from ‘just passing’ to ‘top rank.’ These questions appear in every paper, and if you follow this exact method, you’ll solve them in under 60 seconds."


What You Need To Know First

  1. Basic algebra – Solving linear equations (e.g., 2x + 3 = 7).
  2. Mean concepts – Arithmetic mean (AM), Geometric mean (GM), Harmonic mean (HM).
  3. Summation notation – What Σ (sigma) means (e.g., Σaₙ = sum of terms).

Key Vocabulary

Term Plain-English Definition Quick Example
Sequence A list of numbers following a rule. 2, 4, 6, 8 (rule: +2 each time)
Series Sum of terms in a sequence. 2 + 4 + 6 + 8 = 20
AP (Arithmetic Progression) Sequence where each term increases by a fixed number (common difference). 3, 7, 11, 15 (d = 4)
GP (Geometric Progression) Sequence where each term is multiplied by a fixed number (common 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 → AP)
nth term The term at position n in the sequence. In AP 5, 8, 11… nth term = 5 + (n-1)3

Formulas To Know

1. Arithmetic Progression (AP)

Formula Variables Memorise?
nth term: aₙ = a + (n-1)d a = first term, d = common difference, n = term number MEMORISE THIS
Sum of first n terms: Sₙ = n/2 [2a + (n-1)d] Sₙ = sum of first n terms MEMORISE THIS
Sum of first n terms (alternate): Sₙ = n/2 (a + l) l = last term MEMORISE THIS
Arithmetic Mean (AM): AM = (a + b)/2 a, b = two numbers MEMORISE THIS

2. Geometric Progression (GP)

Formula Variables Memorise?
nth term: aₙ = a × r^(n-1) a = first term, r = common ratio MEMORISE THIS
Sum of first n terms: Sₙ = a(1 - rⁿ)/(1 - r) (if r < 1) Sₙ = sum of first n terms MEMORISE THIS
Sum of infinite GP: S∞ = a/(1 - r) (only if r < 1)
Geometric Mean (GM): GM = √(ab) a, b = two numbers MEMORISE THIS

3. Harmonic Progression (HP)

Formula Variables Memorise?
HP is AP of reciprocals If a, b, c are in HP, then 1/a, 1/b, 1/c are in AP MEMORISE THIS
Harmonic Mean (HM): HM = 2ab/(a + b) a, b = two numbers MEMORISE THIS
Relation between AM, GM, HM: AM ≥ GM ≥ HM For positive numbers MEMORISE THIS

Step-by-Step Method

Step 1: Identify the Type of Sequence

  • AP Check: Difference between terms is constant (d). Example: 5, 9, 13, 17 → d = 4.
  • GP Check: Ratio between terms is constant (r). Example: 3, 6, 12, 24 → r = 2.
  • HP Check: Reciprocals form an AP. Example: 1, 1/2, 1/3, 1/4 → Reciprocals: 1, 2, 3, 4 (AP).

Step 2: Write Down Known Values

  • For AP: a (first term), d (common difference), n (term number).
  • For GP: a (first term), r (common ratio), n (term number).
  • For HP: Convert to AP first (take reciprocals).

Step 3: Choose the Right Formula

  • Need the nth term? → Use aₙ formula.
  • Need the sum of terms? → Use Sₙ formula.
  • Need mean? → Use AM/GM/HM formula.

Step 4: Plug in Values and Solve

  • Substitute known values into the formula.
  • Solve for the unknown (e.g., n, a, d, r).

Step 5: Verify the Answer

  • Check if the answer makes sense (e.g., n must be a positive integer).
  • For GP, ensure r is consistent.

Worked Examples

Example 1 – Basic AP

Question: Find the 10th term of the AP: 2, 5, 8, 11, …

Solution: 1. Identify type: AP (difference = +3). 2. Known values: a = 2, d = 3, n = 10. 3. Formula: aₙ = a + (n-1)d. 4. Plug in: a₁₀ = 2 + (10-1)×3 = 2 + 27 = 29. 5. Verify: 10th term should be 29 (count terms to confirm).

What we did and why: - We used the nth term formula for AP because we needed a specific term. - n-1 is used because the first term is already a.


Example 2 – Medium GP

Question: Find the sum of the first 6 terms of the GP: 3, 6, 12, 24, …

Solution: 1. Identify type: GP (ratio = ×2). 2. Known values: a = 3, r = 2, n = 6. 3. Formula: Sₙ = a(1 - rⁿ)/(1 - r) (since r > 1). 4. Plug in: S₆ = 3(1 - 2⁶)/(1 - 2) = 3(1 - 64)/(-1) = 3(-63)/(-1) = 189. 5. Verify: Sum of 3 + 6 + 12 + 24 + 48 + 96 = 189.

What we did and why: - We used the sum formula for GP because r > 1. - The denominator (1 - r) becomes negative, so signs cancel out.


Example 3 – Exam-Style HP

Question: If 1/a, 1/b, 1/c are in AP, and a, b, c are in HP, find b if a = 2 and c = 6.

Solution: 1. Identify type: HP → reciprocals form AP. 2. Convert to AP: 1/a, 1/b, 1/c are in AP. 3. AP property: 2/b = 1/a + 1/c (middle term = average of neighbors). 4. Plug in: 2/b = 1/2 + 1/6 = (3 + 1)/6 = 4/6 = 2/3. 5. Solve for b: 2/b = 2/3 → b = 3. 6. Verify: Check if 1/2, 1/3, 1/6 are in AP (difference = -1/6).

What we did and why: - We used the AP mean property because HP’s reciprocals form an AP. - The key was recognizing that 2/b is the average of 1/a and 1/c.


Common Mistakes

Mistake Why It Happens Correct Approach
Using AP formula for GP Confusing d (difference) with r (ratio). Always check if terms are added (AP) or multiplied (GP).
Forgetting n-1 in nth term Counting the first term as n=0 instead of n=1. Remember: a₁ = a + (1-1)d = a.
Mixing up sum formulas Using Sₙ = n/2 (a + l) for GP. Sₙ = n/2 (a + l) is only for AP. GP has its own formula.
Ignoring r < 1 for infinite GP Using S∞ = a/(1 - r) when r > 1. Infinite GP sum only exists if
Misapplying HP Trying to find nth term directly in HP. Always convert HP to AP first (take reciprocals).

Exam Traps

Trap How to Spot It How to Avoid It
Disguised sequences Terms are given as expressions (e.g., 2n + 1). Recognize patterns: 2n + 1 is AP with a=3, d=2.
Negative common ratio GP terms alternate signs (e.g., 4, -8, 16, -32). r is negative, but formulas still apply.
Non-integer terms HP questions with fractions (e.g., 1/2, 1/3, 1/4). Convert to AP first: 2, 3, 4d=1.

1-Minute Recap

"Listen up—this is your last-minute cheat sheet for AP, GP, and HP. First, identify the sequence: AP if terms add a fixed number, GP if they multiply, HP if reciprocals form an AP. For AP, memorize the nth term (a + (n-1)d) and sum (n/2 [2a + (n-1)d]). For GP, nth term is (a × r^(n-1)), sum is (a(1 - rⁿ)/(1 - r)). HP? Flip it to AP first. Always write down known values before plugging into formulas. Watch out for traps: negative ratios, disguised sequences, and non-integer terms. If you see fractions, think HP. Now go crush those 5–10 marks!




ADVERTISEMENT