The fundamental electrical power equation is P = V × I (Power equals Voltage multiplied by Current), yielding a result in Watts (W). By substituting Ohm's Law (V = I × R), we derive two equally critical variations for resistive circuits: P = I²R and P = V²/R. These three formulas form the absolute baseline for sizing components, calculating heat dissipation, and sizing wire in any DC or purely resistive AC system.

The Core Power Equation and Symbol Definitions

Before plugging numbers into a calculator, you must lock in the standard SI units. Mixing milliamps with volts without adjusting your decimal places is the number one reason hobbyists fry components on the bench. The base formula is P = V × I.

SymbolQuantityStandard SI UnitUnit AbbreviationCommon Sub-units
PPowerWattWmW, kW, MW
VVoltage (Potential Difference)VoltVmV, kV
ICurrentAmpereAmA, µA
RResistanceOhmΩkΩ, MΩ
Bench Rule: Always convert sub-units to base SI units (Volts, Amps, Ohms) before calculating. If your multimeter reads 45 mA, type 0.045 into your calculator. The output will then correctly be in Watts.

Rearranged Forms and the Power Triangle

You rarely have all variables handed to you on a schematic. You must rearrange the power equation to solve for the missing value. Here is the complete list of algebraic rearrangements derived from combining P = V × I and V = I × R:

  • To find Voltage (V): V = P / I  |  V = √(P × R)
  • To find Current (I): I = P / V  |  I = √(P / R)
  • To find Resistance (R): R = V² / P  |  R = P / I²
  • To find Power (P): P = V × I  |  P = I²R  |  P = V²/R

Memorizing these is unnecessary if you understand the DC power wheel, but knowing which form to reach for saves time when debugging a blown trace on a PCB.

Worked Examples with Strict Unit Tracking

Abstract formulas are useless without rigorous unit tracking. Below are two real-world bench scenarios showing every intermediate step.

Example 1: Sizing a Current-Limiting Resistor for an Automotive LED

Scenario: You are wiring a standard red indicator LED to a 12V car battery. The LED has a forward voltage (Vf) of 2.1V and requires 20 mA of current. What is the power dissipated by the series resistor, and what physical part should you buy?

  1. Convert units: I = 20 mA = 0.020 A.
  2. Find voltage across the resistor (Vr): The resistor must drop the remaining voltage. Vr = V_source - Vf = 12V - 2.1V = 9.9V.
  3. Calculate Power (P): Using P = V × I, we use the voltage across the resistor, not the source. P = 9.9V × 0.020A = 0.198 W.
  4. Verify with P = I²R: First find R = 9.9V / 0.020A = 495Ω (use standard 510Ω). P = (0.020)² × 510 = 0.0004 × 510 = 0.204 W.

Example 2: Calculating Heat Dissipation in a 5V Logic Pull-Up

Scenario: An ESP32 GPIO pin is configured with an external 4.7 kΩ pull-up resistor tied to the 3.3V rail. How much power does this resistor waste when the pin is pulled LOW?

  1. Convert units: R = 4.7 kΩ = 4700 Ω. V = 3.3V.
  2. Select formula: We know V and R, so we use P = V² / R.
  3. Calculate: P = (3.3)² / 4700 = 10.89 / 4700 = 0.00231 W.
  4. Convert to readable units: 0.00231 W = 2.31 mW.

When the Formula Applies (and When It Breaks)

The equations P = V × I, P = I²R, and P = V²/R are absolute laws for DC circuits and purely resistive AC loads (like incandescent heaters or toaster coils). However, they break down or require modification in specific scenarios.

The AC Power Factor Trap

If your load is reactive (AC induction motors, transformers, fluorescent ballasts), voltage and current waveforms fall out of phase. In these cases, P = V × I only calculates Apparent Power (measured in Volt-Amps, VA). To find True Power (Watts), you must multiply by the Power Factor (PF): P = V × I × PF. A typical unloaded AC motor might have a PF of 0.40, meaning it draws far more current from the grid than the mechanical wattage implies. For deep diagnostics on this, reference Fluke's guide on power factor.

Unit Mistakes That Break the Math

  • The 'Square' Omission: In P = I²R, forgetting to square the current. If I = 2A, I² is 4, not 2. This results in a 50% calculation error.
  • The Prefix Collision: Multiplying 12V by 500mA and writing down '6000 Watts' instead of 6 Watts. Always strip prefixes to base units first.
  • Peak vs. RMS: Using peak AC voltage (e.g., 170V for a 120V wall outlet) in DC power formulas. You must use RMS voltage (120V) to calculate true average heating power.

Decision Tree: Picking the Right Equation and Component

Use this decision matrix to select the correct formula based on your knowns, terminating in a concrete component selection. Never run a component at 100% of its rated capacity; thermal derating is mandatory for reliability.

Known VariablesEquation to UseCalculated Result ExampleConcrete Component Pick (Default Action)
Voltage & Current P = V × I 12V × 0.05A = 0.6W Pick a 1W Yageo CFR-25JB carbon film resistor (provides 40% safety margin).
Current & Resistance P = I² × R (0.1A)² × 100Ω = 1.0W Pick a 2W Vishay PR02 metal film resistor (handles heat better than carbon).
Voltage & Resistance P = V² / R (5V)² / 10,000Ω = 0.0025W Pick a standard 1/8W (0.125W) 0805 SMD thick film chip resistor.
Power & Voltage (Finding I) I = P / V 1500W / 120V = 12.5A Wire the circuit with 14 AWG THHN copper and a 15A standard breaker.
The 2x Derating Rule: If your math yields exactly 0.5W of dissipation, do not buy a 1/2W resistor. Standard carbon-film resistors derate linearly to zero power capacity at 155°C ambient. Inside a sealed plastic enclosure on a summer day, ambient can easily hit 60°C. Always double your calculated wattage requirement to select the physical part size.

Realistic Magnitudes: What Should Your Answer Look Like?

Sanity-checking your final number against real-world magnitudes prevents catastrophic wiring errors. If you calculate that a small sensor draws 450 Watts, you have a decimal error. Use this reference table to validate your results, aligned with standard NIST SI unit definitions.

MagnitudeTypical ApplicationRealistic Range
Micro-watts (µW)Real-time clocks (RTC), deep-sleep microcontrollers1 µW to 900 µW
Milli-watts (mW)Indicator LEDs, logic pull-ups, I2C sensors1 mW to 500 mW
Watts (W)USB chargers, audio amplifiers, household lighting1 W to 2,400 W
Kilo-watts (kW)HVAC compressors, EV chargers, main service panels1 kW to 25 kW (residential)

Mastering the power equation is not just about passing an exam; it is the difference between a prototype that works on the bench and a product that catches fire in the field. Track your units, respect the AC power factor, and always oversize your physical components.