The Transfer Function
One system, four languages
The differential equation, its Laplace transform H(s) = a/(s+a), the pole that makes the denominator zero, and the impulse response h(t) = a·e^(−at) are all the same system. Move the coefficient a and all four change together. Match the dashed target response and see one coefficient fix the whole system.
Differentiation becomes multiplication
With zero initial conditions, the Laplace transform turns the derivative d/dt into a multiply by s. So transforming both sides of the linear differential equation a system obeys replaces every derivative by a power of s, and the equation becomes algebra. Rearranged as the ratio of output Y(s) to input X(s), it gives H(s) = N(s)/D(s), a ratio of polynomials in s. A hard differential equation has simplified into a single fraction.
The transfer function is the system’s ID
H(s) = Y(s)/X(s) is the same function whatever input you use. Being independent of the input, it is the system itself. Feed an impulse and X(s)=1, so Y(s)=H(s): the transfer function is exactly the Laplace transform of the impulse response, H(s)=L{h(t)}. This carries B1’s claim that the impulse response tells the whole system into the s-domain. And for any input the output is Y(s) = H(s) X(s) — multiplication in the s-domain. C4’s convolution-is-multiplication is completed here, now including transients.
Poles are the roots of the denominator
Building the transfer function from the differential equation makes the denominator D(s) the equation’s characteristic polynomial. Its roots — the solutions of D(s)=0 — are the poles, which, as the last unit showed, set the system’s natural modes and stability. The roots of the numerator N(s) are the zeros. So knowing the differential equation’s coefficients, you factor the denominator and numerator of H(s) to read off poles and zeros at once, and from their positions read how the system behaves. The first-order system you just saw had a single pole (−a), hence simple decay.
Back to the first screen
Moving the coefficient a moved the differential equation, the transfer function H(s) = a/(s+a), the pole s = −a, and the impulse response a·e^(−at) all together, because the four are one system written in four languages. Because Laplace turned the derivative into s and the equation into a single fraction, the system became an H(s) you can handle with one multiplication. The roots of its denominator are the poles, and the output for any input is Y(s) = H(s) X(s).
If one system is written as a single H(s), then several systems wired together must also collapse into one H(s). The next unit, block diagrams and feedback, draws systems as boxes and learns the rules: in series the transfer functions multiply, in parallel they add, and with feedback — output fed back to the input — they combine as H/(1+HG). Feedback moves the poles to make an unstable system stable or a slow one fast — the central tool of control. There, signals and systems cross over into control.