Difficulty: Medium
Correct Answer: 100 ms
Explanation:
Introduction / Context:
In a full-wave (bridge) rectifier, the charging pulses arrive at twice the mains frequency. The reservoir capacitor must be large enough relative to the load resistance so that the discharge between peaks is small, giving low ripple. Designers often target a time constant at least an order of magnitude larger than the ripple period.
Given Data / Assumptions:
Concept / Approach:
Capacitor discharge between charging peaks is approximately ΔV ≈ I_load * T_r / C. To make ΔV small for a given I_load, choose C large (or equivalently R_L C large). A common rule-of-thumb is R_L C ≥ 10 T_r so that the exponential decay over T_r is modest.
Step-by-Step Solution:
Verification / Alternative check:
With R_L C = 100 ms, the fractional voltage drop over 10 ms is approximately 1 − exp(−T_r/(R_L C)) ≈ 1 − exp(−0.1) ≈ 9.5%, which is acceptable for many supplies; larger time constants reduce ripple further.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
100 ms.
Discussion & Comments