Deriving Transfer Functions from Differential Equations

Graduate Depth 86 in the knowledge graph I know this Set as goal
Unlocks 73 downstream topics
transfer-functions laplace differential-equations

Core Idea

The transfer function is obtained by applying the Laplace transform to a linear differential equation with zero initial conditions. G(s) = Y(s)/U(s) represents the input-output relationship in the s-domain. This transformation converts convolution operations into algebraic relationships, enabling system analysis and design.

Explainer

Think about how a mechanical spring-mass-damper or an electrical RC circuit behaves: its governing physics is a differential equation connecting input forces (or voltages) to output positions (or currents). In the time domain that equation is hard to manipulate — differentiating and integrating compound in complicated ways. The Laplace transform is the escape hatch. It converts differentiation into multiplication by *s*, turning the differential equation into an algebraic equation you can solve with ordinary arithmetic.

The procedure is mechanical but worth internalizing step by step. Take any linear, constant-coefficient ODE describing a system, apply the Laplace transform term by term, and invoke zero initial conditions. The "zero initial conditions" assumption is what allows the Laplace transform of a derivative d^n y/dt^n to simplify cleanly to s^n Y(s) — no boundary terms survive. Rearrange to isolate Y(s) on one side and U(s) on the other. The ratio G(s) = Y(s)/U(s) is the transfer function: a compact algebraic expression encoding the system's complete input-output behavior.

From your LTI systems prerequisite you know that LTI systems are fully characterized by their impulse response h(t). The transfer function G(s) is precisely the Laplace transform of h(t). This means G(s) holds the same information as h(t) but in a domain where convolution in time becomes multiplication: Y(s) = G(s) · U(s). This algebraic product is why transfer functions are so powerful — cascading two systems just means multiplying their transfer functions, and feedback loops produce rational expressions rather than integral equations.

The structure of G(s) — a ratio of polynomials in *s* — reveals the system's character. The roots of the numerator polynomial are the zeros of the system; the roots of the denominator are the poles. Poles determine natural behavior: a pole at s = −a (negative real) produces exponential decay e^{−at} in the step response, while poles with imaginary parts produce oscillation. When all poles are in the left half of the s-plane (negative real parts), the system is stable. This pole-zero geometry, read directly from the transfer function, is the gateway to Bode plots, root locus, and frequency-domain design — all of which build directly on the representation you derive here.

A common stumbling point is forgetting that the transfer function assumes zero initial conditions. If a system starts with stored energy (non-zero initial capacitor voltage, non-zero initial velocity), the Laplace transform generates extra terms that break the clean G(s) = Y(s)/U(s) form. The transfer function describes how the system responds to *inputs*, not to initial conditions. For complete response with non-zero initial conditions, the two contributions — forced response via G(s)·U(s) and free response from initial conditions — must be added separately. In control design this is usually not a concern because we design around the steady-state input-output relationship, but it is worth understanding where the assumption lives.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSecond-Order Linear Homogeneous Differential EquationsCharacteristic Equation Method for Linear ODEsComplex Roots and Oscillatory SolutionsSpring-Mass Systems and Mechanical VibrationsResonance and Damping in Forced VibrationsRLC Circuit Applications of Differential EquationsIntroduction to Differential EquationsLaplace Transform: Fundamentals and PropertiesLinear Time-Invariant (LTI) Systems and PropertiesDeriving Transfer Functions from Differential Equations

Longest path: 87 steps · 356 total prerequisite topics

Prerequisites (3)

Leads To (4)