NDA गणित — अनिश्चित समाकलन (Indefinite Integration) सम्पूर्ण अध्ययन

intermediate 22 min read

अवधारणा

अवकलन (differentiation) का उल्टा काम करना ही समाकलन (integration) है। जब तुम किसी फ़लन f(x)f(x) का अवकलज ढूँढते हो, तो समाकलन में तुम यह पूछते हो — "वह कौन-सा फ़लन F(x)F(x) है जिसका अवकलज f(x)f(x) हो?"

औपचारिक रूप से: यदि ddx[F(x)]=f(x)\frac{d}{dx}[F(x)] = f(x), तो f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

यहाँ CC को arbitrary constant (स्वेच्छ नियतांक) कहते हैं। यही वह कारण है जिससे यह समाकल "अनिश्चित" है — CC का मान तब तक निश्चित नहीं होता जब तक कोई boundary condition नहीं दी गई हो।

एक सरल सादृश्य: मान लो तुम्हें बताया गया कि किसी गाड़ी की instantaneous speed v(t)=3t2v(t) = 3t^2 km/h है। तुम पूछते हो — "गाड़ी कहाँ थी?" यानी position s(t)s(t) क्या है? जवाब है s(t)=t3+Cs(t) = t^3 + C, जहाँ CC प्रारंभिक स्थिति है जो हमें नहीं पता। यही अनिश्चितता CC में समाई है।

NDA के नज़रिए से: यह chapter तुम्हें दो तरफ से मारता है — एक तरफ़ direct standard forms के सवाल (पाँच सेकंड में पहचानो, सूत्र लगाओ), दूसरी तरफ़ disguised questions जहाँ एक त्रिकोणमितीय सर्वसमिका या एक substitution से पूरा सवाल खुल जाता है। दोनों की पहचान ही असली skill है।


गहन विश्लेषण

मानक सूत्र — रटो नहीं, समझो

ये सूत्र अवकलन के सीधे उलटे हैं। एक बार अवकलन की table याद हो तो ये अपने आप याद रहेंगे।

| f(x)f(x) | f(x)dx\int f(x)\,dx | |--------|-----------------| | xnx^n (n1n \neq -1) | xn+1n+1+C\dfrac{x^{n+1}}{n+1} + C | | 1x\dfrac{1}{x} | lnx+C\ln|x| + C | | exe^x | ex+Ce^x + C | | sinx\sin x | cosx+C-\cos x + C | | cosx\cos x | sinx+C\sin x + C | | sec2x\sec^2 x | tanx+C\tan x + C | | cosec2x\text{cosec}^2 x | cotx+C-\cot x + C | | secxtanx\sec x \tan x | secx+C\sec x + C | | 1x2+a2\dfrac{1}{x^2 + a^2} | 1atan1 ⁣(xa)+C\dfrac{1}{a}\tan^{-1}\!\left(\dfrac{x}{a}\right) + C | | 1a2x2\dfrac{1}{\sqrt{a^2 - x^2}} | sin1 ⁣(xa)+C\sin^{-1}\!\left(\dfrac{x}{a}\right) + C |

प्रतिस्थापन विधि (Substitution)

NDA में सबसे ज़्यादा काम आने वाली technique। नियम सरल है:

जब भी integrand में कोई composite function दिखे — उसके "inner function" को uu रखो।

f(g(x))g(x)dx\int f(g(x)) \cdot g'(x)\,dx — यहाँ u=g(x)u = g(x) रखो, du=g(x)dxdu = g'(x)\,dx

तब integral बन जाती है f(u)du\int f(u)\,du — जो सीधे standard form है।

उदाहरण: xx2+1dx\int x\sqrt{x^2 + 1}\,dx

u=x2+1u = x^2 + 1 रखो \Rightarrow du=2xdxdu = 2x\,dx \Rightarrow xdx=du2x\,dx = \dfrac{du}{2}

=12udu=1223u3/2=13(x2+1)3/2+C= \dfrac{1}{2}\int \sqrt{u}\,du = \dfrac{1}{2} \cdot \dfrac{2}{3}u^{3/2} = \dfrac{1}{3}(x^2+1)^{3/2} + C

त्रिकोणमितीय सर्वसमिकाएँ — disguised integrals की चाबी

NDA में एक पूरी category है जहाँ सीधे integrate करना कठिन लगता है, पर एक identity लगाने से सब खुल जाता है।

सबसे ज़रूरी identities:

sin2x=1cos2x2,cos2x=1+cos2x2\sin^2 x = \frac{1 - \cos 2x}{2}, \quad \cos^2 x = \frac{1 + \cos 2x}{2}

1cosx=2sin2 ⁣(x2),1+cosx=2cos2 ⁣(x2)1 - \cos x = 2\sin^2\!\left(\frac{x}{2}\right), \quad 1 + \cos x = 2\cos^2\!\left(\frac{x}{2}\right)

उदाहरण: sin2xdx\int \sin^2 x\,dx

सीधे integrate नहीं होता। Identity लगाओ:

=1cos2x2dx=x2sin2x4+C= \int \frac{1 - \cos 2x}{2}\,dx = \frac{x}{2} - \frac{\sin 2x}{4} + C

खंडशः समाकलन (Integration by Parts)

जब दो अलग-अलग प्रकार के functions का गुणनफल हो:

uvdx=uvdx ⁣(dudxvdx)dx\int u \cdot v\,dx = u\int v\,dx - \int\!\left(\frac{du}{dx}\int v\,dx\right)dx

ILATE नियम से uu चुनो: I (Inverse trig) → L (Logarithm) → A (Algebraic) → T (Trigonometric) → E (Exponential)

NDA में इसका सीधा application कम आता है — substitution और standard forms ज़्यादा आते हैं।

1x2+a2dx\int \dfrac{1}{x^2 + a^2}\,dx — एक विशेष रूप

यह NDA में बार-बार आता है। याद रखो:

1x2+a2dx=1atan1 ⁣(xa)+C\int \frac{1}{x^2 + a^2}\,dx = \frac{1}{a}\tan^{-1}\!\left(\frac{x}{a}\right) + C

जब a=2a = 2: 1x2+4dx=12tan1 ⁣(x2)+C\int \frac{1}{x^2 + 4}\,dx = \frac{1}{2}\tan^{-1}\!\left(\frac{x}{2}\right) + C

ध्यान दो — coefficient 1a\frac{1}{a} है, 1a2\frac{1}{a^2} नहीं। यही सबसे common mistake है।


शॉर्टकट और युक्तियाँ

patternReverse Chain Rule — सीधे देखो

जब integrand का रूप [f(x)]nf(x)[f(x)]^n \cdot f'(x) हो, उत्तर सीधे [f(x)]n+1n+1+C\dfrac{[f(x)]^{n+1}}{n+1} + C है।

उदाहरण: x(x2+1)5dx\int x(x^2+1)^5\,dx — यहाँ f(x)=x2+1f(x) = x^2+1, f(x)=2xf'(x) = 2x

xdx=122xdxx\,dx = \frac{1}{2} \cdot 2x\,dx, इसलिए उत्तर =(x2+1)612+C= \dfrac{(x^2+1)^6}{12} + C

Standard substitution: 6 steps। Pattern पहचानकर: 2 steps।

patternHalf-Angle Trap पहचानो

जब denominator में (1cosx)(1 - \cos x) या (1+cosx)(1 + \cos x) दिखे, तुरंत half-angle identity लगाओ।

1cosx=2sin2(x/2)1 - \cos x = 2\sin^2(x/2) \Rightarrow 11cosx=12cosec2(x/2)\dfrac{1}{1-\cos x} = \dfrac{1}{2}\text{cosec}^2(x/2)

अब 12cosec2(x/2)dx\int \frac{1}{2}\text{cosec}^2(x/2)\,dx — standard form।

=12(2)cot(x/2)+C=cot(x/2)+C= \frac{1}{2} \cdot (-2)\cot(x/2) + C = -\cot(x/2) + C

बिना identity के: अटक जाओगे। Identity के साथ: 15 seconds।

patternsin²x और cos²x — डबल angle trick

sin2xdx\int \sin^2 x\,dx या cos2xdx\int \cos^2 x\,dx — इन्हें कभी सीधे integrate करने की कोशिश मत करो।

तुरंत लिखो: sin2x=1cos2x2\sin^2 x = \frac{1-\cos 2x}{2}, cos2x=1+cos2x2\cos^2 x = \frac{1+\cos 2x}{2}

फिर integrate करो — यह 100% standard form बन जाता है।

Standard attempt (बिना identity): dead end। Identity के साथ: 20 seconds, 3 steps।

elimination1/(x²+a²) में coefficient गलती से बचो

1x2+a2dx=1atan1(x/a)+C\int \frac{1}{x^2 + a^2}\,dx = \frac{1}{a}\tan^{-1}(x/a) + C — coefficient 1a\frac{1}{a} है।

Options में अक्सर 12tan1(x/2)\frac{1}{2}\tan^{-1}(x/2), tan1(x/2)\tan^{-1}(x/2), 2tan1(x/2)2\tan^{-1}(x/2) सब होते हैं।

Elimination: अगर a=2a=2 है तो 12\frac{1}{2} होना चाहिए। 14\frac{1}{4} और 22 वाले options तुरंत काटो। 4 options में से 2 खत्म — 50% faster elimination।

substitutionSubstitution की ज़रूरत पहचानो

Rule: Integrand में अगर एक function और उसका अवकलज (या उसका scalar multiple) दोनों मौजूद हों — substitution लगाओ।

xx2+1dx\int x\sqrt{x^2+1}\,dx — यहाँ x2+1x^2+1 है और उसका अवकलज 2x2x का xx factor मौजूद है।

lnxxdx\int \frac{\ln x}{x}\,dx — यहाँ lnx\ln x है और 1x\frac{1}{x} उसका अवकलज है।

यह पहचान आने पर substitution का निर्णय 3 seconds में होता है। बिना इस rule के: 30-45 seconds trial and error।


तेज़-समाधान रूपरेखा

परीक्षा हॉल में यह क्रम follow करो:

Step 1 — Direct Standard Form? क्या integrand सीधे किसी standard formula से match करता है? (जैसे sec2x\sec^2 x, 1x2+a2\frac{1}{x^2+a^2}, exe^x) — हाँ तो सूत्र लिखो, अगला सवाल।

Step 2 — Identity की ज़रूरत? Trigonometric expression है? 1±cosx1 \pm \cos x, sin2x\sin^2 x, cos2x\cos^2 x दिख रहा है? — पहले identity लगाओ, फिर Step 1 पर जाओ।

Step 3 — Substitution लगेगी? Composite function है और उसका derivative भी (या उसका multiple) दिख रहा है? u=u = inner function, dudu निकालो, integrate करो।

Step 4 — Options से eliminate करो। अगर direct नहीं सूझ रहा — differentiate करके check करो। सही उत्तर का अवकलज == integrand। गलत options को 15-20 seconds में काटा जा सकता है।

इस order को follow करो — Step 4 पर ज़्यादा वक़्त मत बर्बाद करो। 2 minutes से ज़्यादा अटको तो mark करो, आगे बढ़ो।


हल किए गए PYQs

क्यों यह प्रश्न: यह NDA 2025 का सवाल है। सीधा standard form नहीं है — पहले identity लगानी होगी। Half-angle की पहचान ही यहाँ skill है।

समाधान का रास्ता: 1cosx=2sin2(x/2)1 - \cos x = 2\sin^2(x/2) identity लगाओ, cosec2(x/2)\text{cosec}^2(x/2) का standard integral लिखो, coefficient सँभालो।

Previous Year Questionपिछले वर्ष का प्रश्न2025
Let the function y = (1 − cos x)^(−1), where x ≠ 2nπ and n is an integer. What is ∫ y dx equal to?
  1. −tan(x/2) + c
  2. −cot(x/2) + c
  3. tan(x/2) + c
  4. cot(x/2) + c
Solutionसमाधान
Using 1 − cos x = 2 sin²(x/2), we get y = 1/(2 sin²(x/2)) = (1/2) cosec²(x/2). Then ∫ y dx = (1/2) ∫ cosec²(x/2) dx = (1/2)·(−2 cot(x/2)) + c = −cot(x/2) + c.

क्यों यह प्रश्न: 1x2+a2\frac{1}{x^2 + a^2} form का classic NDA सवाल। Options में 12\frac{1}{2}, 11, 22, 14\frac{1}{4} coefficient दिए जाते हैं। Coefficient में गलती सबसे common trap है।

समाधान का रास्ता: a=2a = 2 identify करो। 1x2+a2dx=1atan1(x/a)+C\int \frac{1}{x^2+a^2}dx = \frac{1}{a}\tan^{-1}(x/a) + C में a=2a=2 रखो। 12tan1(x/2)+C\frac{1}{2}\tan^{-1}(x/2) + C सीधे मिलता है।

Previous Year Questionपिछले वर्ष का प्रश्न
∫(1/(x² + 4))dx equals:
∫(1/(x² + 4))dx बराबर है:
  1. (1/2)tan⁻¹(x/2) + C
  2. tan⁻¹(x/2) + C
  3. 2tan⁻¹(x/2) + C
  4. (1/4)tan⁻¹(x/2) + C
  1. (1/2)tan⁻¹(x/2) + C
  2. tan⁻¹(x/2) + C
  3. 2tan⁻¹(x/2) + C
  4. (1/4)tan⁻¹(x/2) + C
Solutionसमाधान
Using the standard form ∫1/(x² + a²)dx = (1/a)tan⁻¹(x/a) + C, where a = 2, we get (1/2)tan⁻¹(x/2) + C.
मानक रूप ∫1/(x² + a²)dx = (1/a)tan⁻¹(x/a) + C का उपयोग करके, जहाँ a = 2, हमें (1/2)tan⁻¹(x/2) + C मिलता है।

क्यों यह प्रश्न: Substitution method का cleanest example। xdxx\,dx factor देखकर तुरंत u=x2+1u = x^2+1 identify करने की speed ही यहाँ marks दिलाती है।

समाधान का रास्ता: u=x2+1u = x^2+1 रखो \Rightarrow du=2xdxdu = 2x\,dx \Rightarrow xdx=du/2x\,dx = du/212u1/2du=13u3/2=13(x2+1)3/2+C\frac{1}{2}\int u^{1/2}\,du = \frac{1}{3}u^{3/2} = \frac{1}{3}(x^2+1)^{3/2} + C

Previous Year Questionपिछले वर्ष का प्रश्न
The integral ∫x√(x² + 1)dx equals:
समाकल ∫x√(x² + 1)dx बराबर है:
  1. (1/3)(x² + 1)^(3/2) + C
  2. (2/3)(x² + 1)^(3/2) + C
  3. (1/2)(x² + 1)^(3/2) + C
  4. (x² + 1)^(3/2) + C
  1. (1/3)(x² + 1)^(3/2) + C
  2. (2/3)(x² + 1)^(3/2) + C
  3. (1/2)(x² + 1)^(3/2) + C
  4. (x² + 1)^(3/2) + C
Solutionसमाधान
Let u = x² + 1, then du = 2x dx, so x dx = du/2. The integral becomes (1/2)∫u^(1/2)du = (1/2) × (2/3)u^(3/2) = (1/3)(x² + 1)^(3/2) + C.
मान लेते हैं u = x² + 1, तो du = 2x dx, अतः x dx = du/2। समाकलन (1/2)∫u^(1/2)du = (1/2) × (2/3)u^(3/2) = (1/3)(x² + 1)^(3/2) + C बन जाता है।

क्यों यह प्रश्न: sin2x\sin^2 x का integral — अगर सीधे करने बैठे तो अटक जाओगे। Double angle identity की reflexive application NDA में marks का फ़र्क डालती है।

समाधान का रास्ता: sin2x=1cos2x2\sin^2 x = \frac{1-\cos 2x}{2} लिखो। 1cos2x2dx=x2sin2x4+C\int \frac{1-\cos 2x}{2}dx = \frac{x}{2} - \frac{\sin 2x}{4} + C

Previous Year Questionपिछले वर्ष का प्रश्न
The integral ∫sin²x dx equals:
समाकल ∫sin²x dx बराबर है:
  1. x/2 - (sin2x)/4 + C
  2. x/2 + (sin2x)/4 + C
  3. -x/2 + (sin2x)/4 + C
  4. x - (sin2x)/2 + C
  1. x/2 - (sin2x)/4 + C
  2. x/2 + (sin2x)/4 + C
  3. -x/2 + (sin2x)/4 + C
  4. x - (sin2x)/2 + C
Solutionसमाधान
Using the identity sin²x = (1 - cos2x)/2, we get ∫sin²x dx = ∫(1 - cos2x)/2 dx = x/2 - (sin2x)/4 + C.
sin²x = (1 - cos2x)/2 सर्वसमिका का उपयोग करके, हमें ∫sin²x dx = ∫(1 - cos2x)/2 dx = x/2 - (sin2x)/4 + C मिलता है।

क्यों यह प्रश्न: निश्चित समाकलन (definite integral) का basic application — indefinite integration पहले, फिर limits लगाओ। Arithmetic error का सबसे common zone।

समाधान का रास्ता: (2x+3)dx=x2+3x+C\int(2x+3)dx = x^2 + 3x + C। Limits 1 से 4: (16+12)(1+3)=284=24(16+12) - (1+3) = 28 - 4 = 24

Previous Year Questionपिछले वर्ष का प्रश्न
Find the value of ∫(2x + 3)dx from x = 1 to x = 4
x = 1 से x = 4 तक ∫(2x + 3)dx का मान ज्ञात कीजिए।
  1. 21
  2. 24
  3. 27
  4. 30
  1. 21
  2. 24
  3. 27
  4. 30
Solutionसमाधान
∫(2x + 3)dx = x² + 3x + C. Evaluating from 1 to 4: (16 + 12) - (1 + 3) = 28 - 4 = 24.
∫(2x + 3)dx = x² + 3x + C। 1 से 4 तक मूल्यांकन करने पर: (16 + 12) - (1 + 3) = 28 - 4 = 24।

आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →