When using a TI-30XS online calculator emulator to size wire for a branch circuit, the single-phase voltage drop formula is VD = (2 × K × I × L) / CM. The primary advantage of the TI-30XS MultiView layout—even when accessed via a web-based emulator—is the MathPrint fraction template, which visually stacks the numerator and denominator and prevents the order-of-operations errors common in standard single-line scientific calculators. Below is the complete derivation, unit tracking, and decision framework to take your calculated Circular Mils (CM) straight to a concrete wire purchase.

The Core Formula and Symbol Definitions

The foundational equation for single-phase AC or DC voltage drop relies on the resistivity of the conductor material, the physical geometry of the circuit, and the load current.

VD = (2 × K × I × L) / CM
Symbol Definition Standard Unit Assumptions & Typical Values
VD Voltage Drop Volts (V) Must be ≤ 3% for branch circuits, ≤ 5% total (feeder + branch).
2 Multiplier for single-phase Dimensionless Accounts for the out-and-back current path (Line and Neutral). Use 1.732 for 3-phase.
K Specific Resistance (Resistivity) Ohm-Circular Mils / Foot Use 12.9 for Copper at 75°C (AC operating temp). Use 21.2 for Aluminum.
I Load Current Amperes (A) Use the continuous load value (125% of actual continuous draw) for sizing.
L One-Way Length Feet (ft) Distance from source to load. Do not use total wire length (out + back).
CM Circular Mils (Cross-Sectional Area) Circular Mils Derived from NEC Chapter 9, Table 8. (e.g., 12 AWG = 6,530 CM).
When This Formula Applies: This equation assumes a balanced, single-phase, steady-state AC or DC circuit with a constant ambient temperature of 30°C and conductor operating temperature of 75°C. It does not account for AC skin effect or proximity effect, which are negligible for standard residential/commercial wire sizes (14 AWG to 4/0 AWG) at 60Hz. For high-frequency or massive parallel feeders, refer to IEEE 399 or NEC Chapter 9 alternating-current resistance tables.

Rearranged Forms for Every Design Scenario

On the jobsite or at the workbench, you rarely solve for VD directly. Usually, you know your allowable drop and need to find the required wire size or maximum distance. Here are the algebraically rearranged forms ready for your calculator:

  • Solve for CM (Wire Size): CM = (2 × K × I × L) / VD
    Use this to find the minimum cross-sectional area required, then look up the next standard AWG size.
  • Solve for L (Maximum Distance): L = (VD × CM) / (2 × K × I)
    Use this to find how far you can run a specific wire gauge before exceeding your voltage drop limit.
  • Solve for I (Maximum Current): I = (VD × CM) / (2 × K × L)
    Use this to determine the maximum load an existing buried wire can handle without excessive voltage sag.

Executing the Math on a TI-30XS Online Calculator

The physical TI-30XS MultiView and its web-based emulators share a distinct interface designed to prevent parenthesis errors. When calculating voltage drop, always use the MathPrint mode.

  1. Set MathPrint Mode: Press [mode], scroll to MATHPRINT, and press [enter]. This ensures fractions render vertically.
  2. Input the Numerator: Type 2, press [×], type 12.9 (for K), press [×], type your Current (I), press [×], type your Length (L).
  3. Engage the Fraction Bar: Press the [n/d] button (located above the [÷] key). The cursor will drop into the denominator box.
  4. Input the Denominator: Type your CM value. If your CM value is in scientific notation (e.g., 105,600 for 1/0 AWG), use the [×10^n] button rather than the standard [EE] or [^] keys to maintain visual clarity.
  5. Calculate: Press [enter] to evaluate.

Unit Mistakes That Break the Calculation

The most common reason DIYers and apprentices get wildly incorrect results on their calculators comes down to unit mismatch:

  • The Metric Trap: Using cross-sectional area in square millimeters (mm²) instead of Circular Mils (CM). The K constant (12.9) is strictly calibrated for CM and feet. If you have mm², multiply by 1,973.5 to convert to CM before entering it into the denominator.
  • The DC vs. AC K-Value Trap: Using K = 10.4 (the DC resistance of copper at 20°C) instead of K = 12.9 (the AC resistance at 75°C). According to NEC guidelines and standard engineering practice, wire operates hot. Always use 12.9 for copper branch circuits to build in a safety margin.
  • The Round-Trip Length Trap: Entering the total cut length of the wire (out and back) into the L variable. L must be the one-way physical distance between the panel and the receptacle.

Realistic Answer Magnitudes

Before you trust the number on your screen, sanity-check the magnitude. For a standard 120V nominal branch circuit, a 3% maximum drop equates to 3.6 Volts. If your calculator outputs a VD of 0.04V for a 50-foot run, you likely forgot a zero in your CM entry. If it outputs 45V, you likely forgot the fraction bar and accidentally multiplied by CM instead of dividing.

Worked Problems with Step-by-Step Unit Tracking

Problem 1: Calculating Voltage Drop on an Existing Circuit

Scenario: You are powering a 120V continuous space heater drawing 15A. The one-way run from the subpanel is 85 feet, and you have already pulled 12 AWG THHN copper wire. What is the voltage drop?

  • I = 15A
  • L = 85 ft
  • K = 12.9 (Copper, 75°C)
  • CM = 6,530 (12 AWG per NEC Chapter 9, Table 8)

Calculator Input: (2 × 12.9 × 15 × 85) / 6530

Step-by-step Math:

  1. Numerator: 2 × 12.9 = 25.8
  2. 25.8 × 15 = 387
  3. 387 × 85 = 32,895
  4. Denominator: 6,530
  5. Final Division: 32,895 / 6,530 = 5.037 Volts

Analysis: 5.037V is a 4.2% drop on a 120V circuit (5.037 / 120 = 0.0419). This exceeds the NEC-recommended 3% limit for branch circuits. The 12 AWG wire is legally sufficient for the 15A breaker ampacity, but electrically inadequate for this distance. You must upsize to 10 AWG.

Problem 2: Sizing Wire for a New 240V Feeder

Scenario: You need to run a 240V single-phase feeder to a detached garage workshop. The continuous load is 40A. The one-way distance is 130 feet. You want to limit the voltage drop to exactly 3%.

  • Target VD = 240V × 0.03 = 7.2 Volts
  • I = 40A
  • L = 130 ft
  • K = 12.9

Rearranged Formula: CM = (2 × K × I × L) / VD

Calculator Input: (2 × 12.9 × 40 × 130) / 7.2

Step-by-step Math:

  1. Numerator: 2 × 12.9 = 25.8
  2. 25.8 × 40 = 1,032
  3. 1,032 × 130 = 134,160
  4. Denominator: 7.2
  5. Final Division: 134,160 / 7.2 = 18,633.33 CM

Analysis: You need a wire with a cross-sectional area of at least 18,633.33 Circular Mils. We will use the decision path below to select the physical wire.

Decision Path: From Calculated CM to Concrete Wire Pick

A calculator only gives you a mathematical area. To buy wire, you must map that area to a standard American Wire Gauge (AWG) or kcmil size, and then select the correct insulation type for your installation environment. Use the decision tree below to terminate your calculation into a physical part number.

Step Action / Condition Result / Next Step
1. Baseline Check Is your calculated CM less than 4,110? IF YES: Stop. You are below 14 AWG. Use 14 AWG minimum for 15A circuits (NEC 240.4(D)).
IF NO: Proceed to Step 2.
2. NEC Table Lookup Look up your calculated CM in NEC Chapter 9, Table 8. Find the next highest standard CM value. For our Problem 2 (18,633 CM), the next standard size up is 26,240 CM, which corresponds to 6 AWG.
3. Ampacity Cross-Check Check NEC Table 310.16 (75°C column). Does the chosen AWG have an ampacity ≥ your breaker/load? 6 AWG THHN at 75°C is rated for 65A. Our load is 40A. Condition Met.
4. Environment Selection Where is the wire being installed? If in conduit: Pick THHN/THWN-2.
If direct burial: Pick UF-B or XHHW-2.
If in NM cable (indoors): Pick NM-B.
5. Final Concrete Pick Combine AWG, conductor count, and insulation for your purchase order. FINAL PICK: 6 AWG, 2-conductor with ground, THHN/THWN-2 Copper (for conduit run to garage).
The Aluminum Pivot: If your calculated CM requirement pushes you into 4 AWG or larger, recalculate using K = 21.2 (Aluminum) and check the pricing delta. For the 130-foot garage feeder above, 6 AWG Copper THHN costs roughly $1.40/ft per conductor, while 4 AWG Aluminum XHHW-2 costs roughly $0.60/ft. If you pivot to aluminum, your final pick becomes 4 AWG XHHW-2 Aluminum, provided your terminations are rated for aluminum (CO/ALR or marked AL/CU) and you apply anti-oxidant compound.

By strictly tracking your units through the TI-30XS MathPrint interface and following the CM-to-AWG decision path, you eliminate the guesswork from long wire runs. You will never undersize a feeder for a detached shop or overspend on copper for a short residential branch circuit again.