When makers, engineering students, and electricians search for a ti 87 online calculator, they are usually looking for a web-based emulator of a Texas Instruments graphing calculator to punch through complex electrical equations. It is worth noting right away that Texas Instruments never officially released a 'TI-87' hardware model; the classic lineup jumps from the TI-86 to the TI-89, while the TI-84 Plus CE dominates modern classrooms and TI's official web emulator ecosystem. However, the search intent remains the same: you need a robust, scientific calculator interface to solve multi-step AC circuit math without making order-of-magnitude errors.

The most common and critical formula requiring this level of computational rigor in AC/DC theory is the Total Impedance ($Z$) of a Series RLC Circuit. This guide breaks down the formula, defines every variable, tracks units through two complete worked problems, and addresses the specific quirks of using online calculator emulators for electrical math.

The AC Impedance Formula and Symbol Definitions

In a series AC circuit containing resistance (R), inductance (L), and capacitance (C), the total opposition to current flow is called impedance. Because inductors and capacitors introduce phase shifts that are 180 degrees out of phase with each other, their reactances partially cancel out. The formula for the magnitude of total impedance is:

$Z = \sqrt{R^2 + (X_L - X_C)^2}$

Where the inductive reactance ($X_L$) and capacitive reactance ($X_C$) are derived from:

$X_L = 2\pi f L$   and   $X_C = \frac{1}{2\pi f C}$

Symbol Definition and Unit Tracking Table

SymbolParameterStandard SI UnitCalculator Input Unit
$Z$Total ImpedanceOhms ($\Omega$)Ohms
$R$ResistanceOhms ($\Omega$)Ohms
$X_L$Inductive ReactanceOhms ($\Omega$)Ohms
$X_C$Capacitive ReactanceOhms ($\Omega$)Ohms
$f$AC FrequencyHertz (Hz)Hertz (must convert kHz)
$L$InductanceHenries (H)Henries (must convert mH/$\mu$H)
$C$CapacitanceFarads (F)Farads (must convert $\mu$F/nF)

When This Formula Applies (and Its Assumptions)

This formula applies strictly to steady-state, sinusoidal AC circuits with linear components arranged in a single series branch. It assumes ideal components—meaning it ignores the parasitic series resistance inherent in real-world inductor windings and the equivalent series resistance (ESR) of capacitors. If you are analyzing a transient DC switching event or a non-sinusoidal waveform (like a PWM square wave from an ESP32), you must use Laplace transforms or Fourier analysis instead.

Rearranged Forms for Circuit Debugging

On the bench, you rarely just solve for $Z$. Usually, you have a target impedance or a known phase angle, and you need to find the missing component value. When typing these into your online calculator emulator, use these algebraically rearranged forms:

  • Solving for Resistance ($R$): $R = \sqrt{Z^2 - (X_L - X_C)^2}$
  • Solving for Inductive Reactance ($X_L$): $X_L = X_C \pm \sqrt{Z^2 - R^2}$
  • Solving for Capacitive Reactance ($X_C$): $X_C = X_L \pm \sqrt{Z^2 - R^2}$
  • Solving for Inductance ($L$): $L = \frac{X_L}{2\pi f}$
  • Solving for Capacitance ($C$): $C = \frac{1}{2\pi f X_C}$

Worked Problem 1: Finding Total Impedance with Unit Tracking

Scenario: You are designing a 60Hz mains-powered series RLC filter. You have a $47\Omega$ resistor, a $120\text{ mH}$ inductor, and a $22\text{ }\mu\text{F}$ capacitor. What is the total impedance?

Step 1: Convert all inputs to base SI units.

  • $R = 47\text{ }\Omega$
  • $L = 120\text{ mH} = 0.120\text{ H}$
  • $C = 22\text{ }\mu\text{F} = 0.000022\text{ F}$ (or $22 \times 10^{-6}\text{ F}$)
  • $f = 60\text{ Hz}$

Step 2: Calculate Inductive Reactance ($X_L$).

$X_L = 2 \times \pi \times 60 \times 0.120$

$X_L = 45.239\text{ }\Omega$

Step 3: Calculate Capacitive Reactance ($X_C$).

$X_C = \frac{1}{2 \times \pi \times 60 \times 0.000022}$

$X_C = 120.573\text{ }\Omega$

Step 4: Calculate Total Impedance ($Z$).

$Z = \sqrt{47^2 + (45.239 - 120.573)^2}$

$Z = \sqrt{2209 + (-75.334)^2}$

$Z = \sqrt{2209 + 5675.21}$

$Z = \sqrt{7884.21} = \mathbf{88.79\text{ }\Omega}$

Realistic Magnitude Check: In a 120V AC mains circuit, an impedance of $88.79\Omega$ would draw roughly $1.35\text{ A}$ ($I = V/Z$). This is a highly realistic magnitude for a fractional-horsepower motor start circuit or a heavy-duty solenoid coil. If your calculator had spit out $88,790\Omega$, you would immediately know you forgot to convert millihenries to Henries.

Worked Problem 2: Solving for Unknown Capacitance

Scenario: You are tuning an audio crossover network operating at $1000\text{ Hz}$. You need a total impedance of exactly $150\Omega$. You have a $100\Omega$ resistor and an inductor that yields $X_L = 200\Omega$. What capacitance value ($C$) do you need?

Step 1: Identify knowns and rearrange for $X_C$.

  • $Z = 150\Omega$, $R = 100\Omega$, $X_L = 200\Omega$, $f = 1000\text{ Hz}$
  • Using the rearranged form: $X_C = X_L \pm \sqrt{Z^2 - R^2}$

Step 2: Solve the radical.

$\sqrt{150^2 - 100^2} = \sqrt{22500 - 10000} = \sqrt{12500} = 111.803\Omega$

Step 3: Determine $X_C$.

$X_C = 200 \pm 111.803$

This yields two mathematical possibilities: $X_C = 311.803\Omega$ or $X_C = 88.197\Omega$. In practical audio crossover design, we typically select the root that keeps the circuit closer to resonance (where $X_L \approx X_C$). Let's choose $X_C = 88.197\Omega$.

Step 4: Convert Reactance to Capacitance.

$C = \frac{1}{2\pi f X_C} = \frac{1}{2 \times \pi \times 1000 \times 88.197}$

$C = 0.000001804\text{ F}$

Final Answer: Convert back to engineering notation: $1.80\text{ }\mu\text{F}$.

Common Unit Mistakes That Break the Math

Online calculator emulators do not have built-in unit tracking (unless you are using a highly specific CAS app on a TI-Nspire). They just crunch the raw numbers you feed them. According to fundamental AC circuit theory, mixing prefixes is the number one cause of calculation failure on the bench.

Warning: The Microfarad Trap
The most frequent error is entering $22$ instead of $0.000022$ for a $22\text{ }\mu\text{F}$ capacitor. Because $X_C$ is inversely proportional to $C$, forgetting the $10^{-6}$ multiplier will make your capacitive reactance one million times smaller than it should be, effectively shorting out the capacitive branch in your math model.
  • Millihenries ($mH$): Always multiply by $10^{-3}$. ($150\text{ mH} = 0.15\text{ H}$)
  • Microhenries ($\mu H$): Always multiply by $10^{-6}$. Common in RF and switching power supplies.
  • Kilohertz ($kHz$): Always multiply by $10^{3}$. Entering $20$ instead of $20000$ for a $20\text{ kHz}$ switching frequency will completely invalidate your inductor sizing.
  • RPM vs. Hz: If calculating impedance for a generator, remember that $f = \frac{\text{RPM} \times \text{Poles}}{120}$. Do not plug RPM directly into the $f$ variable.

Frequently Asked Questions

Is there an official TI 87 online calculator from Texas Instruments?

No. Texas Instruments never manufactured a 'TI-87' model. The search term is almost always a slight misremembrance of the TI-84 Plus or the TI-89 Titanium. TI does offer an official TI-84 Plus CE online emulator for educators and students, which is likely the web-based tool you are actually looking for to solve these electrical formulas.

How do I type the omega ($\Omega$) or mu ($\mu$) symbol on a TI online emulator?

Standard TI-OS emulators do not require you to type the unit symbols to perform the math. The calculator operates purely on scalar values. You simply type the numeric value (e.g., $0.000022$) and keep track of the units ($\mu\text{F}$) in your head or on scratch paper. If you are using the TI-Nspire CAS emulator, you can access Greek letters via the ctrl + G shortcut menu, but for standard numerical impedance solving, symbols are unnecessary.

Can a TI online calculator handle complex numbers for AC phase angles?

Yes, but you must switch the calculator's mode from 'REAL' to 'a+bi' (rectangular) or 're^\theta i' (polar). The formula $Z = \sqrt{R^2 + (X_L - X_C)^2}$ only gives you the magnitude of the impedance. To find the phase angle ($\theta$), you use the complex form $Z = R + j(X_L - X_C)$. On a TI-84 emulator, you can type 47 + (45.24 - 120.57)i and then use the angle() function to find that the current leads the voltage by roughly $58$ degrees.

Why is my online calculator giving me a domain error when calculating impedance?

A 'ERR:DOMAIN' or 'ERR:NONREAL ANS' on a TI emulator almost always happens when you attempt to take the square root of a negative number. In the rearranged formula $R = \sqrt{Z^2 - (X_L - X_C)^2}$, if your target impedance ($Z$) is mathematically smaller than the net reactance ($X_L - X_C$), the value under the radical becomes negative. Physically, this means your design goal is impossible: a series circuit's total impedance can never be less than its net reactance. Check your input values and verify your RLC circuit constraints.