# RLC Admittance Calculator (Y = G + jB)

Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.

> Canonical page: https://elysiatools.com/en/tools/admittance-calculator

- **Category:** Math & Numbers

- **Keywords:** admittance, conductance, susceptance, Y = 1/Z, G + jB, RLC, AC circuits, siemens, electrical engineering

## Overview

The RLC Admittance Calculator computes the complex admittance (Y = G + jB) for series or parallel AC circuits containing any combination of resistors, inductors, and capacitors. By inputting the circuit topology, component values, and operating frequency, you can instantly determine the conductance (G), susceptance (B), admittance magnitude, and phase angle to analyze AC circuit behavior.

## Inputs

- **Topology** (select)
- **Resistance R (Ω)** (number): Optional. At least one of R/L/C must be provided.
- **Inductance L (H)** (number): Optional. At least one of R/L/C must be provided.
- **Capacitance C (F)** (number): Optional. At least one of R/L/C must be provided.
- **Frequency f (Hz)** (number): e.g. 50
- **Decimal Places** (number)

## When to use

- When analyzing parallel AC circuits where adding admittances is mathematically simpler than combining complex impedances.
- When designing impedance matching networks, filters, or resonant circuits and you need to determine the conductance and susceptance at a specific frequency.
- When converting series RLC impedance values into their equivalent parallel admittance representations for power system or RF analysis.

## How it works

- Select the circuit topology (series or parallel) and enter the operating frequency in Hertz.
- Input the values for resistance (R), inductance (L), and/or capacitance (C) as required for your circuit configuration.
- The calculator computes the inductive reactance (X_L = 2πfL) and capacitive reactance (X_C = 1 / (2πfC)) to find the total impedance (Z).
- It calculates the complex admittance (Y = 1/Z = G + jB), outputting the conductance (G), susceptance (B), magnitude (|Y|), and phase angle.

## Use cases

- Calculating the input admittance of a parallel RLC bandpass filter to determine its resonant frequency and bandwidth.
- Determining the susceptance needed from a shunt capacitor or inductor to match transmission line impedance in RF engineering.
- Analyzing power factor correction requirements by calculating the reactive susceptance of industrial motor loads.

## Frequently asked questions

### What is the difference between impedance and admittance?

Impedance (Z) measures the opposition to electrical current in an AC circuit, while admittance (Y) is the reciprocal of impedance (Y = 1/Z) and measures how easily current flows.

### Can I calculate admittance if one of the R, L, or C components is missing?

Yes, the calculator supports any subset of R, L, and C. You only need to provide at least one component value along with the frequency.

### What do positive and negative susceptance values indicate?

A positive susceptance (B > 0) indicates net capacitive behavior, while a negative susceptance (B < 0) indicates net inductive behavior.

### How does the topology setting affect the calculations?

In a series topology, the calculator first sums the impedances before taking the reciprocal. In a parallel topology, it directly sums the individual admittances of each branch.

### What unit is admittance measured in?

Admittance, conductance, and susceptance are all measured in Siemens (S), which is equivalent to reciprocal ohms (Ω⁻¹).

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Break-Even Calculator](https://elysiatools.com/en/tools/break-even-calculator): Calculate the break-even point for a product or business based on fixed costs, variable costs, and price
- [Cantilever Beam Calculator](https://elysiatools.com/en/tools/cantilever-beam-calculator): Calculate the maximum bending moment M_max, maximum shear force V_max and free-end deflection δ_max of a cantilever beam under a free-end point load P or a uniformly distributed load q. Point load: δ = PL³/(3EI); UDL: δ = qL⁴/(8EI).
- [Column Buckling Load Calculator (Euler)](https://elysiatools.com/en/tools/column-buckling-load): Calculate the Euler critical buckling load of an axially loaded column: P_cr = π²·E·I/(K·L)². Supports pinned-pinned (K=1), fixed-free (K=2), fixed-pinned (K=0.7), fixed-fixed (K=0.5). Returns effective length, radius of gyration, slenderness ratio λ, and critical stress σ_cr.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
