If you are staring at a multiple-choice exam question or a datasheet asking which of the following is a formula for calculating power, the direct answer is P = I × V (Power equals Current multiplied by Voltage). However, because of Ohm's Law, this fundamental equation has two equally valid derived forms: P = I² × R and P = V² / R.

On the bench, knowing which variant to use depends entirely on which two variables you have already measured. A realistic magnitude for these calculations ranges from milliwatts (an ESP32 in deep sleep drawing ~0.01W) to kilowatts (a 240V baseboard heater drawing ~2000W). This guide breaks down the algebra, tracks the units through real solved problems, and highlights the exact assumptions that cause these formulas to fail in AC circuits.

The Direct Answer: The Three Power Formulas

In purely resistive DC circuits, electrical power is the rate at which electrical energy is transferred. The foundational formula is:

P = I × V

By substituting Ohm's Law (V = I × R or I = V / R) into the base equation, we get the two derived formulas used when resistance is known but either voltage or current is missing:

  1. P = I² × R (Used when you know current and resistance; heavily used for calculating heat loss in wires).
  2. P = V² / R (Used when you know voltage and resistance; common for sizing heating elements and dummy loads).

Symbol Definitions and the Core Power Triangle

Before plugging numbers into a calculator, you must verify your units. The formulas only work when base SI units are used. Mixing milliamps with kilovolts without conversion is the most common reason bench calculations fail.

Symbol Quantity SI Unit Unit Abbreviation Typical Measurement Tool
P Power Watt W Wattmeter / Calculated
I Current Ampere A Multimeter (in series) / Clamp meter
V Voltage (Potential Difference) Volt V Multimeter (in parallel)
R Resistance Ohm Ω Ohmmeter (de-energized circuit)

Rearranged Forms: Solving for Every Variable

When troubleshooting a blown fuse or sizing a resistor, you rarely need to solve for Power. You usually need to back-calculate Current or Resistance. Here is the complete rearranged list:

  • Solving for Current (I):
    • I = P / V
    • I = √(P / R)
  • Solving for Voltage (V):
    • V = P / I
    • V = √(P × R)
  • Solving for Resistance (R):
    • R = P / I²
    • R = V² / P

Solved Problems with Strict Unit Tracking

Let's run two practical scenarios. Notice how every step explicitly tracks the unit to ensure the final answer is in Watts, Amps, or Ohms.

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

Setup: You are installing a 5-meter roll of 5050 SMD LEDs. The spec sheet rates the strip at 14.4 W/m at 12V DC. You need to find the total current draw to select the correct AWG wire and fuse.

  1. Calculate Total Power:
    P = 14.4 W/m × 5 m = 72 W
  2. Select the Formula: We know Power (W) and Voltage (V), and need Current (A).
    I = P / V
  3. Execute with Units:
    I = 72 W / 12 V
    I = 6 A (Amps)

Bench Takeaway: A 6A continuous draw requires a minimum of 14 AWG wire for short runs, but 12 AWG is preferred to minimize voltage drop over distance. You would protect this with an 8A or 10A blade fuse.

Problem 2: Finding the Resistance of a Space Heater Element

Setup: A 120V AC portable space heater is rated at 1500W. The heating element is purely resistive. What is the resistance of the nichrome wire coil inside?

  1. Select the Formula: We know Voltage (V) and Power (W), and need Resistance (Ω).
    R = V² / P
  2. Execute with Units:
    R = (120 V)² / 1500 W
    R = 14,400 V² / 1500 W
    R = 9.6 Ω (Ohms)

Bench Takeaway: If you measure this heater's plug prongs with a multimeter while it is unplugged and cold, you will read slightly less than 9.6 Ω (likely around 8.5 Ω). This is because tungsten and nichrome have a positive temperature coefficient; resistance increases as the element heats up to operating temperature.

Real-World Scenario Walkthrough: The Melted 12V Wiring Harness

Formulas assume ideal conditions. Here is a real-world failure where the math was technically correct, but the physical assumptions were wrong.

Scenario: A DIY camper van builder wires a 12V compressor fridge using 16 AWG wire.

The Setup: The fridge nameplate reads '60W Average Power at 12V DC'. The builder uses the power formula to find the current: I = 60W / 12V = 5A. According to standard ampacity charts, 16 AWG copper wire is rated for roughly 10A in free air. The builder assumes a 5A load on a 10A wire is perfectly safe and bundles the wire tightly with other harnesses behind a wall panel.

The Numbers in Practice: The 15-foot wire run has a resistance of about 0.08 Ω. At 5A, the voltage drop across the wire is V = I × R = 5A × 0.08 Ω = 0.4V. However, when the compressor starts, it experiences a Locked Rotor Amperage (LRA) surge of 15A for two seconds. During this surge, the voltage drop spikes to 1.2V, meaning the fridge only sees 10.8V.

The Outcome: Compressor fridges are constant-power loads. When the voltage drops to 10.8V, the internal inverter draws more current to maintain the 60W output (I = 60W / 10.8V = 5.55A). The wire begins to run warm. Because the 16 AWG wire is bundled in a harness, it suffers from thermal derating. Over three weeks, the heat buildup softens the PVC insulation, eventually causing a short to the chassis and a blown main battery fuse.

What Went Wrong: The builder used P = I × V but ignored voltage drop and surge currents. The formula calculated the steady-state average, not the peak thermal stress. The fix is to use 10 AWG wire for 12V compressor circuits to keep voltage drop under 3% and handle the startup surge without thermal derating issues.

When These Formulas Apply (and When They Fail)

The formulas P = IV, P = I²R, and P = V²/R are absolute law for DC circuits and purely resistive AC circuits (like incandescent bulbs or toaster elements). However, they will give you dangerously incorrect answers if you ignore the following boundaries.

1. The AC Power Factor Trap

In AC circuits with inductive or capacitive loads (motors, transformers, LED drivers), voltage and current waveforms fall out of phase. The formula P = V × I actually calculates Apparent Power (measured in Volt-Amps, VA), not Real Power (Watts). To find real AC power, you must multiply by the Power Factor (PF):

P = V × I × PF

If you measure a 120V AC motor drawing 10A, P = IV suggests 1200W. But if the motor has a PF of 0.8, the actual real power doing work is only 960W. Sizing a generator based on the 1200W figure without accounting for the reactive power will result in a stalled engine. For a deeper dive into phase angles, refer to the All About Circuits guide on True, Reactive, and Apparent Power.

2. Unit Mistakes That Break the Math

The most common bench errors occur when prefixes are ignored. The formula demands base units.

  • The Milliamp Trap: Calculating 500 mA × 12 V and writing '6000 W' instead of converting 500 mA to 0.5 A first (which yields 6 W). This mistake leads to massively oversized component orders.
  • The Peak-to-Peak Voltage Trap: Using an oscilloscope to measure a 120V AC sine wave, reading 340V peak-to-peak, and plugging 340 into P = V²/R. AC power calculations must use RMS (Root Mean Square) voltage. As noted in Fluke's guide on True RMS measurements, using peak voltage instead of RMS will result in a power calculation that is double the actual reality.

3. Assuming Resistance is Static

P = V² / R assumes R is constant. In reality, the resistance of copper wire increases by about 0.4% per degree Celsius. A 50A EV charging cable will have a measurably higher resistance at 80°C than it does at 20°C, meaning your I²R heat loss calculations must account for the operating temperature of the conductor, not just the room-temperature datasheet value.

By mastering which formula to deploy—and understanding the physical reality behind the variables—you move from simply passing a multiple-choice test to designing circuits that survive the real world.