The fundamental electrical power formula is P = V × I (Power equals Voltage multiplied by Current). When resistance is the known variable instead of voltage or current, the formula rearranges to P = I²R or P = V²/R. These three equations form the bedrock of every circuit analysis, wire sizing calculation, and thermal management decision you will make on the bench or in the field.

But knowing the formula isn't enough; you need to know how to track the units, where the assumptions break down in AC circuits, and what happens when you ignore the math in a real-world build. Let's break down the derivations, map out the rearrangements, and run through bench-tested examples.

The Core Electrical Power Formulas and Symbol Definitions

Joule's First Law and Ohm's Law combine to give us the power equations. Power is the rate at which electrical energy is transferred by a circuit, measured in Watts. Here is the primary spec sheet for the variables involved.

Symbol Quantity SI Unit Unit Abbreviation Definition
P Power Watt W Rate of energy transfer or heat dissipation (1 W = 1 Joule/second).
V Voltage Volt V Electrical potential difference between two points.
I Current Ampere A Rate of electron flow through a cross-section of a conductor.
R Resistance Ohm Ω Opposition to current flow, converting electrical energy into heat.

The three interchangeable forms of the DC power formula are:

  • P = V × I (Base formula derived from energy definitions)
  • P = I² × R (Derived by substituting V = I × R into the base formula)
  • P = V² / R (Derived by substituting I = V / R into the base formula)

Rearranged Forms: Solving for Any Missing Variable

On the workbench, you rarely have all four variables. You usually know two and need to find a third. Here are the algebraic rearrangements you will use constantly:

  • To find Voltage (V): V = P / I  |  V = I × R  |  V = √(P × R)
  • To find Current (I): I = P / V  |  I = V / R  |  I = √(P / R)
  • To find Resistance (R): R = V / I  |  R = P / I²  |  R = V² / P
Bench Tip: When sizing a current-limiting resistor, always use R = V² / P to find the minimum resistance required to keep a resistor within its wattage rating, rather than guessing and checking.

Where the Formulas Apply (and Where They Break Down)

These formulas are absolute law for pure DC circuits and purely resistive AC circuits (like incandescent heaters or toasters). However, they break down the moment you introduce reactance (inductors or capacitors) in an AC system.

In AC circuits with motors, transformers, or switching power supplies, voltage and current waveforms fall out of phase. The base formula P = V × I only calculates Apparent Power (VA), not True Power (W). To find true power in reactive AC circuits, you must introduce the Power Factor (PF):

Ptrue = Vrms × Irms × PF

According to Fluke's electrical testing guidelines, a poor power factor (e.g., 0.70) means your wiring must be sized for the higher apparent current, even though the load is only consuming the true wattage. If you use the basic DC formula on an AC induction motor, you will severely undersize your breakers and wire.

Solved Problems with Strict Unit Tracking

The most common point of failure in power calculations isn't the algebra; it's the unit conversion. Let's walk through two problems with explicit unit tracking.

Problem 1: Sizing an LED Current-Limiting Resistor

Setup: You are powering a high-brightness blue LED from a 12.0V DC bench supply. The LED datasheet specifies a forward voltage (Vf) of 3.2V and a target forward current (If) of 20mA. What is the minimum power rating for the series resistor?

  1. Convert units to base SI: 20 mA = 0.020 A.
  2. Find voltage across the resistor: VR = Vsource - Vf = 12.0V - 3.2V = 8.8 V.
  3. Calculate resistance needed: R = VR / I = 8.8 V / 0.020 A = 440 Ω.
  4. Calculate power dissipated by the resistor: Use P = VR × I.
    P = 8.8 V × 0.020 A = 0.176 W.
  5. Verify with alternate formula: P = I² × R = (0.020 A)² × 440 Ω = 0.0004 A² × 440 Ω = 0.176 W.

Outcome: A standard 1/4W (0.25W) resistor is sufficient, but a 1/2W resistor will run cooler and increase long-term reliability.

Problem 2: Calculating Wire Heating in a Branch Circuit

Setup: A 120V AC space heater draws 12.5 A (purely resistive, PF=1). It is plugged into an outlet 50 feet away from the breaker panel using 14 AWG copper wire. How much power is wasted as heat in the wire?

  1. Determine total wire length: Current must travel to the load and back. 50 ft one-way = 100 ft total loop.
  2. Find wire resistance: 14 AWG solid copper has a resistance of approximately 2.525 mΩ/ft at 20°C.
    R = 100 ft × 0.002525 Ω/ft = 0.2525 Ω.
  3. Calculate power lost as heat: Use P = I² × R.
    P = (12.5 A)² × 0.2525 Ω = 156.25 A² × 0.2525 Ω = 39.45 W.

Outcome: Nearly 40W of heat is dissipated inside the walls and conduit. While 14 AWG is technically rated for 15A, continuous resistive loads on long runs generate significant voltage drop and thermal buildup. Upgrading to 12 AWG would cut this loss by roughly 60%.

Real-World Scenario: The 12V Camper Fridge Voltage Sag

Formulas on paper are clean; wiring a camper van is not. Here is a scenario where ignoring the P = I²R relationship and voltage drop resulted in a failed build.

  • Setup: A DIY van builder installs a 12V nominal compressor fridge rated at 60W. The fridge is located 15 feet from the main DC bus bar. To save weight and money, the builder runs 18 AWG stranded wire, reasoning that 60W at 12V is only 5 Amps, and 18 AWG can easily handle 5A.
  • Numbers: The running current is indeed 5A. However, the compressor has a startup surge (locked rotor current) of 15A for about 300 milliseconds. The resistance of 18 AWG wire is roughly 6.4 mΩ/ft. The 30-foot total loop (15ft out, 15ft back) yields a wire resistance of 0.192 Ω.
  • Outcome: When the fridge thermostat calls for cooling, the compressor attempts to start. The 15A surge hits the 0.192 Ω wire resistance. According to Ohm's law, the voltage drop across the wire is V = I × R = 15A × 0.192Ω = 2.88V. The battery bus is sitting at 12.2V, but the voltage actually reaching the fridge terminals drops to 9.32V. The fridge's internal low-voltage protection circuit instantly trips, killing power to save the compressor. The fridge clicks, shuts off, and the food spoils.
  • What went wrong: The builder sized the wire for the steady-state power (P = V × I) but ignored the surge current voltage drop (V = I × R). Furthermore, the power dissipated in the wire during the surge was P = I²R = 15² × 0.192 = 43.2W, heating the thin 18 AWG wire dangerously for a fraction of a second.
  • The Fix: Re-wire the circuit with 10 AWG wire. The loop resistance drops to 0.030 Ω. The surge voltage drop becomes 0.45V, leaving 11.75V at the fridge terminals—well above the 10.4V low-voltage cutoff.

Common Unit Mistakes and Magnitude Sanity Checks

When your calculated answer looks wrong, it is almost always a unit error. According to foundational circuit theory resources like All About Circuits, maintaining strict SI unit discipline prevents catastrophic design flaws.

Unit Mistakes That Break the Math

  1. The Milli-Amp Trap: Squaring 20 mA is not 400. It is (0.020)² = 0.0004. If you forget to convert milliamps to base Amps before using P = I²R, your calculated power will be off by a factor of one million.
  2. Peak vs. RMS in AC: If you measure an AC waveform on an oscilloscope and see a 170V peak, you cannot plug 170V into P = V²/R to find average heating power. You must use the RMS value (170V / √2 = 120V). Using peak voltage will make you think your heater is producing twice as much power as it actually is.
  3. Confusing Watts and Watt-hours: Power (W) is an instantaneous rate. Energy (Wh) is power multiplied by time. A 100W solar panel does not produce 100Wh in one minute; it produces 100W continuously, yielding 100Wh only after one full hour of peak sun.

Magnitude Sanity Checks

Before finalizing a design, check your answer against these realistic magnitude benchmarks for common electrical systems:

  • Signal/Logic Circuits (Microcontrollers, I2C, SPI): Milliwatts (1 mW to 500 mW). If your ESP32 GPIO pin calculation yields 2 Watts, you have a short circuit or a math error; the pin will melt.
  • Small DC Appliances (LED strips, USB-C PD, 12V fans): Single to double-digit Watts (5W to 100W).
  • Standard AC Branch Circuits (15A/20A at 120V): 1,400W to 2,400W. This is the hard limit for standard US household receptacles.
  • Heavy Appliances (Dryers, Ranges, EV Chargers): 3,000W to 11,500W (3kW - 11.5kW).
  • Whole Home Service Entrance: 100A to 200A at 240V yields 24,000W to 48,000W (24kW - 48kW).
Safety Note: When calculating power for mains-voltage AC circuits (>50V AC), always factor in the continuous load derating required by the NEC (typically 125% of the continuous load). The formulas tell you the physics; the local electrical code tells you the legal safety margins. Always de-energize and verify dead with a tested meter before probing any circuit.