NDA गणित: द्विपद प्रमेय — सामान्य पद, पास्कल त्रिभुज और परीक्षा-स्तर के प्रश्न
intermediate 22 min read
अवधारणा
द्विपद प्रमेय एक शक्तिशाली algebraic tool है जो किसी भी (a+b)n के विस्तार को एक सुव्यवस्थित formula में बदल देता है — बिना बार-बार गुणा किए।
सोचो: (a+b)10 को manually expand करने में कितना समय लगेगा? शायद 10-15 मिनट। द्विपद प्रमेय यही काम 30 सेकंड में करता है।
मूल सूत्र:
(a+b)n=r=0∑n(rn)an−rbr
यहाँ (rn)=r!(n−r)!n! को द्विपद गुणांक कहते हैं।
सामान्य पद (General Term):
Tr+1=(rn)an−rbr
यह सूत्र NDA में सबसे ज़्यादा use होता है। किसी भी पद को directly निकालने के लिए r की value set करो।
एक सरल सादृश्य: मान लो तुम n बार एक fork में आओ — हर बार बाईं (a) या दाईं (b) तरफ जा सकते हो। (rn) उन तरीकों की संख्या है जिनसे तुम ठीक r बार दाईं तरफ जाते हो। यही द्विपद गुणांक का combinatorial अर्थ है।
NDA में क्यों आता है यह topic:
NDA 2026 में पूरा एक question set (√2+1)10 और (√2−1)10 पर था — 4 अलग-अलग प्रश्न। यह topic सीधे 4+ marks दे सकता है अगर तुम irrational numbers की घात का pattern समझ लो।
गहन विश्लेषण
द्विपद विस्तार की संरचना
(a+b)n में कुल (n+1) पद होते हैं।
पहला पद: T1=(0n)an=an
आखिरी पद: Tn+1=(nn)bn=bn
मध्य पद:
- यदि n सम है: T2n+1 — यह एकल मध्य पद है
- यदि n विषम है: T2n+1 और T2n+3 — दो मध्य पद होते हैं
Irrational Powers का Critical Pattern — NDA का असली Topic
यह NDA 2026 में पूरे question set का आधार था। ध्यान से समझो।
मान लो (a+b)n+(a−b)n calculate करना है जहाँ b irrational है।
(a+b)n=(0n)an+(1n)an−1b+(2n)an−2b2+(3n)an−3b3+…
(a−b)n=(0n)an−(1n)an−1b+(2n)an−2b2−(3n)an−3b3+…
जब दोनों जोड़ते हैं:
(a+b)n+(a−b)n=2[(0n)an+(2n)an−2b2+(4n)an−4b4+…]
Odd powers of b cancel हो जाती हैं।
अब (√2+1)10+(√2−1)10 के लिए:
- a=√2, b=1, n=10
- b2=1, b4=1 — सब rational
- (√2)2k=2k — rational
- Result: एक pure integer
(√2+1)10+(√2−1)10=2[(010)⋅25+(210)⋅24+(410)⋅23+(610)⋅22+(810)⋅2+(1010)]
=2[1⋅32+45⋅16+210⋅8+210⋅4+45⋅2+1⋅1]
=2[32+720+1680+840+90+1]=2×3363=6726
Conjugate का गुण
(√2+1)(√2−1)=2−1=1 — यह conjugate pair है।
इसलिए: (√2−1)=√2+11
और: (√2−1)10=(√2+1)101
चूँकि √2−1≈0.414, इसलिए 0<(√2−1)10<1 — यानी v fractional है।
f + v = 1 का Logic
यह NDA में सबसे tricky भाग है:
- u+f=(√2+1)10 जहाँ u integer, 0<f<1
- v=(√2−1)10 जहाँ 0<v<1
- u+f+v=6726 (integer)
- u integer है, तो f+v भी integer होना चाहिए
- 0<f<1 और 0<v<1, इसलिए 0<f+v<2
- Range (0,2) में एकमात्र integer है 1
- अतः f+v=1 और u=6725
पास्कल त्रिभुज
n=0:1n=1:11n=2:121n=3:1331n=4:14641n=5:15101051
हर संख्या उसके ऊपर की दो संख्याओं का योग है। NDA में n≤5 के लिए इसे याद रखो — (rn) निकालने में time बचता है।
गुणांकों के महत्वपूर्ण सम्बन्ध
(1+x)n में x=1 रखने पर: ∑r=0n(rn)=2n
(1+x)n में x=−1 रखने पर: (0n)−(1n)+(2n)−…=0
इससे: Even-indexed गुणांकों का योग = Odd-indexed गुणांकों का योग = 2n−1
शॉर्टकट और युक्तियाँ
जब भी (√k+1)n+(√k−1)n दिखे — बिना calculation किए कह दो यह integer है।
Pattern: Odd powers of √k दोनों terms में cancel होती हैं। Even powers rational रहती हैं।
Micro-example: (√3+1)6+(√3−1)6 — सीधे integer।
Standard method: पूरा expand करो = 6-7 steps, 3-4 मिनट।
Shortcut: Pattern पहचानो + "odd powers cancel" = 5 सेकंड में निर्णय।
यदि ab=1 (conjugate pair), तो bn=an1।
(√2+1)(√2−1)=1 → (√2−1)20=(√2+1)201
Micro-example: (√2+1)20 का multiplicative inverse = (√2−1)20=v2
Standard method: 1/(√2+1)20 को rationalize करो = 4 steps।
Shortcut: Conjugate product = 1 → directly v2 = 1 step, 8 सेकंड।
जब 0<f<1 और 0<v<1 और (f+v) integer हो, तो f+v=1 — बिना किसी calculation के।
क्यों: f+v∈(0,2) में एकमात्र integer 1 है।
Micro-example: ऊपर के problem में u=(total integer)−1=6726−1=6725।
Standard method: f और v separately calculate करो = 5+ steps।
Shortcut: Range argument = 1 step, 10 सेकंड।
किसी specific term या constant term निकालना हो तो Tr+1=(rn)an−rbr में exponent को शून्य करो।
Micro-example: (x+x1)6 में constant term: Tr+1=(r6)x6−r⋅x−r=(r6)x6−2r। Constant के लिए 6−2r=0, r=3। Answer: (36)=20।
Standard method: सभी 7 terms expand करो = 3-4 मिनट।
Shortcut: Exponent = 0 equation → r=3 → 1 step, 20 सेकंड।
(1+1)n=2n → सभी coefficients का योग।
Micro-example: (010)+(110)+…+(1010)=210=1024।
यदि question पूछे "even-indexed coefficients का योग", answer है 2n−1=512।
Standard method: सारे (r10) निकालकर जोड़ो = 10 additions।
Shortcut: 2n या 2n−1 = instantaneous।
तेज़-समाधान रूपरेखा
परीक्षा-हॉल में यह decision tree follow करो:
Step 1 — Question type पहचानो:
- (a+b)n+(a−b)n दिखे → Irrational pattern: odd powers cancel → integer result
- Multiplicative inverse पूछा → Conjugate pair check: product = 1?
- "f का fractional part" या "f + v" पूछा → Range argument: 0<f+v<2 → f+v=1
- Specific term / constant term / coefficient → Tr+1 formula, exponent = 0
Step 2 — Calculation strategy:
- (rn) निकालना हो: n≤5 → पास्कल त्रिभुज से memory में; n>5 → formula
- Sum calculate करनी हो: पहले multiply करो, फिर add — intermediate errors कम होती हैं
Step 3 — Sanity check (10 सेकंड):
- Integer result आया? Irrational terms cancel हुईं?
- f+v का answer 1 है? Range check करो।
- u निकाला? (total integer)−1 = सही?
एक question set में 4 sub-questions हों तो पहले सबसे simple पड़ो (multiplicative inverse, f+v = 1) — ये 2 questions 30-40 सेकंड में होते हैं।
हल किए गए PYQs
क्यों यह प्रश्न: NDA 2026 में यह pair-test question था — दोनों statements की validity एक ही core concept से निकलती है। अगर binomial expansion में odd-power cancellation नहीं समझा तो दोनों marks जाते हैं।
समाधान का रास्ता: (√2+1)10 और (√2−1)10 को जोड़ो → odd powers of √2 cancel → integer N मिलता है → u+f+v=N → u integer है → f+v integer है → Statement II सत्य → Statement I: u+v+f=N भी integer → दोनों सत्य।
Consider the following statements: I. (u + v + f) is an integer. II. (f + v) is an integer. [Given: u is a positive integer, 0 < f < 1 is a real number, (√2 + 1)¹⁰ = u + f and (√2 - 1)¹⁰ = v]. Which of the above statements is/are correct?
- I only
- II only
- Both I and II
- Neither I nor II
Solutionसमाधान
(√2+1)¹⁰ + (√2-1)¹⁰ is an integer (since odd powers of √2 cancel out). So u + f + v = integer, meaning f + v is also an integer (since u is integer). Both statements I and II are correct.
क्यों यह प्रश्न: यह NDA 2026 का direct application था — conjugate pair property को जानते हो तो 15 सेकंड का question है, नहीं जानते तो "inverse" का मतलब ढूँढते रहोगे।
समाधान का रास्ता: (√2+1)(√2−1)=1 → (√2−1)=(√2+1)−1 → (√2−1)20=(√2+1)−20 → v=(√2−1)10 → (√2−1)20=v2 → Answer: v2।
What is the multiplicative inverse of (√2 + 1)^20?
- v
- v² − 1
- v²
- v² + 1
Solutionसमाधान
Since (√2 + 1)(√2 − 1) = 2 − 1 = 1, we have (√2 − 1) = 1/(√2 + 1). Therefore (√2 − 1)^20 = 1/(√2 + 1)^20, which is the multiplicative inverse of (√2 + 1)^20. Given v = (√2 − 1)^10, so (√2 − 1)^20 = v². Hence the multiplicative inverse is v².
क्यों यह प्रश्न: f+v=1 का proof NDA में repeatedly आता है। Range argument को एक बार internalize करो — यह हर ऐसे conjugate problem में काम करता है।
समाधान का रास्ता: 0<f<1, 0<v=(√2−1)10<1 (क्योंकि √2−1≈0.414<1) → 0<f+v<2 → f+v integer है (proven earlier) → Range (0,2) में एकमात्र integer = 1 → v+f=1।
What is the value of (v + f)? [Given: u is positive integer, 0 < f < 1, (√2+1)¹⁰ = u + f, (√2-1)¹⁰ = v]
- 2
- 1
- 0.5
- 0.25
Solutionसमाधान
Since (√2+1)¹⁰ + (√2-1)¹⁰ is an integer (call it N), we have u + f + v = N. Since 0 < f < 1 and 0 < v = (√2-1)¹⁰ < 1, we have 0 < f + v < 2. For u + (f+v) to be integer with u integer, f + v must be integer, hence f + v = 1.
क्यों यह प्रश्न: u=6725 — यह pure calculation question है। जो छात्र formula सही apply करते हैं वे 3-4 मिनट में निकालते हैं; जो shortcut जानते हैं (u=N−1=6726−1) वे 30 सेकंड में।
समाधान का रास्ता: (√2+1)10+(√2−1)10=2[(010)⋅25+(210)⋅24+(410)⋅23+(610)⋅22+(810)⋅2+(1010)]
=2[32+45×16+210×8+210×4+45×2+1]
=2[32+720+1680+840+90+1]=2×3363=6726
फिर: f+v=1 → u=6726−1=6725।
What is the value of u? [Given: u is positive integer, 0 < f < 1, (√2+1)¹⁰ = u + f]
- 9725
- 6971
- 6726
- 6725
Solutionसमाधान
(√2+1)¹⁰ + (√2-1)¹⁰ = 2[C(10,0)·2⁵ + C(10,2)·2⁴ + C(10,4)·2³ + C(10,6)·2² + C(10,8)·2 + C(10,10)] = 2[32 + 45·16 + 210·8 + 210·4 + 45·2 + 1] = 2[32 + 720 + 1680 + 840 + 90 + 1] = 2[3363] = 6726. Since u + f + v = 6726 and f + v = 1, u = 6725.
आम गलतियाँ
-
Tr और Tr+1 में confusion: सामान्य पद Tr+1=(rn)an−rbr है, Tr नहीं। जब "5वाँ पद" पूछें तो r=4 रखो, r=5 नहीं।
-
(a−b)n में sign भूलना: Tr+1=(rn)an−r(−b)r — यानी r विषम होने पर negative sign। Constant term निकालते समय यह अक्सर miss होता है।
-
Irrational sum को integer मानने में hesitation: (√2+1)10+(√2−1)10 देखकर घबराना नहीं — odd powers cancel, result integer है। यह fact directly use करो।
-
v<1 को prove करना भूलना: f+v=1 का argument तभी valid है जब तुम establish करो कि 0<v<1। यह establish करने का तरीका: √2−1≈0.414, इसलिए (√2−1)10 बहुत छोटा positive number है, <1।
-
u=N मान लेना: कई students u+f+v=6726 देखकर u=6726 लिख देते हैं। f और v दोनों fractional हैं और उनका योग 1 है, इसलिए u=6725।
-
Conjugate pair में product check न करना: (√3+√2)(√3−√2)=1 नहीं होता — यह 3−2=1 है, ठीक है। लेकिन (√5+√3)(√5−√3)=2=1। Inverse बनाने से पहले product = 1 verify करो।
संबंधित विषय
SarkariRise पर अभ्यास
Sign up + get 3 free mocks →Practice binomial theorem on a mock →