the Heaviside unit step function
/ HEV-ih-side /
Imagine a light switch that is off forever, then snaps on at one instant and stays on. The Heaviside step function is the mathematical version of exactly that: it is 0 before a chosen time and 1 after it. Named after the engineer Oliver Heaviside, it is the simplest way to write down something that suddenly begins — a voltage applied, a load dropped on, a valve opened.
Written u(t - a), it equals 0 when t is less than a and 1 when t is greater than a; the jump happens at t = a. You can build any on-off pattern from it. To turn a force on at t = a, multiply it by u(t - a). To turn it off again at t = b, subtract another step: u(t - a) - u(t - b) is a clean 'window' that is 1 only between a and b and 0 everywhere else. Sliding and combining these blocks lets you describe forcing that switches on, switches off, and changes shape, all in one tidy formula.
Its Laplace transform is beautifully simple: the transform of u(t - a) is e^(-as)/s. That single factor e^(-as) is the seed of the whole 'switching' theory — it is how a delay in time becomes an exponential factor in the s-domain. Master the step function and the rest of this field (windows, delays, piecewise forcing) is just bookkeeping built on top of it.
A force of 5 newtons switched on at t = 2 seconds is written 5 u(t - 2). A force that is 5 only between t = 2 and t = 4 is 5 [u(t - 2) - u(t - 4)].
One step turns a force on; subtracting a second step turns it off — together they cut a window.
The value exactly at the jump, u(0), is a matter of convention (often taken as 1/2); it never affects a Laplace transform, because changing a function at one isolated point cannot change its integral.