AC Circuit Analysis

AC circuits are more complex than DC because the voltage and current are constantly changing — and capacitors and inductors respond to that change in ways resistors don't. The key insight that makes AC analysis tractable is impedance: a generalisation of resistance that works for all three passive components, using complex numbers to track both magnitude and phase. Once you have impedance, Ohm's Law and Kirchhoff's laws apply in exactly the same form.

The AC Waveform

V(t) = V_peak × sin(ωt + φ)

V_peak — peak voltage (amplitude)
ω = 2πf — angular frequency in radians/second
f — frequency in Hz
φ — phase angle (radians)
T = 1/f — period
QuantitySymbolFormulaExample (UK mains)
Peak voltageV_peakV_RMS × √2325 V
RMS voltageV_RMSV_peak / √2 ≈ 0.707 × V_peak230 V
Peak-to-peakV_pp2 × V_peak650 V
Frequencyf1/T50 Hz
PeriodT1/f20 ms
Angular frequencyω2πf314 rad/s

RMS (Root Mean Square) is the effective value — the DC equivalent that delivers the same power. For power calculations, always use RMS values.

Reactance

Reactance is the frequency-dependent opposition to current flow in capacitors and inductors:

Capacitive reactance:  X_C = 1 / (2πfC)   (ohms)
Inductive reactance:   X_L = 2πfL          (ohms)
ComponentAt low frequencyAt high frequencyIntuition
CapacitorHigh X_C (blocks)Low X_C (passes)Blocks DC, passes AC — more so at higher frequencies
InductorLow X_L (passes)High X_L (blocks)Passes DC, blocks AC — more so at higher frequencies
ResistorConstantConstantFrequency-independent

Reactance Examples

ComponentValue@ 100 Hz@ 1 kHz@ 10 kHz
Capacitor100 nF15,915 Ω1,592 Ω159 Ω
Capacitor10 µF159 Ω15.9 Ω1.59 Ω
Inductor10 mH6.28 Ω62.8 Ω628 Ω
Inductor100 µH0.063 Ω0.628 Ω6.28 Ω

Impedance

Impedance (Z) combines resistance and reactance into one complex quantity. Ohm's Law applies: V = I × Z

Z = R + jX          (j = imaginary unit = √−1)

Series RC:  Z = R − jX_C         (capacitor lags)
Series RL:  Z = R + jX_L         (inductor leads)
Series RLC: Z = R + j(X_L − X_C)

Magnitude: |Z| = √(R² + X²)
Phase angle: θ = arctan(X / R)

Phase Relationships

ComponentCurrent vs. Voltage phaseMemory aid
ResistorIn phase (θ = 0°)
CapacitorCurrent leads voltage by 90°ICE — I before E in C
InductorCurrent lags voltage by 90°ELI — E before I in L

Resonance

In a series RLC circuit, X_L and X_C cancel when they are equal. The frequency where this happens is the resonant frequency — at which impedance is purely resistive (minimum Z) and current is at maximum:

At resonance: X_L = X_C
  2πf₀L = 1/(2πf₀C)

Resonant frequency: f₀ = 1 / (2π√LC)

Q factor (quality): Q = (1/R) × √(L/C)    (series RLC)
  High Q → sharp resonance, narrow bandwidth
  Low Q → broad, gentle resonance
LCResonant frequencyApplication
100 µH100 pF1.59 MHzAM radio tuning
10 µH100 pF5.03 MHzShortwave receiver
1 mH1 µF5,032 HzAudio crossover
10 mH10 µF503 HzNotch filter

Power in AC Circuits

Real power (P):       P = V_RMS × I_RMS × cos(θ)   [watts — does real work]
Reactive power (Q):   Q = V_RMS × I_RMS × sin(θ)   [VAR — stored/returned, no net work]
Apparent power (S):   S = V_RMS × I_RMS             [VA — total current drawn]

Power factor: PF = cos(θ) = P / S    (1.0 is perfect, 0 is purely reactive)
Load typePower factorθReal power consumed
Pure resistor (heater, bulb)1.0100% of apparent
Induction motor (typical)0.7–0.925–45°70–90% of apparent
Pure inductor (ideal)0.090°0% — no real power consumed
Switching supply with PFC0.95–0.99~10°Near-ideal efficiency

Poor power factor means drawing more current for the same real work — causes larger wire losses and transformer heating. Industrial sites pay penalties for low power factor and install capacitor banks to correct it.

Basic Filters

Filter typeCircuitCutoff frequencyPassesBlocks
RC low-passR series, C to GNDf_c = 1/(2πRC)Low frequenciesHigh frequencies
RC high-passC series, R to GNDf_c = 1/(2πRC)High frequenciesLow frequencies
RL low-passL series, R to GNDf_c = R/(2πL)Low frequenciesHigh frequencies
RL high-passR series, L to GNDf_c = R/(2πL)High frequenciesLow frequencies
LC band-passSeries L, parallel Cf₀ = 1/(2π√LC)Band around f₀Above and below
RC low-pass example: R=10kΩ, C=100nF
f_c = 1 / (2π × 10,000 × 0.0000001) = 159 Hz

Frequencies well below 159Hz pass with negligible attenuation
Frequencies well above 159Hz are attenuated at -20dB/decade (-6dB/octave)
At exactly 159Hz: -3dB (voltage out = 0.707 × voltage in)

References