Series RL, RC, and RLC Circuits

AC Circuits · 12 min read

Phasors gave us the d/dtjωd/dt \leftrightarrow j\omega shortcut; now we cash it in. Any series circuit made of resistors, inductors, and capacitors has a single impedance ZZ — a complex number that generalises resistance to AC. Once you have ZZ, Ohm's law works again: V=ZIV = ZI.

Impedance: one complex number for everything

Each element contributes an impedance that you stack in series the same way you'd stack resistors — just add them up as complex numbers:

ZR=RZL=jωLZC=1jωC=jωCZ_R = R \quad\quad Z_L = j\omega L \quad\quad Z_C = \frac{1}{j\omega C} = -\frac{j}{\omega C}

For any combination, ZZ has a real part (resistive) and an imaginary part (reactive):

Z=R+jXZ=R2+X2φ=arctan(X/R)Z = R + jX \quad\quad |Z| = \sqrt{R^2 + X^2} \quad\quad \varphi = \arctan(X/R)

Z|Z| is the magnitude of the impedance — it tells you how many ohms of opposition the circuit presents. φ\varphi is the impedance angle — the phase shift between the source voltage and the current. A positive φ\varphi means the circuit looks inductive (current lags); a negative one means it looks capacitive (current leads).

Series RL — current lags voltage

Add a resistor and an inductor in series: Z=R+jωLZ = R + j\omega L. The current is common to both elements, so we draw it along the +Re+Re axis as our reference. Then:

  • VR=RIV_R = RI — in phase with II.
  • VL=jωLIV_L = j\omega L I — leads II by 90°.
  • Vs=VR+VLV_s = V_R + V_L — leans up-and-right on the phasor diagram. The source voltage leads the current by φ=arctan(XL/R)\varphi = \arctan(X_L / R).
Series RL
V_sRLI
Voltage phasors
ReImV_RV_LV_sφ
Impedance triangle
RejImRX_L = ωL|Z|φ
Series RL. The current is the common reference; VRV_R is in phase with it, VLV_L leads by 90°. The source voltage is their phasor sum, leading the current by φ=arctan(XL/R)\varphi = \arctan(X_L / R). The impedance triangle on the right is the same triangle scaled by 1/|I|.

Series RC — current leads voltage

Replace the inductor with a capacitor and the impedance becomes Z=Rj/(ωC)Z = R - j/(\omega C). Every sign flips:

  • VRV_R still in phase with II.
  • VCV_C lags II by 90° (ICE — the current leads, voltage lags).
  • VsV_s leans down-and-right — the source voltage lags the current by φ=arctan(XC/R)\varphi = -\arctan(X_C / R).
Series RC
V_sRCI
Voltage phasors
ReImV_RV_CV_s−φ
Impedance triangle
RejImR−X_C = −1/(ωC)|Z|
Series RC. VCV_C lags the current by 90° (ICE — I leads V through C, so V lags I). The impedance triangle flips below the real axis because ZC=j/(ωC)Z_C = −j/(ωC) is negative imaginary. The source voltage lags the current by φ=arctan(XC/R)\varphi = \arctan(X_C / R).

Series RLC — the tug-of-war

Put all three in series and their reactances fight each other:

Z=R+j(ωL1ωC)=R+jXwhereX=XLXCZ = R + j\bigl(\omega L - \frac{1}{\omega C}\bigr) = R + jX \quad\text{where}\quad X = X_L - X_C

XLX_L rises with frequency; XCX_C falls. At exactly one frequency — the resonant frequency ω0=1/LC\omega_0 = 1/\sqrt{LC} — they match and cancel. Below ω0\omega_0 the capacitor wins (net capacitive); above, the inductor wins (net inductive). Watch the impedance triangle flip:

ω > ω₀ — net inductiveRX_L − X_C|Z|ω = ω₀ — resistiveRX = 0|Z|ω < ω₀ — net capacitiveRX_C − X_L|Z|
In a series RLC, the net reactance X=XLXCX = X_L - X_C flips sign as frequency sweeps through resonance ω0=1/LC\omega_0 = 1/\sqrt{LC}. Below ω0\omega_0 the capacitor dominates (net capacitive, current leads). Above, the inductor dominates (net inductive, current lags). At ω0\omega_0 they cancel and the load looks purely resistive — the full preview of Topic 10 (Resonance).

At the crossover ω=ω0\omega = \omega_0,X=0X = 0 and the circuit looks purely resistive — the source and current snap into phase, and Z|Z| hits its minimum value of just RR. Maximum current flows at resonance. Topic 10 is entirely about the consequences of that fact.

Voltage division in AC

Because each element carries the same current II, the voltage across any one of them is a complex voltage divider:

VX=VsZXZtotalV_X = V_s \cdot \frac{Z_X}{Z_\text{total}}

This is Ohm's voltage-divider rule reborn as a complex-number recipe. It becomes the workhorse for filter design in Topic 9.

Magnitudes: the RMS version

For everyday calculations you usually care about RMS values. Take magnitudes of every phasor and pretend they're a right triangle:

Vs=VR2+(VLVC)2I=Vs/ZV_s = \sqrt{V_R^2 + (V_L - V_C)^2} \quad\quad I = V_s / |Z|

The Pythagorean form hides the phases — fine for steady- state amplitudes, but the moment you need to know when a peak occurs, fall back to the full phasor diagram.

Every series RLC has one impedance Z=R+jXZ = R + jX. Its magnitude is how much the circuit resists current; its angle is how far the current leads (capacitive) or lags (inductive) the source. V=ZIV = Z I replaces V=IRV = IR. The impedance triangle and the voltage phasor diagram are two versions of the same story, scaled by I|I|.

Common applications

  • Motor starting. Induction motors are mostly inductive (big XLX_L). A start capacitor in series with a start winding trims the phase angle so the rotor sees a rotating field — classic series RLC.
  • Radio tuning. Antenna feed → series RLC → mixer. Tune LL or CC to move ω0\omega_0 onto your chosen station; only that one frequency sees the minimum-impedance "short" and rings through.
  • Impedance matching. RF power amplifiers use series L-C sections to transform a 50 Ω source into whatever complex impedance the antenna presents.
  • Power-factor correction. Factories add a shunt capacitor across an inductive load to cancelXLX_L with XCX_C and drag the phase angle back toward 0 — lower current for the same real power.

Sweep an interactive impedance triangle in the Simulate stage or lock in the reflex on the Quiz.