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
| Quantity | Symbol | Formula | Example (UK mains) |
| Peak voltage | V_peak | V_RMS × √2 | 325 V |
| RMS voltage | V_RMS | V_peak / √2 ≈ 0.707 × V_peak | 230 V |
| Peak-to-peak | V_pp | 2 × V_peak | 650 V |
| Frequency | f | 1/T | 50 Hz |
| Period | T | 1/f | 20 ms |
| Angular frequency | ω | 2πf | 314 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)
| Component | At low frequency | At high frequency | Intuition |
| Capacitor | High X_C (blocks) | Low X_C (passes) | Blocks DC, passes AC — more so at higher frequencies |
| Inductor | Low X_L (passes) | High X_L (blocks) | Passes DC, blocks AC — more so at higher frequencies |
| Resistor | Constant | Constant | Frequency-independent |
Reactance Examples
| Component | Value | @ 100 Hz | @ 1 kHz | @ 10 kHz |
| Capacitor | 100 nF | 15,915 Ω | 1,592 Ω | 159 Ω |
| Capacitor | 10 µF | 159 Ω | 15.9 Ω | 1.59 Ω |
| Inductor | 10 mH | 6.28 Ω | 62.8 Ω | 628 Ω |
| Inductor | 100 µH | 0.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
| Component | Current vs. Voltage phase | Memory aid |
| Resistor | In phase (θ = 0°) | — |
| Capacitor | Current leads voltage by 90° | ICE — I before E in C |
| Inductor | Current 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
| L | C | Resonant frequency | Application |
| 100 µH | 100 pF | 1.59 MHz | AM radio tuning |
| 10 µH | 100 pF | 5.03 MHz | Shortwave receiver |
| 1 mH | 1 µF | 5,032 Hz | Audio crossover |
| 10 mH | 10 µF | 503 Hz | Notch 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 type | Power factor | θ | Real power consumed |
| Pure resistor (heater, bulb) | 1.0 | 0° | 100% of apparent |
| Induction motor (typical) | 0.7–0.9 | 25–45° | 70–90% of apparent |
| Pure inductor (ideal) | 0.0 | 90° | 0% — no real power consumed |
| Switching supply with PFC | 0.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 type | Circuit | Cutoff frequency | Passes | Blocks |
| RC low-pass | R series, C to GND | f_c = 1/(2πRC) | Low frequencies | High frequencies |
| RC high-pass | C series, R to GND | f_c = 1/(2πRC) | High frequencies | Low frequencies |
| RL low-pass | L series, R to GND | f_c = R/(2πL) | Low frequencies | High frequencies |
| RL high-pass | R series, L to GND | f_c = R/(2πL) | High frequencies | Low frequencies |
| LC band-pass | Series L, parallel C | f₀ = 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