The Core Formula: Single-Phase Voltage Drop

When your physical MultiView is dead or lost on the jobsite, a free online TI-30XS calculator emulator is the fastest way to crunch field math without losing the engineering notation and variable storage you rely on. The most critical calculation for any branch circuit is voltage drop. If you undersize the wire, the load starves; if you oversize it, you waste copper and money.

The foundational formula for single-phase (and DC) voltage drop is:

VD = (2 × K × I × L) / CM

Symbol Definition & Assumptions

Symbol Definition Standard Units
VD Voltage Drop Volts (V)
2 Multiplier for single-phase (out and back path) Dimensionless
K Direct Current Constant (Resistivity) Ω·CM/ft (12.9 for Cu, 21.2 for Al at 75°C)
I Load Current Amperes (A)
L One-way distance from source to load Feet (ft)
CM Cross-sectional area of the conductor Circular Mils (CM)
When This Applies & Assumptions: This formula assumes a single-phase AC circuit with a power factor near 1.0, or a pure DC circuit. It assumes uniform conductor temperature (using the 75°C K-values standard for NEC sizing) and ignores AC skin effect, which is negligible for wire sizes under 1/0 AWG at 60Hz.

Realistic Answer Magnitude: For a standard 120V branch circuit, a realistic VD is between 1.0V and 3.6V (the 3% NEC recommendation). If your calculator outputs 45V or 0.002V, you have a unit error.

Rearranged Forms for Field Decisions

You rarely solve for VD in the field; you usually know your maximum allowable drop and need to find the required wire size or maximum distance. Here are the algebraic rearrangements you will type into the online emulator:

  • Solve for Wire Size (CM): CM = (2 × K × I × L) / VD
  • Solve for Max Distance (L): L = (VD × CM) / (2 × K × I)
  • Solve for Max Current (I): I = (VD × CM) / (2 × K × L)

Worked Examples with Unit Tracking

Using a web-based TI-30XS emulator requires mapping physical keystrokes to on-screen clicks. The emulator's sto> and variable keys (x, y, z) are critical for storing the K constant so you don't mistype it mid-calculation.

Problem 1: Evaluating an Existing 12 AWG Circuit

Scenario: You are troubleshooting a 120V, 15A receptacle located 80 feet from the panel. The circuit is wired with 12 AWG solid copper. What is the voltage drop?

  1. Identify Values: K = 12.9, I = 15A, L = 80ft, CM = 6530 (from NEC Chapter 9, Table 8 for 12 AWG).
  2. Store K in the Emulator: Type 12.9, click 2nd, click sto>, click x. (Now, variable x = 12.9).
  3. Enter the Formula: Click 2 × x × 15 × 80 ÷ 6530 enter.
  4. Unit Tracking:
    VD = [2 × 12.9 (Ω·CM/ft) × 15 (A) × 80 (ft)] / 6530 (CM)
    The 'ft' cancels. The 'CM' cancels. You are left with Ω × A, which equals Volts.
  5. Result: 4.74V.
Callout Tip: 4.74V is a 3.95% drop on a 120V circuit. This exceeds the 3% NEC informational note recommendation for branch circuits. The 12 AWG wire is legally permitted to carry 15A, but it is functionally undersized for this specific distance.

Problem 2: Sizing a New 240V Dedicated Circuit

Scenario: You need to run a 240V, 30A compressor 150 feet from the main panel. You want to limit the voltage drop to exactly 3% (7.2V). What size copper wire do you need?

  1. Identify Values: K = 12.9 (stored in variable x), I = 30A, L = 150ft, VD = 7.2V.
  2. Enter the Rearranged Formula: Click 2 × x × 30 × 150 ÷ 7.2 enter.
  3. Unit Tracking:
    CM = [2 × 12.9 (Ω·CM/ft) × 30 (A) × 150 (ft)] / 7.2 (V)
    Volts = Amperes × Ohms. The 'A' cancels. The 'ft' cancels. You are left with CM.
  4. Result: 16,125 CM.

Common Unit Mistakes That Break the Math

When using a TI-30XS MultiView or its online equivalent, the calculator will blindly process wrong units. Watch out for these specific traps:

  • Circular Mils vs. Square Millimeters: The K constant (12.9) is strictly calibrated for Circular Mils (CM). If you are working with metric wire (e.g., 2.5 mm²) and plug the area in as '2.5', your answer will be off by a factor of nearly 2000. Always convert metric cross-sections to CM first (1 mm² ≈ 1973.5 CM).
  • One-Way Length vs. Total Loop Length: The formula already includes the multiplier '2' to account for the hot and neutral (or out-and-back) paths. 'L' must be the one-way physical distance from the breaker to the load. If you measure 80 feet of cable pulled from the spool, the one-way distance is 40 feet.
  • K-Value Temperature Mismatch: Using 12.9 assumes the wire is operating at 75°C. If you are sizing a 60°C rated circuit (common for 14, 12, and 10 AWG NM-B romex), the true K for copper is closer to 10.4. Using 12.9 will result in a slightly conservative (larger) wire size, which is safe but costs more.

Decision Tree: Selecting Your Conductor Size

Once your calculator outputs a required Circular Mil (CM) area, you cannot buy "16,125 CM" wire. You must round up to the next standard AWG size listed in NEC Chapter 9, Table 8. Use this decision matrix to terminate your math into a concrete purchasing decision.

Calculated CM Required Standard AWG Size Actual CM of Standard Size Decision / Action
≤ 4,110 14 AWG 4,110 Use 14 AWG (Max 15A breaker)
4,111 to 6,530 12 AWG 6,530 Use 12 AWG (Max 20A breaker)
6,531 to 10,380 10 AWG 10,380 Use 10 AWG (Max 30A breaker)
10,381 to 16,510 8 AWG 16,510 Default Pick for Problem 2: Buy 8 AWG THHN
16,511 to 26,240 6 AWG 26,240 Use 6 AWG THHN/THWN
26,241 to 41,740 4 AWG 41,740 Use 4 AWG THHN/THWN
Final Verdict for Problem 2: Your calculator demanded 16,125 CM. Looking at the decision tree, 10 AWG (10,380 CM) is too small. You must step up to 8 AWG copper THHN (16,510 CM). This guarantees your 240V compressor will see at least 232.8V under full load, preventing motor burnout and nuisance breaker trips.