Inductive and Capacitive Reactance Calculators
Advertisement
This page provides calculators for both inductive and capacitive reactance.
Inductive Reactance Calculator
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:
Capacitive Reactance Calculator
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:
import CapacitiveReactanceCalculator from ”./elements/CapacitiveReactanceCalculator.astro”;
import InductiveReactanceCalculator from ”./elements/InductiveReactanceCalculator.astro”;