1.4 Electric Circuit Response (Transient Analysis)

1.4 Electric Circuit Response (Transient Analysis)

Introduction to Circuit Response

The behavior of electric circuits is not always static. When a circuit containing energy storage elements—inductors (L) and capacitors (C)—is suddenly energized or de-energized (by closing or opening a switch, for example), the voltages and currents do not instantly reach their final steady-state values. They undergo a temporary, time-varying phase known as the transient response. This response bridges the initial state of the circuit and its final steady state. Understanding this transient phase is crucial for analyzing circuit behavior during switching events, designing timing circuits, predicting inrush currents, and ensuring the protection of sensitive electronic components. This section systematically explores the transient analysis of fundamental R-L, R-C, and R-L-C circuits.


1. Steady-State vs. Transient State

1.1 Steady-State Analysis

  1. Definition: The condition where voltages and currents in a circuit have become constant (in DC circuits) or are purely sinusoidal (in AC circuits) and no longer change with time. All transients have died out.

  2. Governing Principle: For DC circuits, in steady state:

    • A capacitor acts as an open circuit (iC=0i_C = 0). Voltage across it is constant.

    • An inductor acts as a short circuit (vL=0v_L = 0). Current through it is constant.

  3. Analysis Method: After the transient period, simplify the circuit by replacing capacitors with open circuits and inductors with short circuits. Solve using standard DC circuit analysis techniques (Ohm's Law, KVL, KCL).

1.2 Transient State Analysis

  1. Definition: The temporary, time-varying period immediately after a switching event, during which the circuit transitions from its initial state to its final steady state. It is characterized by exponential growth or decay of currents and voltages.

  2. Cause: Due to the inability of energy storage elements (L, C) to change their energy state instantaneously.

    • Capacitor: Voltage cannot change instantaneously. vC(0+)=vC(0)v_C(0^+) = v_C(0^-)

    • Inductor: Current cannot change instantaneously. iL(0+)=iL(0)i_L(0^+) = i_L(0^-)

  3. Time Constant (τ\tau): A key parameter that quantifies the speed of the transient response. It is the time required for the response to reach approximately 63.2% of its total change from initial to final value.

  4. Complete Response: The total response y(t)y(t) is the sum of the Natural/Transient Response (dies out) and the Forced/Steady-State Response (persists). y(t)=yn(t)+yf(t)y(t) = y_n(t) + y_f(t)


2. First-Order Circuits: R-L and R-C Circuits

First-order circuits contain only one energy storage element (L or C) along with resistors.

2.1 The Time Constant (τ\tau)

  1. Definition: τ=RC\tau = R \cdot C for an RC circuit, and τ=L/R\tau = L / R for an RL circuit.

  2. Units: Seconds (s).

  3. Physical Significance:

    • In an RC circuit, τ\tau is the time required to charge the capacitor to ~63.2% of the source voltage (or discharge to ~36.8% of its initial voltage).

    • In an RL circuit, τ\tau is the time required for the inductor current to rise to ~63.2% of its final value (or decay to ~36.8%).

  4. Settling Time: The transient is considered practically over after t=5τt = 5\tau, at which point the response is within 99.3% of its final value.

2.2 Transient Analysis of R-C Circuits

Consider a simple series RC circuit connected to a DC voltage source VsV_s at time t=0t=0.

  1. Charging a Capacitor (Switch closes at t=0):

    • Initial Condition: vC(0)=0v_C(0^-) = 0 (assuming initially uncharged).

    • Final (Steady-State) Value: Capacitor acts as open circuit. vC()=Vsv_C(\infty) = V_s.

    • Transient Response for Voltage: vC(t)=Vs(1et/τ),where τ=RCv_C(t) = V_s \left(1 - e^{-t/\tau}\right), \quad \text{where } \tau = RC iC(t)=VsRet/τi_C(t) = \frac{V_s}{R} e^{-t/\tau}

    • Key Points: Voltage rises exponentially from 0 to VsV_s. Current starts at a maximum (Vs/RV_s/R) and decays exponentially to zero.

  2. Discharging a Capacitor (Pre-charged capacitor, source removed):

    • Initial Condition: vC(0)=V0v_C(0^-) = V_0.

    • Final Value: vC()=0v_C(\infty) = 0.

    • Transient Response: vC(t)=V0et/τv_C(t) = V_0 e^{-t/\tau} iC(t)=V0Ret/τ(negative sign indicates opposite direction)i_C(t) = -\frac{V_0}{R} e^{-t/\tau} \quad \text{(negative sign indicates opposite direction)}

2.3 Transient Analysis of R-L Circuits

Consider a simple series RL circuit connected to a DC voltage source VsV_s at time t=0t=0.

  1. Energizing an Inductor (Switch closes at t=0):

    • Initial Condition: iL(0)=0i_L(0^-) = 0.

    • Final (Steady-State) Value: Inductor acts as short circuit. iL()=Vs/Ri_L(\infty) = V_s / R.

    • Transient Response for Current: iL(t)=VsR(1et/τ),where τ=LRi_L(t) = \frac{V_s}{R} \left(1 - e^{-t/\tau}\right), \quad \text{where } \tau = \frac{L}{R} vL(t)=Vset/τv_L(t) = V_s e^{-t/\tau}

    • Key Points: Current rises exponentially from 0 to Vs/RV_s/R. Voltage across the inductor starts at VsV_s and decays exponentially to zero.

  2. De-energizing an Inductor (Source removed, often with a freewheeling diode):

    • Initial Condition: iL(0)=I0i_L(0^-) = I_0.

    • Final Value: iL()=0i_L(\infty) = 0.

    • Transient Response: iL(t)=I0et/τi_L(t) = I_0 e^{-t/\tau} vL(t)=I0Ret/τ(large negative spike possible!)v_L(t) = -I_0 R e^{-t/\tau} \quad \text{(large negative spike possible!)}


3. Second-Order Circuits: R-L-C Series Circuits

Second-order circuits contain two independent energy storage elements (both L and C).

3.1 The General Series RLC Circuit

Consider a series RLC circuit connected to a DC source. The behavior is governed by a second-order linear differential equation. For the capacitor voltage vC(t)v_C(t): d2vCdt2+RLdvCdt+1LCvC=VsLC\frac{d^2v_C}{dt^2} + \frac{R}{L}\frac{dv_C}{dt} + \frac{1}{LC}v_C = \frac{V_s}{LC}

3.2 The Characteristic Equation and Damping

The transient response is determined by solving the homogeneous equation. The characteristic equation is: s2+RLs+1LC=0s^2 + \frac{R}{L}s + \frac{1}{LC} = 0 Its roots are: s1,2=R2L±(R2L)21LCs_{1,2} = -\frac{R}{2L} \pm \sqrt{\left(\frac{R}{2L}\right)^2 - \frac{1}{LC}} Let α=R2L\alpha = \frac{R}{2L} be the Neper frequency (damping factor) and ω0=1LC\omega_0 = \frac{1}{\sqrt{LC}} be the undamped natural frequency.

The nature of the roots, and hence the transient response, depends on the relationship between α\alpha and ω0\omega_0, or equivalently, the value of the damping ratio ζ=αω0=R2CL\zeta = \frac{\alpha}{\omega_0} = \frac{R}{2} \sqrt{\frac{C}{L}}.

3.3 Three Cases of Damping

3.3.1 Case 1: Overdamped Response (ζ>1\zeta > 1 or α>ω0\alpha > \omega_0)

  1. Condition: R>2LCR > 2\sqrt{\frac{L}{C}}. The roots s1s_1 and s2s_2 are real, distinct, and negative.

  2. Response: The circuit response is the sum of two decaying exponentials. It slowly returns to steady state without oscillating.

  3. General Form: vC(t)=Vf+A1es1t+A2es2tv_C(t) = V_f + A_1 e^{s_1 t} + A_2 e^{s_2 t} (where VfV_f is the final steady-state voltage, and A1,A2A_1, A_2 are constants determined by initial conditions).

3.3.2 Case 2: Critically Damped Response (ζ=1\zeta = 1 or α=ω0\alpha = \omega_0)

  1. Condition: R=2LCR = 2\sqrt{\frac{L}{C}}. The roots s1s_1 and s2s_2 are real, equal, and negative (s1=s2=αs_1 = s_2 = -\alpha).

  2. Response: The fastest possible return to steady state without oscillation. It is the borderline between overdamped and underdamped.

  3. General Form: vC(t)=Vf+(A1+A2t)eαtv_C(t) = V_f + (A_1 + A_2 t) e^{-\alpha t}

3.3.3 Case 3: Underdamped Response (ζ<1\zeta < 1 or α<ω0\alpha < \omega_0)

  1. Condition: R<2LCR < 2\sqrt{\frac{L}{C}}. The roots s1s_1 and s2s_2 are complex conjugates: s1,2=α±jωds_{1,2} = -\alpha \pm j\omega_d, where ωd=ω02α2\omega_d = \sqrt{\omega_0^2 - \alpha^2} is the damped natural frequency.

  2. Response: The response oscillates (at frequency ωd\omega_d) with an exponentially decaying amplitude. It is a damped sinusoid.

  3. General Form: vC(t)=Vf+eαt[B1cos(ωdt)+B2sin(ωdt)]v_C(t) = V_f + e^{-\alpha t} \left[ B_1 \cos(\omega_d t) + B_2 \sin(\omega_d t) \right] or equivalently, vC(t)=Vf+Aeαtcos(ωdt+ϕ)v_C(t) = V_f + A e^{-\alpha t} \cos(\omega_d t + \phi) (where AA and ϕ\phi are constants).

3.4 Initial Conditions for RLC Circuits

Solving for the constants (A1,A2,B1,B2A_1, A_2, B_1, B_2) requires two initial conditions, typically:

  1. vC(0+)v_C(0^+): The initial capacitor voltage (cannot change instantaneously).

  2. dvCdtt=0+\frac{dv_C}{dt}\bigg|_{t=0^+}: This is proportional to the initial current in the circuit, since iC(0+)=CdvCdtt=0+i_C(0^+) = C \frac{dv_C}{dt}\bigg|_{t=0^+}, and for a series circuit iC(0+)=iL(0+)i_C(0^+) = i_L(0^+).


4. Step-by-Step Procedure for Transient Analysis

  1. Identify the Circuit Order: Count the independent energy storage elements.

  2. Determine Initial Conditions (t=0t=0^-):

    • For capacitors: Find voltage vC(0)v_C(0^-). Assume it has been in a steady state.

    • For inductors: Find current iL(0)i_L(0^-). Assume it has been in a steady state.

  3. Determine the Final Steady-State Values (tt \to \infty):

    • For DC analysis: Replace capacitors with open circuits and inductors with short circuits. Solve the resistive circuit.

  4. Find the Time Constant(s):

    • First-Order (RC/RL): τ=RThC\tau = R_{Th}C or τ=L/RTh\tau = L/R_{Th}, where RThR_{Th} is the Thevenin resistance seen by the energy storage element.

    • Second-Order (RLC): Calculate α\alpha and ω0\omega_0, then determine the damping case (over, critical, under).

  5. Write the General Form of the Solution:

    • Use the appropriate equation based on circuit order and damping.

  6. Apply Initial Conditions:

    • Use vC(0+)=vC(0)v_C(0^+) = v_C(0^-) and iL(0+)=iL(0)i_L(0^+) = i_L(0^-).

    • For RLC, also use the derivative condition.

    • Solve for the unknown constants in the general solution.

  7. Write the Complete Response: y(t)=ytr(t)+yssy(t) = y_{tr}(t) + y_{ss}.

4.1 Important Notes on Source-Free vs. Step Response

  • Source-Free Response: The circuit has initial stored energy but no independent source for t>0t>0. The steady-state response is zero (yss=0y_{ss}=0). The circuit discharges its energy.

  • Step Response: The circuit is subjected to a sudden application of a DC source (a step input) at t=0t=0. The response includes both the transient and a non-zero steady-state component.

Conclusion: Transient analysis reveals the dynamic soul of circuits containing inductors and capacitors. From the predictable exponential journey of first-order RC/RL circuits to the potentially oscillatory decay of second-order RLC systems, this analysis is indispensable for predicting real-world circuit behavior during switching, designing filters and timing circuits, and ensuring system stability. Mastery of the concepts of time constant, initial/final conditions, and damping is key to unlocking this understanding.

Last updated