The admittance formula defines how easily an alternating current (AC) circuit allows current to flow, acting as the exact mathematical reciprocal of impedance. The core equation is Y = 1 / Z, and it is measured in Siemens (S). In rectangular form, it expands to Y = G + jB, where G is conductance and B is susceptance. While impedance is the go-to metric for series circuits, admittance drastically simplifies the math for parallel AC networks and RF matching stages.
The Admittance Formula: Symbols, Definitions, and Rearranged Forms
Before running calculations on the bench, you need to lock in the vector relationships. Admittance is a complex number, meaning it has both a real part (which dissipates power) and an imaginary part (which stores and releases energy). Below is the complete spec-sheet for every variable in the standard admittance equations.
| Symbol | Parameter | Unit | Definition & Bench Context |
|---|---|---|---|
| Y | Admittance | Siemens (S) | Total ease of AC current flow. The complex reciprocal of impedance (Z). |
| Z | Impedance | Ohms (Ω) | Total opposition to AC current flow. Z = R + jX. |
| G | Conductance | Siemens (S) | The real part of admittance. Represents power dissipation (heat). Note: G is NOT simply 1/R in a complex circuit; it is the real part of 1/Z. |
| B | Susceptance | Siemens (S) | The imaginary part of admittance. Represents energy storage in magnetic/electric fields. |
| j | Imaginary Unit | Dimensionless | Mathematical operator representing a 90° phase shift (√-1). In electrical engineering, we use j instead of i to avoid confusion with current. |
Rearranged Forms
Depending on what your multimeter or network analyzer is displaying, you will need to isolate different variables. Here are the essential rearranged forms:
- Solving for Impedance: Z = 1 / Y
- Solving for Conductance (Real part): G = Re(Y)
- Solving for Susceptance (Imaginary part): B = Im(Y)
- Admittance Magnitude: |Y| = √(G² + B²)
- Phase Angle of Admittance: θ = arctan(B / G)
When the Formula Applies (and the Unit Traps That Break It)
The standard admittance formula assumes you are working with linear, time-invariant (LTI) components in a steady-state sinusoidal AC environment. If you are analyzing a circuit with diodes, switching transistors, or transient DC step-responses, the simple Y = 1/Z ratio fails. For non-linear components, engineers use 'small-signal admittance', which is the derivative of current with respect to voltage (dI/dV) at a specific bias point.
Realistic Answer Magnitudes
Knowing what a 'normal' answer looks like prevents decimal-place errors when programming a MATLAB script or reading a Smith chart:
- RF Systems (50 Ω standard): 20 mS (milliSiemens).
- Audio Crossovers (8 Ω nominal): ~125 mS.
- High-Impedance Oscilloscope Inputs (1 MΩ): 1 µS (microSiemens).
- Power Grid Transmission Lines: Often calculated in µS/km due to massive physical scale and shunt capacitance.
The Unit Traps That Break Your Math
According to standard AC theory references like the All About Circuits AC Textbook, the most common bench mistakes happen during unit conversions:
- The Reciprocal Trap (Sign Error): Inductive reactance is XL = +jωL. Therefore, inductive susceptance is BL = 1 / (jXL) = -j(1/XL). Engineers frequently forget the negative sign, accidentally treating inductors like capacitors in parallel math.
- The Prefix Mismatch: Mixing milliSiemens (mS) with kilo-Ohms (kΩ) without normalizing to base units. Always convert everything to base Ohms and base Siemens before plugging values into the formula.
- Conductance vs. Resistance: In a series circuit, G does NOT equal 1/R. If Z = 3 + j4 Ω, Y = 0.12 - j0.16 S. Here, G is 0.12 S, whereas 1/R would be 1/3 = 0.33 S. Conductance only equals 1/R if the reactance is exactly zero.
Worked Examples: Step-by-Step Admittance Calculations
Let's apply the math to two common scenarios: converting a series impedance to admittance, and calculating the total admittance of a parallel network.
Problem 1: Converting Complex Impedance to Admittance
Given: A series motor winding has a measured impedance of Z = 40 + j30 Ω at 60 Hz. Find the admittance in rectangular form (Siemens).
Step 1: Set up the reciprocal equation.
Y = 1 / Z = 1 / (40 + j30) Ω⁻¹
Step 2: Rationalize the denominator.
Multiply the top and bottom by the complex conjugate of the denominator (40 - j30).
Y = (40 - j30) / [(40 + j30)(40 - j30)]
Step 3: Expand the denominator.
Recall that (a + jb)(a - jb) = a² + b².
Denominator = 40² + 30² = 1600 + 900 = 2500 Ω²
Step 4: Divide and track units.
Y = (40 / 2500) - j(30 / 2500) S
Y = 0.016 - j0.012 S
Final Answer: Y = 16 - j12 mS. The conductance is 16 mS, and the inductive susceptance is -12 mS.
Problem 2: Parallel RLC Branch Admittance
Given: A parallel AC circuit contains a resistor (R = 50 Ω), an inductor (XL = 100 Ω), and a capacitor (XC = 40 Ω). Find the total admittance in polar form.
For parallel circuits, we calculate the admittance of each branch individually and sum them, as detailed in resources like Electronics Tutorials on Parallel Circuits.
Step 1: Calculate individual branch admittances.
- Resistor: G = 1 / R = 1 / 50 = 0.020 S
- Inductor: BL = -1 / XL = -1 / 100 = -0.010 S (Note the negative sign!)
- Capacitor: BC = 1 / XC = 1 / 40 = +0.025 S
Step 2: Sum the real and imaginary parts.
Ytotal = G + j(BC + BL)
Ytotal = 0.020 + j(0.025 - 0.010)
Ytotal = 0.020 + j0.015 S
Step 3: Convert rectangular to polar form.
Magnitude |Y| = √(0.020² + 0.015²) = √(0.0004 + 0.000225) = √0.000625 = 0.025 S
Phase Angle θ = arctan(0.015 / 0.020) = arctan(0.75) ≈ +36.87°
Final Answer: Ytotal = 0.025 ∠ 36.87° S (or 25 ∠ 36.87° mS). Because the angle is positive, the net parallel circuit behaves capacitively.
Frequently Asked Questions
Why use the admittance formula for parallel circuits instead of impedance?
In series circuits, impedances simply add together (Ztotal = Z1 + Z2). But in parallel circuits, adding impedances requires the cumbersome 'product-over-sum' formula or reciprocal sums (1/Ztotal = 1/Z1 + 1/Z2). By switching to admittance, parallel branches simply add together linearly (Ytotal = Y1 + Y2). This turns complex fraction division into basic addition, saving massive amounts of time when analyzing parallel RLC tanks or multi-branch power distribution networks.
What is the exact difference between admittance, conductance, and susceptance?
Admittance (Y) is the overarching complex vector that describes total AC current flow. Conductance (G) is strictly the real, scalar component of that vector—it represents the part of the current that is perfectly in phase with the voltage and does real work (heat). Susceptance (B) is the imaginary, scalar component representing the current that is 90° out of phase with the voltage, sloshing back and forth between the source and the reactive components (inductors/capacitors) without dissipating net power.
How does the admittance formula relate to the Smith chart in RF design?
The standard Smith chart plots normalized impedance (z). However, when designing parallel matching networks (like stub tuners or shunt capacitors), RF engineers use the 'Admittance Smith Chart' (or Y-chart). Because Y = 1/Z, the admittance chart is mathematically identical to the impedance chart but rotated exactly 180 degrees. A point plotted in the inductive region on a Z-chart instantly maps to the capacitive region on a Y-chart, allowing engineers to visually add parallel shunt components by simply moving along constant-conductance circles rather than doing complex reciprocal math by hand.






