Difficulty: Easy
Correct Answer: 1414 Ω
Explanation:
Introduction / Context:
This problem tests series RL impedance calculation. In AC circuit analysis, impedance combines resistance and reactance vectorially. Because resistor voltage is in phase with current while inductor voltage leads current by 90 degrees, the total magnitude is found using the Pythagorean relationship, not simple arithmetic addition.
Given Data / Assumptions:
Concept / Approach:
Impedance of a series RL network is Z = R + jXL. The magnitude is |Z| = sqrt(R^2 + XL^2). The phase angle is theta = arctan(XL / R), though only the magnitude is requested here. Since R and XL are equal, the triangle is isosceles, and |Z| will be R * sqrt(2).
Step-by-Step Solution:
Compute magnitude: |Z| = sqrt(R^2 + XL^2)Insert values: |Z| = sqrt(1000^2 + 1000^2)|Z| = sqrt(1,000,000 + 1,000,000) = sqrt(2,000,000)|Z| ≈ 1414 Ω (since 1000 * sqrt(2) ≈ 1414.21)
Verification / Alternative check:
Because R = XL, the phase angle is arctan(1) = 45 degrees. A 45-degree impedance triangle has hypotenuse R * sqrt(2), confirming the numeric result without a calculator.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1414 Ω
Discussion & Comments