Difficulty: Easy
Correct Answer: 86%
Explanation:
Introduction / Context:Time constants are quick design tools for estimating how fast circuits respond. For RL and RC first-order systems, the exponential approach to steady state follows a consistent pattern that is widely memorized for 1τ, 2τ, 3τ, and so on. This question targets the numerical recall linked to two time constants.
Given Data / Assumptions:
Concept / Approach:For a step from 0 to I_final, the current is i(t) = I_final * (1 − e^(−t/τ)), where τ = L / R. At t = 2τ, the fraction to final is 1 − e^(−2). Numerically, e^(−2) ≈ 0.1353, so the fraction is about 0.8647 or 86% of the final value.
Step-by-Step Solution:
Write i(t)/I_final = 1 − e^(−t/τ).Set t = 2τ → i(2τ)/I_final = 1 − e^(−2).Evaluate e^(−2) ≈ 0.1353.Compute percentage: (1 − 0.1353) * 100% ≈ 86%.Verification / Alternative check:Known milestones: at 1τ → 63%; at 2τ → 86%; at 3τ → 95%; at 4τ → 98%; at 5τ → 99%+. These standard approximations validate the calculation.
Why Other Options Are Wrong:
63%: corresponds to 1τ, not 2τ.95%: corresponds roughly to 3τ.98%: corresponds roughly to 4τ.50%: would be near 0.69τ, not 2τ.Common Pitfalls:Mixing RC and RL forms (they share the same percentages); misremembering the milestone values; confusing current rise with voltage across the inductor (which decays).
Final Answer:86%
Discussion & Comments