The formula for admittance in AC circuit theory is Y = 1 / Z = G + jB. Admittance (Y) quantifies how easily a circuit allows alternating current to flow, serving as the exact mathematical reciprocal of impedance (Z). While impedance is the standard metric for series circuit analysis, admittance dramatically simplifies the math for parallel AC networks by converting complex division into simple addition.
On the workbench, when you measure a lossy capacitor or inductor using an LCR meter like the Keysight U1733C, the instrument often defaults to displaying parallel equivalent models (Cp and Rp). It does this because the internal firmware uses the formula for admittance to sum the conductive and reactive leakage paths directly. Below, we break down the exact formula, define every variable, and walk through bench-realistic worked examples with strict unit tracking.
The Core Formula for Admittance and Symbol Definitions
The fundamental definition of admittance is the reciprocal of complex impedance. In rectangular form, it is expressed as:
Y = 1 / Z = G + jB
Every symbol in this equation represents a specific physical property of the circuit, measured in Siemens (S), which was historically referred to as 'mhos' (ohm spelled backward, with an upside-down omega symbol ℧).
| Symbol | Parameter | Unit | Physical Definition |
|---|---|---|---|
| Y | Admittance | Siemens (S) | The total complex measure of how easily AC current flows through a network. |
| Z | Impedance | Ohms (Ω) | The total complex opposition to AC current flow (Z = R + jX). |
| G | Conductance | Siemens (S) | The real part of admittance; represents the purely resistive path that dissipates real power (heat). |
| B | Susceptance | Siemens (S) | The imaginary part of admittance; represents the reactive path that stores and releases energy in electric or magnetic fields. |
| j | Imaginary Unit | Dimensionless | The operator representing a 90° phase shift (√-1). Note: Electrical engineering uses 'j' instead of the mathematical 'i' to avoid confusion with current. |
Assumptions and Application Boundaries
The formula for admittance strictly applies only to linear, time-invariant (LTI) circuits operating in sinusoidal steady-state. This means all voltage and current sources must be pure sine waves of a single frequency, and all components (resistors, capacitors, inductors) must have constant values regardless of the voltage applied. If you are analyzing a circuit with diodes, transistors in switching modes, or non-sinusoidal waveforms (like PWM from an ESP32), you cannot use phasor-domain admittance directly; you must use time-domain differential equations or Laplace transforms.
Realistic Answer Magnitudes
What does a 'normal' admittance value look like in practice? It depends entirely on the power level. For high-voltage transmission lines or heavy busbars where impedance is kept intentionally low (e.g., 0.01 Ω), admittance is high, typically around 100 S. Conversely, for high-impedance PCB traces, MOSFET gate inputs, or sensor front-ends where Z might be 10 MΩ, the admittance is microscopic, often expressed in micro-Siemens (0.0000001 S or 0.1 μS). Expect most standard hobbyist and household AC circuits to yield admittance values in the milli-Siemens (mS) range.
Rearranged Forms and Variable Isolation
Depending on the known variables in your circuit schematic, you will need to rearrange the formula for admittance to solve for specific components. Here is the essential rearranged forms list:
- Solving for Impedance: Z = 1 / Y
- Solving for Conductance (from Z): G = R / (R² + X²)
- Solving for Susceptance (from Z): B = -X / (R² + X²)
- Solving for Admittance Magnitude: |Y| = √(G² + B²)
- Solving for Admittance Phase Angle: θ = arctan(B / G)
Notice the negative sign in the susceptance equation when derived from impedance. This is a critical mathematical quirk: an inductive impedance (+jX_L) results in a negative susceptance (-jB_L), while a capacitive impedance (-jX_C) results in a positive susceptance (+jB_C).
Worked Examples: Calculating Admittance in AC Circuits
To build muscle memory for the formula for admittance, we must track units through every intermediate step. Dropping the 'Ω' or 'S' mid-calculation is the fastest way to introduce a factor-of-1000 error.
Problem 1: Parallel RC Circuit (The Additive Advantage)
Scenario: You have a parallel AC network consisting of a 50 Ω resistor and a capacitor with a capacitive reactance (X_C) of 50 Ω. The source frequency is 60 Hz. Find the total admittance (Y).
Step 1: Identify the topology advantage.
Because the components are in parallel, we calculate the admittance of each branch individually and add them. This avoids the messy 'product-over-sum' complex division required when using impedance.
Step 2: Calculate branch admittances.
Y_R = 1 / R = 1 / 50 Ω = 0.02 S (or 20 mS). This is pure conductance (G).
Y_C = 1 / (-jX_C) = 1 / (-j50 Ω). Multiplying numerator and denominator by 'j' yields: j / (-j² * 50) Ω. Since j² = -1, this becomes j / 50 Ω = +j0.02 S (or +j20 mS). This is pure susceptance (B).
Step 3: Sum the admittances.
Y_total = Y_R + Y_C
Y_total = 0.02 S + j0.02 S
Final Answer: The total admittance is 0.02 + j0.02 S (or 20 + j20 mS). In polar form, this is 28.28 mS at an angle of +45°.
Problem 2: Series RL Circuit (Converting Impedance to Admittance)
Scenario: A series circuit contains a 10 Ω resistor and an inductor with an inductive reactance (X_L) of 20 Ω. Find the total admittance.
Step 1: Calculate total series impedance (Z).
Z = R + jX_L
Z = 10 Ω + j20 Ω
Step 2: Apply the core formula for admittance.
Y = 1 / Z
Y = 1 / (10 + j20) Ω
Step 3: Rationalize the denominator using the complex conjugate.
Multiply the top and bottom by (10 - j20) Ω:
Y = [1 * (10 - j20)] / [(10 + j20) * (10 - j20)] S
Y = (10 - j20) / (10² + 20²) S
Y = (10 - j20) / (100 + 400) S
Y = (10 - j20) / 500 S
Step 4: Separate into real and imaginary parts.
Y = (10 / 500) - j(20 / 500) S
Y = 0.02 - j0.04 S
Final Answer: The total admittance is 0.02 - j0.04 S (or 20 - j40 mS). Note that the conductance (G = 20 mS) is not simply 1/10 Ω (which would be 100 mS). In a series circuit, the resistance and reactance interact to lower the overall conductance when viewed from the admittance perspective. For deeper mathematical proofs on this interaction, refer to the Georgia State University HyperPhysics impedance derivations.
Common Unit Mistakes That Break Admittance Calculations
When applying the formula for admittance on exams or in simulation software like LTspice, specific unit and notation errors will silently corrupt your results. Watch out for these:
- The 'mho' vs. Siemens confusion: Modern SPICE simulators and All About Circuits textbooks use Siemens (S). If you are reading older military schematics or vintage Bell Labs papers, you will see the upside-down omega (℧). They are identical 1:1, but failing to recognize the symbol leads to dead ends.
- Ignoring the 'milli' prefix during addition: If your resistor yields 0.05 S and your capacitor yields 45 mS, you cannot add 0.05 + 45. You must convert 45 mS to 0.045 S first. The sum is 0.095 S, not 45.05 S.
- Degree vs. Radian calculator modes: When converting your final Y = G + jB answer into polar form (|Y| ∠ θ), ensure your calculator is in the correct mode. A phase angle of 0.785 radians is exactly 45 degrees. If your calculator is in radian mode but you assume degrees, your phasor diagram will be entirely wrong.
- Sign errors with inductive susceptance: Remember that B_L is negative. If you calculate Y for an inductor and get a positive imaginary number, you have accidentally treated it as a capacitor. Inductors oppose changes in current, resulting in a negative susceptance value in the admittance domain.
Frequently Asked Questions About Admittance Formulas
How does the formula for admittance differ from conductance?
Conductance (G) is strictly the real, resistive component of admittance, dealing only with power dissipation (heat). The formula for admittance (Y = G + jB) is a complex vector that includes both conductance and susceptance (B). In a purely DC circuit with no capacitors or inductors, admittance and conductance are mathematically identical. In AC circuits, conductance is only one half of the admittance equation.
Why do we use the formula for admittance in parallel AC circuits?
In parallel AC circuits, total impedance requires the reciprocal of the sum of reciprocals: Z_total = 1 / (1/Z_1 + 1/Z_2 + ...). Because these are complex numbers, this requires exhausting complex division for every single branch. By using the formula for admittance, the equation becomes a simple linear addition: Y_total = Y_1 + Y_2 + Y_3. You add the real parts (conductances) together and the imaginary parts (susceptances) together, drastically reducing calculation time and the risk of arithmetic errors.
Can the formula for admittance be applied to DC circuits?
Yes, but it collapses into a much simpler form. In a DC steady-state circuit, capacitors act as open circuits (infinite impedance, zero admittance) and inductors act as short circuits (zero impedance, infinite admittance, theoretically). For the resistive elements that remain, the reactive component (jB) drops to zero. The formula for admittance simplifies to Y = G = 1 / R. You are essentially just calculating standard DC conductance.
What happens to admittance at resonance?
At parallel resonance, the inductive susceptance (-jB_L) and capacitive susceptance (+jB_C) are equal in magnitude but opposite in sign. When you add them together using the admittance formula, the imaginary components cancel out completely (jB_total = 0). The total admittance becomes purely real (Y = G), meaning the circuit behaves exactly like a pure resistor at that specific frequency. This is why parallel resonant tanks are used as band-pass filters; they present maximum impedance (minimum admittance) to the rest of the circuit at resonance.






