Introduction
In a Difference or Double Difference Series, the difference between consecutive terms follows a pattern instead of the terms themselves forming a direct arithmetic or geometric progression. When the first-level differences are not constant, we check the second-level differences (also known as double differences) to uncover the pattern.
These series often appear in reasoning aptitude tests to evaluate a candidate’s ability to recognize underlying numerical patterns beyond simple addition or multiplication.
Pattern: Difference or Double Difference Series
Pattern
The main idea: if the difference between consecutive numbers keeps changing, find the difference of those differences (called the double difference).
In simple words, check how much each term increases or decreases. If that increase is not steady, look at how the increase itself changes - that’s your second difference.
Formulas (easy way):
1st Difference (D₁) = T₂ - T₁ → difference between two consecutive terms.
2nd Difference (D₂) = next D₁ - previous D₁ → difference between two consecutive first differences.
If all D₂ values are the same, the series follows a quadratic (square number) pattern.
Example pattern rule: Tₙ = a × n² + b × n + c
(used when the second difference is constant).
Step-by-Step Example
Question
Find the next term in the series: 2, 5, 10, 17, 26, ?
Solution
Step 1: Find first differences
5 - 2 = 3, 10 - 5 = 5, 17 - 10 = 7, 26 - 17 = 9 → differences = 3, 5, 7, 9.Step 2: Check second differences
5 - 3 = 2, 7 - 5 = 2, 9 - 7 = 2 → second difference is constant (+2).Step 3: Apply the rule
Next first difference = 9 + 2 = 11 → Next term = 26 + 11 = 37.Final Answer:
37Quick Check:
1st diff: 3, 5, 7, 9, 11 → consistent +2 pattern ✅
Quick Variations
1. Constant first difference → Arithmetic Progression.
2. Constant second difference → Quadratic (Double Difference) Series.
3. Variable difference following arithmetic pattern → Higher order series.
4. Sometimes alternate patterns appear between even and odd positions.
Trick to Always Use
- Step 1 → Compute the first difference of consecutive terms.
- Step 2 → If not constant, compute the second (double) difference.
- Step 3 → Add the next difference to the last term to find the next number.
- Step 4 → For perfect quadratic sequences, check if n² fits the pattern.
Summary
Summary
- When first difference is not constant, test second difference (D₂).
- If D₂ is constant, series follows a quadratic relation.
- Next term = last term + next first difference.
- Check both odd and even term patterns in case of alternating differences.
Example to remember:
3, 6, 11, 18, 27 → next = 38 (+3, +5, +7, +9, +11)
