Difficulty: Easy
Correct Answer: 12.9 V
Explanation:
Introduction / Context:
This problem checks time-domain charging behavior of a first-order RC integrator when it is driven by a finite-width rectangular pulse. Knowing how far a capacitor charges during a pulse is essential for pulse shaping, timing, and analog signal conditioning design.
Given Data / Assumptions:
Concept / Approach:
For a step of amplitude Vin applied across an RC, the capacitor voltage follows vC(t) = Vin * (1 - e^(−t/tau)). For a finite-width pulse of duration t, the capacitor reaches vC(t) at the end of the pulse, provided the RC remains in its charging phase throughout that interval.
Step-by-Step Solution:
Given t = 2 * tauvC(t) = Vin * (1 - e^(−t/tau))vC(2 * tau) = 15 * (1 - e^(−2))e^(−2) ≈ 0.1353 ⇒ 1 − e^(−2) ≈ 0.8647vC ≈ 15 * 0.8647 ≈ 12.97 V ≈ 12.9 V
Verification / Alternative check:
As a rule of thumb, after 1 tau a capacitor reaches ~63.2% of its final value; after 2 tau it reaches ~86.5%. For 15 V, 0.865 * 15 ≈ 12.97 V, confirming the calculation.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing one time constant with two, or forgetting to apply the exponential factor e^(−t/tau). Always convert the pulse width to multiples of tau before applying the formula.
Final Answer:
12.9 V
Discussion & Comments