देखो — जब भी कोई समीकरण में y, x के साथ-साथ dxdy, dx2d2y जैसे अवकल गुणांक (derivatives) आते हैं, तो वह समीकरण अवकल समीकरण (Differential Equation) कहलाती है।
सरल भाषा में: एक ऐसा mathematical statement जो किसी अज्ञात function और उसके derivatives के बीच सम्बन्ध स्थापित करता है।
एक ठोस सादृश्य: मान लो कोई गाड़ी चल रही है। तुम्हें गाड़ी की position नहीं पता, पर यह पता है कि उसकी speed (velocity = dtdx) हमेशा time t के बराबर है। यानी dtdx=t। यह एक अवकल समीकरण है। इसका हल तुम्हें बताएगा कि t=3 पर गाड़ी कहाँ है।
दो मूलभूत परिभाषाएँ जो NDA में सीधे पूछी जाती हैं:
कोटि (Order): अवकल समीकरण में उपस्थित सबसे ऊँचे derivative की degree। उदाहरण: dx2d2y+3dxdy=5 की कोटि 2 है।
घात (Degree): सबसे ऊँचे derivative की घात (power), जब समीकरण को polynomial form में लिखा जाए। उदाहरण: (dxdy)3+2y=x की घात 3 है।
ध्यान रखो: घात तभी परिभाषित है जब समीकरण polynomial form में हो। sin(dxdy)=x की घात परिभाषित नहीं है।
अवकल समीकरण के हल का अर्थ: एक ऐसा function y=f(x) जो समीकरण को संतुष्ट करे। जब हम integrate करते हैं, एक arbitrary constant C आता है — इसे व्यापक हल (General Solution) कहते हैं। जब initial condition दी जाए और C का मान निकाला जाए, वह विशिष्ट हल (Particular Solution) बनता है।
गहन विश्लेषण
प्रकार 1: चर पृथक्करण विधि (Separation of Variables)
यह NDA में सबसे ज़्यादा आने वाली विधि है। जब भी dxdy=f(x)⋅g(y) के रूप में लिखा जा सके, तो:
g(y)dy=f(x)dx
दोनों तरफ integrate करो:
∫g(y)dy=∫f(x)dx+C
उदाहरण:dxdy=e−2y
e2ydy=dx⟹2e2y=x+C
यही PYQ 6a206ffdccfcbabc57a3af19 में आया था।
पहचान कैसे करें:dxdy को dxdy={केवल}y{वालाभाग}{केवल}x{वालाभाग} में लिखना सम्भव हो।
प्रकार 2: रैखिक अवकल समीकरण (Linear Differential Equation)
Standard form: dxdy+P(x)⋅y=Q(x)
यहाँ P और Q केवल x के functions हैं।
Integrating Factor (IF):μ=e{∫Pdx}
हल:y⋅μ=∫Q⋅μdx+C
याद रखने की तरकीब: IF गुणा करो, फिर दोनों तरफ integrate करो — बाईं तरफ हमेशा dxd(y⋅μ) बन जाता है।
x के सापेक्ष linear: कभी-कभी y स्वतंत्र चर होता है: dydx+P(y)⋅x=Q(y)। तब IF =e{∫P(y)dy}।
प्रकार 3: समघातीय अवकल समीकरण (Homogeneous DE)
जब dxdy=f(xy) के रूप में लिखा जा सके।
Substitution:y=vx रखो, जिससे dxdy=v+xdxdv
तब समीकरण बनती है: v+xdxdv=f(v)
यानी: xdxdv=f(v)−v — और यह चर पृथक्करण वाला रूप बन जाता है।
पहचान:dxdy=cx+dyax+by जैसा दिखे तो समघातीय है।
प्रकार 4: स्थिर derivative वाले समीकरण (Constant Derivative)
यह NDA में बार-बार आता है। जब dxdy=constant हो:
dxdy=k⟹y=kx+C
यह एक सरल रेखा है। Initial condition से C निकालो।
PYQ 6a2076d5ccfcbabc57a3b12c का सार: slope = 4 (constant) → सरल रेखा। Origin से गुज़रती है → C=0 → y=4x।
Trick: घात निकालने से पहले radical और fractional powers को हटाकर polynomial form में लाओ।
General Solution की ज्यामिति
dxdy=x का व्यापक हल y=2x2+C है। अलग-अलग C के लिए यह parallel parabolas बनाती हैं — एक-दूसरे को कभी नहीं काटतीं। यही PYQ 6a207b77ccfcbabc57a3b353 का core insight है।
शॉर्टकट और युक्तियाँ
substitutioncos(dy/dx) वाला inverse trick
जब cos(dxdy)=p दिखे, तुरंत दोनों तरफ cos−1 लगाओ: dxdy=cos−1(p)। यह एक constant है। सीधे integrate करो: y=xcos−1(p)+C। Initial condition से C निकालो और algebraically cos के रूप में व्यक्त करो। Standard method में लोग घबरा जाते हैं (45 seconds) — यह substitution सीधे 10 seconds में काम करता है।
patternParallel Curves = कोई intersection नहीं
जब दो solutions एक ही DE के हों और उनके initial values अलग हों, तो वे curves कभी नहीं मिलेंगी। क्यों? क्योंकि DE का uniqueness theorem कहता है कि एक point से एक ही solution curve गुज़रती है। अगर वे मिलतीं, तो उस intersection point पर दो अलग solutions होतीं — contradiction। यह pattern पहचानो: "two solutions of same DE with different initial values" → answer हमेशा "no intersection"। 5 options वाले प्रश्न में यह 8 seconds में eliminate करता है।
patterne^(x+y) को तुरंत split करो
ex+y=ex⋅ey — यह split करते ही dxdy=ex+yex−y=ex⋅eyex⋅e−y=e−2y निकल आता है। ex cancel हो जाते हैं। अब सीधे चर पृथक्करण: e2ydy=dx। यह step students 30 seconds में करते हैं — split करते ही 5 seconds।
patternIntegrating Factor याद रखने का एकमात्र सूत्र
रैखिक DE dxdy+Py=Q में: IF =e{∫Pdx}। याद रखने का तरीका — "जो y के साथ गुणा है, उसका integral, फिर e की घात।" P को integrate करो, e उठाओ — बस। गलती तब होती है जब लोग P की जगह Q का integral लेते हैं। Standard form में सबसे पहले y का coefficient = 1 verify करो — अगर नहीं है तो पूरा divide करो, 3 steps बचते हैं।
eliminationघात निकालने से पहले polynomial बनाओ
(dx2d2y)1/3=x दिखे तो घात पूछे जाने पर सीधे "1/3" मत लिखो। पहले cube करो: dx2d2y=x3। अब कोटि = 2, घात = 1। बिना इस step के NDA में आधे से ज़्यादा students गलत उत्तर देते हैं। यह एक step का काम है — 5 seconds।
तेज़-समाधान रूपरेखा
परीक्षा में अवकल समीकरण देखते ही यह sequence follow करो:
Step 2 — हल पूछा है?
→ dxdy=f(x)⋅g(y) का रूप बन सकता है? → चर पृथक्करण।
→ dxdy+Py=Q का रूप है? → रैखिक, IF निकालो।
→ dxdy=f(y/x) का रूप है? → y=vx substitution।
→ dxdy= constant? → सीधे integrate, सरल रेखा।
Step 3 — Initial condition है?
→ Integrate करके C निकालो, particular solution लिखो।
Step 4 — Options में से match करो।
→ अगर algebraic form अलग दिखे, दोनों तरफ equivalent transformation try करो (जैसे ln से e में बदलना)।
NDA में 90% DE problems इन्हीं 4 categories में आते हैं। पाँचवाँ category — Bernoulli या exact equation — NDA level पर नहीं आता, उसमें समय मत गँवाओ।
हल किए गए PYQs
क्यों यह प्रश्न:cos(dxdy) का रूप students को डराता है। NDA यह test करता है कि तुम inverse trigonometric function को DE में apply कर सकते हो या नहीं।
What is the solution of the differential equation cos(dy/dx) = p when y(0) = q?
cos((y-q)/x) = p
cos((y-p)/x) = q
cos⁻¹((y-q)/x) = p
cos⁻¹((y-p)/x) = q
Solutionसमाधान
From cos(dy/dx) = p, we get dy/dx = cos⁻¹(p) = constant. Integrating: y = x·cos⁻¹(p) + C. Using y(0) = q gives C = q, so y - q = x·cos⁻¹(p), meaning cos⁻¹(p) = (y-q)/x, i.e., cos((y-q)/x) = p.
क्यों यह प्रश्न: यह दो-भागी प्रश्न है जो ex+y को split करने की समझ और dx2d2y⋅(dydx)2 का मान निकालना test करता है। Chain rule की गहरी समझ ज़रूरी है।
Consider the differential equation e^(x+y) dy/dx = e^(x-y). What is (d²y/dx²)(dx/dy)² equal to?
-2
-1
0
2
Solutionसमाधान
From e^(x+y) dy/dx = e^(x-y), we get e^y · dy/dx = e^(-y-y)·... actually rewriting: dy/dx = e^(x-y)/e^(x+y) = e^(-2y). So e^(2y) dy = dx. Differentiating dy/dx = e^(-2y) with respect to x: d²y/dx² = -2e^(-2y)·dy/dx = -2e^(-2y)·e^(-2y) = -2e^(-4y). Also dx/dy = e^(2y). So (d²y/dx²)(dx/dy)² = -2e^(-4y)·e^(4y) = -2.
क्यों यह प्रश्न: यही DE का particular solution निकालना पूछता है। चर पृथक्करण + initial condition का combination NDA का favorite pattern है।
समाधान का रास्ता:dxdy=e−2y → e2ydy=dx → 2e2y=x+C → y(0)=0: 21=C → 2e2y=x+21 → e2y=2x+1 → दोनों तरफ ln: 2y=ln(2x+1).
Previous Year Questionपिछले वर्ष का प्रश्न2026
Consider the differential equation e^(x+y) dy/dx = e^(x-y). What is the solution of the differential equation with y(0) = 0?
y = ln(2x + 1)
y = ln(2x - 1)
2y = ln(2x + 1)
2y = ln(2x - 1)
Solutionसमाधान
From dy/dx = e^(-2y), separating variables: e^(2y) dy = dx. Integrating: e^(2y)/2 = x + C. At y(0) = 0: 1/2 = C. So e^(2y)/2 = x + 1/2, giving e^(2y) = 2x + 1, hence 2y = ln(2x + 1).
क्यों यह प्रश्न: "slope of tangent = constant" को geometric रूप में interpret करने की क्षमता test होती है। यह NDA में geometry + DE का intersection है।
समाधान का रास्ता: slope =dxdy=4 (constant) → y=4x+C → origin से गुज़रती है: C=0 → y=4x → यह सरल रेखा है, x=1 पर y=4 → point (1,4) पर गुज़रती है।
Previous Year Questionपिछले वर्ष का प्रश्न2025
For every real number x, the slope of tangent to the curve y = f(x) at (x, f(x)) is 4 and the curve passes through the origin. What is the nature of the curve?
A straight line passing through (1, 4)
A straight line passing through (-1, 4)
A parabola whose vertex is at the origin and focus at (2, 0)
A parabola whose vertex is at the origin and focus at (1, 0)
Solutionसमाधान
Slope dy/dx = 4 (constant) means the curve is a straight line with slope 4. Integrating: y = 4x + C. Passes through origin: C = 0, so y = 4x. At x=1, y=4, so it passes through (1, 4).
क्यों यह प्रश्न: यह DE की uniqueness property को conceptually test करता है। अधिकतर students लम्बा calculation करते हैं — पर सही approach यह है कि parallel curves कभी नहीं मिलतीं।
समाधान का रास्ता:dxdy=x → y=2x2+C → y1(0)=0⇒C1=0, y2(0)=4⇒C2=4 → y1=y2 रखो: 2x2=2x2+4 → 0=4 — असम्भव → कोई intersection नहीं।
Previous Year Questionपिछले वर्ष का प्रश्न2024
Let y₁(x) and y₂(x) be two solutions of the differential equation dy/dx = x. If y₁(0) = 0 and y₂(0) = 4, then what is the number of points of intersection of the curves y₁(x) and y₂(x)?
No point
One point
Two points
More than two points
Solutionसमाधान
The general solution of dy/dx = x is y = x²/2 + C. With y₁(0) = 0, C₁ = 0, so y₁ = x²/2. With y₂(0) = 4, C₂ = 4, so y₂ = x²/2 + 4. Setting y₁ = y₂: x²/2 = x²/2 + 4 ⟹ 0 = 4, which has no solution. So the curves never intersect — no points of intersection.
आम गलतियाँ
घात बिना polynomial form बनाए लिखना:(dxdy)1/2=x देखकर घात 21 लिखना गलत है। पहले square करो: dxdy=x2, फिर घात = 1। यह NDA में सबसे common गलती है।
sin या cos वाले DE में घात लिखना:sin(dx2d2y)+y=0 की घात परिभाषित नहीं है, क्योंकि इसे polynomial form में नहीं लिखा जा सकता। "घात 1" लिखना गलत है।
Integrating Factor में P की जगह पूरी left-hand side integrate करना:dxdy+3xy=x2 में IF =e{∫3xdx}=e3x2/2 है, न कि e{∫(3x−x2)dx}। Q का integration IF में नहीं आता।
Initial condition apply करने का गलत क्रम: पहले general solution पूरी निकालो, फिर initial condition लगाओ। बीच में ही C=0 assume कर लेना और फिर integrate करना गलत उत्तर देता है।
ex+y को ex+ey समझना: यह algebraic नहीं, exponential है। ex+y=ex⋅ey — गुणन है, जोड़ नहीं। यह गलती e(x−y) वाले प्रश्नों में cancel होने से रोकती है।
Parallel curves का intersection ढूँढने की कोशिश: एक ही DE के दो solutions जिनके C के मान अलग हैं, वे कभी नहीं मिलेंगी। Algebraic calculation की ज़रूरत ही नहीं — uniqueness theorem से सीधे "no intersection" लिखो और 40 seconds बचाओ।