Difficulty: Medium
Correct Answer: 30 V
Explanation:
Introduction:Pulse and rectangular waveforms often ride on a DC baseline. Computing the average (DC) component is essential for biasing, measurement, and filter design. When duty cycle and peak-to-peak amplitude are given, you can reconstruct the high and low levels and take a time-weighted average.
Given Data / Assumptions:
Concept / Approach:
The average over one period is the time-weighted sum of the levels: Vavg = D * Vhigh + (1 − D) * Vlow. This directly incorporates both the DC baseline and the fraction of time spent at the upper level.
Step-by-Step Solution:
Compute Vhigh: Vhigh = 20 V + 50 V = 70 V.Write average formula: Vavg = D * Vhigh + (1 − D) * Vlow.Substitute numbers: Vavg = 0.2 * 70 + 0.8 * 20.Calculate: Vavg = 14 + 16 = 30 V.Verification / Alternative check:
As a check, note that Vavg must lie between 20 V and 70 V and be closer to 20 V because the signal stays low 80% of the time; 30 V satisfies both conditions.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
30 V
Discussion & Comments