CDS गणित — द्विघात समीकरण: मूल, विवेचक और गुणनखंड विधि
intermediate18 min read
अवधारणा
द्विघात समीकरण वह बीजीय समीकरण है जिसमें चर (variable) की अधिकतम घात 2 हो। सामान्य रूप है:
ax2+bx+c=0,a=0
यहाँ a, b, c वास्तविक संख्याएँ (real numbers) हैं और a=0 इसलिए ज़रूरी है क्योंकि यदि a=0 हो जाए तो समीकरण सरल रेखीय (linear) बन जाता है।
एक सीधी सादी सोच: मान लो एक आयत (rectangle) का क्षेत्रफल 12 है और उसकी लम्बाई, चौड़ाई से 1 अधिक है। तो x(x+1)=12, यानी x2+x−12=0। यही द्विघात समीकरण है — जहाँ कोई राशि खुद से गुणा होकर किसी स्थिति को पूरा करती है।
CDS के नज़रिए से क्या important है:
CDS में द्विघात समीकरण के प्रश्न मुख्यतः तीन प्रकार के आते हैं:
मूलों का योग और गुणनफल दिया हो — समीकरण बनाओ या गुण बताओ
विवेचक (discriminant) से मूलों की प्रकृति पूछी जाए
किसी parameter की greatest/least value पूछी जाए जिसके लिए real roots हों
इन तीनों के लिए तुम्हें द्विघात सूत्र रटने की ज़रूरत नहीं — तुम्हें सम्बन्धों (relationships) को समझना है।
गहन विश्लेषण
मूलभूत सम्बन्ध — Vieta के सूत्र
यदि α और β, समीकरण ax2+bx+c=0 के दो मूल हों, तो:
α+β=−ab(मूलोंकायोग)
α⋅β=ac(मूलोंकागुणनफल)
और समीकरण को इस तरह भी लिखा जा सकता है:
a[x2−(α+β)x+αβ]=0
यह सूत्र CDS में सबसे ज़्यादा काम आता है। जब भी "sum" और "product of roots" दिखे — सीधे −b/a और c/a लिखो।
विवेचक (Discriminant)
D=b2−4ac
| D का मान | मूलों की प्रकृति |
|----------|-----------------|
| D>0 | दो अलग-अलग वास्तविक मूल |
| D=0 | दो बराबर वास्तविक मूल (repeated roots) |
| D<0 | कोई वास्तविक मूल नहीं (काल्पनिक मूल) |
CDS में सबसे ज़्यादा पूछा जाता है: "k का greatest/least value क्या है जिसके लिए real roots हों?" — यहाँ सिर्फ़ D≥0 set करो और solve करो।
Perfect Square की शर्त
ax2+bx+c तब perfect square होगा जब:
a>0 (या a<0, उसी sign का square हो)
D=0, यानी b2−4ac=0
उदाहरण: x2−4x+4=(x−2)2 — यहाँ D=16−16=0।
गुणनखंड विधि (Factorization) — कब इस्तेमाल करें
जब coefficients पूर्णांक (integers) हों और product × leading coefficient का कोई साफ़ factor मिल जाए:
x2+bx+c=0
यहाँ दो संख्याएँ ढूँढो जिनका योग = b और गुणनफल = c हो।
उदाहरण: x2−5x+6=0
योग चाहिए: −5, गुणनफल चाहिए: 6
वो संख्याएँ: −2 और −3
गुणनखंड: (x−2)(x−3)=0
मूल: x=2,3
जब a=1 हो:
2x2−7x+3=0
a×c=2×3=6। दो संख्याएँ जिनका योग =−7 और गुणनफल =6: वो हैं −6 और −1।
2x2−6x−x+3=2x(x−3)−1(x−3)=(2x−1)(x−3)=0
मूल: x=1{}{2},3
द्विघात सूत्र — सिर्फ़ तब उठाओ जब गुणनखंड न बने
x=2a−b±b2−4ac
CDS में ऐसे प्रश्न कम आते हैं जहाँ सूत्र ज़रूरी हो। ज़्यादातर cases में या तो गुणनखंड बन जाते हैं, या फिर Vieta के सूत्रों से ही answer निकल आता है।
Q positive for all real x — यह शर्त कब पूरी होती है
ax2+bx+c>0 सभी real x के लिए, यदि और केवल यदि:
a>0, और
D<0 (यानी b2−4ac<0)
यदि D≥0 हो, तो समीकरण के real roots होंगे और graph x-axis को छुएगा या काटेगा — इसलिए कुछ values पर Q≤0 होगा।
शॉर्टकट और युक्तियाँ
patternSum-Product से सीधे Equation
जब भी मूलों का योग (S) और गुणनफल (P) दिया हो, समीकरण सीधे लिखो:
x2−Sx+P=0
कोई intermediate step नहीं चाहिए।
उदाहरण: योग = 5, गुणनफल = 6 → x2−5x+6=0
Standard method: −b/a और c/a से equations बनाकर solve = 4 steps।
यह shortcut: 1 step।
eliminationDiscriminant से Greatest/Least k — एक Line
प्रश्न: "k का greatest value जिसके लिए real roots हों?"
सीधे D≥0 लिखो और k के लिए solve करो।
2x2−4x+k=0:
D=16−8k≥0⇒k≤2
Greatest value = 2। कुल समय: 20 सेकंड। किसी formula को याद नहीं रखना — बस D=b2−4ac और D≥0।
patternPerfect Square की जाँच — D=0 Test
कोई quadratic ax2+bx+c perfect square है या नहीं — यह जाँचने के लिए सिर्फ़ D=0 check करो।
x2−4x+4: D=16−16=0 → perfect square = (x−2)2 ✓
x2−4x+5: D=16−20=−4=0 → perfect square नहीं।
Standard factorization attempt vs. D=0 check: D=0 check में 10 सेकंड, factorization try में 45 सेकंड।
substitutionCounter-example से Statement गलत साबित करना
CDS में अक्सर "कौन सा statement सही है" type प्रश्न आते हैं। किसी statement को गलत साबित करना हो तो एक counter-example काफ़ी है।
उदाहरण: "Q सभी real x के लिए positive है" — यह गलत साबित करना हो तो एक specific value डालो जहाँ Q negative हो।
c=−1 लो: Q=x2+x−1। x=0 पर Q=−1<0 — statement गलत।
इससे पूरी algebraic proof करने की ज़रूरत नहीं — 15 सेकंड में done।
patternSum=Product condition से b = -c निकालना
जब "sum of roots = product of roots" दिया हो:
−ab=ac⇒−b=c⇒b=−c
(monic quadratic यानी a=1 के लिए)
यह एक line में। फिर इस relation को समीकरण में substitute करके आगे बढ़ो।
Standard method: दोनों roots निकालो, फिर compare = 5 steps।
यह shortcut: 1 substitution = 1 step।
तेज़-समाधान रूपरेखा
परीक्षा हॉल में यह decision flow follow करो:
Step 1 — प्रश्न का type पहचानो:
"Real roots के लिए k का greatest/least value" → तुरंत D≥0 set करो।
"Sum = Product of roots" → −b/a=c/a → b=−c (monic के लिए)।
"Equation बनानी है जब S और P दिए हों" → x2−Sx+P=0।
"Perfect square है या नहीं" → D=0 check करो।
"Q positive for all x" → a>0 AND D<0 दोनों ज़रूरी।
Step 2 — Vieta पहले, formula बाद में:
यदि सिर्फ़ मूलों का sum/product पूछा हो — roots निकालने की कोशिश मत करो, सीधे −b/a और c/a लिखो।
Step 3 — Statement-based MCQ में:
पहले "False" statement ढूँढो counter-example से। जो statement एक भी case में fail हो — वो गलत। बचा हुआ सही।
Step 4 — Integers हों तो गुणनखंड पहले:
गुणनखंड बना तो 20 सेकंड। नहीं बना तो formula — लेकिन CDS में formula वाले प्रश्न दुर्लभ हैं।
हल किए गए PYQs
क्यों यह प्रश्न: यह प्रश्न Vieta के सूत्रों और perfect square की शर्त दोनों को एक साथ test करता है। CDS में यही pattern बार-बार आता है।
समाधान का रास्ता: सबसे पहले "sum = product" condition से b=−c निकालो। फिर Statement I के लिए D=0 set करो, Statement II के लिए counter-example ढूँढो।
Previous Year Questionपिछले वर्ष का प्रश्न2026
Let Q = x² + bx + c. If the sum of the roots of the equation Q = 0 is equal to the product of these roots, then which of the following is/are correct?
I. Q can be a perfect square.
II. Q is positive for all real values of x.
I only
II only
Both I and II
Neither I nor II
Solutionसमाधान
Sum of roots = –b, product of roots = c. Given –b = c, so b = –c. Then Q = x² – cx + c. For Q to be a perfect square, discriminant must be 0: c² – 4c = 0, so c = 0 or c = 4. When c = 0, Q = x² (perfect square). When c = 4, Q = x² – 4x + 4 = (x–2)² (perfect square). So I is correct. For II: when c = –1, Q = x² + x – 1, which is negative for some x. So II is not always correct. Only I.
क्यों यह प्रश्न: यह प्रश्न एक common गलतफहमी test करता है — "sum और product दिए हों तो एक unique equation होती है।" CDS में conceptual clarity की परीक्षा होती है।
समाधान का रास्ता: देखो — sum = 2, product = -100। मूल fixed हैं। लेकिन equation x2−2x−100=0 और 2x2−4x−200=0 दोनों valid equations हैं (अनंत equations, एक ही roots)। प्रश्न "different roots" की बात करता है — roots तो fixed हैं, इसलिए "different roots वाली अनंत equations" का option गलत है। सही answer है: ठीक एक monic equation।
Previous Year Questionपिछले वर्ष का प्रश्न2024
If the sum and product of the roots of a quadratic equation are 2 and −100 respectively, then which one of the following is correct ?
There are infinitely many such equations having different roots.
There is only one such equation which is x² + 2x − 100 = 0.
There is only one such equation which is x² − 2x − 100 = 0.
There is no such equation.
Solutionसमाधान
For a quadratic ax² + bx + c = 0, sum of roots = −b/a and product = c/a. The equation x² − 2x − 100 = 0 has these properties, but so does 2x² − 4x − 200 = 0, 3x² − 6x − 300 = 0, etc. All these have the same roots though. However, the question asks about equations (not roots). Since multiplying by any constant gives a 'different' equation but with the same roots. If we require monic quadratic (a=1), there is exactly one: x² − 2x − 100 = 0. The phrase 'infinitely many such equations having different roots' is incorrect because the roots are fixed by sum and product. Hence the answer is (c): There is only one such equation x² − 2x − 100 = 0.
क्यों यह प्रश्न: Discriminant का direct application। CDS में real roots की condition हर साल किसी न किसी रूप में आती है।
समाधान का रास्ता:D=(−4)2−4(2)(k)=16−8k≥0⇒k≤2। Greatest value = 2। 20 सेकंड में done।
Previous Year Questionपिछले वर्ष का प्रश्न2024
What is the greatest value of k for which 2x² − 4x + k = 0 has real roots ?
1
2
3
4
Solutionसमाधान
For real roots, discriminant ≥ 0. D = (−4)² − 4(2)(k) = 16 − 8k ≥ 0, giving k ≤ 2. The greatest value is 2.
आम गलतियाँ
Sum of roots = b/a लिख देना: सबसे ज़्यादा होने वाली गलती। सही है −b/a। Negative sign हमेशा याद रखो। Product में negative नहीं — c/a सीधे।
"Q positive for all x" के लिए सिर्फ़ D<0 देखना:a>0 की शर्त भूल जाते हैं। यदि a<0 और D<0 हो तो Q सभी x के लिए negative होगी। दोनों conditions एक साथ ज़रूरी हैं।
Perfect square के लिए D>0 मान लेना: Perfect square के लिए D=0 चाहिए, D>0 नहीं। D>0 का मतलब है दो अलग real roots — perfect square नहीं।
"Infinitely many equations" और "same roots" में confusion: यदि sum और product fixed हों, तो roots fix हैं। हाँ, kx2−2kx−100k=0 अनंत equations बनती हैं, पर उन सबके roots एक ही हैं। "Different roots" वाला option हमेशा गलत होगा।
a=1 assume करके Vieta लगाना: जब तक a=1 explicitly दिया न हो या clear न हो, sum = −b/a और product = c/a पूरे formula से लिखो। Monic form में shortcut तभी लो जब confirmed हो।
Discriminant = 0 का मतलब "no real roots" समझना: यह उल्टा है। D=0 का मतलब है equal real roots (repeated root)। D<0 का मतलब है no real roots। यह confusion exam में सीधे गलत answer देता है।