Step Response

Quick Answer

The step response is the output of a system when the input is a unit step function u(t) — a signal that jumps from 0 to 1 at t=0 and stays at 1 forever. For a first-order system with transfer function H(s) = a/(s+a), the step response is y(t) = (1 − e^{−at})u(t), which rises exponentially toward 1 with time constant τ = 1/a. The step response reveals key system characteristics: rise time, settling time, overshoot, and steady-state value — making it the single most important test signal in control engineering.

What the Step Response Tells You About a System

The step response is the standard way to characterize dynamic system behavior because it reveals everything at once. The steady-state value tells you the DC gain. The rise time (10% to 90% of final value) indicates speed. The peak overshoot shows how much the output exceeds the final value — directly related to damping. The settling time (when the output stays within 2% of the final value) tells you how long transients last. The number and size of oscillations indicate the system's damping ratio. No other single test input provides this much information about a system, which is why step response testing is the first thing engineers do when characterizing new hardware.

Key Formulas

Computing the Step Response via Laplace Transform

To find the step response analytically, multiply the transfer function H(s) by 1/s (the Laplace transform of the unit step), then inverse transform. For H(s) = ωₙ²/(s² + 2ζωₙs + ωₙ²), the step response is Y(s) = ωₙ²/[s(s² + 2ζωₙs + ωₙ²)]. Partial fraction decomposition and inverse Laplace transform give the time-domain result. For underdamped systems (ζ < 1), the result contains damped sinusoidal oscillations. For overdamped systems (ζ > 1), it's a sum of decaying exponentials. The critically damped case (ζ = 1) reaches the final value fastest without oscillation.

Compute step response Instantly

Get step-by-step solutions with AI-powered explanations. Free for basic computations.

Open Calculator

First-Order Step Response: The Exponential Rise

A first-order system y(t) = (1 − e^{−t/τ}) rises smoothly toward 1 with no overshoot. At t = τ (one time constant), the output reaches 63.2% of the final value. At t = 2τ, it reaches 86.5%. At t = 3τ, 95.0%. At t = 5τ, 99.3% — engineers typically consider the response 'settled' by 5τ. The time constant τ = 1/a equals the time where the initial slope (which is 1/τ) would reach the final value if it continued linearly. First-order step responses appear in RC circuits (τ = RC), thermal systems (heating/cooling), and first-order chemical reactions.

Second-Order Step Response: Overshoot and Oscillation

Second-order systems show dramatically different behavior depending on damping ratio ζ. When ζ = 0 (undamped), the output oscillates forever between 0 and 2. When ζ = 0.1 (lightly damped), large oscillations slowly decay. When ζ = 0.5, moderate overshoot (16%) with a couple of visible oscillations. When ζ = 0.707, minimal overshoot (4.3%) — the Butterworth response. When ζ = 1 (critically damped), no overshoot but fastest possible response. When ζ = 2 (overdamped), sluggish response with no overshoot. The peak overshoot formula is Mₚ = e^{−πζ/√(1−ζ²)} × 100%, and peak time is tₚ = π/(ωₙ√(1−ζ²)).

Step Response in Real-World System Testing

In practice, engineers generate step inputs by suddenly switching a voltage, opening a valve, or applying a force, then recording the output. The measured step response curve is compared against analytical predictions to validate models or estimate unknown parameters. System identification from step response data involves measuring the steady-state gain, time constant (for first-order), or natural frequency and damping ratio (for second-order), then constructing the transfer function. Modern control systems often include automated step response testing as part of commissioning and tuning procedures.

Related Topics in step response analysis

Understanding step response connects to several related concepts: step input. Each builds on the mathematical foundations covered in this guide.

Frequently Asked Questions

The step response is the output when the input suddenly changes from 0 to 1 (unit step). It reveals the system's speed, stability, and damping characteristics. Compute it by inverse Laplace transforming H(s)/s.

Master Your Engineering Math

Join thousands of students and engineers using LAPLACE Calculator for instant, step-by-step solutions.

Start Calculating Free →

Related Topics