The fundamental DC power equation is P = V × I. Power (Watts) equals Voltage (Volts) multiplied by Current (Amperes). This formula dictates everything from sizing a 5V Arduino trace to calculating the feeder wire for a 200A residential service. Below is the complete derivation, symbol mapping, and real-world worked examples with strict unit tracking.

The Core Power Equation and Symbol Definitions

The relationship between electrical power, voltage, and current is defined by Joule's Law of electrical heating, which in its generalized power form is written as:

P = V × I

Every symbol in this equation maps to a specific physical quantity and a strict SI unit. Mixing these units is the most common cause of calculation errors on the bench.

SymbolQuantityStandard SI UnitBase SI Equivalence
PPowerWatt (W)Joules per second (J/s)
VVoltage (Potential Difference)Volt (V)Joules per Coulomb (J/C)
ICurrentAmpere (A)Coulombs per second (C/s)

Source: NIST Reference on SI Units

Notice how the base equivalences prove the formula dimensionally: (Joules / Coulomb) × (Coulombs / second) = Joules / second. The Coulombs cancel out, leaving Watts.

Rearranged Forms: Solving for Any Variable

Depending on which two values you can measure with your multimeter or read from a datasheet, you will need to rearrange the power equation voltage current formula. Here are the algebraic solutions for each variable:

  • Solving for Voltage: V = P ÷ I
  • Solving for Current: I = P ÷ V

Ohm's Law Substitutions (Requires Resistance, R):
If you only know the resistance of the load (in Ohms, Ω) and one other variable, you can substitute Ohm's Law (V = I × R) into the power equation:

  • Using Current and Resistance: P = I2 × R
  • Using Voltage and Resistance: P = V2 ÷ R

Worked Problems with Unit Tracking

Abstract formulas fail on the jobsite without unit tracking. Here are two real-world scenarios demonstrating intermediate steps and magnitude checks.

Problem 1: Sizing a Fuse for a 12V DC LED Strip

Scenario: You are wiring a 5-meter roll of 12V DC LEDs. The datasheet specifies a power draw of 14W per meter. What is the total current draw, and what size inline fuse should you use?

  1. Calculate Total Power (P): 14 W/m × 5 m = 70 W.
  2. Identify Voltage (V): 12 V (nominal DC).
  3. Apply Rearranged Formula: I = P ÷ V
  4. Substitute and Track Units: I = 70 W ÷ 12 V = 5.833 A.
  5. Magnitude Check: 5.8A is a reasonable draw for automotive/RV lighting. It requires 18 AWG or 16 AWG wire (rated for 10A-14A in free air) and a 10A blade fuse to protect against short circuits without nuisance tripping during inrush.

Problem 2: Branch Circuit Sizing for a 120V AC Space Heater

Scenario: A 1500W resistive space heater is plugged into a standard US 120V, 15A branch circuit. Will it trip the breaker if left on overnight in a workshop?

  1. Identify Knowns: P = 1500 W, V = 120 V (RMS).
  2. Apply Formula: I = P ÷ V
  3. Substitute and Track Units: I = 1500 W ÷ 120 V = 12.5 A.
  4. Apply Code Constraints: 12.5A is 83% of the 15A breaker rating. However, the NFPA National Electrical Code (NEC) Article 210.20(A) requires continuous loads (operating for 3 hours or more) to be calculated at 125%.
  5. Continuous Load Calculation: 12.5 A × 1.25 = 15.625 A.
  6. Conclusion: 15.625A exceeds the 15A breaker. If left on overnight, the breaker's thermal trip mechanism will eventually open. This heater requires a dedicated 20A circuit.

Assumptions, Limits, and Common Unit Mistakes

The P = V × I equation is elegant, but it operates under strict physical assumptions. Ignoring these limits leads to melted wires and bricked components.

When the Formula Applies (and When It Doesn't)

This exact formula applies perfectly to pure DC circuits and AC circuits with purely resistive loads (like incandescent bulbs or space heaters) where the Power Factor (PF) is exactly 1.0. It does not apply directly to AC circuits with inductive or capacitive loads (like AC motors or switching power supplies) without adding the Power Factor multiplier (see FAQ below).

Unit Mistakes That Break the Math

  • The Milliamp Trap: Microcontrollers often list current in milliamps (mA). If an ESP32 draws 240mA at 3.3V, calculating 3.3 × 240 = 792W is catastrophically wrong. You must convert to base units first: 3.3 V × 0.240 A = 0.792 W.
  • The Peak-to-Peak AC Trap: If you measure an AC waveform on an oscilloscope and read 340V peak-to-peak, you cannot plug 340 into the power equation. You must use the RMS (Root Mean Square) voltage. For a standard sine wave, VRMS = Vpeak ÷ √2.
  • The Kilowatt Confusion: Solar panels are rated in kW, but battery capacity is often calculated in Ah (Amp-hours). Always convert kW to W (multiply by 1000) before dividing by battery voltage to find current.

Realistic Answer Magnitudes

Always sanity-check your final number against known physical benchmarks:

  • CR2032 Coin Cell: ~0.001 W to 0.01 W
  • Standard USB-C Smartphone Charger: 18 W to 25 W
  • USB-C PD Laptop Charger: 65 W to 100 W
  • Residential Microwave Oven: 1000 W to 1200 W
  • Level 2 EV Charger (240V): 7,200 W to 11,500 W

If your calculation for a 5V Arduino sensor yields 500W, you have missed a decimal point or failed to convert milliamps to Amps.

Frequently Asked Questions

How does the power equation change for AC voltage and current?

For AC circuits containing motors, transformers, or switching power supplies, voltage and current waveforms fall out of phase. The true power (Real Power, measured in Watts) requires the Power Factor (PF), which is the cosine of the phase angle (θ). The modified AC power equation is: P = VRMS × IRMS × PF. The product of V × I without the PF gives you Apparent Power, measured in Volt-Amperes (VA). For deeper theory on phase angles, refer to the All About Circuits AC textbook chapter on True, Reactive, and Apparent Power.

Why does my power equation calculation not match my Kill A Watt meter?

If you calculate P = 120V × 2A = 240W for a desktop PC, but your plug-in power meter reads 180W, the discrepancy is due to Power Factor and efficiency. A PC's switching power supply is a non-linear, capacitive load with a PF typically between 0.65 and 0.95 (unless it has active PFC). Furthermore, the meter measures the real power consumed from the wall, while internal components operate at different DC voltages after AC/DC conversion losses.

What is the difference between the power equation and Ohm's Law?

Ohm's Law (V = I × R) defines the relationship between voltage, current, and resistance. It tells you how much current will flow through a specific resistance at a given voltage. The power equation (P = V × I) defines the rate of energy transfer (work done or heat generated). They are distinct physical laws, but they are mathematically coupled. By substituting Ohm's Law into the power equation, you derive P = I2R, which is specifically used to calculate resistive heat losses (I-squared-R losses) in transmission lines and PCB traces.