Heaviside and Dirac Functions
Definition
Heaviside step function
The Heaviside (unit step) function is zero before and one from onward:
Dirac delta function
The Dirac delta function is defined by the property
for any function . It is technically a distribution, not a function.
Intuition
The Heaviside function models an instantaneous switch: a system that is “off” before time and “on” after. The Dirac delta models an idealised instantaneous impulse — infinite magnitude, zero duration, unit area. Physically, is the derivative of : a sudden jump in value corresponds to an infinite spike in its rate of change.
Formal Description
Heaviside properties
The Laplace transform is
The Heaviside function represents a time translation of by :
A piecewise function for and for can be written as
Dirac delta properties
The shifted delta function can be represented as a limit of step functions:
Its Laplace transform (with ) is
Key Results
- The Heaviside function is the primitive (antiderivative) of the Dirac delta: .
- Impulsive forcing via produces a jump in the first derivative of the solution but not in the solution itself.
- Both functions appear in the Laplace transform table (entries 12–14).
Applications
- Encoding piecewise-defined forcing terms in ODE problems as a single expression.
- Modelling instantaneous forces (hammer blow, short circuit) in physics and engineering.
- Signal processing: the unit step and impulse are the canonical test inputs for linear time-invariant systems.
Trade-offs
- The Dirac delta is not a function in the classical sense; rigorous treatment requires the theory of distributions.
- Piecewise expressions using can look compact but become unwieldy with many switch times.
- In numerical computation, approximating requires care to avoid large discretisation errors.