Difficulty: Medium
Correct Answer: 17.91 V
Explanation:
Introduction / Context:
This computation illustrates exponential charging during a finite pulse. Designers frequently need to predict the capacitor's voltage after a given pulse width to set thresholds, timing margins, and subsequent stage behavior.
Given Data / Assumptions:
Concept / Approach:
Capacitor charging under a step input follows vC(t) = Vin * (1 − e^(−t/tau)). The pulse ends at t = 6 ms; the capacitor voltage at that instant is the charged value reached during the pulse.
Step-by-Step Solution:
tau = R * C = 3.3e3 * 2e−6 = 6.6e−3 s = 6.6 mst/tau = 6 ms / 6.6 ms ≈ 0.9091vC = 30 * (1 − e^(−0.9091))e^(−0.9091) ≈ 0.402vC ≈ 30 * (1 − 0.402) = 30 * 0.598 ≈ 17.94 V ≈ 17.91 V
Verification / Alternative check:
Since 6 ms is slightly less than one time constant (6.6 ms), a value a bit under 63.2% of 30 V (i.e., 18.96 V) is expected. Our result, ~17.9 V, is consistent because the pulse ends before one full tau.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to compute tau, or using linear instead of exponential charging. Always use vC(t) = Vin * (1 − e^(−t/tau)).
Final Answer:
17.91 V
Discussion & Comments