Introduction
एक Missing Term (Formula-Based) श्रृंखला में, हर पद एक स्पष्ट गणितीय formula या नियम से बनाया जाता है जो term index (n), पिछले पदों या ऑपरेशनों के संयोजन (powers, factorial, multiplication/addition patterns) पर आधारित हो सकता है।
यह पैटर्न महत्वपूर्ण है क्योंकि कई exam-style प्रश्नों में एक छोटा सा कॉम्पैक्ट नियम छिपा होता है (उदाहरण: Tn = n² + 1 या Tn = Tn-1 × n) और आपसे गायब पद को उस formula का उपयोग करके निकालने के लिए कहा जाता है।
Pattern: Missing Term (Formula-Based)
Pattern
मुख्य विचार: ऐसा गणितीय formula पहचानें जो हर पद बनाता है, और उसी का उपयोग करके 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 (second differences देखें)।
Tn = Tn-1 · f(n) या Tn = Tn-1 + g(n) - recursive/formula-based rules.
Index-based होने पर, हमेशा पद को n (1,2,3,...) के फ़ंक्शन के रूप में लिखने की कोशिश करें।
Step-by-Step Example
Question
Missing term खोजें: 2, 6, 12, 20, ?, 42.
Solution
-
Step 1: Positions देखें और formulas आज़माएँ
पदों के नीचे index लिखें n = 1,2,3,4,5,6 → 2, 6, 12, 20, ?, 42.
सरल index-based formulas जैसे n², n(n+1), n²+1 आदि परीक्षण करें। -
Step 2: संभावित formula n(n+1) टेस्ट करें
n=1..6 के लिए n(n+1) निकालें: 1·2=2, 2·3=6, 3·4=12, 4·5=20, 5·6=30, 6·7=42.
ये ज्ञात पदों से बिल्कुल मेल खाते हैं। -
Step 3: Missing position पर formula लागू करें
n = 5 → 5·6 = 30. -
Final Answer:
30 -
Quick Check:
n(n+1) से श्रृंखला: 2, 6, 12, 20, 30, 42 → blank के दोनों ओर सही बैठता है ✅
Quick Variations
1. Index-based polynomials: Tn = an² + bn + c - second differences जाँचें।
2. Factorial-like growth: Tn = n! या n! ± k - बड़े जंप; factorial के संकेत देखें।
3. Recursive formulas: Tn = Tn-1 + p(n) या × q(n) - consecutive terms का संबंध जाँचें।
4. Mixed index + previous-term rules: Tn = n·Tn-1 या Tn = Tn-1 + n² आदि।
Trick to Always Use
- Step 1 → Index substitution करें: श्रृंखला के नीचे (1,2,3,...) लिखें।
- Step 2 → सरल forms क्रम में टेस्ट करें: linear (an+b), n(n+1), squares/cubes, factorials।
- Step 3 → अगर differences constant न हों, first और second differences निकालकर quadratic पैटर्न पहचानें।
- Step 4 → Recursive rule के लिए ratios या term/previous-term relation देखें।
Summary
Summary
- पदों को उनके index (n) के फ़ंक्शन के रूप में व्यक्त करने की कोशिश करें।
- Linear या quadratic rule पहचानने के लिए differences का उपयोग करें।
- Index-based formula न फिट होने पर recursive rules जाँचें।
- उत्तर को formula में दोबारा रखकर या पड़ोसी पदों से मिलाकर quick-check करें।
याद रखें: n(n+1) formula 2,6,12,20,30,... जैसी बहुत common series बनाता है।
