Fiveable

🔌Intro to Electrical Engineering Unit 8 Review

QR code for Intro to Electrical Engineering practice questions

8.2 Impedance and admittance

8.2 Impedance and admittance

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔌Intro to Electrical Engineering
Unit & Topic Study Guides

Impedance and admittance are the tools you use to analyze AC circuits the same way you'd use resistance in DC circuits. They describe how components oppose or allow sinusoidal current flow, and they let you apply Ohm's law and other familiar techniques to circuits with capacitors and inductors.

Impedance combines resistance with reactance into a single complex number, while admittance is its reciprocal. Together, they make it possible to calculate voltage, current, and power in any AC circuit using straightforward algebra.

Impedance and Reactance

Impedance and its Components

Impedance (ZZ) is the total opposition to current flow in an AC circuit, measured in ohms (Ω\Omega). It has two parts: a real part (resistance) and an imaginary part (reactance).

Z=R+jXZ = R + jX

Here, RR is resistance, XX is reactance, and jj is the imaginary unit. Resistance dissipates energy as heat, while reactance stores and releases energy without consuming it.

Reactance (XX) is the opposition to current caused by capacitors and inductors. It's also measured in ohms. The net reactance in a circuit is:

X=XLXCX = X_L - X_C

When XL>XCX_L > X_C, the circuit behaves inductively (current lags voltage). When XC>XLX_C > X_L, it behaves capacitively (current leads voltage).

Capacitive and Inductive Reactance

Capacitive reactance (XCX_C) comes from capacitors and is inversely proportional to both frequency and capacitance:

XC=12πfCX_C = \frac{1}{2\pi fC}

As frequency increases, a capacitor passes current more easily, so XCX_C drops. For example, a 10μF10 \, \mu F capacitor at 60Hz60 \, Hz has XC=12π(60)(10×106)265ΩX_C = \frac{1}{2\pi(60)(10 \times 10^{-6})} \approx 265 \, \Omega. At 600Hz600 \, Hz, that drops to about 26.5Ω26.5 \, \Omega.

Inductive reactance (XLX_L) comes from inductors and is directly proportional to frequency and inductance:

XL=2πfLX_L = 2\pi fL

Higher frequencies mean the inductor opposes current more strongly. A 50mH50 \, mH inductor at 60Hz60 \, Hz has XL=2π(60)(0.05)18.85ΩX_L = 2\pi(60)(0.05) \approx 18.85 \, \Omega, but at 600Hz600 \, Hz it jumps to about 188.5Ω188.5 \, \Omega.

Impedance Triangle and Phasor Representation

The impedance triangle is a right triangle that shows how RR, XX, and ZZ relate geometrically:

  • Horizontal leg: resistance RR
  • Vertical leg: reactance XX
  • Hypotenuse: impedance magnitude Z|Z|

From this triangle you get two useful equations:

Z=R2+X2|Z| = \sqrt{R^2 + X^2}

θ=tan1(XR)\theta = \tan^{-1}\left(\frac{X}{R}\right)

The angle θ\theta is the phase angle between voltage and current. You can write impedance in either rectangular or polar form:

  • Rectangular: Z=R+jXZ = R + jX
  • Polar: Z=ZθZ = |Z|\angle\theta

Both forms carry the same information. Rectangular form is convenient for adding impedances (series circuits), while polar form is convenient for multiplying and dividing (Ohm's law calculations).

Impedance and its Components, AC Inductance and Inductive Reactance - Electronics-Lab.com

Admittance

Admittance and its Components

Admittance (YY) is the reciprocal of impedance. It represents how easily current flows, measured in siemens (SS).

Y=1Z=G+jBY = \frac{1}{Z} = G + jB

  • Conductance (GG) is the real part, measured in siemens. It represents ease of current flow through resistance.
  • Susceptance (BB) is the imaginary part, also in siemens. It represents ease of current flow through reactive elements.

One common mistake: GG and BB are not simply 1R\frac{1}{R} and 1X\frac{1}{X} when both RR and XX are present in the same impedance. The simple reciprocal relationships G=1RG = \frac{1}{R} and B=1XB = \frac{1}{X} only hold when RR and XX appear in separate branches. For a single impedance Z=R+jXZ = R + jX, you need to compute:

Y=1R+jX=RjXR2+X2Y = \frac{1}{R + jX} = \frac{R - jX}{R^2 + X^2}

So G=RR2+X2G = \frac{R}{R^2 + X^2} and B=XR2+X2B = \frac{-X}{R^2 + X^2}.

Susceptance has two types: capacitive susceptance (BCB_C, positive) and inductive susceptance (BLB_L, negative), with B=BCBLB = B_C - B_L.

Relationship between Admittance and Impedance

Admittance and impedance are reciprocals:

Y=1ZY = \frac{1}{Z} and Z=1YZ = \frac{1}{Y}

The practical reason both exist: impedance simplifies series circuit analysis (you just add impedances), while admittance simplifies parallel circuit analysis (you just add admittances). This mirrors how resistance works for series DC circuits and conductance works for parallel ones.

Impedance and its Components, AC Capacitance and Capacitive Reactance - Electronics-Lab.com

AC Circuit Analysis

Ohm's Law for AC Circuits

Ohm's law extends directly to AC circuits using phasors:

V=IZ\mathbf{V} = \mathbf{I} Z

Here V\mathbf{V} and I\mathbf{I} are phasors with both magnitude and phase angle: V=VθV\mathbf{V} = |V|\angle\theta_V and I=IθI\mathbf{I} = |I|\angle\theta_I. The phase difference θVθI\theta_V - \theta_I equals the impedance angle θ\theta.

For series circuits, current is the same through every element:

  • Ztotal=Z1+Z2++ZnZ_{total} = Z_1 + Z_2 + \cdots + Z_n
  • Itotal=I1=I2==In\mathbf{I}_{total} = \mathbf{I}_1 = \mathbf{I}_2 = \cdots = \mathbf{I}_n
  • Vtotal=V1+V2++Vn\mathbf{V}_{total} = \mathbf{V}_1 + \mathbf{V}_2 + \cdots + \mathbf{V}_n

For parallel circuits, voltage is the same across every element:

  • 1Ztotal=1Z1+1Z2++1Zn\frac{1}{Z_{total}} = \frac{1}{Z_1} + \frac{1}{Z_2} + \cdots + \frac{1}{Z_n} (or equivalently, Ytotal=Y1+Y2++YnY_{total} = Y_1 + Y_2 + \cdots + Y_n)
  • Vtotal=V1=V2==Vn\mathbf{V}_{total} = \mathbf{V}_1 = \mathbf{V}_2 = \cdots = \mathbf{V}_n
  • Itotal=I1+I2++In\mathbf{I}_{total} = \mathbf{I}_1 + \mathbf{I}_2 + \cdots + \mathbf{I}_n

Notice how the parallel impedance formula becomes much cleaner when you use admittance instead.

Power in AC Circuits

Power in AC circuits has three components:

  • Real power (PP): the actual power consumed, measured in watts (WW)
    • P=VIcosθP = |V||I|\cos\theta
  • Reactive power (QQ): power that oscillates between source and reactive elements, measured in volt-amperes reactive (VARVAR)
    • Q=VIsinθQ = |V||I|\sin\theta
  • Apparent power (SS): the total power "delivered" by the source, measured in volt-amperes (VAVA)
    • S=VIS = |V||I|

These three form a power triangle (just like the impedance triangle):

S=P2+Q2S = \sqrt{P^2 + Q^2}

θ=tan1(QP)\theta = \tan^{-1}\left(\frac{Q}{P}\right)

The power factor (PFPF) tells you what fraction of the apparent power actually does useful work:

PF=PS=cosθPF = \frac{P}{S} = \cos\theta

A power factor of 1 means all power is real (purely resistive load). A power factor near 0 means most power is reactive, which is inefficient. Utilities charge industrial customers penalties for low power factor because it forces them to supply large currents that don't do useful work.