Before you start, one shared vocabulary reminder so no symbol is unearned:
Two pictures anchor every card on this page — study them first, then reveal the cards against them:
Figure 1 — Phasor triangle. A blue arrow R points right along the horizontal (resistance, in phase). From its tip an orange arrow Xnet=XL−XC points straight up (net reactance; it would point down if net capacitive). The green diagonal from the origin to the top of that arrow is Z, whose length is R2+Xnet2 and whose red angle ϕ from the horizontal is the phase. A small square marks the right angle between R and Xnet — the reason we use Pythagoras, not plain addition.
Figure 2 — Time-domain waveforms. A gray voltage cosine is the reference. The orange curve (capacitor current) peaks a quarter-cycle before the voltage — it leads (ICE). The blue curve (inductor current) peaks a quarter-cycle after the voltage — it lags (ELI). Same voltage, opposite timing.
The first figure is the phasor triangle: R along the horizontal, the net reactance Xnet=XL−XC straight up (or down if capacitive), and Z as the diagonal — the picture behind "use Pythagoras, not addition". The second is the time-domain waveform: it shows current leading (capacitor) and lagging (inductor) the same voltage by a quarter-cycle, the picture behind ELI-the-ICE-man.
Reactance and resistance have the same unit, so a reactance also dissipates power as heat.
False. Both are measured in Ω, but reactance only stores energy in a field and returns it each cycle; the average power in a pure X is zero, so no heat — see Power in AC Circuits.
An ideal inductor connected to a DC source (f=0) behaves like an open circuit.
False — it's the opposite.XL=ωL=2πfL→0 as f→0, so at DC an ideal inductor is a short (a plain wire), not an open.
An ideal capacitor at DC (f=0) acts like an open circuit.
True.XC=1/(ωC)→∞ as f→0, so it blocks steady current entirely — matching the picture of a fully-charged capacitor passing no current.
For a series R-L-C circuit you can find total opposition by adding R+XL+XC because they're all in ohms.
False.R and X sit 90° apart, and XL, XC point opposite ways, so you combine as ∣Z∣=R2+Xnet2 with Xnet=XL−XC — the diagonal in the phasor figure, never a plain sum.
In a purely capacitive circuit the current leads the voltage by 90°.
True. From i=Cdv/dt, differentiating cos gives +90°: the current peaks a quarter-cycle before the voltage (the "ICE" of ELI-the-ICE-man, orange curve in the waveform figure).
Doubling the frequency doubles the reactance of any component.
False.XL=ωL is linear in ω, so 2ω doubles it; XC=1/(ωC) is inverse in ω, so 2ω halves it. Same input, opposite algebra — that is the whole asymmetry.
At resonance the circuit's impedance is zero.
False. At resonance XL=XC so the reactive part Xnet cancels, leaving ∣Z∣=R — the minimum, not zero (unless R=0). See Resonance in RLC Circuits.
The phase angle ϕ of the impedance is also the phase angle used in the power factor.
True. The power factor is cosϕ using the sameϕ=atan2(Xnet,R); the geometry that sets timing also sets how much power is real.
A negative phase angle ϕ means the circuit is net inductive.
False. Negative ϕ means Xnet=XL−XC<0, i.e. net capacitive (current leads). Net inductive gives positive ϕ.
You may plug a peak voltage Vm and an RMS current into Z=V/I together.
False. Mixing conventions corrupts the ratio; use peak-with-peak or RMS-with-RMS since Vrms=Vm/2 — see RMS and Peak Values.
"XC=2πfC1, and since C is in the denominator, a bigger capacitor gives more reactance."
Error: bigger C means smallerXC. A larger capacitor stores more charge per volt, so more current flows for the same voltage swing — less opposition.
"Impedance is Z=R+jXnet, so its magnitude is R+Xnet."
Error: the magnitude of R+jXnet is R2+Xnet2, not R+Xnet. Adding the parts linearly ignores that the real and imaginary axes are perpendicular — see the diagonal of the phasor triangle.
"ZC=1/(jωC), so its impedance is +j/(ωC)."
Error:1/j=−j, so ZC=−j/(ωC). That minus sign is exactly why capacitive reactance enters Z negatively and lowers the phase angle.
"The current lags in a capacitor because the capacitor 'resists' the voltage building up."
Error: in a capacitor current leads, not lags. Current must flow first to deposit charge before voltage can rise, so current peaks earlier.
"Since XL=ωL grows without limit, a real inductor blocks all high frequencies completely."
Error:idealXL→∞, but real inductors have parasitic winding capacitance and resistance that eventually let high frequencies through — the ideal model is a limiting case, not literal truth.
"In a series RLC circuit both XL and XC oppose current, so the net reactance is XL+XC."
Error: they oppose current at opposite moments (inductor lags, capacitor leads), so their reactances partly cancel: Xnet=XL−XC.
Why do we use complex numbers for AC opposition instead of a single real number?
Because AC opposition carries two facts — how much (magnitude) and when (phase timing). One real number can't store both; a complex number's length and angle store both at once. See Complex Numbers and Phasors.
Why does XL grow with frequency while XC shrinks?
An inductor opposes change in current (v=Ldi/dt), so faster wiggling means bigger opposing voltage → more opposition. A capacitor passes current whenever voltage changes (i=Cdv/dt), so faster wiggling means more current flows → less opposition.
Why is Pythagoras the right tool for combining R and Xnet?
Because the resistive drop is in phase with current while the reactive drop is 90° out of phase; treating them as perpendicular legs of a right triangle, the total is the hypotenuse R2+Xnet2 — the diagonal in the phasor figure.
Why do we subtract XC from XL rather than add them?
Inductive voltage leads the current and capacitive voltage lags it — they point in opposite directions on the imaginary axis, so their signed sum is a difference Xnet=XL−XC.
Why does an inductor's current lag the voltage?
Voltage is proportional to how fast current changes (v=Ldi/dt), which is largest when current is crossing zero; so the current peak arrives a quarter-cycle after the voltage peak — a 90° lag (the "ELI", blue curve in the waveform figure).
Why is reactance the same value whether you use peak or RMS quantities?
Reactance is a ratioV/I, and both voltage and current shrink by the same factor 2 going from peak to RMS, so the factor cancels and X is unchanged.
Why prefer atan2(Xnet,R) over tan−1(Xnet/R) for the phase?
Plain arctan only spans ±90° and the ratio blows up as R→0; atan2 keeps Xnet and R separate so it tracks the correct sign and returns ±90° cleanly at the R=0 boundary.
Why does the impedance angle equal the power-factor angle?
The angle of Z measures how far current timing is offset from voltage, and power delivered depends on that same offset — so cosϕ of the impedance angle is exactly the power factor. See Power in AC Circuits.
What is ∣Z∣ for a circuit with R=0 and XL=XC (pure LC at resonance)?
∣Z∣=0+02=0: an ideal lossless LC at resonance is a short circuit and current is limited only by the source.
As f→0 (approaching DC) in a series RLC, what does the circuit look like?
XL→0 (short) and XC→∞ (open), so the capacitor dominates and blocks all current — the impedance magnitude blows up.
As f→∞ in a series RLC, what dominates?
XC→0 (short) and XL→∞ (open), so the inductor dominates and blocks the current — again impedance grows without bound.
For a purely resistive circuit, what is the phase angle ϕ?
ϕ=atan2(0,R)=0°: with no reactance, voltage and current peak together — the boundary case where AC behaves just like DC in timing.
If R=0 but XL=XC, what is ϕ?
ϕ=atan2(Xnet,0)=±90° (sign follows Xnet): with no resistance the impedance is purely reactive, so current is exactly a quarter-cycle out of phase and no real power is dissipated. This is exactly the boundary where plain arctan fails and atan2 still works.
What happens to the phase angle exactly at resonance (XL=XC, R=0)?
ϕ=atan2(0,R)=0°: the reactances cancel, the circuit looks purely resistive, and current is maximal and in phase with voltage.
Can the magnitude ∣Z∣ ever be smaller than R in a series RLC?
No. Since ∣Z∣=R2+Xnet2 and the squared term is ≥0, the smallest possible value is R itself, reached only at resonance.
Recall One-line summary of every trap
Reactance shares the ohm but not the heat; XL climbs and XC falls with frequency; opposites cancel into Xnet=XL−XC; R and Xnet combine by Pythagoras; negative ϕ is capacitive; resonance leaves R, not zero; use atan2 so the sign and the R→0 boundary stay correct; and peak/RMS must never be mixed in one Ohm's-law step.