4.1 Linear Systems & Transfer Functions

Key Takeaways

  • A linear time-invariant (LTI) system obeys superposition and is fully described by its impulse response h(t); the zero-state output is y(t) = x(t) * h(t), the convolution of input and impulse response.
  • Convolution in time becomes multiplication in the Laplace/frequency domain: Y(s) = X(s)H(s), so the transfer function is H(s) = Y(s)/X(s) for zero initial conditions.
  • Poles are the roots of the denominator of H(s) and set stability and response speed; zeros are roots of the numerator and shape the frequency response.
  • A continuous-time LTI system is stable when every pole lies in the open left half of the s-plane (strictly negative real part).
  • Frequency response is H(jω) = H(s) evaluated at s = jω; Bode plots show magnitude in decibels (20·log10|H|) and phase versus log frequency.
Last updated: June 2026

Why linear systems matters on the FE

The Linear Systems knowledge area is roughly 5–8 of the 110 questions, and its concepts feed directly into Signal Processing, Control Systems, and Communications. Because the exam is open to the searchable NCEES FE Reference Handbook, the transform pairs and standard forms below are given to you — the tested skill is to recognize the object in front of you, find the matching formula, and apply it without an algebra slip. Most items are not derivations from scratch; they ask you to pull one fact: a time constant, a pole location, a gain, or a stability verdict.

A linear time-invariant (LTI) system has two defining properties. Linearity means it obeys superposition: scaling and adding inputs scales and adds outputs (if x1→y1 and x2→y2, then a·x1 + b·x2 → a·y1 + b·y2). Time invariance means a delayed input produces an equally delayed output of the same shape: x(t−t0) → y(t−t0). Almost every system on the FE is treated as LTI, which is exactly what permits transfer functions and convolution.

Impulse response and convolution

An LTI system is completely characterized by its impulse response h(t) — the output when the input is a unit impulse δ(t). For any input x(t), the zero-state output is the convolution:

y(t) = x(t) * h(t) = ∫ x(τ) h(t − τ) dτ

Convolution is the time-domain workhorse, but it is tedious to evaluate by hand. The exam-smart move is to leave the time domain. In the Laplace domain, convolution becomes ordinary multiplication:

Y(s) = X(s) · H(s)

That single fact is why transfer functions exist and why they dominate FE linear-systems questions: a hard integral becomes a one-line product.

The Laplace transform and key pairs

The Laplace transform maps a time function to a function of the complex variable s = σ + jω:

F(s) = ∫₀^∞ f(t) e^(−st) dt

You will not integrate this on the exam — you will look up the pair. Memorize the handful that appear constantly:

f(t), t ≥ 0F(s)
δ(t) (unit impulse)1
u(t) (unit step)1/s
t·u(t) (ramp)1/s²
e^(−at)·u(t)1/(s + a)
sin(ωt)·u(t)ω/(s² + ω²)
cos(ωt)·u(t)s/(s² + ω²)

Two operational properties carry most problems: differentiation L{f′(t)} = sF(s) − f(0), and the final value theorem lim_{t→∞} f(t) = lim_{s→0} sF(s) (valid only when the system is stable). These let you find steady-state values without inverting the transform.

Transfer functions, poles, and zeros

The transfer function is the Laplace-domain ratio of output to input for zero initial conditions:

H(s) = Y(s)/X(s) = N(s)/D(s)

It is a rational function of s. The zeros are the roots of the numerator N(s) — frequencies where H(s) = 0. The poles are the roots of the denominator D(s) — frequencies where H(s) blows up. Poles govern the natural response and stability; zeros shape gain and create notches.

s-plane featureMeaning
Pole in left half-plane (Re < 0)Decaying mode — contributes to stability
Pole in right half-plane (Re > 0)Growing mode — system is unstable
Pole on imaginary axis (Re = 0)Marginally stable / sustained oscillation
Complex-conjugate polesOscillatory (underdamped) response
Pole far left of originFaster mode (short time constant)
ZeroFrequency where output is suppressed

Stability rule (continuous-time): an LTI system is stable if and only if every pole of H(s) has a negative real part — all poles strictly in the open left half-plane.

Frequency response and Bode plots

The frequency response is the transfer function evaluated along the imaginary axis, H(jω) = H(s)|_{s=jω}. It is complex: |H(jω)| is the gain at frequency ω, and ∠H(jω) is the phase shift. A Bode plot displays both versus log frequency — magnitude in decibels, dB = 20·log10|H(jω)|, and phase in degrees. Bode landmarks to memorize: a denominator factor (1 + jω/ωc) is a pole that rolls off at −20 dB/decade above ωc with phase passing through −45° at ωc; a numerator factor is a zero at +20 dB/decade and +90°; a flat gain K adds 20·log10K dB and no phase.

Worked example — first- and second-order forms

The two canonical forms cover most FE items. A first-order system H(s) = K/(τs + 1) has a single real pole at s = −1/τ; for a unit step it reaches ~63% of final value after one time constant τ. A second-order system H(s) = ωn²/(s² + 2ζωn·s + ωn²) introduces natural frequency ωn and damping ratio ζ, with poles at s = −ζωn ± jωn√(1−ζ²).

Worked: For H(s) = 25/(s² + 4s + 25), match coefficients: ωn² = 25 → ωn = 5 rad/s, and 2ζωn = 4 → ζ = 4/(2·5) = 0.4. Since 0 < ζ < 1 the response is underdamped (overshoot and ringing). The poles are s = −0.4·5 ± j·5√(1−0.16) = −2 ± j4.58, both in the left half-plane, so the system is stable. Recognizing which form you have — and reading ωn and ζ straight off the denominator — is usually the whole problem.

Test Your Knowledge

An LTI system has transfer function H(s) = 10/((s + 2)(s − 3)). Is the system stable, and why?

A
B
C
D
Test Your Knowledge

For the second-order transfer function H(s) = 36/(s² + 6s + 36), what are the natural frequency ωn and damping ratio ζ?

A
B
C
D
Test Your Knowledge

Why is the transfer function H(s) = Y(s)/X(s) so useful for LTI systems?

A
B
C
D