Difficulty: Easy
Correct Answer: 10 seconds
Explanation:
Introduction / Context:Inductor current decays exponentially after the driving source is removed. Engineers often estimate a “practical zero” using the time constant concept to plan protection networks (snubbers), decide measurement windows, or ensure safe discharge intervals in power circuits.
Given Data / Assumptions:
Concept / Approach:The RL time constant is τ = L / R. Current decays as i(t) = I0 * e^(−t/τ). A common practical rule: after 5τ, i(t) ≈ 0.0067 * I0 (less than 1%), often treated as “essentially zero.”
Step-by-Step Solution:
Compute τ: τ = L / R = 20 H / 10 Ω = 2 s.Estimate complete decay time: t ≈ 5 * τ = 5 * 2 s = 10 s.Therefore, the current falls to near zero in about 10 seconds.Verification / Alternative check:Exact check: at t = 10 s, i(10) = 0.4 * e^(−10/2) = 0.4 * e^(−5) ≈ 0.4 * 0.0067 ≈ 2.7 mA, effectively zero for most purposes.
Why Other Options Are Wrong:
Common Pitfalls:Confusing τ with full decay time; τ is just the characteristic time, not the endpoint. Also, forgetting that the initial current magnitude does not change τ.
Final Answer:10 seconds
Discussion & Comments