Difficulty: Medium
Correct Answer: 4,337 Ω
Explanation:
Introduction / Context:This problem checks phasor-based AC analysis for a series RLC network, including calculating inductive and capacitive reactances at a specified frequency, forming the complex impedance, and interpreting the result in polar form. Such computations are routine in filter design, resonance analysis, and impedance matching.
Given Data / Assumptions:
Concept / Approach:For a series RLC circuit, the impedance is Z = R + j(XL − XC). Compute XL = 2π f L and XC = 1 / (2π f C). Then find magnitude |Z| = √(R^2 + (XL − XC)^2) and the phase angle θ = arctan((XL − XC)/R).
Step-by-Step Solution:
XL = 2π * 5000 * 0.12 ≈ 3769.9 Ω.XC = 1 / (2π * 5000 * 0.05e-6) ≈ 636.6 Ω.Net reactance X = XL − XC ≈ 3769.9 − 636.6 ≈ 3133.3 Ω (inductive).|Z| = √(3000^2 + 3133.3^2) ≈ √(9.000e6 + 9.813e6) ≈ √(1.8813e7) ≈ 4337 Ω.Angle θ = arctan(3133.3 / 3000) ≈ +46.8° (inductive).Verification / Alternative check:Because XL ≫ XC and both are comparable to R, the magnitude must exceed R and be in the several-kilohm range. A quick check with vector addition confirms a hypotenuse bigger than 3 kΩ, close to 4.3 kΩ as computed.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:4,337 Ω (corresponding to approximately 4.337 kΩ ∠ +46.8°).
Discussion & Comments