WHY it matters. It lets us write piecewise inputs as one formula. Want a function that is g(t) but only after time a? Multiply: g(t)u(t−a) kills it for t<a and reveals it for t>a.
HOW to build windows. To turn something on at a and off at b:
u(t−a)−u(t−b)={10a<t<botherwise
This "boxcar" is the workhorse of piecewise modelling.
HOW it arises as a limit. Define a narrow box of width ε, height 1/ε (area =1), centred at a:
δε(t−a)=ε1[u(t−a)−u(t−a−ε)].
As ε→0+, the box becomes infinitely tall and thin, area still 1 — that is δ(t−a).
The step function is like a light switch: pitch dark, then click, fully bright — that "click" happens at one exact moment. The delta function is the click itself: a super-quick poke that delivers a fixed amount of "push" in no time at all, like flicking a marble. The neat trick: how fast the light brightness changes at the click is exactly the poke. So the poke (delta) is just the speed of the switch flipping (the slope of the step). In maths, when you ask "how much total push did the poke give?", the answer is always whatever the system felt right at that instant — the delta picks out that one value and ignores everything else.
Definition of u(t−a)
0 for t<a, 1 for t>a; switches the value 1 on at t=a.
L{u(t−a)}
se−as, for s>0.
Second shifting theorem
L{f(t−a)u(t−a)}=e−asF(s).
Sifting property of the delta
∫−∞∞f(t)δ(t−a)dt=f(a).
L{δ(t−a)}
e−as (and L{δ(t)}=1).
Relation between step and delta
δ(t−a)=dtdu(t−a).
Boxcar (window) on (a,b)
u(t−a)−u(t−b).
L−1{e−asF(s)}
f(t−a)u(t−a) (the gate is required!).
L{tu(t−2)}
write t=(t−2)+2 → e−2s(s21+s2).
Why δ is not a true function
It is a distribution defined only via integrals; it has no finite pointwise value at a.
Dekho, do simple ideas hain. Heaviside step functionu(t−a) ek switch ki tarah hai: t=a se pehle output zero (light off), t=a ke baad output one (light on). Iska kaam hai piecewise inputs ko ek single formula mein likhna — jaise "yeh force sirf 2 second ke baad chalu hoti hai". Window banane ke liye u(t−a)−u(t−b) use karo, jo sirf a se b ke beech 1 deta hai. Iska Laplace transform e−as/s hota hai, aur agar function delayed ho to second shifting theorem kehta hai L{f(t−a)u(t−a)}=e−asF(s) — yaani time mein delay = s-domain mein e−as se multiply.
Dirac deltaδ(t−a) ek instant ka jhatka (impulse) hai — hammer se ek zor ka tap. Yeh koi normal function nahi hai; isko hum sirf integral ke andar samajhte hain. Iska main rule sifting property hai: ∫f(t)δ(t−a)dt=f(a), matlab yeh poore function mein se sirf t=a wali value utha leta hai, baaki sab ignore. Iska Laplace e−as hai (step se ek 1/s kam, kyunki delta step ka derivative hai).
Sabse important baat ek hi hai: delta step ka derivative hai, δ=dtdu. Switch achanak on hota hai, aur us achanak change ka rate hi impulse hai. ODE solve karte waqt δ(t−π) ka matlab hai: t=π tak kuch nahi, phir ek dum kick lag gaya. Ek common galti: inverse Laplace mein gate u(t−a) lagana mat bhoolna, warna answer t<a ke liye galat ho jayega. Aur g(t)u(t−a) ko transform karne se pehle g(t) ko (t−a) ke terms mein likhna zaroori hai.