Difficulty: Easy
Correct Answer: is 30%
Explanation:
Introduction / Context:Duty cycle indicates the fraction of each period during which a pulse waveform is ON (high). It is crucial in pulse-width modulation (PWM), digital timing, and power control applications, where average power or voltage depends linearly on duty cycle for a fixed amplitude and baseline.
Given Data / Assumptions:
Concept / Approach:Duty cycle D is defined as D = t_on / T expressed as a percentage. Convert frequency to period in microseconds to match the given width, then compute the ratio and multiply by 100% to get the percentage value.
Step-by-Step Solution:
Compute period: T = 1 / 20,000 s = 0.00005 s = 50 µs.Compute duty: D = t_on / T = 15 µs / 50 µs = 0.3.Express as percent: D = 0.3 * 100% = 30%.Verification / Alternative check:Reasonableness: A 15 µs pulse within a 50 µs period must correspond to less than half the period. 30% is consistent (since 25 µs would be 50% at 20 kHz, so 15 µs is noticeably smaller).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:is 30%
Discussion & Comments