Introduction
In a Missing Term (Formula-Based) series, each term is generated by a clear mathematical formula or rule that may use the term index (n), previous terms, or a combination of operations (powers, factorial, multiplication/addition patterns).
This pattern is important because many exam-style questions hide a compact rule (for example, Tn = n² + 1 or Tn = Tn-1 × n) and ask you to find a missing term by applying that formula.
Pattern: Missing Term (Formula-Based)
Pattern
The key idea: derive or recognise a mathematical formula that produces each term, then apply it to compute the missing value.
Formula (useful forms you may encounter):
Tn = a·n + b - linear formula (arithmetic progression).
Tn = a·r^(n-1) - geometric progression.
Tn = an² + bn + c - quadratic formula (use second differences).
Tn = Tn-1 · f(n) or Tn = Tn-1 + g(n) - recursive/formula-based rules.
When index-based, always try to write the term as a function of n (1,2,3,...).
Step-by-Step Example
Question
Find the missing term: 2, 6, 12, 20, ?, 42.
Solution
-
Step 1: Observe positions and attempt formulas
Write positions n = 1,2,3,4,5,6 beneath the terms: 2, 6, 12, 20, ?, 42. Try simple index-based formulas like n², n(n+1), n²+1, etc. -
Step 2: Test likely formula n(n+1)
Compute n(n+1) for n=1..6: 1·2=2, 2·3=6, 3·4=12, 4·5=20, 5·6=30, 6·7=42. These match the known terms. -
Step 3: Apply the formula to the missing position
For n = 5 → 5·6 = 30. -
Final Answer:
30 -
Quick Check:
Sequence via n(n+1): 2, 6, 12, 20, 30, 42 → matches given terms around the blank ✅
Quick Variations
1. Index-based polynomials: Tn = an² + bn + c - check second differences.
2. Factorial-like growth: Tn = n! or n! ± k - huge jumps; look for factorial cues.
3. Recursive formulas: Tn = Tn-1 + p(n) or × q(n) - examine relation between consecutive terms.
4. Mixed index + previous-term rules: Tn = n·Tn-1 or Tn = Tn-1 + n², etc.
Trick to Always Use
- Step 1 → Try index substitution: write term positions (1,2,3, ...) under the series.
- Step 2 → Test simple forms in order: linear (an+b), product n(n+1), squares/cubes, factorials.
- Step 3 → If differences are non-constant, compute first and second differences to spot quadratic patterns.
- Step 4 → For recursive ideas, check ratios or term/previous-term relationships.
Summary
Summary
- Try expressing terms as a function of their index (n).
- Use differences (first/second) to detect linear or quadratic rules.
- Test recursive rules when index-based formulas don't fit.
- Quick-check your answer by plugging the value back into the identified formula or checking neighbouring terms.
Example to remember: n(n+1) produces 2,6,12,20,30,... - a very common formula-based series.
