Skip to main content
engineering

Transfer Function Calculator

Analyze transfer functions: compute poles, zeros, DC gain, system order, system type, and stability from numerator/denominator coefficients

Reviewed by Christopher FloiedPublished Updated

This free online transfer function calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Supports both metric (SI) and imperial units with built-in unit selection dropdowns on every input field, so you can work in whatever units your problem provides. Designed for engineering students and professionals working through coursework, design projects, or quick reference calculations.

Transfer Function Analyzer

Enter polynomial coefficients from highest to lowest power (space or comma separated). For G(s) = (b₀sⁿ + b₁sⁿ⁻¹ + ...)/(a₀sᵐ + a₁sᵐ⁻¹ + ...)

System Order
2
System Type
0
DC Gain G(0)
0.5000
Stability
Stable

Poles (roots of denominator) — 2 poles

p1 = -1.0000(LHP)
p2 = -2.0000(LHP)

Green dot = LHP (stable pole) · Red dot = RHP (unstable pole) · Yellow = purely imaginary

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Transfer Function Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Transfer Function Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Transfer Function Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Transfer Function Calculator when solving homework or exam problems that require quick numerical verification of your hand calculations — instant feedback helps identify arithmetic errors before they propagate.
  • Use it during the early design phase to rapidly iterate on parameters and narrow down feasible configurations before committing time to detailed finite element simulations or full design packages.
  • Use it when reviewing a colleague's calculation or checking a vendor's data sheet for plausibility — a quick sanity check can prevent costly downstream errors.
  • Use it to generate reference data for a technical report or presentation without manual computation, ensuring consistent, reproducible numbers throughout the document.
  • Use it in the field when a quick estimate is needed and a full engineering software package is not available.

About This Calculator

The Transfer Function Calculator is a precision engineering calculation tool designed for students, engineers, and technical professionals. Analyze transfer functions: compute poles, zeros, DC gain, system order, system type, and stability from numerator/denominator coefficients All calculations are performed using established engineering formulas from the relevant scientific literature and standards. Inputs support both metric (SI) and imperial unit systems, with unit conversion handled automatically — simply select your preferred unit from the dropdown next to each field. Results are computed instantly in the browser without sending data to a server, ensuring both speed and privacy. This calculator is intended as a supplementary tool for learning and design exploration; always verify results against authoritative references for safety-critical applications.

The Theory Behind It

A transfer function G(s) = Y(s)/U(s) is the ratio of the Laplace transform of the output to the Laplace transform of the input for a linear time-invariant (LTI) system with zero initial conditions. It compactly represents the input-output relationship as a rational function of the complex frequency variable s = σ + jω. The roots of the numerator are zeros (where G(s) = 0); the roots of the denominator are poles (where G(s) → ∞). Pole locations determine system stability: poles with negative real parts are stable, poles with positive real parts are unstable, poles on the imaginary axis are marginally stable. Pole locations also determine transient response characteristics: real poles give exponential decay, complex conjugate pole pairs give damped oscillations. The DC gain G(0) = b₀/a₀ (ratio of constant terms) is the steady-state gain for a step input. System order is the order of the denominator polynomial. Common transfer function forms: first-order G(s) = K/(τs+1); second-order underdamped G(s) = ω_n²/(s² + 2ζω_n·s + ω_n²), where ω_n is natural frequency and ζ is damping ratio. Transfer functions enable frequency response analysis (Bode plots), stability analysis (Routh-Hurwitz, Nyquist), and controller design (root locus, loop shaping, state-space feedback). They are the foundation of classical control theory and remain essential for SISO (single-input single-output) system analysis.

Real-World Applications

  • Process control loop analysis: model temperature, pressure, level, and flow control loops with transfer functions to predict stability and tune controllers.
  • Motor speed control: DC and AC motor dynamics are well-represented by first- or second-order transfer functions for design of speed and position controllers.
  • Filter design: analog filters (RC, RLC, active) are designed using transfer functions to achieve specific frequency response characteristics.
  • Servo system design: position and velocity servos in robotics and machine tools use transfer function models for controller tuning and stability verification.
  • Mechanical system dynamics: spring-mass-damper systems, rotating machinery, and structural vibration problems all have transfer function representations.

Frequently Asked Questions

What is a transfer function?

G(s) = Y(s)/U(s), the ratio of output to input in the Laplace domain for a linear time-invariant system. It compactly represents system dynamics without time-domain simulation. The transfer function is a rational function of s whose numerator zeros and denominator poles determine the response.

What do poles and zeros mean?

Poles are values of s where G(s) → ∞, determined by roots of the denominator polynomial. Poles control stability and transient response — stable systems have all poles with negative real parts. Zeros are values where G(s) = 0, determined by roots of the numerator. Zeros affect transient response shape but do not affect stability.

How do I find the DC gain?

DC gain K = G(0), obtained by substituting s = 0 into the transfer function. For G(s) = (2s+10)/(s²+5s+6), DC gain = 10/6 = 1.67. This is the steady-state output for a unit step input. If the input is a step of magnitude A, the steady-state output is K·A.

What makes a system stable?

All poles must have negative real parts (lie in the left half of the complex plane). If any pole has a positive real part, the system is unstable — a small disturbance grows without bound. Poles on the imaginary axis give marginally stable oscillations that neither grow nor decay. Routh-Hurwitz criterion checks stability without explicit pole calculation.

What's the difference between SISO and MIMO?

SISO (single-input single-output) systems have one input and one output and are represented by a single transfer function. MIMO (multi-input multi-output) systems have multiple inputs and outputs and require a matrix of transfer functions (transfer matrix) or a state-space representation. Most classical control theory is developed for SISO; modern control and multivariable systems use MIMO state-space methods.

Related Calculators

References & Further Reading