Conversions & Equations
Every section that follows references one of these formulas. Memorize them through reps. Once they're reflex, the rest of electrical design becomes choosing which one to apply.
The Power Triangle
The single most important visual in electrical engineering. Real power (P) does work. Reactive power (Q) supports magnetic fields in motors and transformers. Apparent power (S) is what the conductors actually carry. Conductors and transformers are sized for S (apparent), not P (real).
The Six Core Formulas — 1φ vs 3φ
Memorize these six. They cover ~90% of the conversion math you'll do for the rest of your career.
| Quantity | Single-phase (1φ) | Three-phase (3φ) | Why the difference |
|---|---|---|---|
| Apparent S (kVA) | V × I / 1000 |
√3 × VLL × I / 1000 |
3-phase has three conductors carrying current — the √3 captures the geometry of three sinusoids 120° apart. VLL = line-to-line voltage. |
| Real P (kW) | V × I × PF / 1000 |
√3 × VLL × I × PF / 1000 |
|
| Reactive Q (kVAR) | V × I × sin θ / 1000 |
√3 × VLL × I × sin θ / 1000 |
|
| Solve for I from kVA | I = kVA × 1000 / V |
I = kVA × 1000 / (√3 × VLL) |
Most common reverse — sizing conductors from a known load |
| Solve for I from kW | I = kW × 1000 / (V × PF) |
I = kW × 1000 / (√3 × VLL × PF) |
If you only know P, you must include PF to get I |
| HP → kW | kW = HP × 0.746 · HP = kW × 1.341 |
Output (mechanical) — does NOT account for motor efficiency or PF | |
Three sinusoidal voltages, equal magnitude, 120° apart. When you measure line-to-line voltage (between two phase conductors), the geometry of two phasors 120° apart yields √3 ≈ 1.732 × the line-to-neutral voltage. So VLL = √3 × VLN.
Examples that should be reflex: 277 × √3 = 480 · 120 × √3 = 208 · 2400 × √3 = 4160 · 7200 × √3 = 12,470.
The HP → kW → FLA Chain
The most-used calculation in motor work. Three steps. Each step needs one new piece of nameplate data.
Conversions Worth Memorizing
Worked Example 1 — Atlas DC1 Chiller Motor
Atlas DC1 has four 750-ton centrifugal chillers. Each is driven by a single induction motor. The mechanical engineer's MEL gives you the chiller, the manufacturer's cutsheet gives you the rest. You need FLA to start branch-circuit design.
Given (from cutsheet)
Step-by-step
-
HP → kW (mechanical output)kWout = 450 HP × 0.746 = 335.7 kW
-
kW (output) → kW (input) — divide by efficiency to get the electrical power the wire must deliverkWin = 335.7 / 0.96 = 349.7 kW
-
kW → kVA — divide by PF to get apparent power (what conductors carry)kVA = 349.7 / 0.91 = 384.3 kVA
-
kVA → FLA — divide by √3 × VLLFLA = (384.3 × 1000) / (√3 × 480) = 384,300 / 831.4 = 462 A
-
Cross-check against NEC Table 430.250 — for 450 HP at 460V the table lists FLC = 480 A (close to our 462; NEC table is slightly conservative)For NEC sizing use FLC = 480 A from NEC 430.250, not the calculated 462 A. NEC requires the table value (430.6).
Worked Example 2 — Apartment Service Calculation
The math doesn't change for residential. Smaller voltages, single-phase split, but the same conversions. This example shows you the same tools applied at the other end of the spectrum.
Given
Find: actual service current
-
Single-phase formula: I = kVA × 1000 / VI = (28.4 × 1000) / 240 = 118.3 AService breaker = 200 A is correctly sized — the demand load fits below the breaker, with margin for code-required 125% on continuous portions.
-
Why 240, not 120? Most large appliances (range, dryer, A/C, heat) use 240V. The service voltage for current calculation is the line-to-line value, even on split-phase.
-
Sanity check with HP-equivalent: 28.4 kVA at PF ≈ 1.0 = 28.4 kW = ~38 HP equivalent. A reasonable apartment runs ~5–8 kW peak; the 28.4 here represents NEC 220 demand load including diversity for a fully-equipped 2-bedroom unit.
I = kVA / (k × V) formula. The only difference is k = 1 (single-phase) vs k = √3 (three-phase). Once the formula is muscle memory, scale is just substitution.Per-Unit Math — The Foundation of Fault Analysis
Per-unit (pu) normalizes every quantity to a common base. Once normalized, you can add transformer impedances directly across voltage levels without conversion. Used in fault analysis (§12), load flow (§16), and protection coordination (§17).
Pick a system base
Step-by-step
-
TX-A nameplate impedance: 5.75% on TX-A's own base of 2,500 kVA.Zpu,TX on own base = 0.0575 pu
-
Convert to 100 MVA system base:Zpu,TX,new = 0.0575 × (100,000 / 2,500) × (12.47/12.47)² = 0.0575 × 40 × 1 = 2.30 pu
-
Compute base current at 480V bus:Ibase,LV = 100,000 / (√3 × 0.480) = 120,300 A
-
Fault current at 480V (assuming infinite source feeding TX-A):Ifault,pu = 1.0 / 2.30 = 0.435 pu
Ifault,actual = 0.435 × 120,300 = 52,300 ASame answer as the simple FLA / %Z approximation in §09 — because in this case, the utility was assumed infinite. With real utility impedance (per §12), the fault drops to ~50.3 kA.
If You See THIS, Think THAT
| If you see… | Think / use… |
|---|---|
| "480V" or "480Y/277V" on a cutsheet | 3-phase. Use √3 in formulas. VLL = 480, VLN = 277. |
| "208Y/120V" or "120/208V" | 3-phase wye. Most common commercial. VLL = 208, VLN = 120. |
| "120/240V" | Single-phase 3-wire (residential). NO √3. VLL = 240. |
| HP given on motor nameplate | Mechanical output. Multiply by 0.746 to get kW; then divide by η × PF for kVA. |
| "Calculate motor branch circuit" | Use FLC from NEC Table 430.250, NOT the nameplate FLA. (Per NEC 430.6.) |
| kVA given but you need amps | 3φ: I = kVA × 1000 / (√3 × VLL) · 1φ: I = kVA × 1000 / V |
| kW given (no PF mentioned) | Stop. You need PF before you can find kVA or amps. If load is purely resistive (heaters, incandescent), PF = 1.0 and kW = kVA. |
| "Per-unit" in a problem | Quantities are normalized to a base. Always find Sbase and Vbase first; then Ibase = Sbase / (√3 × Vbase). |
| Server load in kW for cooling sizing | Multiply kW × 3,412 for BTU/hr, or kW / 3.517 for cooling tons. (Atlas DC1: 2.5 MW IT load = 711 tons of cooling.) |
| "Tons" on chiller cutsheet | Refrigeration tons. 1 ton = 3.517 kW heat removed. Motor input is different — see HP→FLA chain. |
Drill — Quick Self-Check
Five problems. Hide answers; work them mentally; reveal to check. The goal is reflex, not deliberation.
A 5 kVA, 240V single-phase load. What is the current?
A 75 kVA load at 480V 3φ. What is the current?
A 100 HP motor. What is mechanical output in kW?
A 100 kW load at PF = 0.85. What is kVA?
Atlas DC1 IT load = 2.5 MW. PF for the IT load = 0.95 (modern PSU). What kVA does the UPS see?
Atlas DC1 IT load = 2.5 MW. How many tons of cooling does it need?