Step Response Time Calculator Formula
Understand the math behind the step response time calculator. Each variable explained with a worked example.
Formulas Used
Rise Time (10% to 90%)
rise_time = 2.197 * tauTime to 63.2% of Final Value
time_to_63 = tauTime to 95% of Final Value
time_to_95 = 3 * tauTime to 99% of Final Value
time_to_99 = 4.605 * tauSteady-State Output
final_value = gain * step_sizeVariables
| Variable | Description | Default |
|---|---|---|
tau | Time Constant (tau)(s) | 1 |
gain | DC Gain (K) | 5 |
step_size | Step Input Magnitude | 1 |
How It Works
First-Order Step Response
A first-order system responds to a step input as an exponential approach to the final value. The speed of response is governed by the time constant tau.
Key Relationships
y(t) = K × u × (1 - e^(-t/tau))
First-order systems have no overshoot; the output monotonically approaches the steady state.
Worked Example
A temperature control system with tau = 1 s, gain = 5, step input = 1.
tau = 1gain = 5step_size = 1
- 01Final value = 5 × 1 = 5
- 02Rise time = 2.197 × 1 = 2.197 s
- 03Time to 63.2% = 1 s (output = 3.16)
- 04Time to 95% = 3 s (output = 4.75)
- 05Time to 99% = 4.605 s (output = 4.95)
Ready to run the numbers?
Open Step Response Time Calculator