When an electrical circuit undergoes a sudden change-such as switching a device on or off-the voltages and currents do not instantly jump to their new steady values. Instead, they change over time, exhibiting what is called a transient response. This behavior is crucial to understand because it affects how circuits perform in real life, especially during switching, fault conditions, or signal changes.
Unlike steady-state analysis, which studies circuit behavior after all changes have settled, transient analysis focuses on the short period immediately after a change. This period can involve complex time-dependent behavior due to the presence of energy storage elements like inductors and capacitors.
Understanding transient response helps engineers design circuits that are reliable, safe, and efficient, avoiding unwanted voltage spikes, current surges, or delays.
Two fundamental components cause transient behavior in circuits: inductors and capacitors. Both store energy but in different forms and affect circuit variables differently.
Inductors store energy in their magnetic field. The voltage across an inductor \(v_L\) and the current through it \(i_L\) are related by:
Voltage-current relationship for inductor:
\( v_L = L \frac{di_L}{dt} \)
This means the voltage across an inductor is proportional to the rate of change of current through it. Because energy is stored magnetically, the current through an inductor cannot change instantaneously; it changes gradually.
Capacitors store energy in their electric field. The current through a capacitor \(i_C\) and the voltage across it \(v_C\) are related by:
Voltage-current relationship for capacitor:
\( i_C = C \frac{dv_C}{dt} \)
This means the current through a capacitor is proportional to the rate of change of voltage across it. Because energy is stored electrically, the voltage across a capacitor cannot change instantaneously; it changes gradually.
Initial conditions refer to the values of current through inductors and voltage across capacitors at the instant just before switching (denoted as \(t=0^-\)) and just after switching (\(t=0^+\)). These initial values are critical because they determine how the transient response evolves. For example, the current through an inductor at \(t=0^+\) is the same as at \(t=0^-\), and the voltage across a capacitor at \(t=0^+\) is the same as at \(t=0^-\).
Consider a simple series RL circuit where a resistor \(R\) and an inductor \(L\) are connected in series with a DC voltage source \(V\) and a switch. When the switch closes at \(t=0\), the current does not jump instantly to its final value because the inductor opposes sudden changes in current.
The governing equation from Kirchhoff's voltage law (KVL) is:
\( V = L \frac{di}{dt} + R i \)
This is a first-order linear differential equation. Solving it with initial condition \(i(0) = 0\) (assuming no initial current), the current at time \(t\) is:
\( i(t) = \frac{V}{R} \left(1 - e^{-\frac{t}{\tau}}\right) \)
where the time constant \(\tau\) is defined as:
\( \tau = \frac{L}{R} \)
The time constant \(\tau\) represents the time it takes for the current to reach approximately 63.2% of its final value \(\frac{V}{R}\). After about 5 time constants, the current is very close to steady state.
Step 1: Calculate the time constant \(\tau = \frac{L}{R} = \frac{0.5}{10} = 0.05\,s = 50\,ms\).
Step 2: Calculate the final steady-state current \(I_{final} = \frac{V}{R} = \frac{12}{10} = 1.2\,A\).
Step 3: Use the transient current formula:
\( i(t) = I_{final} \left(1 - e^{-\frac{t}{\tau}}\right) \)
Step 4: Substitute \(t = 2\,ms = 0.002\,s\) and \(\tau = 0.05\,s\):
\( i(0.002) = 1.2 \left(1 - e^{-\frac{0.002}{0.05}}\right) = 1.2 \left(1 - e^{-0.04}\right) \)
Step 5: Calculate \(e^{-0.04} \approx 0.9608\), so
\( i(0.002) = 1.2 \times (1 - 0.9608) = 1.2 \times 0.0392 = 0.047\,A \)
Answer: The current at \(2\,ms\) is approximately \(47\,mA\).
In an RC circuit, a resistor \(R\) and capacitor \(C\) are connected in series with a DC voltage source \(V\) and a switch. When the switch closes at \(t=0\), the capacitor voltage \(v_C\) changes gradually as it charges through the resistor.
The voltage across the capacitor during charging is given by:
\( v_C(t) = V \left(1 - e^{-\frac{t}{\tau}}\right) \)
where the time constant \(\tau\) is:
\( \tau = R C \)
Similarly, during discharging (when the capacitor releases stored energy through the resistor), the voltage decays exponentially:
\( v_C(t) = V_{initial} e^{-\frac{t}{\tau}} \)
Step 1: Calculate the time constant \(\tau = R C = 1000 \times 10 \times 10^{-6} = 0.01\,s = 10\,ms\).
Step 2: Use the charging voltage formula:
\( v_C(t) = V \left(1 - e^{-\frac{t}{\tau}}\right) \)
Step 3: Substitute \(t = 2\,ms = 0.002\,s\), \(V = 5\,V\), and \(\tau = 0.01\,s\):
\( v_C(0.002) = 5 \left(1 - e^{-\frac{0.002}{0.01}}\right) = 5 \left(1 - e^{-0.2}\right) \)
Step 4: Calculate \(e^{-0.2} \approx 0.8187\), so
\( v_C(0.002) = 5 \times (1 - 0.8187) = 5 \times 0.1813 = 0.9065\,V \)
Answer: The capacitor voltage after \(2\,ms\) is approximately \(0.91\,V\).
When a resistor \(R\), inductor \(L\), and capacitor \(C\) are connected in series with a voltage source and a switch, the transient response becomes more complex. The circuit is governed by a second-order differential equation because energy is exchanged between the magnetic field of the inductor and the electric field of the capacitor.
The second-order differential equation for the series RLC circuit is:
\( L \frac{d^2 i}{dt^2} + R \frac{di}{dt} + \frac{1}{C} i = \frac{d v(t)}{dt} \)
For a step input voltage, the characteristic equation is:
\( s^2 + 2 \alpha s + \omega_0^2 = 0 \)
where
The nature of the transient response depends on the relationship between \(\alpha\) and \(\omega_0\):
Step 1: Calculate the damping factor:
\( \alpha = \frac{R}{2L} = \frac{20}{2 \times 0.1} = 100\,s^{-1} \)
Step 2: Calculate the natural frequency:
\( \omega_0 = \frac{1}{\sqrt{L C}} = \frac{1}{\sqrt{0.1 \times 50 \times 10^{-6}}} = \frac{1}{\sqrt{5 \times 10^{-6}}} \approx 447.2\,s^{-1} \)
Step 3: Compare \(\alpha\) and \(\omega_0\):
\( 100 < 447.2 \Rightarrow \alpha < \omega_0 \)
Answer: The circuit is underdamped, so the transient response will be oscillatory with decaying amplitude.
Step 1: Recognize the underdamped case, so the solution form is:
\( i(t) = e^{-\alpha t} \left( A \cos \omega_d t + B \sin \omega_d t \right) \)
where \(\omega_d = \sqrt{\omega_0^2 - \alpha^2}\) is the damped natural frequency.
Step 2: Calculate \(\omega_d\):
\( \omega_d = \sqrt{447.2^2 - 100^2} = \sqrt{200000 - 10000} = \sqrt{190000} \approx 435.89\,s^{-1} \)
Step 3: Apply initial conditions:
Step 4: Using KVL and initial conditions, solve for \(B\) (details omitted for brevity).
Step 5: Final expression:
\( i(t) = I_0 e^{-\alpha t} \sin \omega_d t \), where \(I_0\) depends on initial voltage and circuit parameters.
Note: For entrance exams, focus on identifying damping type and writing the general form of the solution.
Sometimes, solving differential equations fully is time-consuming. The Initial Value Theorem (IVT) and Final Value Theorem (FVT) from Laplace transform theory help quickly find the values of a function at \(t=0^+\) and \(t \to \infty\) without solving the entire equation.
Here, \(F(s)\) is the Laplace transform of \(f(t)\). These theorems are useful for checking answers and understanding transient limits.
Transient analysis is essential in designing circuits such as power supplies, filters, communication systems, and switching devices. For example, understanding the transient response helps prevent damage from voltage spikes in inductive loads or ensures smooth charging of capacitors in timing circuits.
When solving transient problems in exams, follow these strategies:
Step 1: Calculate the time constant \(\tau = R C = 2000 \times 20 \times 10^{-6} = 0.04\,s = 40\,ms\).
Step 2: Use the discharging voltage formula:
\( v_c(t) = V_{initial} e^{-\frac{t}{\tau}} \)
Step 3: Substitute \(t = 5\,ms = 0.005\,s\), \(V_{initial} = 10\,V\), and \(\tau = 0.04\,s\):
\( v_c(0.005) = 10 \times e^{-\frac{0.005}{0.04}} = 10 \times e^{-0.125} \)
Step 4: Calculate \(e^{-0.125} \approx 0.8825\), so
\( v_c(0.005) = 10 \times 0.8825 = 8.825\,V \)
Answer: The voltage across the capacitor after \(5\,ms\) is approximately \(8.83\,V\).
When to use: To quickly estimate transient duration in RL and RC circuits during exams.
When to use: For quick checks and error detection in calculations.
When to use: At the start of any transient problem.
When to use: To select the correct form of transient response quickly.
When to use: To estimate settling time and simplify calculations.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →