The unilateral Laplace transform of a signal is
This differs from the bilateral Laplace transform only in the lower limit: instead of .
The instead of matters when contains an impulse at : we want to include it. (Using would miss any impulse at the origin.) The bilateral form catches it automatically; the unilateral form needs the to include it.
Why we use it in practice
The unilateral transform is the right tool for causal signals — signals that are zero before . For such signals, the unilateral and bilateral transforms give the same , but the unilateral version has two practical advantages.
No ROC bookkeeping. Every causal signal’s transform converges on a right half-plane for some . The transform is determined by alone — you don’t need to track or report the ROC. (The ROC is implicit and is whatever right half-plane is needed.)
Initial conditions appear naturally. The unilateral differentiation property picks up an initial-condition term:
For higher derivatives:
When you Laplace-transform a differential equation, the initial conditions drop out of these formulas and become constants in the transformed equation — exactly what you need to solve an IVP algebraically.
The trade
The disadvantage is that the unilateral transform only handles causal signals — those zero for . Any nonzero behavior before is invisible to it. For non-causal signals, use the bilateral form.
In engineering practice, almost every problem is causal — circuits turning on at , systems with initial state, signals beginning at some moment. The unilateral transform handles all of these cleanly, which is why it dominates in textbooks and software (MATLAB’s laplace function, control-theory references, etc.).
Solving an ODE worked example
Solve with , .
Take the unilateral Laplace transform of both sides. Using the differentiation property:
- .
- .
The equation becomes
So . Partial fractions (cover-up):
Verification: ✓; ✓.
The whole solution was algebraic — no time-domain ODE solving. The initial conditions appeared as the constants and in the transformed equation. This is what the Laplace transform was invented for.
Pair table
The same Laplace-pair table as the bilateral transform applies, just without the ROC column (since every entry is a right half-plane for causal signals). The most-used pairs:
- .
- .
- .
- .
- , .
- , similarly for cosine.
The full table is on the formula sheet.