4.6.25Ordinary Differential Equations

Laplace transform — definition, region of convergence

1,873 words9 min readdifficulty · medium6 backlinks

1. The Definition (built from scratch)

WHY the kernel este^{-st}? We want a "weighting factor" that kills the function's growth at large tt so the infinite integral can settle to a finite number. The exponential este^{-st} decays (when Re(s)\operatorname{Re}(s) is large enough), squashing f(t)f(t) down. It also has the magic property ddtest=sest\frac{d}{dt}e^{-st} = -s\,e^{-st}, which is exactly what makes derivatives turn into multiplication by ss.

WHAT we get: a function F(s)F(s) that lives in "ss-space." Information about ff is repackaged, not lost.

HOW we compute it: plug f(t)f(t) into the integral and evaluate. Let's earn one.


2. Region of Convergence (ROC)

Deriving the bound (WHY it works): F(s)=0estf(t)dt0eσtf(t)dt0eσtMeatdt=M0e(σa)tdt=Mσa,|F(s)| = \left|\int_0^\infty e^{-st}f(t)\,dt\right| \le \int_0^\infty e^{-\sigma t}|f(t)|\,dt \le \int_0^\infty e^{-\sigma t}Me^{at}\,dt = M\int_0^\infty e^{-(\sigma-a)t}\,dt = \frac{M}{\sigma - a}, finite iff σa>0\sigma - a > 0, i.e. σ>a\sigma>a. Done — the half-plane drops straight out of the inequality.

Figure — Laplace transform — definition, region of convergence

3. Common Mistakes (Steel-manned)


4. Active Recall

Recall Quick self-test (cover the answers)
  • Q: What is the kernel and why that one? → este^{-st}; it decays to tame growth and converts d/dtd/dt into ×s\times s.
  • Q: ROC of L{e3t}\mathcal{L}\{e^{3t}\}? → Re(s)>3\operatorname{Re}(s)>3.
  • Q: What two conditions guarantee existence? → piecewise continuous + exponential order.
  • Q: Why does et2e^{t^2} have no transform? → grows faster than any eate^{at}; integral diverges for all ss.
  • Q: Shape of an ROC? → a right half-plane Re(s)>a\operatorname{Re}(s) > a.
Recall Feynman: explain it to a 12-year-old

Imagine a noisy classroom (a wiggly signal in time). The Laplace transform is like a special pair of headphones that, instead of listening normally, multiplies every sound by a "fade-out" filter that gets quieter as time goes on. If the noise isn't crazy loud (doesn't grow too fast), the headphones add up all the faded sounds into one single number for each "fade speed" ss. The list of fade speeds that give a sensible (finite) number is the Region of Convergence — basically "fade fast enough and it always works; the noisier the original, the faster you must fade."


5. The 80/20 (what to truly own)

  1. F(s)=0estf(t)dtF(s)=\int_0^\infty e^{-st}f(t)\,dt — and why the kernel.
  2. ROC is the half-plane Re(s)>a\operatorname{Re}(s)>a where aa = growth rate.
  3. Existence = piecewise continuous + exponential order.
  4. Three anchor results: L{1}=1s\mathcal{L}\{1\}=\frac1s, L{eat}=1sa\mathcal{L}\{e^{at}\}=\frac{1}{s-a}, L{t}=1s2\mathcal{L}\{t\}=\frac{1}{s^2}.

Connections

  • Inverse Laplace Transform — going back from F(s)F(s) to f(t)f(t); ROC fixes uniqueness.
  • Laplace Transform of Derivatives — the ×s\times s property used to solve ODEs.
  • Solving ODEs with Laplace Transforms — the payoff application.
  • Improper Integrals — convergence machinery behind the ROC.
  • Fourier Transform — special case along Re(s)=0\operatorname{Re}(s)=0.
  • Exponential Order and Growth Rates

Define the Laplace transform of f(t)f(t).
F(s)=0estf(t)dtF(s)=\int_0^\infty e^{-st}f(t)\,dt, for ss where the integral converges.
Why is the kernel chosen as este^{-st}?
It decays to tame the function's growth (so the infinite integral converges) and satisfies ddtest=sest\frac{d}{dt}e^{-st}=-s\,e^{-st}, turning differentiation into multiplication by ss.
What is the Region of Convergence (ROC)?
The set of ss for which the defining integral converges; for one-sided transforms it is a right half-plane Re(s)>a\operatorname{Re}(s)>a.
What is the abscissa of convergence?
The boundary value aa such that F(s)F(s) converges for Re(s)>a\operatorname{Re}(s)>a; equals the function's exponential growth rate.
State the two sufficient conditions for existence of L{f}\mathcal{L}\{f\}.
ff is piecewise continuous on [0,)[0,\infty) and of exponential order aa (f(t)Meat|f(t)|\le Me^{at}).
Compute L{1}\mathcal{L}\{1\} and its ROC.
1s\frac{1}{s}, with Re(s)>0\operatorname{Re}(s)>0.
Compute L{eat}\mathcal{L}\{e^{at}\} and its ROC.
1sa\frac{1}{s-a}, with Re(s)>a\operatorname{Re}(s)>a.
Compute L{t}\mathcal{L}\{t\} and its ROC.
1s2\frac{1}{s^2}, with Re(s)>0\operatorname{Re}(s)>0.
Compute L{sinωt}\mathcal{L}\{\sin\omega t\} and its ROC.
ωs2+ω2\frac{\omega}{s^2+\omega^2}, with Re(s)>0\operatorname{Re}(s)>0.
Why does f(t)=et2f(t)=e^{t^2} have no Laplace transform?
It grows faster than any eate^{at}, so estet2e^{-st}e^{t^2}\to\infty for every ss and the integral diverges.
The convergence condition is on which part of ss?
On Re(s)=σ\operatorname{Re}(s)=\sigma, since est=eσt|e^{-st}|=e^{-\sigma t}.
Bound showing convergence for exponential-order ff:
F(s)Mσa|F(s)|\le \frac{M}{\sigma-a} for σ>a\sigma>a, hence finite (converges).

Concept Map

motivates

defined by

kernel

decays and squashes f

turns d/dt into

converts calculus to

converges only for some s

sets threshold

ROC is Re s greater than a

bounds growth

with exp order gives

with continuity gives

guarantees

Time-domain ODEs are hard

Laplace transform

Integral e^-st f t dt

Exponential e^-st

Integral converges

Multiply by s

Algebra in s-space

Region of Convergence

f grows like e^at

Abscissa of convergence a

Exponential order a

Piecewise continuous

Existence theorem

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Laplace transform basically ek machine hai jo time ke function f(t)f(t) ko ek naye variable ss ke function F(s)F(s) mein convert kar deta hai. Formula hai F(s)=0estf(t)dtF(s)=\int_0^\infty e^{-st}f(t)\,dt. Yeh este^{-st} jo kernel hai, woh ek "fade-out" filter ki tarah kaam karta hai — jaise time badhta hai, yeh function ko dabaata jaata hai, taaki infinite integral ka answer finite mile. Bonus yeh ki differentiation algebra ban jaati hai (multiply by ss), isliye ODEs solve karna easy ho jaata hai.

Ab Region of Convergence (ROC) ka funda: integral hamesha converge nahi karta. Agar f(t)f(t) tezi se grow karta hai jaise eate^{at}, toh integrand e(aσ)te^{(a-\sigma)t} jaisa behave karta hai, jahan σ=Re(s)\sigma=\operatorname{Re}(s). Yeh tabhi decay karega jab σ>a\sigma>a. Matlab ROC hamesha ek right half-plane hota hai: Re(s)>a\operatorname{Re}(s)>a. Yeh aa ko abscissa of convergence kehte hain, aur yeh function ki growth rate hai.

Existence ke liye do conditions: ff piecewise continuous ho aur exponential order ka ho (yaani f(t)Meat|f(t)|\le Me^{at}). Agar function bahut hi zyada tezi se grow kare — jaise et2e^{t^2} — toh koi bhi ss kaam nahi karega, integral har jagah diverge, aur uska Laplace transform exist hi nahi karta. Isliye answer likhte waqt ROC zaroor likho, sirf 1sa\frac{1}{s-a} likhna adhoora hai.

Yaad rakhne ka tarika: "fade fast enough, right half-plane mein sab set." Teen results muh-zabaani aane chahiye: L{1}=1s\mathcal{L}\{1\}=\frac1s, L{eat}=1sa\mathcal{L}\{e^{at}\}=\frac{1}{s-a}, aur L{t}=1s2\mathcal{L}\{t\}=\frac{1}{s^2} — sab ke saath Re(s)\operatorname{Re}(s) wali condition. Bas itna pakka, toh chapter ka 80% clear.

Go deeper — visual, from zero

Test yourself — Ordinary Differential Equations

Connections