The fundamental formulas for power in circuits are P = V × I, P = I2 × R, and P = V2 / R for DC and purely resistive AC loads. For AC circuits with reactive components (inductors, capacitors, motors), real power is calculated as P = Vrms × Irms × cos(θ). Power is universally measured in Watts (W), representing the rate of energy transfer (Joules per second). Selecting the correct formula depends entirely on which variables—voltage, current, resistance, or power factor—are known and whether the source is DC or AC.
The Core Power Formulas and Symbol Definitions
Electrical power is the rate at which electrical energy is transferred by a circuit. The base formula is derived directly from the definitions of voltage (energy per unit charge) and current (charge per unit time). By multiplying them, the charge units cancel out, leaving energy per unit time (Watts).
Base DC / Resistive AC Formulas:
1. P = V × I
2. P = I2 × R (Derived by substituting V = I × R into the base formula)
3. P = V2 / R (Derived by substituting I = V / R into the base formula)
AC Reactive Formula:
4. P = Vrms × Irms × PF (Where PF = cos(θ), the Power Factor)
| Symbol | Parameter | Standard Unit | Definition & Measurement Notes |
|---|---|---|---|
| P | Real Power | Watts (W) | The actual work-performing power dissipated as heat, light, or mechanical work. Measured with a wattmeter. |
| V | Voltage (DC) | Volts (V) | Electrical potential difference. For DC, this is a steady value. For AC, this must be the RMS value, not peak. |
| I | Current | Amperes (A) | Rate of electron flow. Must be measured in series. For AC, this must be the True-RMS current. |
| R | Resistance | Ohms (Ω) | Opposition to current flow in a purely resistive load. Does not apply to reactive impedance (Z) without modification. |
| Vrms | RMS Voltage | Volts (V) | Root Mean Square voltage. The effective DC equivalent that would produce the same heating effect. (e.g., 120V AC nominal). |
| Irms | RMS Current | Amperes (A) | Root Mean Square current. Required for accurate AC power calculations on non-linear loads. |
| PF | Power Factor | Dimensionless (0 to 1) | The ratio of Real Power (W) to Apparent Power (VA). Cosine of the phase angle (θ) between voltage and current waveforms. |
Rearranged Forms and Real-World Circuit Magnitudes
On the bench or in the field, you rarely have all variables handed to you. You must rearrange the base formulas to solve for the missing parameter. Below are the algebraic rearrangements for the DC and resistive AC forms.
Rearranged Forms List
- Solving for Voltage (V):
V = P / I|V = √(P × R) - Solving for Current (I):
I = P / V|I = √(P / R) - Solving for Resistance (R):
R = V2 / P|R = P / I2
Realistic Answer Magnitudes
A common mistake for beginners is calculating a value and accepting it without a sanity check. If you calculate that a standard 120V household lamp draws 15,000W, your decimal is wrong. Below is a data-dense reference table of realistic magnitudes for common loads to calibrate your expectations. Note how resistance drops drastically as power increases at a fixed voltage.
| Device / Load Type | Nominal Voltage (V) | Typical Current (A) | Effective Resistance (Ω) | Real Power (W) |
|---|---|---|---|---|
| LED Desk Lamp (SMPS driver) | 120V AC | 0.083 A | ~1440 Ω | 10 W |
| 12V Automotive Halogen Headlight | 12V DC | 4.16 A | 2.88 Ω | 50 W |
| 120V Ceramic Space Heater | 120V AC | 12.5 A | 9.6 Ω | 1500 W |
| 240V Electric Water Heater Element | 240V AC | 18.75 A | 12.8 Ω | 4500 W |
Assumptions, Unit Traps, and AC vs DC Distinctions
The formulas above are mathematically absolute, but their application to physical circuits relies on strict assumptions. Violating these assumptions or mismanaging units will yield dangerously incorrect results, leading to undersized wire, tripped breakers, or melted components.
When the Formulas Apply (and Their Assumptions)
- Linearity and Steady-State: The formulas
P = I2RandP = V2/Rassume a linear, constant resistance. An incandescent bulb has a 'cold' resistance roughly 10 to 15 times lower than its 'hot' operating resistance. If you measure a 60W bulb's resistance with a multimeter at room temperature (e.g., 15Ω) and plug it intoP = 1202 / 15, you will calculate 960W. The formula assumes the resistance at operating temperature. - AC RMS vs. Peak Voltage: Mains AC voltage is specified in RMS. A 120V RMS sine wave actually peaks at ~169.7V (
120 × √2). The power formulas require RMS values because RMS represents the equivalent DC heating value. Using peak voltage in the power formula will overestimate power by exactly 200%. - Non-Linear Loads and True-RMS: Modern electronics (computers, LED drivers, VFDs) draw current in sharp, non-sinusoidal spikes. Standard
V × Imath fails here unless your meter is a True-RMS meter capable of capturing the harmonic distortion. For these loads, Power Factor (PF) is a combination of displacement (phase shift) and distortion (harmonics). See Fluke's guide on True-RMS measurements for how average-responding meters fail on these loads.
Unit Mistakes That Break the Math
- The Prefix Trap: Mixing base units with milli/micro prefixes. If a microcontroller draws 45mA at 3.3V, power is
3.3 × 0.045 = 0.1485W(148.5mW). Plugging '45' directly into the formula yields 148.5W, which would instantly vaporize the silicon. - kW vs W in Wire Sizing: When calculating current for a 2.5kW heater at 240V, you must convert kW to W first.
I = 2500 / 240 = 10.4A. If you use 2.5, you get 0.01A, leading to a catastrophic wire sizing error. - Apparent vs. Real Power: In AC,
V × Iyields Volt-Amperes (VA), not Watts. Sizing a UPS or transformer requires VA (Apparent Power), while sizing a thermal fuse or calculating heat dissipation requires Watts (Real Power). For a deep dive into the distinction between real, reactive, and apparent power, refer to the All About Circuits textbook chapter on Power Factor.
Worked Examples with Step-by-Step Unit Tracking
The following examples demonstrate how to apply these formulas in real-world bench and field scenarios, tracking units at every intermediate step to prevent magnitude errors.
Problem 1: DC Wire Heating and Power Loss (I²R)
Scenario: You are wiring a 48V LiFePO4 battery bank to a 2000W inverter. The peak continuous current is 45A. You are using 4 AWG copper wire, which has a resistance of 0.0002485 Ω/ft. The physical distance is 10 feet, meaning the total wire length (positive and negative out-and-back) is 20 feet. Calculate the power lost as heat in the wire.
Step 1: Calculate total wire resistance (R).
R = Length × Resistance per foot
R = 20 ft × 0.0002485 Ω/ft
R = 0.00497 Ω
Step 2: Apply the I²R power formula.
P = I2 × R
P = (45 A)2 × 0.00497 Ω
P = 2025 A2 × 0.00497 Ω
Step 3: Track units and solve.
Amperes squared times Ohms equals Watts (A2 × Ω = W).
P = 10.06 W
Sanity Check: Losing ~10W in a heavy 4 AWG cable carrying 45A is realistic. The cable will be warm to the touch but well within safe thermal limits for standard THHN insulation. If we had mistakenly used the 10-foot one-way distance, we would have calculated 5W, underestimating the thermal load by half.
Problem 2: AC Single-Phase Motor Real vs. Apparent Power
Scenario: A 240V single-phase air compressor motor is running under load. A clamp meter reads 14.2A. The motor nameplate indicates a Power Factor (PF) of 0.82. Calculate the Real Power (Watts) doing mechanical work, and the Apparent Power (Volt-Amperes) that the breaker and wiring must support.
Step 1: Calculate Apparent Power (S).
Apparent power is the raw product of RMS voltage and RMS current, ignoring phase shift.
S = Vrms × Irms
S = 240 V × 14.2 A
S = 3408 VA (or 3.4 kVA)
Step 2: Calculate Real Power (P).
Real power accounts for the inductive lag of the motor windings.
P = Vrms × Irms × PF
P = 3408 VA × 0.82
P = 2794.56 W (or ~2.8 kW)
Step 3: Interpret the results for infrastructure sizing.
The motor converts 2794W into actual mechanical work and heat. However, the circuit breaker, contactor, and wiring must be sized for the 3408 VA apparent power. If you sized a 15A breaker based only on the Real Power (2794W / 240V = 11.6A), the breaker would eventually trip because it must physically carry the full 14.2A of current bouncing back and forth through the reactive magnetic field. Always use Apparent Power (VA) for wire and breaker sizing in AC reactive circuits.






