AC circuit analysis — impedance triangle, power triangle, resonance conditions

hard CBSE JEE-MAIN 3 min read

Question

In a series LCR circuit with L=0.1L = 0.1 H, C=100μFC = 100 \mu F, and R=50ΩR = 50 \Omega, connected to a 220 V, 50 Hz AC source: find the impedance, current, phase angle, and check if the circuit is at resonance.

(CBSE 12 + JEE Main)


Solution — Step by Step

Inductive reactance: XL=2πfL=2π×50×0.1=31.4ΩX_L = 2\pi f L = 2\pi \times 50 \times 0.1 = 31.4 \Omega

Capacitive reactance: XC=12πfC=12π×50×100×106=31.8ΩX_C = \frac{1}{2\pi f C} = \frac{1}{2\pi \times 50 \times 100 \times 10^{-6}} = 31.8 \Omega

Since XLXCX_L \neq X_C, the circuit is NOT at resonance (but very close).

Z=R2+(XLXC)2Z = \sqrt{R^2 + (X_L - X_C)^2} Z=502+(31.431.8)2=2500+0.16=2500.1650.0ΩZ = \sqrt{50^2 + (31.4 - 31.8)^2} = \sqrt{2500 + 0.16} = \sqrt{2500.16} \approx \mathbf{50.0 \Omega}

The impedance is almost equal to RR because XLXCX_L \approx X_C.

I=VZ=22050=4.4 AI = \frac{V}{Z} = \frac{220}{50} = \mathbf{4.4 \text{ A}}

Phase angle: tanϕ=XLXCR=0.450=0.008\tan\phi = \frac{X_L - X_C}{R} = \frac{-0.4}{50} = -0.008

ϕ0.46°\phi \approx -0.46° (nearly zero — almost purely resistive behavior).

Since XC>XLX_C > X_L, current leads voltage slightly — the circuit is capacitive.

At resonance: XL=XCX_L = X_C, which gives:

2πf0L=12πf0C2\pi f_0 L = \frac{1}{2\pi f_0 C} f0=12πLC=12π0.1×100×106=12π×0.0031650.3 Hzf_0 = \frac{1}{2\pi\sqrt{LC}} = \frac{1}{2\pi\sqrt{0.1 \times 100 \times 10^{-6}}} = \frac{1}{2\pi \times 0.00316} \approx \mathbf{50.3 \text{ Hz}}

Very close to our 50 Hz source — that is why impedance is almost purely resistive.

flowchart TD
    A["AC Circuit Problem"] --> B["Calculate X_L = 2πfL"]
    A --> C["Calculate X_C = 1/(2πfC)"]
    B --> D{"Compare X_L and X_C"}
    C --> D
    D -- "X_L = X_C" --> E["RESONANCE: Z = R, max current"]
    D -- "X_L > X_C" --> F["Inductive: voltage leads current"]
    D -- "X_L < X_C" --> G["Capacitive: current leads voltage"]
    E --> H["Z = R"]
    F --> I["Z = √(R² + (X_L - X_C)²)"]
    G --> I
    H --> J["I = V/Z, Power = I²R"]
    I --> J

Why This Works

In AC circuits, inductors and capacitors oppose current changes in opposite ways — inductors resist current increase (creating a lagging voltage), capacitors resist voltage increase (creating a leading current). The impedance triangle captures these opposing effects geometrically.

At resonance, XL=XCX_L = X_C, so the inductor and capacitor effects cancel perfectly. The circuit behaves as if only the resistor exists, current is maximum, and power transfer is most efficient. This principle is used in radio tuning — adjusting CC to match the resonant frequency of the desired station.


Alternative Method

For JEE MCQs about resonance, remember these three facts: (1) At resonance, Z=RZ = R (minimum impedance), (2) Current is maximum: Imax=V/RI_{max} = V/R, (3) Voltage across LL and CC can individually exceed the source voltage — they cancel each other. The quality factor Q=1RL/CQ = \frac{1}{R}\sqrt{L/C} tells you how sharp the resonance peak is.


Common Mistake

Students add XLX_L and XCX_C in the impedance formula instead of subtracting. The impedance is R2+(XLXC)2\sqrt{R^2 + (X_L - X_C)^2}, not R2+XL2+XC2\sqrt{R^2 + X_L^2 + X_C^2}. Inductor and capacitor reactances oppose each other — they partially cancel. This is why at resonance (XL=XCX_L = X_C), impedance drops to just RR, not to R2+2XL2\sqrt{R^2 + 2X_L^2}.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →