Inductive and Capacitive Reactance Calculators

This page provides calculators for both inductive and capacitive reactance.

Inductive Reactance Calculator

Inputs

Outputs

This calculator determines the inductive reactance (XL) and inductive admittance (BL) based on the input frequency and inductance values.

EXAMPLE#1 Inductive reactance calculator:

  • INPUTS: Frequency = 2 GHz, Inductance = 20 nH
  • OUTPUTS: XL = 251.33 Ohm, BL = 3.98 milli-mho

Formula/Equation for Inductive Reactance Calculator

The following formula is used for calculating inductive reactance:

inductive reactance calculator formula

Capacitive Reactance Calculator

Inputs

Outputs

This calculator determines the capacitive reactance (XC) and capacitive admittance (BC) based on the input frequency and capacitance values.

EXAMPLE#1 Capacitive reactance calculator:

  • INPUTS: Frequency = 3 GHz, C = 100 pF
  • OUTPUTS: Xc = 0.53 Ohm, Bc = 1884.95

Formula/Equation for Capacitive Reactance Calculator

The following formula is used for calculating capacitive reactance:

capacitive reactance calculator formulaimport CapacitiveReactanceCalculator from ”./elements/CapacitiveReactanceCalculator.astro”; import InductiveReactanceCalculator from ”./elements/InductiveReactanceCalculator.astro”;