Interview questions & answers
Q1. What is a transient response and why does it occur in electrical circuits?
The transient response is the circuit's behavior during the time period between when a switching event occurs and when the circuit reaches its new steady-state condition, caused by the inability of inductors and capacitors to change their current and voltage instantaneously. When a 12V battery is connected to a series RC circuit with R=10kΩ and C=100nF, the capacitor voltage rises exponentially from 0 to 12V over a time period governed by the time constant τ = RC = 1 ms. The transient exists because the capacitor stores energy; a purely resistive circuit has no transient — it reaches steady state instantaneously.
Follow-up: What determines the duration of the transient response in a first-order circuit?
Q2. What is the time constant of an RC circuit and what is its physical significance?
The time constant τ = RC is the time for the capacitor voltage to rise to 63.2% of its final value (or fall to 36.8% of its initial value during discharge), and it quantifies how quickly the circuit transitions from initial to final state. For a 47kΩ resistor and 10µF capacitor in series, τ = 47000 × 10×10⁻⁶ = 0.47 s, meaning after 0.47 s the capacitor is 63% charged. After 5τ = 2.35 s the capacitor is 99.3% charged and the transient is considered over for practical purposes.
Follow-up: How does the time constant change if you add a second capacitor in parallel with the first?
Q3. Derive the step response of a first-order RC circuit.
Applying KVL to a series RC circuit with a step voltage Vs at t=0: Vs = R×i + Vc, and since i = C×dVc/dt, the equation becomes R×C×dVc/dt + Vc = Vs, a first-order linear ODE with solution Vc(t) = Vs(1 - e^(-t/RC)) for zero initial conditions. For a 5V step into a 1kΩ-10µF series RC, the capacitor voltage at t=10ms is 5(1-e^(-10ms/10ms)) = 5(1-e⁻¹) ≈ 3.16V. The current through the resistor is i(t) = (Vs/R)e^(-t/RC) = 5mA×e^(-t/10ms), decaying from its maximum initial value to zero at steady state.
Follow-up: What is the expression for the voltage across the resistor in a charging RC circuit?
Q4. What is the initial condition principle for capacitors and inductors?
The initial condition principle states that a capacitor voltage cannot change instantaneously (Vc(0+) = Vc(0-)) and an inductor current cannot change instantaneously (iL(0+) = iL(0-)), because instantaneous change would require infinite power (P = C × V × dV/dt or P = L × I × dI/dt). In a circuit where a 1µF capacitor is charged to 5V before a switch closes, Vc(0+) = 5V regardless of what other elements are connected — this is the initial condition used to solve the transient. Violating this principle by assuming Vc jumps at t=0 is the most common error in first-order circuit analysis.
Follow-up: What would happen physically if a charged capacitor were connected directly (with zero resistance) to an uncharged capacitor?
Q5. What is the time constant of an RL circuit and how does the inductor current behave?
The time constant of an RL circuit is τ = L/R, representing the time for the inductor current to rise to 63.2% of its final steady-state value when a voltage step is applied. A 100 mH inductor in series with a 50Ω resistor (like the coil of a relay) has τ = 0.1/50 = 2 ms; after 10 ms (5τ), the current has essentially reached its final value of V/R. At the moment of switching on, the inductor acts like an open circuit (opposing the sudden change), and at steady state it acts like a short circuit — this dual behavior is the key to understanding all inductor transients.
Follow-up: What voltage spike occurs when the current through an inductor is suddenly interrupted, and what component protects against it?
Q6. What is a series RLC circuit's transient response and what are the three cases?
A series RLC circuit's step response is determined by the damping factor ζ = R/(2√(L/C)): when ζ > 1 (overdamped), the response exponentially approaches the final value without oscillation; when ζ = 1 (critically damped), it reaches final value fastest without overshooting; when ζ < 1 (underdamped), the response oscillates with a decaying sinusoidal envelope. For a 100Ω resistor, 10mH inductor, and 100nF capacitor: ω0 = 1/√(LC) = 10⁶/√10 ≈ 316 krad/s and ζ = 100/(2×316000×0.00001×1e-7... recalculated: ζ = R/2 × √(C/L) = 100/2 × √(100e-9/10e-3) ≈ 0.158, giving an underdamped oscillatory response at the natural frequency. Power supply designers deliberately use critical damping to achieve the fastest settling without overshoot.
Follow-up: What is the natural frequency ω0 of an RLC circuit and what determines it?
Q7. What is critical damping and why is it important in practical circuits?
Critical damping occurs when the damping ratio ζ = 1 (or equivalently R = 2√(L/C)), producing the fastest approach to steady state without oscillation or overshoot. In a power supply LC output filter, critical damping means the output voltage reaches its new regulated value in minimum time after a load step without ringing that could cause voltage stress on load components. For an LC filter with L=100µH and C=100µF, the critically damped resistor value is R = 2√(100e-6/100e-6) = 2Ω — setting the equivalent series resistance of the inductor near this value is a practical design target.
Follow-up: What is the response of a critically damped system compared to an underdamped and overdamped system in terms of settling time?
Q8. What is the natural response and forced response of a circuit?
The natural response is the circuit's response due to initial energy stored in capacitors or inductors (it decays to zero as t→∞), while the forced response is the steady-state response to the applied source (it persists as long as the source is present), and the total response is their sum. For an RC circuit charged to 3V with a 5V source applied at t=0: the forced response is 5V (final value), the natural response is (3-5)e^(-t/τ) = -2e^(-t/τ), giving total Vc(t) = 5 - 2e^(-t/τ). Recognizing these components separately is the key to writing the circuit solution without solving the differential equation formally.
Follow-up: What is the general form of the complete response for any first-order circuit?
Q9. How does the transient response of an RL circuit differ from an RC circuit?
In an RC circuit the capacitor voltage rises from initial to final value with time constant RC, and the current decays exponentially; in an RL circuit the inductor current rises from initial to final value with time constant L/R, and the voltage across the inductor decays exponentially — the dual behaviors are mathematically identical in form but exchanged in which quantity transitions. A 10mH coil with 5Ω internal resistance and a 15V source: steady-state current I∞ = 15/5 = 3A, τ = 10mH/5Ω = 2ms, and iL(t) = 3(1-e^(-t/2ms)). The inductor voltage vL(t) = 15e^(-t/2ms) — starting at the full supply voltage and decaying to zero — is the dual of the capacitor current in an RC circuit.
Follow-up: What is the energy stored in the inductor at steady state and what happens to it when the supply is disconnected?
Q10. What is the step response of a series RLC circuit in the underdamped case?
In the underdamped case (ζ < 1), the step response is Vc(t) = Vs[1 - e^(-αt)(cos ωd t + (α/ωd)sin ωd t)] where α = R/2L is the damping coefficient and ωd = √(ω0² - α²) is the damped natural frequency. For an RLC with R=10Ω, L=1mH, C=100nF: α = 5000 s⁻¹, ω0 = 1/√(LC) = 100krad/s, ωd ≈ 99.99 krad/s, and the capacitor voltage oscillates at about 15.9 kHz with a 200µs decay envelope. Power electronics designers must ensure this ringing does not exceed the voltage rating of the capacitor or trigger overvoltage protection circuits.
Follow-up: What is the percentage overshoot in the underdamped RLC step response?
Q11. How do you find initial conditions using the concept of continuity?
At t=0- (just before switching), find all capacitor voltages and inductor currents in the old circuit at DC steady state; at t=0+ (just after switching), these values remain unchanged (Vc and iL are continuous), replace capacitors by voltage sources equal to their initial voltage and inductors by current sources equal to their initial current, then solve the new circuit to find all initial conditions including discontinuous quantities. In a circuit where a 100µF capacitor charged to 10V is connected through a 1kΩ resistor to a 20V source at t=0: Vc(0+) = 10V (continuous), initial current i(0+) = (20-10)/1000 = 10 mA (discontinuous, not bound by continuity). Getting the initial current wrong by assuming zero initial current is the most common error in DC transient exam problems.
Follow-up: What initial current flows through a series RL circuit if the inductor was previously un-energized and a 12V step is applied at t=0?
Q12. What is the impulse response and how is it related to the step response?
The impulse response h(t) is the circuit's output when the input is a unit impulse function δ(t), and it equals the time derivative of the step response — or equivalently, the step response is the integral of the impulse response. For an RC low-pass filter with time constant τ, the step response is (1-e^(-t/τ)) and the impulse response is (1/τ)e^(-t/τ), which can be verified by differentiation. The impulse response completely characterizes a linear circuit and is the foundation of convolution analysis: the output for any arbitrary input is the convolution of that input with the impulse response.
Follow-up: How is the impulse response used to find the output for an arbitrary input signal?
Q13. What is the transient behavior of a capacitor in a DC circuit at t=0 and at t=∞?
At t=0 (switching instant), a completely uncharged capacitor acts like a short circuit because its voltage is zero and it immediately allows the maximum current to flow limited only by the series resistance; at t=∞ (DC steady state), the capacitor acts like an open circuit because no DC current can flow through it and it has charged to the applied voltage. In a 9V battery circuit with a 1kΩ series resistor and 100µF capacitor, initial current is 9V/1kΩ = 9 mA and final capacitor voltage is 9V with zero current. This short-to-open-circuit behavior is the dual of the inductor's open-to-short-circuit transition.
Follow-up: What is the energy stored in a 100µF capacitor when fully charged to 9V?
Q14. What is the effect of adding a parallel resistor across a capacitor in an RC circuit on the transient response?
Adding a parallel resistor Rp across the capacitor changes the effective RC time constant to τ = (R × Rp / (R + Rp)) × C = Rp||R × C, because the parallel combination of R (series) and Rp (parallel) is the effective resistance seen by the capacitor. For R=10kΩ and Rp=10kΩ in parallel with C=10µF: Rp||R = 5kΩ, so τ = 50ms instead of 100ms, and the capacitor charges twice as fast. The parallel resistor also changes the final voltage: the capacitor charges to Vs × Rp/(R+Rp) instead of Vs, because the parallel resistor forms a voltage divider with the series resistor at steady state.
Follow-up: What is the final (steady-state) voltage across the capacitor when a parallel resistor Rp is present?
Q15. What is the significance of poles in transient analysis?
The poles of a circuit's transfer function are the values of s at which the denominator is zero; in the time domain, each pole at s = σ + jω contributes a term e^(σt)×cos(ωt + φ) to the transient response, where σ determines decay rate and ω determines oscillation frequency. A first-order RC circuit has a single real pole at s = -1/RC = -1000 rad/s for a 1kΩ-1µF circuit, giving a decaying exponential with τ = 1ms. A second-order RLC with underdamped poles at s = -α ± jωd contributes a damped sinusoid with exactly the frequency and decay rate defined by the pole location.
Follow-up: What do right-half-plane poles indicate about a circuit's stability?
Common misconceptions
Misconception: The transient response always decays to zero.
Correct: The transient (natural response) decays to zero, but the complete response includes the forced (steady-state) response that persists and may be nonzero; the capacitor charges to the source voltage, not to zero.
Misconception: A capacitor acts like an open circuit at t=0 when the switch closes.
Correct: An uncharged capacitor acts like a short circuit at t=0 because its initial voltage is zero; only a pre-charged capacitor acts like a voltage source equal to its initial charge at t=0+.
Misconception: After 3τ the transient is completely finished.
Correct: After 3τ the transient has decayed to about 5% of its initial value (e^-3 ≈ 0.05); the accepted engineering convention is 5τ for 99% completion, not 3τ.
Misconception: In an RLC circuit, critical damping gives the slowest response.
Correct: Critical damping gives the fastest non-oscillatory response; overdamped response is actually slower to reach steady state, and underdamped overshoots but then oscillates around the final value.