Alternating Current: Common Mistakes and Fixes (2)

medium 2 min read

Question

A series LCR circuit has L=0.1L = 0.1 H, C=100C = 100 µF, R=10R = 10 Ω, connected to an AC source of peak voltage V0=200V_0 = 200 V at angular frequency ω=100\omega = 100 rad/s. Find the impedance and the rms current.

Solution — Step by Step

XL=ωL=100×0.1=10 ΩX_L = \omega L = 100 \times 0.1 = 10 \ \Omega

XC=1ωC=1100×100×106=10.01=100 ΩX_C = \frac{1}{\omega C} = \frac{1}{100 \times 100 \times 10^{-6}} = \frac{1}{0.01} = 100 \ \Omega

Z=R2+(XLXC)2=102+(10100)2Z = \sqrt{R^2 + (X_L - X_C)^2} = \sqrt{10^2 + (10 - 100)^2}

Z=100+8100=820090.55 ΩZ = \sqrt{100 + 8100} = \sqrt{8200} \approx 90.55 \ \Omega

Vrms=V02=2002141.4 VV_{\text{rms}} = \frac{V_0}{\sqrt{2}} = \frac{200}{\sqrt{2}} \approx 141.4 \text{ V}

Irms=VrmsZ=141.490.551.56 AI_{\text{rms}} = \frac{V_{\text{rms}}}{Z} = \frac{141.4}{90.55} \approx 1.56 \text{ A}

Final answers: Z90.55Z \approx 90.55 Ω, Irms1.56I_{\text{rms}} \approx 1.56 A.

Why This Works

In a series LCR circuit, the inductor’s voltage leads the current by 90°90°, the capacitor’s voltage lags by 90°90°, and the resistor’s voltage is in phase. Adding these as phasors gives the impedance triangle: Z=R2+(XLXC)2Z = \sqrt{R^2 + (X_L - X_C)^2}.

When XL>XCX_L > X_C, the circuit is inductive; when XL<XCX_L < X_C, capacitive. Here XCXLX_C \gg X_L, so the circuit is strongly capacitive.

Alternative Method

Use phasor diagrams: draw VRV_R along the current direction, VLV_L perpendicular up, VCV_C perpendicular down. The resultant gives the source voltage, and its magnitude divided by II gives ZZ.

The killer mistake: forgetting to convert capacitance from µF to F. Plugging C=100C = 100 directly gives XC=104X_C = 10^{-4} Ω — completely wrong. Always write C=100×106C = 100 \times 10^{-6} F before computing XCX_C.

Common Mistake

Students sometimes use peak voltage V0V_0 to compute current: I=V0/ZI = V_0 / Z. That gives the peak current I0I_0, not IrmsI_{\text{rms}}. Remember: Irms=Vrms/ZI_{\text{rms}} = V_{\text{rms}}/Z, where both rms quantities equal peak divided by 2\sqrt{2}.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next