4.2.10 · Maths › Calculus II — Integration
Ek complicated rational function Q ( x ) P ( x ) ko integrate karna mushkil hai. Lekin simple pieces jaise x − a A turant logs mein integrate ho jaate hain, aur x 2 + 1 1 ek arctan deta hai. Partial fractions woh algebra hai jisme hum fractions ko un-add karte hain: hum ek ugly fraction ko wapas unhi easy pieces mein split karte hain jo milke use banaya karta tha.
YEH KYU KAAM KARTA HAI: common denominator pe fractions ka addition ek reversible operation hai. Agar Q ( x ) pieces mein factor ho jaaye, toh original fraction zaroor unhi fractions se bana hoga jinke denominators exactly wahi pieces hain. Bas hume numerators dhundhne hain.
Definition Proper rational function
Q ( x ) P ( x ) proper tab hota hai jab deg P < deg Q . Partial fractions sirf proper functions pe apply hota hai. Agar improper ho, toh pehle polynomial long division karo:
Q P = ( polynomial ) + Q R , deg R < deg Q .
KAISE (master recipe):
Use proper banao (zarurat ho toh long division karo).
Q ( x ) ko reals ke upar linear aur irreducible quadratic factors mein fully factor karo.
Har factor ke liye, unknown numerators ka sahi template likho (niche ke rules).
Unknowns solve karo (cover-up / matching coefficients).
Har simple piece integrate karo.
Intuition Repeated factors ko
sabhi lower powers kyun chahiye
Maano sirf ( x − a ) 2 A allowed ho. Common denominator ( x − a ) 2 pe iska numerator constant A hai. Lekin sach mein numerator koi bhi linear A 2 + A 1 ( x − a ) ho sakta hai. Ek term linear part produce nahi kar sakta — isliye hume dono x − a A 1 aur ( x − a ) 2 A 2 chahiye taaki har possibility span ho sake. Isi wajah se quadratics ko B x + C milta hai (denominator se ek degree kam).
Ek simple linear factor lo. Likho
( x − a ) g ( x ) P ( x ) = x − a A + g ( x ) (rest) .
Dono sides ko ( x − a ) se multiply karo:
g ( x ) P ( x ) = A + ( x − a ) ⋅ g ( x ) (rest) .
Ab x = a set karo. Doosre term mein ( x − a ) → 0 ka factor hai, isliye woh vanish ho jaata hai:
A = g ( a ) P ( a )
yaani denominator mein ( x − a ) ko cover up karo aur jo bacha usmein x = a plug karo. Yeh bas ek aisa limit evaluate karna hai jo baaki sab terms ko khatam kar deta hai. (Cover-up highest-power coefficient cleanly deta hai; lower repeated/quadratic coefficients ke liye abhi bhi matching chahiye.)
Worked example (1) Distinct linear factors
∫ x 2 − x − 2 3 x + 1 d x
Factor: x 2 − x − 2 = ( x − 2 ) ( x + 1 ) . Proper? deg 1 < deg 2 ✓.
Template: ( x − 2 ) ( x + 1 ) 3 x + 1 = x − 2 A + x + 1 B .
A ke liye cover-up: ( x − 2 ) cover karo, x = 2 set karo: A = 2 + 1 3 ( 2 ) + 1 = 3 7 . Kyun? B term ( x − 2 ) carry karta tha jo x = 2 pe mar jaata hai.
B ke liye cover-up: ( x + 1 ) cover karo, x = − 1 set karo: B = − 1 − 2 3 ( − 1 ) + 1 = − 3 − 2 = 3 2 .
Integrate: ∫ = 3 7 ln ∣ x − 2∣ + 3 2 ln ∣ x + 1∣ + C . Log kyun? har x − a A integrate hokar A ln ∣ x − a ∣ deta hai.
Worked example (2) Repeated linear factor
( x − 1 ) 2 ( x + 2 ) x + 4 = x − 1 A + ( x − 1 ) 2 B + x + 2 C .
B (( x − 1 ) 2 pe cover-up): x = 1 set karo: B = 1 + 2 1 + 4 = 3 5 . Yeh top power ke liye kyun kaam karta hai: ( x − 1 ) 2 se multiply karne par x = 1 pe sirf B bachta hai.
C (( x + 2 ) pe cover-up): x = − 2 set karo: C = ( − 3 ) 2 − 2 + 4 = 9 2 .
A — matching: A ka clean cover-up nahi hota. Multiply out karo aur x 2 coefficient match karo: numerator x + 4 ke barabar hona chahiye. x 2 ka coefficient: A + C = 0 ⇒ A = − C = − 9 2 . x 2 kyun choose kiya? yeh akela aisa jagah hai jahan A aur C bina B ke aate hain, jisse sabse jaldi equation milti hai.
∫ = − 9 2 ln ∣ x − 1∣ − 3 5 ⋅ x − 1 1 + 9 2 ln ∣ x + 2∣ + C .
B ke liye log kyun nahi? ∫ ( x − 1 ) − 2 d x = − ( x − 1 ) − 1 (power rule, log nahi, kyunki exponent = − 1 ).
Worked example (3) Irreducible quadratic factor
( x + 1 ) ( x 2 + 1 ) 2 x 2 + x + 1 = x + 1 A + x 2 + 1 B x + C .
Kya x 2 + 1 irreducible hai? Discriminant 0 2 − 4 ( 1 ) ( 1 ) = − 4 < 0 ✓ (koi real roots nahi).
A (cover-up): x = − 1 : A = ( − 1 ) 2 + 1 2 ( 1 ) − 1 + 1 = 2 2 = 1.
B , C : denominators clear karo:
2 x 2 + x + 1 = A ( x 2 + 1 ) + ( B x + C ) ( x + 1 ) .
A = 1 ke saath: RHS = x 2 + 1 + B x 2 + B x + C x + C = ( 1 + B ) x 2 + ( B + C ) x + ( 1 + C ) .
Match karo: x 2 : 1 + B = 2 ⇒ B = 1 . const: 1 + C = 1 ⇒ C = 0 . (Check x : B + C = 1 ✓.)
( x + 1 ) ( x 2 + 1 ) 2 x 2 + x + 1 = x + 1 1 + x 2 + 1 x .
Integrate: ∫ = ln ∣ x + 1∣ + 2 1 ln ( x 2 + 1 ) + C . Kyun? ∫ x 2 + 1 x d x = 2 1 ln ( x 2 + 1 ) by u = x 2 + 1 . Ek bacha hua constant C over x 2 + 1 arctan x mein integrate hota.
x 2 + b x + c B x + C ke liye (irreducible), do ideas mein split karo:
Log part: numerator ko denominator ke derivative ( 2 x + b ) ke proportional banana → 2 B ln ( x 2 + b x + c ) deta hai.
Arctan part: bacha hua constant, completing the square x 2 + b x + c = ( x + 2 b ) 2 + d 2 ke baad, d 1 arctan d x + b /2 deta hai.
∫ x 2 + 2 x + 5 x + 3 d x
Denominator ka derivative 2 x + 2 hai. Likho x + 3 = 2 1 ( 2 x + 2 ) + 2 .
∫ = 2 1 ln ( x 2 + 2 x + 5 ) + ∫ ( x + 1 ) 2 + 4 2 d x = 2 1 ln ( x 2 + 2 x + 5 ) + 2 ⋅ 2 1 arctan 2 x + 1 + C .
Aisa kyun split kiya? kyunki yeh ek exact-derivative log aur ek pure complete-the-square arctan alag kar deta hai — koi guessing nahi.
Common mistake Proper banana bhool jaana
Tempting isliye lagta hai kyunki template machinery ready dikhti hai. Yeh kyun fail karta hai: agar deg P ≥ deg Q ho toh proper pieces ka koi bhi sum ek improper function ke barabar nahi ho sakta (unki degree hamesha choti hoti hai). Fix: pehle long-divide karo; sirf remainder ka partial-fraction karo.
Common mistake Repeated factor ke liye sirf
( x − a ) 2 A likhna
Sahi lagta hai — ek factor hai toh ek fraction hona chahiye. Kyun galat hai: ek term sirf constant numerator cover kar sakta hai; aap linear freedom khote ho (intuition box dekho). Fix: har power shamil karo x − a A 1 + ( x − a ) 2 A 2 .
Common mistake Quadratic ke upar sirf
x 2 + b x + c A rakhna
Linear factors se analogy mein sahi lagta hai. Kyun galat hai: numerator degree denominator se ek kam honi chahiye; ek quadratic denominator ko linear top B x + C chahiye. Sirf A se tum un fractions ko represent nahi kar sakte jinke sach mein numerator mein x term hai. Fix: hamesha B x + C .
Common mistake Ek reducible quadratic ko irreducible samajhna
x 2 − 5 x + 6 "quadratic dikhta hai" isliye log x 2 − 5 x + 6 B x + C laga dete hain. Kyun galat hai: yeh ( x − 2 ) ( x − 3 ) factor hota hai, toh yeh do linear pieces hone chahiye. Fix: discriminant check karo; jab bhi ≥ 0 ho, factor karo.
Recall Feynman: ek 12-saal ke bacche ko samjhao
Socho kisi ne teen simple juices ek bade cup mein mila diye aur tumhe recipe pata karni hai. Partial fractions woh kaam hai jisme tum mix taste karke bolte ho "ah, itna apple, itna orange, itna grape." Bada messy fraction woh mixed cup hai; simple fractions x − a A pure juices hain. Jab recipe pata chal jaaye, har pure juice "peena" (integrate karna) aasaan hai — seedhe waale ln bante hain, curvy quadratic waale ln plus ek arctan swirl dete hain.
Mnemonic Templates yaad karo
"Linear→Lone constant, Repeated→Run every power down, Quadratic→Quite linear top (Bx+C)."
Aur quadratics integrate karne ke liye: "Log the derivative, arctan the square."
Partial fractions seedha kab apply kar sakte ho? Sirf jab proper ho, deg P < deg Q ; warna pehle long-divide karo.
Decomposition mein unknown constants ki total sankhya kitni hoti hai? deg Q (denominator ki degree).
Repeated linear factor ( x − a ) 3 ka template? x − a A 1 + ( x − a ) 2 A 2 + ( x − a ) 3 A 3 .
Irreducible quadratic factor ( x 2 + b x + c ) ka template? x 2 + b x + c B x + C (linear numerator).
( x − a ) g P ke liye cover-up rule batao.A = g ( a ) P ( a ) : ( x − a ) cover karo, x = a set karo.
Cover-up kyun kaam karta hai? ( x − a ) se multiply karo aur x = a set karo; baaki har term mein ( x − a ) → 0 ka factor rehta hai.
Kaise check karte hain ki ek quadratic irreducible hai? Discriminant b 2 − 4 c < 0 (koi real roots nahi).
∫ x − a A d x = ? A ln ∣ x − a ∣ + C .
∫ ( x − a ) 2 A d x = ? − x − a A + C (power rule, log nahi).
x 2 + b x + c B x + C integrate karne ki strategy?Numerator ko ( 2 x + b ) ke proportional banao log part ke liye; arctan part ke liye complete the square karo.
Quadratic factor ko B x + C kyun chahiye, sirf A nahi? Numerator degree denominator se ek kam honi chahiye taaki saare proper fractions span ho sakein.
Polynomial long division — functions ko proper banana ke liye prerequisite.
Integration by substitution — 2 1 ln ( x 2 + … ) step ke liye use hota hai.
Completing the square — quadratics ko arctan form mein convert karta hai.
Standard integrals — log and arctan — ∫ x 2 + a 2 d x = a 1 arctan a x .
Laplace transforms — inverse via partial fractions — wahi algebra reuse hoti hai.
Factoring polynomials over the reals — factor list provide karta hai.
seedha integrate karna mushkil
linear log deta hai, quadratic arctan deta hai
Simple pieces mein split karo
Q ko reals ke upar fully factor karo
Cover-up or match coefficients
Cover-up rule A=P a over g a