Fiveable

🔌Intro to Electrical Engineering Unit 7 Review

QR code for Intro to Electrical Engineering practice questions

7.3 Time constants and step responses

7.3 Time constants and step responses

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔌Intro to Electrical Engineering
Unit & Topic Study Guides

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 τ\tau is the single most important number for describing how fast that transition happens.

For a first-order RC circuit, the time constant is:

τ=RC\tau = RC

For a first-order RL circuit, it's:

τ=LR\tau = \frac{L}{R}

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 1et/τ1 - e^{-t/\tau}, and plugging in t=τt = \tau gives 1e10.6321 - e^{-1} \approx 0.632. A larger τ\tau means a slower response.

Two other timing metrics show up frequently:

  • Rise time trt_r: the time for the response to go from 10% to 90% of its final value. For first-order systems, tr2.2τt_r \approx 2.2\tau.
  • Settling time tst_s: the time for the response to stay within a small band around the final value. For a 2% band, ts4τt_s \approx 4\tau. For a 5% band, ts3τt_s \approx 3\tau.

These metrics matter in practice. If you're designing a data acquisition system, you need to wait at least 4τ4\tau 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 4τ4\tau, the response is within about 2% of steady state. After 5τ5\tau, it's within about 1%. For most engineering purposes, 5τ5\tau is treated as "done."

Measuring System Response Time, Time constant - Wikipedia

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 u(t)u(t), which equals 0 for t<0t < 0 and 1 for t0t \geq 0. A step of magnitude VsV_s is written as Vsu(t)V_s \cdot u(t).

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).

Measuring System Response Time, Time constant and filters - WikiLectures

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 Aet/τA \cdot e^{-t/\tau}, where AA 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:

v(t)=v()+[v(0)v()]et/τv(t) = v(\infty) + [v(0) - v(\infty)] \cdot e^{-t/\tau}

where v(0)v(0) is the initial value and v()v(\infty) 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 t=0t = 0, the moment the step input is applied. For capacitors, this is the voltage v(0)v(0). For inductors, it's the current i(0)i(0).

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: vC(0+)=vC(0)v_C(0^+) = v_C(0^-)
  • An inductor's current cannot change instantaneously: iL(0+)=iL(0)i_L(0^+) = i_L(0^-)

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 v()v(\infty) or i()i(\infty), analyze the circuit as tt \to \infty. 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 v(0)v(0), v()v(\infty), and τ\tau, you can write the complete step response directly using the formula above.