Time Constants and System Response
Measuring System Response Time
When a circuit experiences a sudden change (like a switch flipping), it doesn't jump instantly to its new state. Instead, it transitions gradually. The time constant is the single most important number for describing how fast that transition happens.
For a first-order RC circuit, the time constant is:
For a first-order RL circuit, it's:
After one time constant has passed, the circuit's response has reached 63.2% of the way from its initial value to its final value. Why 63.2%? Because the response follows , and plugging in gives . A larger means a slower response.
Two other timing metrics show up frequently:
- Rise time : the time for the response to go from 10% to 90% of its final value. For first-order systems, .
- Settling time : the time for the response to stay within a small band around the final value. For a 2% band, . For a 5% band, .
These metrics matter in practice. If you're designing a data acquisition system, you need to wait at least before sampling so the signal has settled to within 2% of its true value.
Steady-State Response
The steady-state value is where the circuit ends up after the transient dies out. In a first-order RC circuit driven by a DC step, the capacitor voltage eventually equals the source voltage.
A useful rule of thumb: after , the response is within about 2% of steady state. After , it's within about 1%. For most engineering purposes, is treated as "done."

Step Inputs and Response Types
Step Input Characteristics
A step input is a sudden, instantaneous change in the input signal from one constant level to another. Think of flipping a switch to connect a DC voltage source to a circuit.
Mathematically, this is represented by the unit step function , which equals 0 for and 1 for . A step of magnitude is written as .
The size of the step matters. A larger voltage step produces a proportionally larger transient response in a linear circuit. In real circuits, a very large step could push components into nonlinear regions (for example, clipping in an amplifier).

System Response Components
The complete response of a first-order circuit to a step input has two parts:
- Natural response: the part driven by energy already stored in the circuit (initial capacitor voltage or inductor current). It decays exponentially as , where depends on initial conditions. With no external input, this is all you'd see.
- Forced response: the part driven by the external input. For a DC step input, the forced response is a constant equal to the new steady-state value.
The complete response is the sum of these two:
where is the initial value and is the final (steady-state) value. The exponential term is the transient part, which decays to zero over time, leaving only the steady-state value.
Initial and Final Conditions
Initial Conditions
Initial conditions describe the state of energy-storage elements at , the moment the step input is applied. For capacitors, this is the voltage . For inductors, it's the current .
These values come from whatever the circuit was doing before the change occurred. Two key principles help you find them:
- A capacitor's voltage cannot change instantaneously:
- An inductor's current cannot change instantaneously:
If the initial condition is zero (an uncharged capacitor, for example), the natural response is zero and the complete response equals just the forced response. A nonzero initial condition adds the exponential decay term.
Final Conditions
To find the final (steady-state) value or , analyze the circuit as . At that point, all transients have died out:
- A capacitor acts like an open circuit (no current flows through it once fully charged)
- An inductor acts like a short circuit (no voltage across it once current is steady)
Replace the capacitor or inductor with the appropriate equivalent, then use standard DC circuit analysis to find the final value. Once you have , , and , you can write the complete step response directly using the formula above.