When you are designing an audio crossover, tuning an LC oscillator, or sizing a power supply filter, you need to calculate AC reactance quickly and accurately. While physical bench calculators are great, using a scientific calculator TI-30X IIS online emulator is the standard workaround when you are at a desktop CAD station or taking an open-book digital exam. The TI-30X IIS logic is infamous for its specific order-of-operations handling—particularly its EE (engineering notation) key—which makes it uniquely suited for electrical engineering math if you know how to drive it.

This guide breaks down the core AC reactance formulas, provides a data-dense reference table for common component values, and walks through exact keystroke sequences for the TI-30X IIS online interface to ensure you never lose a decimal place to a unit conversion error.

Core Reactance Formulas and Symbol Definitions

In alternating current (AC) circuits, inductors and capacitors oppose the flow of current not through resistance (which dissipates heat), but through reactance (which stores and releases energy in magnetic or electric fields). The formulas for inductive reactance ($X_L$) and capacitive reactance ($X_C$) are foundational to AC theory.

Inductive Reactance:
$X_L = 2 \pi f L$

Capacitive Reactance:
$X_C = \frac{1}{2 \pi f C}$

Every symbol in these equations must be entered into your calculator in its base SI unit. The TI-30X IIS does not inherently understand prefixes like 'milli' or 'micro' unless you explicitly use the engineering notation function. Below is the strict definition table for these variables.

Symbol Parameter Base SI Unit Common Prefixes in Practice TI-30X IIS Entry Method
$X_L$, $X_C$ Reactance Ohms ($\Omega$) None (usually 1 to 10k $\Omega$) Standard numeric entry
$f$ Frequency Hertz (Hz) kHz ($10^3$), MHz ($10^6$) EE key for exponents
$L$ Inductance Henries (H) mH ($10^{-3}$), $\mu$H ($10^{-6}$) EE key for negative exponents
$C$ Capacitance Farads (F) $\mu$F ($10^{-6}$), nF ($10^{-9}$), pF ($10^{-12}$) EE key for negative exponents
$\pi$ Pi (Constant) Dimensionless ~3.14159265 2nd then ^ (pi symbol)

Data-Dense Reference: Common Reactance Values at Mains Frequencies

Before running your own calculations, it helps to have a mental baseline of what realistic answer magnitudes look like. If you calculate the reactance of a 100$\mu$F capacitor and get 0.02 $\Omega$, you have made a decimal error. The table below provides exact calculated values for standard off-the-shelf components at both North American (60Hz) and European/UK (50Hz) mains frequencies.

Component Type Component Value Reactance at 60Hz (US) Reactance at 50Hz (EU/UK) Typical Application
Inductor 10 mH 3.77 $\Omega$ 3.14 $\Omega$ Audio crossover (woofer)
Inductor 100 mH 37.70 $\Omega$ 31.42 $\Omega$ Fluorescent ballast / filter choke
Inductor 1 H 376.99 $\Omega$ 314.16 $\Omega$ Heavy industrial line reactor
Capacitor 10 $\mu$F 265.26 $\Omega$ 318.31 $\Omega$ Motor run capacitor (small)
Capacitor 100 $\mu$F 26.53 $\Omega$ 31.83 $\Omega$ Power supply ripple filter
Capacitor 470 $\mu$F 5.64 $\Omega$ 6.77 $\Omega$ AC coupling / large motor start

Source reference: For deeper reading on AC circuit behavior and reactance phasors, consult the All About Circuits AC Theory textbook.

Rearranged Forms: Solving for Any Variable

On the bench, you rarely just solve for $X$. Usually, you have a target reactance and a known frequency, and you need to find the required component value to buy or wind. Here are the algebraically rearranged forms for every variable in both equations.

Inductive Rearrangements:

  • Solve for Frequency: $f = \frac{X_L}{2 \pi L}$
  • Solve for Inductance: $L = \frac{X_L}{2 \pi f}$

Capacitive Rearrangements:

  • Solve for Frequency: $f = \frac{1}{2 \pi C X_C}$
  • Solve for Capacitance: $C = \frac{1}{2 \pi f X_C}$

Worked Examples with Unit Tracking (TI-30X IIS Keystrokes)

The most common reason students and hobbyists fail calculations on the TI-30X IIS (and its online emulators) is the misuse of the exponent key. Never use the y^x or ^ key for scientific notation. If you type 150 * 10 ^ -3, the calculator treats the -3 as an exponent applied only to the 10, which can break order-of-operations if followed by addition or division. Always use the EE key (often mapped to EXP or EE on web emulators), which binds the exponent directly to the mantissa.

Problem 1: Inductive Reactance of a Choke

Scenario: You are designing a 60Hz mains filter and need to know the reactance of a 150mH iron-core choke.

Given: $f = 60\text{Hz}$, $L = 150\text{mH}$ ($150 \times 10^{-3}\text{H}$)
Formula: $X_L = 2 \pi f L$

Step-by-Step TI-30X IIS Online Keystrokes:

  1. Press 2 * (Multiply)
  2. Press 2nd then ^ (This inputs the $\pi$ constant, screen shows 2*\pi)
  3. Press * 60 (Screen shows 2*\pi*60)
  4. Press * 150 (Screen shows 2*\pi*60*150)
  5. Press EE (Screen shows EE or E)
  6. Press (-) (the dedicated negative key, NOT the minus subtraction key) then 3. Screen shows 2*\pi*60*150E-3
  7. Press ENTER or =

Result: 56.54866776
Final Answer with Units: $X_L = 56.55 \, \Omega$

Problem 2: Sizing a Capacitor for Target Reactance

Scenario: You need a capacitor that provides exactly 50 $\Omega$ of capacitive reactance at 50Hz to limit current in a test circuit.

Given: $X_C = 50\Omega$, $f = 50\text{Hz}$
Formula: $C = \frac{1}{2 \pi f X_C}$

Step-by-Step TI-30X IIS Online Keystrokes:

  1. Press 1 / (Divide)
  2. Press ( (Open parenthesis - crucial for the denominator)
  3. Press 2 * 2nd ^ (Inputs $2\pi$)
  4. Press * 50 * 50
  5. Press ) (Close parenthesis. Screen shows 1/(2*\pi*50*50))
  6. Press ENTER or =

Result: 0.000063661
Converting to Engineering Notation: Press 2nd then EE (or ENG on some emulators) to toggle the display.
Final Answer with Units: $C = 63.66 \times 10^{-6} \text{ F}$, which is $63.66 \, \mu\text{F}$. (You would select a standard 68$\mu$F capacitor in practice).

Assumptions, Unit Traps, and Realistic Magnitudes

Calculators are only as accurate as the physics assumptions and unit entries you feed them. When using the formulas above, keep these critical bench realities in mind.

When the Formula Applies (and When It Doesn't)

The formulas $X_L = 2\pi fL$ and $X_C = \frac{1}{2\pi fC}$ assume ideal, purely reactive components operating in a linear region.

The Reality: Real inductors have DC Resistance (DCR) from the copper wire windings. Real capacitors have Equivalent Series Resistance (ESR) from the dielectric and leads. At low frequencies, the DCR of a large inductor might actually dominate its $X_L$. Furthermore, these formulas assume a pure sine wave. If you are calculating reactance for a square wave (like a PWM motor drive), you must calculate the reactance for the fundamental frequency and the odd harmonics (3rd, 5th, 7th), as the inductor will present a much higher impedance to the high-frequency harmonic edges.

The Unit Mistakes That Break Your Math

The number one reason for catastrophic errors in AC math is the micro vs. milli trap.

  • Inductors are almost always in millihenries ($10^{-3}$) or microhenries ($10^{-6}$).
  • Capacitors are almost always in microfarads ($10^{-6}$), nanofarads ($10^{-9}$), or picofarads ($10^{-12}$).
If a datasheet lists a ceramic capacitor as '104' (which means $10 \times 10^4$ picofarads), that is $100,000\text{pF}$, or $100\text{nF}$, or $0.1\mu\text{F}$. If you type 104 into your TI-30X IIS without converting to base Farads ($1 \times 10^{-7}$), your calculated reactance will be off by a factor of one billion. Always convert to base SI units (Henries, Farads, Hertz) before touching the calculator keys.

What a Realistic Answer Magnitude Looks Like

Developing an intuition for magnitudes saves you from wiring up a circuit that immediately shorts or fails to pass signal.

  • Audio Frequencies (20Hz - 20kHz): Inductors are typically in the mH range (yielding $X_L$ from 1$\Omega$ to 500$\Omega$). Capacitors are in the $\mu$F range (yielding $X_C$ from 1$\Omega$ to 10k$\Omega$).
  • RF Frequencies (1MHz - 100MHz): Inductors drop to the $\mu$H or nH range. Capacitors drop to the pF range. If you calculate an RF matching network and your capacitor value comes out to 4,000$\mu$F, you have missed a decimal point; RF caps are rarely larger than a few hundred pF.
  • Mains Power (50/60Hz): Filter chokes are large (Henries or high mH), and filter caps are large (thousands of $\mu$F).

For official documentation on the keystroke logic and engineering notation modes discussed here, refer to the Texas Instruments TI-30X IIS official guide. Mastering the EE key and the parenthesis grouping on this specific calculator layout will eliminate 90% of your bench math errors.