The Texas Instruments TI-85, released in 1992, was the first calculator in the TI lineup to feature native complex number support and engineering notation (e.g., displaying 3.3E-6 instead of 0.0000033). For a generation of electrical engineering students, it was the undisputed king of the lab bench for crunching AC impedance and transient circuit math. Today, searching for a 'TI-85 calculator online' usually means you are either trying to run a JavaScript-based ROM emulator to satisfy a legacy university lab manual, or you are looking for a modern web-based equivalent that handles engineering notation and complex phasors just as elegantly.
Rather than just giving you a link to an emulator, this guide uses the core RLC series resonance formulas to demonstrate how to execute these calculations properly. We will track units through every step, identify the traps that break your math, and terminate with a concrete decision on which online calculation environment you should actually be using in 2026.
The Core RLC Resonance Formulas and Symbol Definitions
In a series RLC circuit, resonance occurs when the inductive reactance (XL) and capacitive reactance (XC) are equal in magnitude but opposite in phase, effectively canceling each other out. The circuit behaves as a purely resistive load at this specific frequency. Below are the governing equations for resonant frequency, quality factor, and bandwidth.
Resonant Frequency: fr = 1 / (2π√(L·C))
Quality Factor: Q = (1/R) · √(L/C)
Bandwidth (-3dB): Δf = fr / Q = R / (2πL)
| Symbol | Parameter | Standard SI Unit | Typical EE Magnitude |
|---|---|---|---|
| fr | Resonant Frequency | Hertz (Hz) | 10 kHz to 100 MHz |
| L | Inductance | Henries (H) | 1 μH to 10 mH |
| C | Capacitance | Farads (F) | 10 pF to 10 μF |
| R | Series Resistance | Ohms (Ω) | 0.5 Ω to 100 Ω |
| Q | Quality Factor | Dimensionless | 10 to 200 (practical RF) |
| Δf | Half-Power Bandwidth | Hertz (Hz) | 1 kHz to 5 MHz |
Rearranged Forms for Component Selection
On the bench, you rarely calculate fr from arbitrary components. Usually, you have a target frequency (like the 13.56 MHz NFC standard) and a fixed inductor, and you need to find the required capacitor. Here are the algebraically rearranged forms solving for each variable, ready for direct input into your online calculator:
- Solve for L: L = 1 / ((2πfr)² · C)
- Solve for C: C = 1 / ((2πfr)² · L)
- Solve for R (to achieve target Q): R = (1/Q) · √(L/C)
- Solve for R (from Bandwidth): R = 2πL · Δf
Worked Examples with Strict Unit Tracking
The most common reason students and hobbyists get garbage outputs from web calculators is failing to convert prefix multipliers (micro, pico, nano) into base SI units before hitting 'equals'. Let's solve two real-world problems with explicit unit tracking.
Problem 1: Characterizing an Existing Tank Circuit
Given: L = 47 μH, C = 100 pF, R = 10 Ω.
Find: fr, Q, and Δf.
Step 1: Convert to base SI units.
L = 47 × 10-6 H
C = 100 × 10-12 F = 1.0 × 10-10 F
Step 2: Calculate the LC product and track units.
L · C = (47 × 10-6 H) · (1.0 × 10-10 F)
Since 1 Henry = 1 (V·s)/A and 1 Farad = 1 (A·s)/V, the unit product is [s²].
L · C = 4.7 × 10-15 s²
Step 3: Solve for fr.
√(L·C) = √(4.7 × 10-15 s²) = 6.855 × 10-8 s
fr = 1 / (2π · 6.855 × 10-8 s) = 1 / (4.307 × 10-7 s)
fr = 2,321,515 Hz ≈ 2.32 MHz
Step 4: Solve for Q.
Q = (1 / 10 Ω) · √(47 × 10-6 H / 1.0 × 10-10 F)
The ratio of H/F yields Ω², and the square root yields Ω, which cancels the 1/Ω term, leaving Q dimensionless.
Q = 0.1 · √(470,000 Ω²) = 0.1 · 685.56 Ω
Q = 68.56
Step 5: Solve for Bandwidth (Δf).
Δf = fr / Q = 2,321,515 Hz / 68.56
Δf = 33,861 Hz ≈ 33.9 kHz
Problem 2: Sizing a Capacitor for 13.56 MHz NFC/RFID
Given: Target fr = 13.56 MHz (the ISO 14443 NFC standard frequency), L = 2.2 μH.
Find: Required C.
Step 1: Convert to base SI units.
fr = 13.56 × 106 Hz
L = 2.2 × 10-6 H
Step 2: Calculate angular frequency squared (ω²).
ω = 2πfr = 2π · (13.56 × 106) = 85.199 × 106 rad/s
ω² = (85.199 × 106)² = 7.2589 × 1015 rad²/s²
Step 3: Solve for C using the rearranged formula.
C = 1 / (ω² · L)
C = 1 / (7.2589 × 1015 · 2.2 × 10-6)
C = 1 / (1.5969 × 1010)
C = 6.262 × 10-11 F
C = 62.6 pF
Assumptions, Unit Traps, and Realistic Magnitudes
Before you order components based on these calculations, you must understand the boundaries of the math.
When the Formula Applies (and Assumptions)
These equations assume an ideal series RLC circuit. They assume the inductor has no parasitic parallel capacitance (self-resonant frequency is well above fr), the capacitor has negligible equivalent series resistance (ESR), and the resistor is purely ohmic with no parasitic inductance. In reality, at frequencies above 50 MHz, component lead inductance and PCB trace capacitance will invalidate the theoretical fr. For high-power applications, the inductor's core saturation and the capacitor's RMS current rating must be verified against the expected Q-factor current multiplication (Itank = Q · Isource).
Unit Mistakes That Break the Math
- Forgetting to square 2πfr: When rearranging for L or C, the entire (2πfr) term must be squared. Leaving 2π outside the square will yield a capacitance value off by a factor of ~39.4.
- Mixing up ω and f: The formula for Q using reactance is Q = XL / R = (ωL) / R. If you use f (Hz) instead of ω (rad/s), your Q calculation will be too low by a factor of 2π.
- The 'Micro' vs 'Milli' Trap: Entering 47 μH as 47E-3 instead of 47E-6 shifts your resonant frequency down by a factor of √1000 (approx 31.6).
What a Realistic Answer Magnitude Looks Like
If your calculated Q for a discrete PCB inductor and ceramic capacitor is 1,500, you have made a math error or ignored ESR. Practical discrete RF tank circuits at 10 MHz rarely exceed a Q of 150 due to the inductor's winding resistance and core losses. If your calculated bandwidth (Δf) is wider than the resonant frequency itself (Q < 1), the circuit is overdamped and will not exhibit a useful resonant peak.
Decision Path: Choosing Your Online Calculation Environment
The original TI-85 hardware is long discontinued, and its successors like the TI-84 Plus CE handle complex numbers differently. If you are searching for a 'TI-85 calculator online' to solve AC circuit theory, use this decision tree to select the right web tool for your specific workflow.
| If your goal is... | Then use this tool... |
|---|---|
| Replicating exact TI-85 keystrokes for a legacy university lab manual | jsTIfied (TI-85 ROM Web Emulator) |
| Graphing impedance magnitude |Z| vs frequency interactively | Desmos Graphing Calculator |
| Solving complex phasor networks (rectangular to polar conversions) | Wolfram Alpha Complex Math Tool |
| Default Pick: Direct TI-85 replacement with native engineering notation | NumWorks Web Emulator |
The Concrete Pick: Stop hunting for sketchy Java applets to run a 1992 ROM. For direct TI-85 replacement in 2026, use the NumWorks Web Emulator (available at my.numworks.com). It runs entirely in your browser, requires no installation, natively supports engineering notation (e.g., typing '47u' automatically registers as 47×10-6), and handles complex impedance math (j-operator) exactly the way the TI-85 did, but with a modern, high-resolution interface. Bookmark it, input the rearranged formulas listed above, and keep your unit prefixes strict.






