The Core Formula: Single-Phase Voltage Drop
When sizing conductors for branch circuits or feeders, the direct answer to 'how much voltage will I lose' relies on the approximate single-phase voltage drop formula. Whether you are punching keys on the physical hardware or using a texas instrument 30xs calculator online emulator to verify your homework, the math remains identical. The standard NEC-style approximation for single-phase AC and DC circuits is:
VD = (2 × K × I × D) / CM
Before entering this into your calculator's MultiView display, you must understand what each variable represents and the physical assumptions baked into the equation.
| Symbol | Variable Name | Standard Unit | Definition & Bench Notes |
|---|---|---|---|
| VD | Voltage Drop | Volts (V) | The absolute voltage lost as heat across the entire circuit loop (both line and neutral/ground). |
| 2 | Multiplier | Dimensionless | Accounts for the out-and-back path of single-phase current. (Use 1.732 for three-phase). |
| K | DC Constant | Ω·cmil/ft | Derived from material resistivity. Use 12.9 for Copper and 21.2 for Aluminum at 75°C. |
| I | Current | Amperes (A) | The continuous or full-load current (FLC) drawn by the load. |
| D | Distance | Feet (ft) | The one-way physical length of the cable run from source to load. |
| CM | Circular Mils | cmil | The cross-sectional area of the wire. (e.g., 12 AWG = 6,530 cmil; 1/0 AWG = 105,600 cmil). |
When This Formula Applies (and Its Assumptions)
This formula assumes a steady-state load, a single-phase system, and ignores AC reactance (skin effect and proximity effect). It is highly accurate for conductors sized 1/0 AWG and smaller operating at standard 60Hz frequencies. For parallel runs, large feeders (>350 kcmil), or highly inductive loads with poor power factor, you must switch to the exact AC impedance formula: VD = I × (R cosθ + X sinθ) × D.
Realistic Answer Magnitudes
What should your calculator screen actually show? A realistic, code-compliant voltage drop is typically 2% to 5% of nominal system voltage. On a 120V circuit, expect to see 2.4V to 6.0V on your TI-30XS display. If your answer reads 45V on a 120V branch, you have either made a decimal error or your wire is dangerously undersized.
Rearranged Forms & Calculator Input Strategy
On the jobsite, you rarely solve for VD directly. Usually, you know your allowable drop and need to find the required wire size (CM) or the maximum run length (D). Here are the algebraically rearranged forms.
- Solve for Current (I): I = (VD × CM) / (2 × K × D)
- Solve for Distance (D): D = (VD × CM) / (2 × K × I)
- Solve for Wire Size (CM): CM = (2 × K × I × D) / VD
TI-30XS MultiView Input Tactics
When using the physical TI-30XS or a texas instrument 30xs calculator online web port, the MultiView display allows you to see the entire fraction stack. However, order of operations will ruin your calculation if you omit parentheses.
- Always wrap the entire denominator in parentheses:
( 2 × 12.9 × 15 × 100 ). - Use the
x10^nbutton for large Circular Mil values (e.g., entering 250,000 cmil as2.5 x10^5) to avoid screen-scrolling errors. - Press the
MathPrinttoggle to ensure fractions render vertically. If you need to convert a fractional voltage drop to a decimal for code compliance comparison, use then/d ↔ Un/dtoggle button.
Solved Problems with Unit Tracking
Abstract math leads to melted lugs. Let us run two distinct scenarios, tracking the units through the calculation to prove the math resolves to Volts.
Problem 1: Standard 120V Copper Branch Circuit
Given: A 120V receptacle circuit supplying a 15A space heater. The run is 100 feet long using 12 AWG solid copper wire (THHN in conduit).
- Identify Variables: K = 12.9, I = 15A, D = 100 ft, CM = 6,530 (from NEC Chapter 9, Table 8).
- Setup Equation with Units:
VD = (2 × 12.9 [Ω·cmil/ft] × 15 [A] × 100 [ft]) / 6,530 [cmil] - Calculate Numerator: 2 × 12.9 × 15 × 100 = 38,700
- Divide by Denominator: 38,700 / 6,530 = 5.926 Volts
- Unit Cancellation Check: The 'cmil' in the K constant cancels the 'cmil' in the denominator. The 'ft' in the K constant cancels the 'ft' in distance. You are left with Ω × A, which by Ohm's Law equals Volts.
Result: 5.92V drop. This is 4.9% of 120V. It exceeds the NEC recommended 3% for branch circuits. You must upsize to 10 AWG (CM = 10,380) to pass inspection best practices.
Problem 2: 240V Aluminum Feeder to a Subpanel
Given: A 240V feeder supplying a 40A continuous load. The one-way distance is 150 feet using 6 AWG aluminum wire (XHHW-2).
- Identify Variables: K = 21.2 (Aluminum at 75°C), I = 40A, D = 150 ft, CM = 26,240 (6 AWG Al).
- Setup Equation:
VD = (2 × 21.2 × 40 × 150) / 26,240 - Calculate Numerator: 2 × 21.2 × 40 × 150 = 254,400
- Divide: 254,400 / 26,240 = 9.69 Volts
Result: 9.69V drop. On a 240V system, this is a 4.03% drop. For a feeder, the NEC recommends a maximum of 3% (7.2V). The aluminum wire is insufficient; you must upsize to 4 AWG Aluminum (CM = 41,740) which yields a 6.09V (2.5%) drop.
Real-World Scenario: The 240V Well Pump Failure
Formulas on a screen are one thing; diagnosing a failure in the field is another. Here is how ignoring the variables in this formula destroys equipment.
The Setup
A homeowner installs a new 1.5 HP, 240V submersible well pump. The pump's Full Load Current (FLC) is 10A. The pump is located 250 feet down the well and trench from the main panel. To save money, the installer uses 12 AWG copper wire (CM = 6,530), reasoning that 12 AWG is rated for 20A, which is double the pump's 10A FLC.
The Numbers
Let us run the TI-30XS calculation for the running current (10A):
VD = (2 × 12.9 × 10 × 250) / 6,530 = 9.87 Volts.
At 9.87V, the drop is roughly 4.1%. The pump runs, albeit slightly warm.
The Outcome & What Went Wrong
Three weeks later, the pump fails to start. The breaker trips immediately. The homeowner assumes a bad pump motor.
What went wrong: The installer calculated voltage drop using the running current (FLC), completely ignoring the Locked Rotor Amps (LRA) required to start the motor. A 1.5 HP motor typically draws 6 times its FLC during startup.
Let us recalculate with an LRA of 60A:
VD = (2 × 12.9 × 60 × 250) / 6,530 = 59.26 Volts.
During startup, the wire chokes the circuit, dropping nearly 60V. The voltage actually reaching the pump terminals plummets to 180.7 Volts. At this depressed voltage, the motor cannot generate enough starting torque to overcome the water column. It stalls, draws massive current, and the internal thermal overload eventually trips, or the windings melt. The fix? Upsizing to 6 AWG copper (CM = 26,240) limits the startup drop to 14.7V, ensuring the motor receives 225V during the critical starting phase.
Unit Mistakes That Break the Math
The TI-30XS will happily give you an answer even if your inputs are garbage. Watch out for these specific unit traps that invalidate the formula:
- Meters vs. Feet: The K constant (12.9 or 21.2) is strictly derived for feet. If your site plans are in meters, you must multiply the distance by 3.28084 before entering it into the 'D' variable. Entering 50 meters as '50' instead of '164' will result in a calculated drop that is 69% lower than reality.
- mm² vs. Circular Mils: International wire sizes use square millimeters (mm²). The formula requires Circular Mils. To convert, multiply the mm² value by 1,973.5. (e.g., 4 mm² wire is roughly 7,894 cmil). Entering '4' into the CM slot will yield a mathematically massive, physically impossible voltage drop.
- kW vs. Amps: If your load is listed in kilowatts (e.g., a 4.5 kW heating element), you cannot plug '4.5' into the 'I' slot. You must first derive the current: I = P / V. For a 4.5 kW load at 240V, I = 4500 / 240 = 18.75A.
- Temperature Column Mismatch: The K value of 12.9 assumes a 75°C operating temperature. If you are sizing a wire restricted to the 60°C column (like standard NM-B Romex), the true K value for copper is closer to 12.6. While a 0.3 difference rarely changes the final wire size, precise engineering requires matching the K constant to the insulation temperature rating.
By mastering these rearranged forms and respecting unit boundaries, you can confidently use your calculator to design safe, code-compliant circuits without relying on guesswork or oversized copper.






