The properties of the Laplace transform are the algebraic identities that make it useful for solving ODEs. Together they give: how derivatives transform, how shifts and exponential modulations transform, and what conditions must satisfy for the transform to exist.
Existence conditions
The Laplace transform exists (converges) for if:
- is piecewise continuous on .
- has exponential order: there exist constants and such that
The two conditions together ensure doesn’t grow faster than some exponential.
Piecewise continuity
A function is piecewise continuous on if for any interval , you can split it into a finite number of subintervals where is continuous, except possibly at jump discontinuities at the boundaries.
A jump discontinuity is when has a discontinuity at but the one-sided limits and both exist and are finite.
Functions with worse discontinuities (like infinite jumps) can’t be Laplace-transformed in the standard sense.
Exponential order
This rules out functions that grow too fast. is exponential order ( works). is not — it grows faster than any . So doesn’t exist.
Derivative property
The most important property, and what makes Laplace useful for ODEs:
By induction:
In particular:
This is what turns differentiation into multiplication by . ODEs with constant coefficients become polynomial-coefficient algebraic equations in .
The minus signs (with initial values) mean initial conditions get baked in automatically — you don’t have to apply them separately at the end.
Linearity
For constants :
Trivial from the linearity of integration.
First shifting theorem (s-shift)
Multiplying by in the time domain shifts the s-variable:
where is the abscissa of convergence of (the smallest real such that is exponential-order with rate , in the sense of the existence condition above). In words: the original transform converges for ; multiplying by in time shifts that region to . The "" appearing in some texts is the time after which the exponential-order bound holds and is unrelated to the convergence variable — don’t confuse the two.
Inverse:
Useful corollary: .
Second shifting theorem (t-shift)
Multiplying by (Heaviside step function) and shifting time:
Inverse:
This handles time-shifted forcing in IVPs — for example, when a force is applied at rather than .
Convolution
Products in the s-domain correspond to convolutions in time:
where . This is huge for solving ODEs with arbitrary forcing.
Multiplication by
Differentiating in corresponds to multiplying by . Useful occasionally.
Worked example
Compute via the integral and verify against the table:
For : the integrand decays since , so the integral converges to . ✓
For : the integrand grows or stays bounded but doesn’t decay, integral diverges.
So for .
Verifying derivative property
Compute directly: .
Now use the derivative property. , , .
Direct check: . ✓
In context
These properties together make the Laplace transform a complete tool for solving linear ODEs with constant coefficients and any reasonable forcing. The procedure is in Method of Laplace transform.
For inverting transforms (the reverse direction, often the harder step), see Inverse Laplace transform and the partial-fractions techniques used there.