Difficulty: Easy
Correct Answer: False
Explanation:
Introduction / Context:The time response of RC circuits is exponential. Engineers often use “time constants” to estimate how quickly a capacitor approaches its final value. This item checks whether you understand the difference between “practically complete” and “mathematically complete.”
Given Data / Assumptions:
Concept / Approach:
The voltage or current follows an exponential of the form 1 − exp(−t/tau) (charging) or exp(−t/tau) (discharging). Exponentials asymptotically approach their final value and never reach it in finite time. The “5 * tau” guideline means “within about 1% of final,” not “fully.”
Step-by-Step Solution:
At t = 1 * tau, response is about 63.2% toward final.At t = 2 * tau, about 86.5%.At t = 3 * tau, about 95.0%.At t = 5 * tau, about 99.3% toward final value (or 0.7% remaining).Verification / Alternative check:
Compute residual error after 5 * tau: exp(−5) ≈ 0.0067. That is less than 1%, which most practical designs treat as “effectively settled.” But “fully” would imply 100%, which requires infinite time for an exponential approach.
Why Other Options Are Wrong:
“True” and conditional versions misinterpret the engineering rule of thumb as a strict equality. The “1% rule” is practical, not absolute; device type or source resistance does not change the asymptotic nature.
Common Pitfalls:
Assuming a process is complete after a fixed number of time constants, and forgetting that measurement tolerances and application needs dictate what “settled” means (e.g., 0.1%, 1%, 5%).
Final Answer:
False
Discussion & Comments