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
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.
Governing Principle: For DC circuits, in steady state:
A capacitor acts as an open circuit (iC=0). Voltage across it is constant.
An inductor acts as a short circuit (vL=0). Current through it is constant.
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
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.
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−)
Inductor: Current cannot change instantaneously. iL(0+)=iL(0−)
Time Constant (τ): 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.
Complete Response: The total response 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)
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 (τ)
Definition: τ=R⋅C for an RC circuit, and τ=L/R for an RL circuit.
Units: Seconds (s).
Physical Significance:
In an RC circuit, τ 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, τ is the time required for the inductor current to rise to ~63.2% of its final value (or decay to ~36.8%).
Settling Time: The transient is considered practically over after t=5τ, 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 Vs at time t=0.
Charging a Capacitor (Switch closes at t=0):
Initial Condition: vC(0−)=0 (assuming initially uncharged).
Final (Steady-State) Value: Capacitor acts as open circuit. vC(∞)=Vs.
Transient Response for Voltage: vC(t)=Vs(1−e−t/τ),where τ=RC iC(t)=RVse−t/τ
Key Points: Voltage rises exponentially from 0 to Vs. Current starts at a maximum (Vs/R) and decays exponentially to zero.
Discharging a Capacitor (Pre-charged capacitor, source removed):
Initial Condition: vC(0−)=V0.
Final Value: vC(∞)=0.
Transient Response: vC(t)=V0e−t/τ iC(t)=−RV0e−t/τ(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 Vs at time t=0.
Energizing an Inductor (Switch closes at t=0):
Initial Condition: iL(0−)=0.
Final (Steady-State) Value: Inductor acts as short circuit. iL(∞)=Vs/R.
Transient Response for Current: iL(t)=RVs(1−e−t/τ),where τ=RL vL(t)=Vse−t/τ
Key Points: Current rises exponentially from 0 to Vs/R. Voltage across the inductor starts at Vs and decays exponentially to zero.
De-energizing an Inductor (Source removed, often with a freewheeling diode):
Initial Condition: iL(0−)=I0.
Final Value: iL(∞)=0.
Transient Response: iL(t)=I0e−t/τ vL(t)=−I0Re−t/τ(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): dt2d2vC+LRdtdvC+LC1vC=LCVs
3.2 The Characteristic Equation and Damping
The transient response is determined by solving the homogeneous equation. The characteristic equation is: s2+LRs+LC1=0 Its roots are: s1,2=−2LR±(2LR)2−LC1 Let α=2LR be the Neper frequency (damping factor) and ω0=LC1 be the undamped natural frequency.
The nature of the roots, and hence the transient response, depends on the relationship between α and ω0, or equivalently, the value of the damping ratio ζ=ω0α=2RLC.
3.3 Three Cases of Damping
3.3.1 Case 1: Overdamped Response (ζ>1 or α>ω0)
Condition: R>2CL. The roots s1 and s2 are real, distinct, and negative.
Response: The circuit response is the sum of two decaying exponentials. It slowly returns to steady state without oscillating.
General Form: vC(t)=Vf+A1es1t+A2es2t (where Vf is the final steady-state voltage, and A1,A2 are constants determined by initial conditions).
3.3.2 Case 2: Critically Damped Response (ζ=1 or α=ω0)
Condition: R=2CL. The roots s1 and s2 are real, equal, and negative (s1=s2=−α).
Response: The fastest possible return to steady state without oscillation. It is the borderline between overdamped and underdamped.
General Form: vC(t)=Vf+(A1+A2t)e−αt
3.3.3 Case 3: Underdamped Response (ζ<1 or α<ω0)
Condition: R<2CL. The roots s1 and s2 are complex conjugates: s1,2=−α±jωd, where ωd=ω02−α2 is the damped natural frequency.
Response: The response oscillates (at frequency ωd) with an exponentially decaying amplitude. It is a damped sinusoid.
General Form: vC(t)=Vf+e−αt[B1cos(ωdt)+B2sin(ωdt)] or equivalently, vC(t)=Vf+Ae−αtcos(ωdt+ϕ) (where A and ϕ are constants).
3.4 Initial Conditions for RLC Circuits
Solving for the constants (A1,A2,B1,B2) requires two initial conditions, typically:
vC(0+): The initial capacitor voltage (cannot change instantaneously).
dtdvCt=0+: This is proportional to the initial current in the circuit, since iC(0+)=CdtdvCt=0+, and for a series circuit iC(0+)=iL(0+).
4. Step-by-Step Procedure for Transient Analysis
Identify the Circuit Order: Count the independent energy storage elements.
Determine Initial Conditions (t=0−):
For capacitors: Find voltage vC(0−). Assume it has been in a steady state.
For inductors: Find current iL(0−). Assume it has been in a steady state.
Determine the Final Steady-State Values (t→∞):
For DC analysis: Replace capacitors with open circuits and inductors with short circuits. Solve the resistive circuit.
Find the Time Constant(s):
First-Order (RC/RL): τ=RThC or τ=L/RTh, where RTh is the Thevenin resistance seen by the energy storage element.
Second-Order (RLC): Calculate α and ω0, then determine the damping case (over, critical, under).
Write the General Form of the Solution:
Use the appropriate equation based on circuit order and damping.
Apply Initial Conditions:
Use vC(0+)=vC(0−) and iL(0+)=iL(0−).
For RLC, also use the derivative condition.
Solve for the unknown constants in the general solution.
Write the Complete Response: y(t)=ytr(t)+yss.
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>0. The steady-state response is zero (yss=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=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