Skip to content
← Repeat Radar

SSC Wiki · reasoning

अंतर का अंतर

Difference of Differences

अंतर का अंतर · Difference of Differences

संक्षेप में | In Brief

जब नंबर सीरीज़ में सीधा पैटर्न न दिखे, तो लगातार संख्याओं के बीच का अंतर निकालें। अगर वह भी समझ न आए, तो उन अंतरों का भी अंतर निकालें (Double Difference)। When a direct pattern is not visible in a number series, find the difference between consecutive numbers. If still unclear, find the difference of those differences.

मुख्य सूत्र / नियम | Core Formulas & Rules

  • Step 1: पहला अंतर निकालें ($a_2 - a_1, a_3 - a_2$). Calculate the first level of differences.
  • Step 2: दूसरा अंतर निकालें ($d_2 - d_1, d_3 - d_2$). Calculate the second level of differences until a constant is found.
  • Trick: SSC में 90% सवाल 2nd या 3rd difference पर solve हो जाते हैं। अगर 3rd difference तक पैटर्न न मिले, तो सवाल किसी और लॉजिक (जैसे squares/cubes) का है। If no pattern emerges by the 3rd difference, look for squares, cubes, or alternate series.

हल किए गए उदाहरण | Worked Examples

(Note: Synthesized examples for practice as PYQs were not provided)

Q: दी गई श्रृंखला में अगला पद ज्ञात करें: 2, 7, 17, 32, 52, ?

Find the next term in the series: 2, 7, 17, 32, 52, ?

Step-by-step (Hindi):

  • पहला अंतर (First Diff): 5, 10, 15, 20
  • दूसरा अंतर (Second Diff): 5, 5, 5 (यह constant है)
  • अगला पहला अंतर होगा: 20 + 5 = 25
  • अगला पद: 52 + 25 = 77

Answer: 77

Trap: जल्दबाजी में 52 + 20 = 72 करना।

Q: दी गई श्रृंखला में अगला पद ज्ञात करें: 1, 2, 6, 15, 31, ?

Find the next term in the series: 1, 2, 6, 15, 31, ?

Step-by-step (Hindi):

  • पहला अंतर: 1, 4, 9, 16 (ध्यान दें, ये $1^2, 2^2, 3^2, 4^2$ हैं)
  • दूसरा अंतर: 3, 5, 7 (विषम संख्याएँ)
  • अगला पहला अंतर: $5^2 = 25$ या (16 + 9 = 25)
  • अगला पद: 31 + 25 = 56

Answer: 56

Trap: पहले अंतर को देखकर पैटर्न न पहचान पाना और गलत calculation करना।

Q: दी गई श्रृंखला में अगला पद ज्ञात करें: 10, 18, 34, 58, 90, ?

Find the next term in the series: 10, 18, 34, 58, 90, ?

Step-by-step (Hindi):

  • पहला अंतर: 8, 16, 24, 32
  • दूसरा अंतर: 8, 8, 8 (Constant)
  • अगला पहला अंतर: 32 + 8 = 40
  • अगला पद: 90 + 40 = 130

Answer: 130

Trap: 90 में 32 जोड़कर 122 टिक कर देना।

Traps & Common Mistakes | जाल और सामान्य गलतियाँ

  • Trap: पहले अंतर पर ही रुक जाना।
    Why aspirants fall: छात्र सोचते हैं कि सीरीज़ गलत है, जबकि असली पैटर्न दूसरे या तीसरे अंतर में छिपा होता है।
  • Trap: घटाने (Subtraction) में छोटी सी गलती।
    Why aspirants fall: एक भी गलत अंतर पूरी सीरीज़ का लॉजिक बिगाड़ देता है।
  • Trap: Alternate Series में Double Difference लगाना।
    Why aspirants fall: जब सीरीज़ घट-बढ़ रही हो (जिग-जैग), तो वह alternate series होती है, difference of difference नहीं।

Related concepts | सम्बन्धित विषय

  • number-series: नंबर सीरीज़ के मूल नियम
  • arithmetic-progression: समांतर श्रेढ़ी के सूत्र
  • squares-and-cubes-series: वर्ग और घन आधारित श्रृंखला