Difficulty: Easy
Correct Answer: V * sqrt(a)
Explanation:
Introduction / Context:
Pulse-width-modulated (PWM) choppers feed a resistive load with a rectangular waveform: V during on-time and 0 during off-time. While the average output is a*V, the RMS value is different and is important for heating and true power calculations in resistive loads.
Given Data / Assumptions:
Concept / Approach:
RMS value is defined as sqrt( (1/T) * ∫ v^2(t) dt ). For a two-level waveform (V for aT, 0 for (1−a)T), square the levels, integrate over the period, and take the square root. This gives a simple closed form that differs from the average aV.
Step-by-Step Solution:
Verification / Alternative check:
Check limits: a → 1 gives V_rms → V (continuous DC), a → 0 gives V_rms → 0, both consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
V * sqrt(a)
Discussion & Comments