Difficulty: Easy
Correct Answer: 26.6 V
Explanation:
Introduction / Context:Determining peak values from rms measurements is routine when dealing with sinusoidal signals. For a purely resistive element, the rms voltage is I_rms * R, and the peak voltage equals the rms value multiplied by √2. This problem also checks clean handling of milli- and kilo- prefixes.
Given Data / Assumptions:
Concept / Approach:First compute the rms voltage drop using Ohm’s law. Then convert rms to peak via Vpeak = Vrms * √2. The result represents the maximum instantaneous magnitude of the sinusoidal voltage across the resistor.
Step-by-Step Solution:
Vrms = I_rms * R = 0.004 A * 4700 Ω = 18.8 V.Vpeak = Vrms * √2 = 18.8 * 1.414 ≈ 26.6 V.Therefore, the peak drop across the 4.7 kΩ resistor is approximately 26.6 V.Verification / Alternative check:Power consistency: P = I_rms^2 * R = (0.004)^2 * 4700 ≈ 0.0752 W. Using Vpeak, the instantaneous maximum power would be (Vpeak^2 / R) at peaks; the average value aligns with the rms-based power, indicating consistent calculations.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:26.6 V
Discussion & Comments