Computing Library › Control Theory
Control Theory

The Laplace Domain

The Laplace transform converts differential equations into algebra by mapping time functions to functions of a complex frequency variable s.

Why Move to s

The Laplace transform of a signal f(t) is F(s) = integral from 0 to infinity of f(t)*e^(-s*t) dt, where s = sigma + j*omega is a complex frequency. Its value to control engineers is that differentiation in time becomes multiplication by s, so linear differential equations become polynomial equations that are solved algebraically.

Key properties

Kronos motion — control room

Common transform pairs

A unit step maps to 1/s, an exponential e^(-a*t) maps to 1/(s+a), and a sinusoid sin(wt) maps to w/(s^2 + w^2). These pairs let engineers move between time and s freely.

Solving a system

To find a system's response, transform the differential equation, solve the resulting algebraic equation for the output Y(s), and take the inverse transform. Partial-fraction expansion breaks Y(s) into simple pieces whose time-domain forms are read from a table, so no integral needs to be evaluated by hand.

The complex plane picture

Plotting poles and zeros in the s-plane makes system behavior visual. Poles in the left half-plane decay (stable); poles in the right half-plane grow (unstable); poles on the imaginary axis oscillate without decay. The distance from the imaginary axis sets how fast transients settle, and the angle sets how oscillatory they are.

The Laplace domain is the foundation on which transfer functions, stability tests, and frequency-response methods are built. Its discrete cousin, the z-transform, plays the same role for sampled-data systems.