4.6.28 · D3 · Maths › Ordinary Differential Equations › Laplace of derivatives — key property for solving ODEs
Is page mein parent property ka derivative rule har tarah ke case ke against test kiya gaya hai. Pehle matrix padho, phir har worked example batata hai ki woh exactly kis cell mein fit hota hai.
Intuition Woh ek tool jo hum baar baar use karte hain
Neeche har example usi teen-move machine se chalta hai: (1) ODE ko L { f ′ } = s F ( s ) − f ( 0 ) aur L { f ′′ } = s 2 F ( s ) − s f ( 0 ) − f ′ ( 0 ) use karke transform karo, (2) resulting algebra ko s mein solve karo, (3) wapas t mein invert karo. Case se case mein sirf yeh badalta hai ki machine ka kaun sa corner stress ho raha hai — zero initial condition, nonzero wali, ek forcing term, real / repeated / complex roots, ya t = 0 se door diya gaya value.
Yahan s Laplace variable hai, Y = L { y } unknown ka transform hai, aur "IC" ka matlab hai initial condition (kisi chosen time par y ya uske derivative ki value). Har row ek alag case class hai; last column us example ka naam deta hai jo use cover karta hai.
Case class
Ise alag kya banata hai
Covered by
1st order, nonzero IC
− f ( 0 ) ka fee actually nonzero hai
Ex 1
1st order, zero IC + forcing
fee zero ho jaata hai, forcing s 1 enter karta hai
Ex 2
2nd order, two real roots (s 2 − a 2 )
denominator ( s − a ) ( s + a ) mein factor hota hai
Ex 3
2nd order, complex roots (oscillation)
denominator s 2 + ω 2 → sin/cos
Ex 4
2nd order, repeated root (critical)
denominator ( s + a ) 2 → t e − a t
Ex 5
Degenerate : n = 0 / constant / pure decay limit
check karo ki rule edges par toot toh nahi raha
Ex 6
Word problem (real units)
RC circuit / cooling, physical meaning
Ex 7
Exam twist : IC t = 0 par nahi diya
formula ki boundary 0 par baithi hai — shift karna padega
Ex 8
Neeche jo bhi numeric answer aata hai woh verify block mein machine-checked hai.
Worked example Ex 1 — 1st order, nonzero IC ·
Case 1
Solve karo y ′ + 2 y = 0 , y ( 0 ) = 5 .
Forecast: Pure exponential decay 5 se start karke; guess karo y = 5 e − 2 t .
Dono sides transform karo. ( s Y − y ( 0 ) ) + 2 Y = 0 .
Yeh step kyun? y ′ ko s Y − y ( 0 ) se replace karo — property ka yahi to poora point hai; ODE algebra ban jaata hai.
IC insert karo. y ( 0 ) = 5 : s Y − 5 + 2 Y = 0 ⇒ ( s + 2 ) Y = 5 .
Yeh step kyun? − f ( 0 ) fee exactly wahi jagah hai jahan 5 enter hota hai — baad mein koi extra constant fit nahi karna padta.
Algebra solve karo. Y = s + 2 5 .
Invert karo. L { e a t } = s − a 1 use karke a = − 2 ke saath: y ( t ) = 5 e − 2 t .
Verify: y ′ = − 10 e − 2 t , toh y ′ + 2 y = − 10 e − 2 t + 10 e − 2 t = 0 ✓ aur y ( 0 ) = 5 ✓.
Worked example Ex 2 — 1st order, zero IC + constant forcing ·
Case 2
Solve karo y ′ + 4 y = 8 , y ( 0 ) = 0 .
Forecast: Equilibrium ki taraf drive ho raha hai jahan y ′ = 0 ⇒ 4 y = 8 ⇒ y = 2 , 0 se start karke; guess karo y = 2 ( 1 − e − 4 t ) .
Transform karo. L { 1 } = s 1 , toh L { 8 } = s 8 . Is tarah ( s Y − 0 ) + 4 Y = s 8 .
Yeh step kyun? Yahan fee − f ( 0 ) = 0 hai, toh sirf right side ka forcing term bachta hai — yeh cell "clean left side" case test karta hai.
Solve karo. ( s + 4 ) Y = s 8 ⇒ Y = s ( s + 4 ) 8 .
Partial fractions. s ( s + 4 ) 8 = s 2 − s + 4 2 .
Yeh step kyun? Split karo un pieces mein jinka inverse hum pehle se jaante hain (s 1 → 1 , s + 4 1 → e − 4 t ).
Invert karo. y ( t ) = 2 − 2 e − 4 t = 2 ( 1 − e − 4 t ) .
Verify: y ′ = 8 e − 4 t ; y ′ + 4 y = 8 e − 4 t + 8 − 8 e − 4 t = 8 ✓, y ( 0 ) = 2 − 2 = 0 ✓.
Worked example Ex 3 — 2nd order, two real roots ·
Case 3
Solve karo y ′′ − 9 y = 0 , y ( 0 ) = 0 , y ′ ( 0 ) = 6 .
Forecast: Denominator s 2 − 9 = ( s − 3 ) ( s + 3 ) hoga; real roots ± 3 hyperbolic growth/decay dete hain. Ek sinh guess karo: y = 2 sinh 3 t .
Transform karo. ( s 2 Y − sy ( 0 ) − y ′ ( 0 ) ) − 9 Y = 0 .
Yeh step kyun? Second-derivative rule dono ICs ko ek saath lata hai.
ICs insert karo. y ( 0 ) = 0 , y ′ ( 0 ) = 6 : s 2 Y − 0 − 6 − 9 Y = 0 ⇒ ( s 2 − 9 ) Y = 6 .
Solve karo. Y = s 2 − 9 6 .
Invert karo. Kyunki L { sinh a t } = s 2 − a 2 a , likho Y = 2 ⋅ s 2 − 9 3 , toh y ( t ) = 2 sinh 3 t .
Yeh step kyun? Numerator ko a = 3 se match kiya taaki standard form exactly aaye.
Verify: y ′ = 6 cosh 3 t , y ′′ = 18 sinh 3 t ; y ′′ − 9 y = 18 sinh 3 t − 18 sinh 3 t = 0 ✓, y ( 0 ) = 0 ✓, y ′ ( 0 ) = 6 cosh 0 = 6 ✓.
Worked example Ex 4 — 2nd order, complex roots (pure oscillation) ·
Case 4
Solve karo y ′′ + 4 y = 0 , y ( 0 ) = 3 , y ′ ( 0 ) = 0 .
Forecast: s 2 + 4 reals ke upar kabhi factor nahi hota — roots hain ± 2 i , matlab angular frequency 2 par oscillation . 3 se start, zero slope ke saath → pure cosine: guess karo y = 3 cos 2 t .
Transform karo. ( s 2 Y − sy ( 0 ) − y ′ ( 0 ) ) + 4 Y = 0 .
ICs insert karo. y ( 0 ) = 3 , y ′ ( 0 ) = 0 : s 2 Y − 3 s − 0 + 4 Y = 0 ⇒ ( s 2 + 4 ) Y = 3 s .
Yeh step kyun? Dhyaan do ki y ( 0 ) ne numerator mein ek s produce kiya — wahi s sine ke bajaye cosine banata hai.
Solve karo. Y = s 2 + 4 3 s .
Invert karo. L { cos ω t } = s 2 + ω 2 s with ω = 2 , toh y ( t ) = 3 cos 2 t .
Verify: y ′ = − 6 sin 2 t , y ′′ = − 12 cos 2 t ; y ′′ + 4 y = − 12 cos 2 t + 12 cos 2 t = 0 ✓, y ( 0 ) = 3 ✓, y ′ ( 0 ) = 0 ✓.
Chalk-blue solution curve dekho: woh height 3 se start hoti hai flat top ke saath (slope zero, y ′ ( 0 ) = 0 se match karta hua) aur symmetrically swing karti hai — woh flat start pure cosine ka visual signature hai.
Worked example Ex 5 — 2nd order, repeated root (critical damping) ·
Case 5
Solve karo y ′′ + 2 y ′ + y = 0 , y ( 0 ) = 0 , y ′ ( 0 ) = 1 .
Forecast: Characteristic-style denominator hoga s 2 + 2 s + 1 = ( s + 1 ) 2 — ek repeated root − 1 . Repeated roots ek t e − t factor produce karte hain. Guess karo y = t e − t .
Transform karo. ( s 2 Y − sy ( 0 ) − y ′ ( 0 ) ) + 2 ( s Y − y ( 0 ) ) + Y = 0 .
Yeh step kyun? y ′′ par 2nd-derivative rule aur y ′ par 1st-derivative rule apply karo — property dono handle karti hai.
ICs insert karo. y ( 0 ) = 0 , y ′ ( 0 ) = 1 : ( s 2 Y − 1 ) + 2 s Y + Y = 0 ⇒ ( s 2 + 2 s + 1 ) Y = 1 .
Solve karo. Y = ( s + 1 ) 2 1 .
Invert karo. L { t e a t } = ( s − a ) 2 1 with a = − 1 , toh y ( t ) = t e − t .
Yeh step kyun? Squared denominator bilkul t e a t shape ka fingerprint hai — yeh woh case hai jisme koi plain exponential nahi hota.
Verify: y ′ = e − t − t e − t , y ′′ = − 2 e − t + t e − t ; y ′′ + 2 y ′ + y = ( − 2 e − t + t e − t ) + 2 ( e − t − t e − t ) + t e − t = 0 ✓, y ( 0 ) = 0 ✓, y ′ ( 0 ) = 1 ✓.
Worked example Ex 6 — Degenerate / edge cases ·
Case 6
Rule ki boundaries par teen sanity checks.
(a) n = 0 (koi derivative nahi). Convention ke hisaab se f ( 0 ) = f , aur general formula ki subtracted terms ki list empty hai, toh L { f } = s 0 F ( s ) = F ( s ) .
Yeh kyun matter karta hai: pattern collapse nahi hota — yeh sirf identity mein reduce ho jaata hai, jo confirm karta hai ki descending-power list s n − 1 se start hoti hai aur n = 0 contribute karne se pehle ruk jaati hai.
(b) Constant function y ≡ c . Iska derivative 0 hai, toh L { y ′ } = 0 . Rule kehta hai s Y − y ( 0 ) = s ⋅ s c − c = c − c = 0 ✓ — fee exactly s F ( s ) ko cancel kar deta hai.
Yeh step kyun? Ek constant ki rate of change zero hoti hai; property ko 0 return karna chahiye, aur woh karta hai.
(c) Ex 2 ka limiting behaviour. Jab t → ∞ , y = 2 ( 1 − e − 4 t ) → 2 ; jab t → 0 + , y → 0 . Yeh Final Value aur Initial Value behaviour hai: lim s → 0 s Y = lim s → 0 s + 4 8 = 2 aur lim s → ∞ s Y = lim s → ∞ s + 4 8 = 0 .
Yeh step kyun? Y ko s se multiply karna aur s limits lena bina invert kiye t -endpoints read off kar deta hai — ek free consistency check.
Worked example Ex 7 — Word problem with units ·
Case 7
Ek capacitor C = 0.5 F ek resistor R = 4 Ω se discharge hota hai. Voltage v ( t ) yeh obey karta hai: R C v ′ + v = 0 with v ( 0 ) = 12 V . v ( t ) nikalo aur woh time nikalo jab 12/ e V tak pahunche.
Forecast: R C = 4 ⋅ 0.5 = 2 s time constant τ hai. Exponential decay: guess karo v = 12 e − t /2 , t = τ = 2 s par 12/ e tak pahunchega.
ODE cleanly likho. 2 v ′ + v = 0 ⇒ v ′ + 2 1 v = 0 , v ( 0 ) = 12 .
Yeh step kyun? R C se divide karne par standard 1st-order form milta hai; coefficient 2 1 yaani 1/ τ hai.
Transform karo. ( s V − 12 ) + 2 1 V = 0 ⇒ ( s + 2 1 ) V = 12 .
Solve karo. V = s + 2 1 12 .
Invert karo. v ( t ) = 12 e − t /2 V .
12/ e tak pahuncho. Set karo 12 e − t /2 = 12/ e ⇒ e − t /2 = e − 1 ⇒ t = 2 s .
Verify: units — s carries 1/ s , V carries V ⋅ s , toh v carries V ✓. t = 2 par: v = 12 e − 1 ≈ 4.415 V ✓, aur 12/ e ≈ 4.415 ✓.
Worked example Ex 8 — Exam twist: IC
t = 0 par nahi · Case 8
Solve karo y ′ − y = 0 with yeh condition zero se door diya gaya: y ( 1 ) = e .
Forecast: Property ka boundary term exactly t = 0 par rehta hai, toh hum y ( 1 ) directly plug-in nahi kar sakte . Ek unknown y ( 0 ) = c ke saath solve karo, phir y ( 1 ) = e se c fit karo. Equation y ′ = y deta hai y = c e t , aur y ( 1 ) = ce = e ⇒ c = 1 , toh y = e t .
Unknown start ke saath transform karo. Maano y ( 0 ) = c . ( s Y − c ) − Y = 0 ⇒ ( s − 1 ) Y = c .
Yeh step kyun? Hum honestly rule ke andar y ( 1 ) use nahi kar sakte; hum true t = 0 value ko symbol c ki tarah carry karte hain.
Solve karo. Y = s − 1 c .
Invert karo. y ( t ) = c e t .
Di gayi condition fit karo. y ( 1 ) = c e 1 = e ⇒ c = 1 . Is tarah y ( t ) = e t .
Yeh step kyun? Yeh parent mein steel-manned mistake ka sahi handling hai: 0 se door ka IC solve karne ke baad generally fit karna chahiye.
Verify: y ′ = e t = y ✓, aur y ( 1 ) = e 1 = e ✓.
Recall Kaun sa cell kaun sa tha?
Ex1 nonzero-IC first order ko hit karta hai ::: y ′ + 2 y = 0 ⇒ y = 5 e − 2 t .
Ex4 vs Ex3 — s mein fark kaise dekhte hain? ::: s 2 + ω 2 (complex roots → oscillation) vs s 2 − a 2 (real roots → sinh / cosh ).
Ex5 ka s -domain mein fingerprint? ::: Squared denominator ( s + a ) 2 → ek t e − a t term.
Ex8 rule mein y ( 1 ) directly kyun plug-in nahi kar sakte? ::: Derivative property apna boundary term t = 0 par evaluate karta hai, toh IC 0 par honi chahiye; warna generally solve karo aur fit karo.
Denominator padho, motion ka naam lo. s − a → decay/growth · s 2 − a 2 → hyperbolic · s 2 + ω 2 → oscillation · ( s + a ) 2 → critical (t e − a t ).