Difficulty: Easy
Correct Answer: 0.48 µs
Explanation:
Introduction / Context:In a first-order RL circuit driven by a DC step, the current approaches its final value exponentially with time constant τ = L / R. A common engineering rule is that about 5τ is effectively 'full' (over 99% of the final value). This question tests time-constant calculation and unit handling.
Given Data / Assumptions:
Concept / Approach:Compute τ = L / R, then multiply by 5. Careful prefix conversion is crucial to avoid errors of 10^3 or 10^6 in the answer.
Step-by-Step Solution:
τ = L / R = (320 × 10^-6) / 3300 s ≈ 9.697 × 10^-8 s ≈ 0.09697 µs.Time to 'full': t_full ≈ 5τ ≈ 5 * 0.09697 µs ≈ 0.4848 µs.Rounded to the closest listed choice: 0.48 µs.Verification / Alternative check:At 4τ, response is ≈ 98.2%; at 5τ, ≈ 99.3%, which is typically considered essentially full in practical design.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:0.48 µs
Discussion & Comments